package.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "_from": "eslint-plugin-import@^2.14.0",
  3. "_id": "eslint-plugin-import@2.32.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  6. "_location": "/eslint-plugin-import",
  7. "_phantomChildren": {
  8. "brace-expansion": "1.1.12",
  9. "is-extglob": "2.1.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "eslint-plugin-import@^2.14.0",
  15. "name": "eslint-plugin-import",
  16. "escapedName": "eslint-plugin-import",
  17. "rawSpec": "^2.14.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^2.14.0"
  20. },
  21. "_requiredBy": [
  22. "/@vue/eslint-config-standard"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  25. "_shasum": "602b55faa6e4caeaa5e970c198b5c00a37708980",
  26. "_spec": "eslint-plugin-import@^2.14.0",
  27. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@vue\\eslint-config-standard",
  28. "author": {
  29. "name": "Ben Mosher",
  30. "email": "me@benmosher.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/import-js/eslint-plugin-import/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@rtsao/scc": "^1.1.0",
  38. "array-includes": "^3.1.9",
  39. "array.prototype.findlastindex": "^1.2.6",
  40. "array.prototype.flat": "^1.3.3",
  41. "array.prototype.flatmap": "^1.3.3",
  42. "debug": "^3.2.7",
  43. "doctrine": "^2.1.0",
  44. "eslint-import-resolver-node": "^0.3.9",
  45. "eslint-module-utils": "^2.12.1",
  46. "hasown": "^2.0.2",
  47. "is-core-module": "^2.16.1",
  48. "is-glob": "^4.0.3",
  49. "minimatch": "^3.1.2",
  50. "object.fromentries": "^2.0.8",
  51. "object.groupby": "^1.0.3",
  52. "object.values": "^1.2.1",
  53. "semver": "^6.3.1",
  54. "string.prototype.trimend": "^1.0.9",
  55. "tsconfig-paths": "^3.15.0"
  56. },
  57. "deprecated": false,
  58. "description": "Import with sanity.",
  59. "devDependencies": {
  60. "@angular-eslint/template-parser": "^13.5.0",
  61. "@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
  62. "@test-scope/some-module": "file:./tests/files/symlinked-module",
  63. "@types/eslint": "^8.56.12",
  64. "@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3 || ^5.10.0",
  65. "babel-cli": "^6.26.0",
  66. "babel-core": "^6.26.3",
  67. "babel-eslint": "=8.0.3 || ^8.2.6",
  68. "babel-plugin-istanbul": "^4.1.6",
  69. "babel-plugin-module-resolver": "^2.7.1",
  70. "babel-preset-airbnb": "^2.6.0",
  71. "babel-preset-flow": "^6.23.0",
  72. "babel-register": "^6.26.0",
  73. "babylon": "^6.18.0",
  74. "chai": "^4.3.10",
  75. "cross-env": "^4.0.0",
  76. "escope": "^3.6.0",
  77. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9",
  78. "eslint-doc-generator": "^1.6.1",
  79. "eslint-import-resolver-node": "file:./resolvers/node",
  80. "eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1",
  81. "eslint-import-resolver-webpack": "file:./resolvers/webpack",
  82. "eslint-import-test-order-redirect": "file:./tests/files/order-redirect",
  83. "eslint-module-utils": "file:./utils",
  84. "eslint-plugin-eslint-plugin": "^2.3.0",
  85. "eslint-plugin-import": "2.x",
  86. "eslint-plugin-json": "^2.1.2",
  87. "find-babel-config": "=1.2.0",
  88. "fs-copy-file-sync": "^1.1.1",
  89. "glob": "^7.2.3",
  90. "in-publish": "^2.0.1",
  91. "jackspeak": "=2.1.1",
  92. "jsonc-parser": "=3.2.0",
  93. "linklocal": "^2.8.2",
  94. "lodash.isarray": "^4.0.0",
  95. "markdownlint-cli": "~0.35",
  96. "mocha": "^3.5.3",
  97. "npm-which": "^3.0.1",
  98. "nyc": "^11.9.0",
  99. "redux": "^3.7.2",
  100. "rimraf": "^2.7.1",
  101. "safe-publish-latest": "^2.0.0",
  102. "sinon": "^2.4.1",
  103. "tmp": "^0.2.1",
  104. "typescript": "^2.8.1 || ~3.9.5 || ~4.5.2",
  105. "typescript-eslint-parser": "^15 || ^20 || ^22"
  106. },
  107. "directories": {
  108. "test": "tests"
  109. },
  110. "engines": {
  111. "node": ">=4"
  112. },
  113. "files": [
  114. "*.md",
  115. "!{CONTRIBUTING,RELEASE}.md",
  116. "LICENSE",
  117. "docs",
  118. "lib",
  119. "config",
  120. "memo-parser/{*.js,LICENSE,*.md}",
  121. "index.d.ts"
  122. ],
  123. "homepage": "https://github.com/import-js/eslint-plugin-import",
  124. "keywords": [
  125. "eslint",
  126. "eslintplugin",
  127. "eslint-plugin",
  128. "es6",
  129. "jsnext",
  130. "modules",
  131. "import",
  132. "export"
  133. ],
  134. "license": "MIT",
  135. "main": "lib/index.js",
  136. "name": "eslint-plugin-import",
  137. "peerDependencies": {
  138. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  139. },
  140. "repository": {
  141. "type": "git",
  142. "url": "git+https://github.com/import-js/eslint-plugin-import.git"
  143. },
  144. "scripts": {
  145. "build": "babel --quiet --out-dir lib src",
  146. "copy-metafiles": "node --require babel-register ./scripts/copyMetafiles",
  147. "mocha": "cross-env BABEL_ENV=test nyc mocha",
  148. "postbuild": "npm run copy-metafiles",
  149. "posttest": "eslint . && npm run update:eslint-docs -- --check && markdownlint \"**/*.md\"",
  150. "prebuild": "rimraf lib",
  151. "prepublish": "not-in-publish || npm run prepublishOnly",
  152. "prepublishOnly": "safe-publish-latest && npm run build",
  153. "pretest": "linklocal",
  154. "preupdate:eslint-docs": "npm run build",
  155. "test": "npm run tests-only",
  156. "test-all": "node --require babel-register ./scripts/testAll",
  157. "test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
  158. "test-example:flat": "cd examples/flat && npm install && npm run lint",
  159. "test-example:legacy": "cd examples/legacy && npm install && npm run lint",
  160. "test-example:v9": "cd examples/v9 && npm install && npm run lint",
  161. "test-examples": "npm run build && npm run test-example:legacy && npm run test-example:flat && npm run test-example:v9",
  162. "test-types": "npx --package typescript@latest tsc --noEmit index.d.ts",
  163. "tests-only": "npm run mocha tests/src",
  164. "update:eslint-docs": "eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --rule-list-split meta.docs.category --ignore-config stage-0 --config-emoji recommended,☑️",
  165. "watch": "npm run tests-only -- -- --watch"
  166. },
  167. "types": "index.d.ts",
  168. "version": "2.32.0"
  169. }