package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-node@6.0.1",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-node@6.0.1",
  10. "_id": "eslint-plugin-node@6.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Q/Cc2sW1OAISDS+Ji6lZS2KV4b7ueA/WydVWd1BECTQwVvfQy5JAi3glhINoKzoMnfnuRgNP+ZWKrGAbp3QDxw==",
  13. "_location": "/eslint-plugin-node",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-node@6.0.1",
  19. "name": "eslint-plugin-node",
  20. "escapedName": "eslint-plugin-node",
  21. "rawSpec": "6.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/eslint-config-standard"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-6.0.1.tgz",
  29. "_spec": "6.0.1",
  30. "_where": "D:\\代码\\单商户\\admin",
  31. "author": {
  32. "name": "Toru Nagashima"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mysticatea/eslint-plugin-node/issues"
  36. },
  37. "dependencies": {
  38. "ignore": "^3.3.6",
  39. "minimatch": "^3.0.4",
  40. "resolve": "^1.3.3",
  41. "semver": "^5.4.1"
  42. },
  43. "description": "Additional ESLint's rules for Node.js",
  44. "devDependencies": {
  45. "codecov": "^3.0.0",
  46. "eslint": "^4.17.0",
  47. "eslint-config-mysticatea": "^13.0.2",
  48. "mocha": "^5.0.0",
  49. "nyc": "^11.0.1",
  50. "opener": "^1.4.3",
  51. "rimraf": "^2.6.1",
  52. "shelljs": "^0.8.1"
  53. },
  54. "engines": {
  55. "node": ">=4"
  56. },
  57. "files": [
  58. "lib"
  59. ],
  60. "homepage": "https://github.com/mysticatea/eslint-plugin-node#readme",
  61. "keywords": [
  62. "eslint",
  63. "eslintplugin",
  64. "eslint-plugin",
  65. "node",
  66. "nodejs",
  67. "ecmascript",
  68. "shebang",
  69. "file",
  70. "path",
  71. "import",
  72. "require"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/index.js",
  76. "name": "eslint-plugin-node",
  77. "peerDependencies": {
  78. "eslint": ">=3.1.0"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/mysticatea/eslint-plugin-node.git"
  83. },
  84. "scripts": {
  85. "build": "node scripts/update.js",
  86. "clean": "rimraf .nyc_output coverage",
  87. "codecov": "nyc report -r lcovonly && codecov",
  88. "coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
  89. "lint": "eslint lib tests/lib index.js",
  90. "postversion": "git push && git push --tags",
  91. "pretest": "npm run -s lint",
  92. "preversion": "npm t && npm run -s build",
  93. "test": "nyc npm run -s test:_mocha",
  94. "test:_mocha": "_mocha tests/lib/**/*.js --reporter progress",
  95. "watch": "npm run test:_mocha -- --watch --growl"
  96. },
  97. "version": "6.0.1"
  98. }