package.json 2.6 KB

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