package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "_from": "eslint-plugin-import@^2.22.1",
  3. "_id": "eslint-plugin-import@2.23.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==",
  6. "_location": "/eslint-plugin-import",
  7. "_phantomChildren": {
  8. "esutils": "2.0.3",
  9. "is-core-module": "2.4.0",
  10. "path-parse": "1.0.7"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "eslint-plugin-import@^2.22.1",
  16. "name": "eslint-plugin-import",
  17. "escapedName": "eslint-plugin-import",
  18. "rawSpec": "^2.22.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.22.1"
  21. },
  22. "_requiredBy": [
  23. "/react-scripts"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz",
  26. "_shasum": "8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97",
  27. "_spec": "eslint-plugin-import@^2.22.1",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  29. "author": {
  30. "name": "Ben Mosher",
  31. "email": "me@benmosher.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/benmosher/eslint-plugin-import/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "array-includes": "^3.1.3",
  39. "array.prototype.flat": "^1.2.4",
  40. "debug": "^2.6.9",
  41. "doctrine": "^2.1.0",
  42. "eslint-import-resolver-node": "^0.3.4",
  43. "eslint-module-utils": "^2.6.1",
  44. "find-up": "^2.0.0",
  45. "has": "^1.0.3",
  46. "is-core-module": "^2.4.0",
  47. "minimatch": "^3.0.4",
  48. "object.values": "^1.1.3",
  49. "pkg-up": "^2.0.0",
  50. "read-pkg-up": "^3.0.0",
  51. "resolve": "^1.20.0",
  52. "tsconfig-paths": "^3.9.0"
  53. },
  54. "deprecated": false,
  55. "description": "Import with sanity.",
  56. "devDependencies": {
  57. "@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
  58. "@test-scope/some-module": "file:./tests/files/symlinked-module",
  59. "@typescript-eslint/parser": "^2.23.0 || ^3.3.0",
  60. "array.prototype.flatmap": "^1.2.4",
  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-es2015-argon": "latest",
  67. "babel-preset-flow": "^6.23.0",
  68. "babel-register": "^6.26.0",
  69. "babylon": "^6.18.0",
  70. "chai": "^4.3.4",
  71. "coveralls": "^3.1.0",
  72. "cross-env": "^4.0.0",
  73. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0",
  74. "eslint-import-resolver-node": "file:./resolvers/node",
  75. "eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1",
  76. "eslint-import-resolver-webpack": "file:./resolvers/webpack",
  77. "eslint-import-test-order-redirect": "file:./tests/files/order-redirect",
  78. "eslint-module-utils": "file:./utils",
  79. "eslint-plugin-eslint-plugin": "^2.3.0",
  80. "eslint-plugin-import": "2.x",
  81. "eslint-plugin-json": "^2.1.2",
  82. "fs-copy-file-sync": "^1.1.1",
  83. "glob": "^7.1.7",
  84. "in-publish": "^2.0.1",
  85. "linklocal": "^2.8.2",
  86. "lodash.isarray": "^4.0.0",
  87. "mocha": "^3.5.3",
  88. "npm-which": "^3.0.1",
  89. "nyc": "^11.9.0",
  90. "redux": "^3.7.2",
  91. "rimraf": "^2.7.1",
  92. "safe-publish-latest": "^1.1.4",
  93. "semver": "^6.3.0",
  94. "sinon": "^2.4.1",
  95. "typescript": "^2.8.1 || ~3.9.5",
  96. "typescript-eslint-parser": "^15 || ^22.0.0"
  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/benmosher/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"
  127. },
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/benmosher/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. "coveralls": "nyc report --reporter lcovonly && coveralls < ./coverage/lcov.info",
  136. "mocha": "cross-env BABEL_ENV=test nyc -s mocha",
  137. "postbuild": "npm run copy-metafiles",
  138. "posttest": "eslint .",
  139. "prebuild": "rimraf lib",
  140. "prepublish": "not-in-publish || npm run prepublishOnly",
  141. "prepublishOnly": "safe-publish-latest && npm run build",
  142. "pretest": "linklocal",
  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. "watch": "npm run tests-only -- -- --watch"
  148. },
  149. "version": "2.23.4"
  150. }