租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
2.6 KiB

3 months ago
  1. {
  2. "_from": "@humanwhocodes/module-importer@^1.0.1",
  3. "_id": "@humanwhocodes/module-importer@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  6. "_location": "/@humanwhocodes/module-importer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@humanwhocodes/module-importer@^1.0.1",
  12. "name": "@humanwhocodes/module-importer",
  13. "escapedName": "@humanwhocodes%2fmodule-importer",
  14. "scope": "@humanwhocodes",
  15. "rawSpec": "^1.0.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.1"
  18. },
  19. "_requiredBy": [
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  23. "_shasum": "af5b2691a22b44be847b0ca81641c5fb6ad0172c",
  24. "_spec": "@humanwhocodes/module-importer@^1.0.1",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint",
  26. "author": {
  27. "name": "Nicholas C. Zaks"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/humanwhocodes/module-importer/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Universal module importer for Node.js",
  35. "devDependencies": {
  36. "@types/node": "^18.7.6",
  37. "c8": "7.12.0",
  38. "chai": "4.3.6",
  39. "eslint": "8.22.0",
  40. "lint-staged": "13.0.3",
  41. "mocha": "9.2.2",
  42. "rollup": "2.78.0",
  43. "typescript": "4.7.4",
  44. "yorkie": "2.0.0"
  45. },
  46. "engines": {
  47. "node": ">=12.22"
  48. },
  49. "exports": {
  50. "require": "./src/module-importer.cjs",
  51. "import": "./src/module-importer.js"
  52. },
  53. "files": [
  54. "dist",
  55. "src"
  56. ],
  57. "funding": {
  58. "type": "github",
  59. "url": "https://github.com/sponsors/nzakas"
  60. },
  61. "gitHooks": {
  62. "pre-commit": "lint-staged"
  63. },
  64. "homepage": "https://github.com/humanwhocodes/module-importer#readme",
  65. "keywords": [
  66. "modules",
  67. "esm",
  68. "commonjs"
  69. ],
  70. "license": "Apache-2.0",
  71. "lint-staged": {
  72. "*.js": [
  73. "eslint --fix"
  74. ]
  75. },
  76. "main": "src/module-importer.cjs",
  77. "module": "src/module-importer.js",
  78. "name": "@humanwhocodes/module-importer",
  79. "publishConfig": {
  80. "access": "public"
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/humanwhocodes/module-importer.git"
  85. },
  86. "scripts": {
  87. "build": "rollup -c && tsc",
  88. "lint": "eslint src/ tests/",
  89. "prepare": "npm run build",
  90. "test": "npm run test:unit && npm run test:build",
  91. "test:build": "node tests/pkg.test.cjs && node tests/pkg.test.mjs",
  92. "test:unit": "c8 mocha tests/module-importer.test.js"
  93. },
  94. "type": "module",
  95. "types": "dist/module-importer.d.ts",
  96. "version": "1.0.1"
  97. }