package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "eslint-plugin-vue@^7.2.0",
  3. "_id": "eslint-plugin-vue@7.20.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw==",
  6. "_location": "/eslint-plugin-vue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-plugin-vue@^7.2.0",
  12. "name": "eslint-plugin-vue",
  13. "escapedName": "eslint-plugin-vue",
  14. "rawSpec": "^7.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.2.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz",
  22. "_shasum": "98c21885a6bfdf0713c3a92957a5afeaaeed9253",
  23. "_spec": "eslint-plugin-vue@^7.2.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Toru Nagashima",
  27. "url": "https://github.com/mysticatea"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vuejs/eslint-plugin-vue/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Michał Sajnóg",
  36. "email": "msajnog93@gmail.com",
  37. "url": "https://github.com/michalsnik"
  38. },
  39. {
  40. "name": "Yosuke Ota",
  41. "url": "https://github.com/ota-meshi"
  42. }
  43. ],
  44. "dependencies": {
  45. "eslint-utils": "^2.1.0",
  46. "natural-compare": "^1.4.0",
  47. "semver": "^6.3.0",
  48. "vue-eslint-parser": "^7.10.0"
  49. },
  50. "deprecated": false,
  51. "description": "Official ESLint plugin for Vue.js",
  52. "devDependencies": {
  53. "@types/eslint": "^7.28.1",
  54. "@types/eslint-visitor-keys": "^1.0.0",
  55. "@types/natural-compare": "^1.4.0",
  56. "@types/node": "^13.13.5",
  57. "@types/semver": "^7.2.0",
  58. "@typescript-eslint/parser": "^5.0.0-0",
  59. "@vuepress/plugin-pwa": "^1.4.1",
  60. "acorn": "^8.5.0",
  61. "env-cmd": "^10.1.0",
  62. "eslint": "^8.0.0",
  63. "eslint-config-prettier": "^6.11.0",
  64. "eslint-plugin-eslint-plugin": "^3.5.3",
  65. "eslint-plugin-import": "^2.20.2",
  66. "eslint-plugin-prettier": "^3.1.3",
  67. "eslint-plugin-vue": "file:.",
  68. "espree": "^9.0.0",
  69. "lodash": "^4.17.21",
  70. "mocha": "^7.1.2",
  71. "nyc": "^15.1.0",
  72. "prettier": "^2.4.1",
  73. "typescript": "^4.4.3",
  74. "vue-eslint-editor": "^1.1.0",
  75. "vuepress": "^1.8.2"
  76. },
  77. "engines": {
  78. "node": ">=8.10"
  79. },
  80. "files": [
  81. "lib"
  82. ],
  83. "homepage": "https://eslint.vuejs.org",
  84. "keywords": [
  85. "eslint",
  86. "eslint-plugin",
  87. "eslint-config",
  88. "vue",
  89. "vuejs",
  90. "rules"
  91. ],
  92. "license": "MIT",
  93. "main": "lib/index.js",
  94. "name": "eslint-plugin-vue",
  95. "peerDependencies": {
  96. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  101. },
  102. "scripts": {
  103. "cover": "npm run cover:test && npm run cover:report",
  104. "cover:report": "nyc report --reporter=html",
  105. "cover:test": "nyc npm run test:base -- --timeout 60000",
  106. "debug": "mocha --inspect \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
  107. "docs:build": "vuepress build docs",
  108. "docs:watch": "vuepress dev docs",
  109. "lint": "eslint . --rulesdir eslint-internal-rules",
  110. "lint:fix": "eslint . --rulesdir eslint-internal-rules --fix",
  111. "new": "node tools/new-rule.js",
  112. "predocs:build": "npm run update",
  113. "preversion": "npm test && git add .",
  114. "start": "npm run test:base -- --watch --growl",
  115. "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
  116. "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
  117. "tsc": "tsc",
  118. "update": "node ./tools/update.js",
  119. "version": "env-cmd -e version npm run update && npm run lint -- --fix && git add ."
  120. },
  121. "version": "7.20.0"
  122. }