项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

пре 4 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-import@2.14.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-import@2.14.0",
  10. "_id": "eslint-plugin-import@2.14.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FpuRtniD/AY6sXByma2Wr0TXvXJ4nA/2/04VPlfpmUDPOpOY264x+ILiwnrk/k4RINgDAyFZByxqPUbSQ5YE7g==",
  13. "_location": "/eslint-plugin-import",
  14. "_phantomChildren": {
  15. "esutils": "2.0.2",
  16. "isarray": "1.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "eslint-plugin-import@2.14.0",
  22. "name": "eslint-plugin-import",
  23. "escapedName": "eslint-plugin-import",
  24. "rawSpec": "2.14.0",
  25. "saveSpec": null,
  26. "fetchSpec": "2.14.0"
  27. },
  28. "_requiredBy": [
  29. "#DEV:/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.14.0.tgz",
  32. "_spec": "2.14.0",
  33. "_where": "D:\\A易云\\YiYunJianZhu",
  34. "author": {
  35. "name": "Ben Mosher",
  36. "email": "me@benmosher.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/benmosher/eslint-plugin-import/issues"
  40. },
  41. "dependencies": {
  42. "contains-path": "^0.1.0",
  43. "debug": "^2.6.8",
  44. "doctrine": "1.5.0",
  45. "eslint-import-resolver-node": "^0.3.1",
  46. "eslint-module-utils": "^2.2.0",
  47. "has": "^1.0.1",
  48. "lodash": "^4.17.4",
  49. "minimatch": "^3.0.3",
  50. "read-pkg-up": "^2.0.0",
  51. "resolve": "^1.6.0"
  52. },
  53. "description": "Import with sanity.",
  54. "devDependencies": {
  55. "babel-eslint": "8.0.x",
  56. "babel-plugin-istanbul": "^4.1.6",
  57. "babel-preset-es2015-argon": "latest",
  58. "babel-register": "^6.26.0",
  59. "babylon": "6.15.0",
  60. "chai": "^3.5.0",
  61. "coveralls": "^3.0.0",
  62. "cross-env": "^4.0.0",
  63. "eslint": "2.x - 5.x",
  64. "eslint-import-resolver-node": "file:./resolvers/node",
  65. "eslint-import-resolver-typescript": "^1.0.2",
  66. "eslint-import-resolver-webpack": "file:./resolvers/webpack",
  67. "eslint-module-utils": "file:./utils",
  68. "eslint-plugin-import": "2.x",
  69. "gulp": "^3.9.0",
  70. "gulp-babel": "6.1.2",
  71. "linklocal": "^2.6.0",
  72. "mocha": "^3.5.3",
  73. "nyc": "^11.7.1",
  74. "redux": "^3.0.4",
  75. "rimraf": "^2.6.2",
  76. "sinon": "^2.3.2",
  77. "typescript": "^2.6.2",
  78. "typescript-eslint-parser": "^15.0.0"
  79. },
  80. "directories": {
  81. "test": "tests"
  82. },
  83. "engines": {
  84. "node": ">=4"
  85. },
  86. "files": [
  87. "lib",
  88. "config",
  89. "memo-parser"
  90. ],
  91. "homepage": "https://github.com/benmosher/eslint-plugin-import",
  92. "keywords": [
  93. "eslint",
  94. "eslintplugin",
  95. "es6",
  96. "jsnext",
  97. "modules",
  98. "import",
  99. "export"
  100. ],
  101. "license": "MIT",
  102. "main": "lib/index.js",
  103. "name": "eslint-plugin-import",
  104. "nyc": {
  105. "require": [
  106. "babel-register"
  107. ],
  108. "sourceMap": false,
  109. "instrument": false,
  110. "include": [
  111. "src/",
  112. "resolvers/"
  113. ]
  114. },
  115. "peerDependencies": {
  116. "eslint": "2.x - 5.x"
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/benmosher/eslint-plugin-import.git"
  121. },
  122. "scripts": {
  123. "coveralls": "nyc report --reporter lcovonly && cat ./coverage/lcov.info | coveralls",
  124. "posttest": "eslint ./src",
  125. "prepublish": "gulp prepublish",
  126. "pretest": "linklocal",
  127. "test": "cross-env BABEL_ENV=test NODE_PATH=./src nyc -s mocha -R dot --recursive tests/src -t 5s",
  128. "test-all": "npm test && for resolver in ./resolvers/*; do cd $resolver && npm test && cd ../..; done",
  129. "test-compiled": "npm run prepublish && NODE_PATH=./lib mocha --compilers js:babel-register --recursive tests/src",
  130. "watch": "cross-env NODE_PATH=./src mocha --watch --compilers js:babel-register --recursive tests/src"
  131. },
  132. "version": "2.14.0"
  133. }