package.json 2.6 KB

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