package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "eslint-utils@^2.1.0",
  3. "_id": "eslint-utils@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  6. "_location": "/eslint-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-utils@^2.1.0",
  12. "name": "eslint-utils",
  13. "escapedName": "eslint-utils",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  22. "_shasum": "d2de5e03424e707dc10c74068ddedae708741b27",
  23. "_spec": "eslint-utils@^2.1.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\eslint",
  25. "author": {
  26. "name": "Toru Nagashima"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mysticatea/eslint-utils/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "eslint-visitor-keys": "^1.1.0"
  34. },
  35. "deprecated": false,
  36. "description": "Utilities for ESLint plugins.",
  37. "devDependencies": {
  38. "@mysticatea/eslint-plugin": "^12.0.0",
  39. "codecov": "^3.6.1",
  40. "dot-prop": "^4.2.0",
  41. "eslint": "^6.5.1",
  42. "esm": "^3.2.25",
  43. "espree": "^6.1.1",
  44. "mocha": "^6.2.2",
  45. "npm-run-all": "^4.1.5",
  46. "nyc": "^14.1.1",
  47. "opener": "^1.5.1",
  48. "rimraf": "^3.0.0",
  49. "rollup": "^1.25.0",
  50. "rollup-plugin-sourcemaps": "^0.4.2",
  51. "semver": "^7.3.2",
  52. "vuepress": "^1.2.0",
  53. "warun": "^1.0.0"
  54. },
  55. "engines": {
  56. "node": ">=6"
  57. },
  58. "files": [
  59. "index.*"
  60. ],
  61. "funding": "https://github.com/sponsors/mysticatea",
  62. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  63. "keywords": [
  64. "eslint"
  65. ],
  66. "license": "MIT",
  67. "main": "index",
  68. "module": "index.mjs",
  69. "name": "eslint-utils",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  73. },
  74. "scripts": {
  75. "build": "rollup -c",
  76. "clean": "rimraf .nyc_output coverage index.*",
  77. "codecov": "nyc report -r lcovonly && codecov",
  78. "coverage": "opener ./coverage/lcov-report/index.html",
  79. "docs:build": "vuepress build docs",
  80. "docs:watch": "vuepress dev docs",
  81. "lint": "eslint src test",
  82. "postversion": "git push && git push --tags",
  83. "prebuild": "npm run -s clean",
  84. "preversion": "npm test && npm run -s build",
  85. "prewatch": "npm run -s clean",
  86. "test": "run-s lint build test:mocha",
  87. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  88. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  89. },
  90. "sideEffects": false,
  91. "version": "2.1.0"
  92. }