package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-import@2.24.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-import@2.24.2",
  10. "_id": "eslint-plugin-import@2.24.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LIzS40HziFkY7ifRhHmRCt57tNo=",
  13. "_location": "/eslint-plugin-import",
  14. "_phantomChildren": {
  15. "esutils": "2.0.3"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "eslint-plugin-import@2.24.2",
  21. "name": "eslint-plugin-import",
  22. "escapedName": "eslint-plugin-import",
  23. "rawSpec": "2.24.2",
  24. "saveSpec": null,
  25. "fetchSpec": "2.24.2"
  26. },
  27. "_requiredBy": [
  28. "#DEV:/"
  29. ],
  30. "_resolved": "https://registry.nlark.com/eslint-plugin-import/download/eslint-plugin-import-2.24.2.tgz",
  31. "_spec": "2.24.2",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Ben Mosher",
  35. "email": "me@benmosher.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/import-js/eslint-plugin-import/issues"
  39. },
  40. "dependencies": {
  41. "array-includes": "^3.1.3",
  42. "array.prototype.flat": "^1.2.4",
  43. "debug": "^2.6.9",
  44. "doctrine": "^2.1.0",
  45. "eslint-import-resolver-node": "^0.3.6",
  46. "eslint-module-utils": "^2.6.2",
  47. "find-up": "^2.0.0",
  48. "has": "^1.0.3",
  49. "is-core-module": "^2.6.0",
  50. "minimatch": "^3.0.4",
  51. "object.values": "^1.1.4",
  52. "pkg-up": "^2.0.0",
  53. "read-pkg-up": "^3.0.0",
  54. "resolve": "^1.20.0",
  55. "tsconfig-paths": "^3.11.0"
  56. },
  57. "description": "Import with sanity.",
  58. "devDependencies": {
  59. "@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
  60. "@test-scope/some-module": "file:./tests/files/symlinked-module",
  61. "@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3",
  62. "array.prototype.flatmap": "^1.2.4",
  63. "babel-cli": "^6.26.0",
  64. "babel-core": "^6.26.3",
  65. "babel-eslint": "=8.0.3 || ^8.2.6",
  66. "babel-plugin-istanbul": "^4.1.6",
  67. "babel-plugin-module-resolver": "^2.7.1",
  68. "babel-preset-airbnb": "^2.6.0",
  69. "babel-preset-es2015-argon": "latest",
  70. "babel-preset-flow": "^6.23.0",
  71. "babel-register": "^6.26.0",
  72. "babylon": "^6.18.0",
  73. "chai": "^4.3.4",
  74. "coveralls": "^3.1.1",
  75. "cross-env": "^4.0.0",
  76. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0",
  77. "eslint-import-resolver-node": "file:./resolvers/node",
  78. "eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1",
  79. "eslint-import-resolver-webpack": "file:./resolvers/webpack",
  80. "eslint-import-test-order-redirect": "file:./tests/files/order-redirect",
  81. "eslint-module-utils": "file:./utils",
  82. "eslint-plugin-eslint-plugin": "^2.3.0",
  83. "eslint-plugin-import": "2.x",
  84. "eslint-plugin-json": "^2.1.2",
  85. "fs-copy-file-sync": "^1.1.1",
  86. "glob": "^7.1.7",
  87. "in-publish": "^2.0.1",
  88. "linklocal": "^2.8.2",
  89. "lodash.isarray": "^4.0.0",
  90. "mocha": "^3.5.3",
  91. "npm-which": "^3.0.1",
  92. "nyc": "^11.9.0",
  93. "redux": "^3.7.2",
  94. "rimraf": "^2.7.1",
  95. "safe-publish-latest": "^1.1.4",
  96. "semver": "^6.3.0",
  97. "sinon": "^2.4.1",
  98. "typescript": "^2.8.1 || ~3.9.5",
  99. "typescript-eslint-parser": "^15 || ^22.0.0"
  100. },
  101. "directories": {
  102. "test": "tests"
  103. },
  104. "engines": {
  105. "node": ">=4"
  106. },
  107. "files": [
  108. "*.md",
  109. "LICENSE",
  110. "docs",
  111. "lib",
  112. "config",
  113. "memo-parser/{*.js,LICENSE,*.md}"
  114. ],
  115. "homepage": "https://github.com/import-js/eslint-plugin-import",
  116. "keywords": [
  117. "eslint",
  118. "eslintplugin",
  119. "es6",
  120. "jsnext",
  121. "modules",
  122. "import",
  123. "export"
  124. ],
  125. "license": "MIT",
  126. "main": "lib/index.js",
  127. "name": "eslint-plugin-import",
  128. "peerDependencies": {
  129. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0"
  130. },
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/import-js/eslint-plugin-import.git"
  134. },
  135. "scripts": {
  136. "build": "babel --quiet --out-dir lib src",
  137. "copy-metafiles": "node --require babel-register ./scripts/copyMetafiles",
  138. "coveralls": "nyc report --reporter lcovonly && coveralls < ./coverage/lcov.info",
  139. "mocha": "cross-env BABEL_ENV=test nyc -s mocha",
  140. "postbuild": "npm run copy-metafiles",
  141. "posttest": "eslint .",
  142. "prebuild": "rimraf lib",
  143. "prepublish": "not-in-publish || npm run prepublishOnly",
  144. "prepublishOnly": "safe-publish-latest && npm run build",
  145. "pretest": "linklocal",
  146. "test": "npm run tests-only",
  147. "test-all": "node --require babel-register ./scripts/testAll",
  148. "test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
  149. "tests-only": "npm run mocha tests/src",
  150. "watch": "npm run tests-only -- -- --watch"
  151. },
  152. "version": "2.24.2"
  153. }