package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "eslint-plugin-node@^11.1.0",
  3. "_id": "eslint-plugin-node@11.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==",
  6. "_location": "/eslint-plugin-node",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-plugin-node@^11.1.0",
  12. "name": "eslint-plugin-node",
  13. "escapedName": "eslint-plugin-node",
  14. "rawSpec": "^11.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxtjs/eslint-config"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
  22. "_shasum": "c95544416ee4ada26740a30474eefc5402dc671d",
  23. "_spec": "eslint-plugin-node@^11.1.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxtjs\\eslint-config",
  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. "eslint-plugin-es": "^3.0.0",
  34. "eslint-utils": "^2.0.0",
  35. "ignore": "^5.1.1",
  36. "minimatch": "^3.0.4",
  37. "resolve": "^1.10.1",
  38. "semver": "^6.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Additional ESLint's rules for Node.js",
  42. "devDependencies": {
  43. "@mysticatea/eslint-plugin": "^10.0.3",
  44. "codecov": "^3.3.0",
  45. "eslint": "^6.3.0",
  46. "eslint-plugin-node": "file:.",
  47. "fast-glob": "^2.2.6",
  48. "globals": "^11.12.0",
  49. "mocha": "^6.1.4",
  50. "nyc": "^14.0.0",
  51. "opener": "^1.5.1",
  52. "punycode": "^2.1.1",
  53. "rimraf": "^2.6.3"
  54. },
  55. "engines": {
  56. "node": ">=8.10.0"
  57. },
  58. "files": [
  59. "lib"
  60. ],
  61. "homepage": "https://github.com/mysticatea/eslint-plugin-node#readme",
  62. "keywords": [
  63. "eslint",
  64. "eslintplugin",
  65. "eslint-plugin",
  66. "node",
  67. "nodejs",
  68. "ecmascript",
  69. "shebang",
  70. "file",
  71. "path",
  72. "import",
  73. "require"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/index.js",
  77. "name": "eslint-plugin-node",
  78. "peerDependencies": {
  79. "eslint": ">=5.16.0"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/mysticatea/eslint-plugin-node.git"
  84. },
  85. "scripts": {
  86. "build": "node scripts/update",
  87. "clean": "rimraf .nyc_output coverage",
  88. "codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN",
  89. "coverage": "opener ./coverage/lcov-report/index.html",
  90. "lint": "eslint lib scripts tests/lib .eslintrc.js",
  91. "new": "node scripts/new-rule",
  92. "postversion": "git push && git push --tags",
  93. "pretest": "npm run -s lint",
  94. "preversion": "npm t && npm run -s build",
  95. "test": "nyc npm run -s test:_mocha",
  96. "test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000",
  97. "test:ci": "nyc npm run -s test:_mocha",
  98. "version": "eslint lib/rules --fix && git add lib/rules",
  99. "watch": "npm run test:_mocha -- --watch --growl"
  100. },
  101. "version": "11.1.0"
  102. }