package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-node@11.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-node@11.1.0",
  10. "_id": "eslint-plugin-node@11.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yVVEQW7kraJnQKMEdO78VALcZx0=",
  13. "_location": "/eslint-plugin-node",
  14. "_phantomChildren": {
  15. "eslint-visitor-keys": "1.3.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "eslint-plugin-node@11.1.0",
  21. "name": "eslint-plugin-node",
  22. "escapedName": "eslint-plugin-node",
  23. "rawSpec": "11.1.0",
  24. "saveSpec": null,
  25. "fetchSpec": "11.1.0"
  26. },
  27. "_requiredBy": [
  28. "#DEV:/"
  29. ],
  30. "_resolved": "https://registry.nlark.com/eslint-plugin-node/download/eslint-plugin-node-11.1.0.tgz",
  31. "_spec": "11.1.0",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  33. "author": {
  34. "name": "Toru Nagashima"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mysticatea/eslint-plugin-node/issues"
  38. },
  39. "dependencies": {
  40. "eslint-plugin-es": "^3.0.0",
  41. "eslint-utils": "^2.0.0",
  42. "ignore": "^5.1.1",
  43. "minimatch": "^3.0.4",
  44. "resolve": "^1.10.1",
  45. "semver": "^6.1.0"
  46. },
  47. "description": "Additional ESLint's rules for Node.js",
  48. "devDependencies": {
  49. "@mysticatea/eslint-plugin": "^10.0.3",
  50. "codecov": "^3.3.0",
  51. "eslint": "^6.3.0",
  52. "eslint-plugin-node": "file:.",
  53. "fast-glob": "^2.2.6",
  54. "globals": "^11.12.0",
  55. "mocha": "^6.1.4",
  56. "nyc": "^14.0.0",
  57. "opener": "^1.5.1",
  58. "punycode": "^2.1.1",
  59. "rimraf": "^2.6.3"
  60. },
  61. "engines": {
  62. "node": ">=8.10.0"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/mysticatea/eslint-plugin-node#readme",
  68. "keywords": [
  69. "eslint",
  70. "eslintplugin",
  71. "eslint-plugin",
  72. "node",
  73. "nodejs",
  74. "ecmascript",
  75. "shebang",
  76. "file",
  77. "path",
  78. "import",
  79. "require"
  80. ],
  81. "license": "MIT",
  82. "main": "lib/index.js",
  83. "name": "eslint-plugin-node",
  84. "peerDependencies": {
  85. "eslint": ">=5.16.0"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/mysticatea/eslint-plugin-node.git"
  90. },
  91. "scripts": {
  92. "build": "node scripts/update",
  93. "clean": "rimraf .nyc_output coverage",
  94. "codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN",
  95. "coverage": "opener ./coverage/lcov-report/index.html",
  96. "lint": "eslint lib scripts tests/lib .eslintrc.js",
  97. "new": "node scripts/new-rule",
  98. "postversion": "git push && git push --tags",
  99. "pretest": "npm run -s lint",
  100. "preversion": "npm t && npm run -s build",
  101. "test": "nyc npm run -s test:_mocha",
  102. "test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000",
  103. "test:ci": "nyc npm run -s test:_mocha",
  104. "version": "eslint lib/rules --fix && git add lib/rules",
  105. "watch": "npm run test:_mocha -- --watch --growl"
  106. },
  107. "version": "11.1.0"
  108. }