package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-import@2.27.5",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-import@2.27.5",
  10. "_id": "eslint-plugin-import@2.27.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
  13. "_location": "/eslint-plugin-import",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-import@2.27.5",
  19. "name": "eslint-plugin-import",
  20. "escapedName": "eslint-plugin-import",
  21. "rawSpec": "2.27.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.27.5"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
  29. "_spec": "2.27.5",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Ben Mosher",
  33. "email": "me@benmosher.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/import-js/eslint-plugin-import/issues"
  37. },
  38. "dependencies": {
  39. "array-includes": "^3.1.6",
  40. "array.prototype.flat": "^1.3.1",
  41. "array.prototype.flatmap": "^1.3.1",
  42. "debug": "^3.2.7",
  43. "doctrine": "^2.1.0",
  44. "eslint-import-resolver-node": "^0.3.7",
  45. "eslint-module-utils": "^2.7.4",
  46. "has": "^1.0.3",
  47. "is-core-module": "^2.11.0",
  48. "is-glob": "^4.0.3",
  49. "minimatch": "^3.1.2",
  50. "object.values": "^1.1.6",
  51. "resolve": "^1.22.1",
  52. "semver": "^6.3.0",
  53. "tsconfig-paths": "^3.14.1"
  54. },
  55. "description": "Import with sanity.",
  56. "devDependencies": {
  57. "@angular-eslint/template-parser": "^13.2.1",
  58. "@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
  59. "@test-scope/some-module": "file:./tests/files/symlinked-module",
  60. "@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3 || ^5.10.0",
  61. "babel-cli": "^6.26.0",
  62. "babel-core": "^6.26.3",
  63. "babel-eslint": "=8.0.3 || ^8.2.6",
  64. "babel-plugin-istanbul": "^4.1.6",
  65. "babel-plugin-module-resolver": "^2.7.1",
  66. "babel-preset-airbnb": "^2.6.0",
  67. "babel-preset-flow": "^6.23.0",
  68. "babel-register": "^6.26.0",
  69. "babylon": "^6.18.0",
  70. "chai": "^4.3.6",
  71. "cross-env": "^4.0.0",
  72. "escope": "^3.6.0",
  73. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8",
  74. "eslint-doc-generator": "^1.0.0",
  75. "eslint-import-resolver-node": "file:./resolvers/node",
  76. "eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1",
  77. "eslint-import-resolver-webpack": "file:./resolvers/webpack",
  78. "eslint-import-test-order-redirect": "file:./tests/files/order-redirect",
  79. "eslint-module-utils": "file:./utils",
  80. "eslint-plugin-eslint-plugin": "^2.3.0",
  81. "eslint-plugin-import": "2.x",
  82. "eslint-plugin-json": "^2.1.2",
  83. "fs-copy-file-sync": "^1.1.1",
  84. "glob": "^7.2.0",
  85. "in-publish": "^2.0.1",
  86. "linklocal": "^2.8.2",
  87. "lodash.isarray": "^4.0.0",
  88. "mocha": "^3.5.3",
  89. "npm-which": "^3.0.1",
  90. "nyc": "^11.9.0",
  91. "redux": "^3.7.2",
  92. "rimraf": "^2.7.1",
  93. "safe-publish-latest": "^2.0.0",
  94. "sinon": "^2.4.1",
  95. "typescript": "^2.8.1 || ~3.9.5 || ~4.5.2",
  96. "typescript-eslint-parser": "^15 || ^20 || ^22"
  97. },
  98. "directories": {
  99. "test": "tests"
  100. },
  101. "engines": {
  102. "node": ">=4"
  103. },
  104. "files": [
  105. "*.md",
  106. "LICENSE",
  107. "docs",
  108. "lib",
  109. "config",
  110. "memo-parser/{*.js,LICENSE,*.md}"
  111. ],
  112. "homepage": "https://github.com/import-js/eslint-plugin-import",
  113. "keywords": [
  114. "eslint",
  115. "eslintplugin",
  116. "es6",
  117. "jsnext",
  118. "modules",
  119. "import",
  120. "export"
  121. ],
  122. "license": "MIT",
  123. "main": "lib/index.js",
  124. "name": "eslint-plugin-import",
  125. "peerDependencies": {
  126. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  127. },
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/import-js/eslint-plugin-import.git"
  131. },
  132. "scripts": {
  133. "build": "babel --quiet --out-dir lib src",
  134. "copy-metafiles": "node --require babel-register ./scripts/copyMetafiles",
  135. "mocha": "cross-env BABEL_ENV=test nyc mocha",
  136. "postbuild": "npm run copy-metafiles",
  137. "posttest": "eslint . && npm run update:eslint-docs -- --check",
  138. "prebuild": "rimraf lib",
  139. "prepublish": "not-in-publish || npm run prepublishOnly",
  140. "prepublishOnly": "safe-publish-latest && npm run build",
  141. "pretest": "linklocal",
  142. "preupdate:eslint-docs": "npm run build",
  143. "test": "npm run tests-only",
  144. "test-all": "node --require babel-register ./scripts/testAll",
  145. "test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
  146. "tests-only": "npm run mocha tests/src",
  147. "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,☑️",
  148. "watch": "npm run tests-only -- -- --watch"
  149. },
  150. "version": "2.27.5"
  151. }