package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-vue@7.2.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-vue@7.2.0",
  10. "_id": "eslint-plugin-vue@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4mt0yIv6rBDNtvis/g22a0ozJ12GfcdEzX77u0ICYjKlxOVtGrKGEvo0cbOObHaKDg9a9kJcoaNodqE4TPfS2A==",
  13. "_location": "/eslint-plugin-vue",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-vue@7.2.0",
  19. "name": "eslint-plugin-vue",
  20. "escapedName": "eslint-plugin-vue",
  21. "rawSpec": "7.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "7.2.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-7.2.0.tgz",
  29. "_spec": "7.2.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Toru Nagashima",
  33. "url": "https://github.com/mysticatea"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vuejs/eslint-plugin-vue/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Michał Sajnóg",
  41. "email": "msajnog93@gmail.com",
  42. "url": "https://github.com/michalsnik"
  43. },
  44. {
  45. "name": "Yosuke Ota",
  46. "url": "https://github.com/ota-meshi"
  47. }
  48. ],
  49. "dependencies": {
  50. "eslint-utils": "^2.1.0",
  51. "natural-compare": "^1.4.0",
  52. "semver": "^7.3.2",
  53. "vue-eslint-parser": "^7.2.0"
  54. },
  55. "description": "Official ESLint plugin for Vue.js",
  56. "devDependencies": {
  57. "@types/eslint": "^7.2.0",
  58. "@types/natural-compare": "^1.4.0",
  59. "@types/node": "^13.13.5",
  60. "@types/semver": "^7.2.0",
  61. "@typescript-eslint/parser": "^3.0.2",
  62. "@vuepress/plugin-pwa": "^1.4.1",
  63. "babel-eslint": "^10.1.0",
  64. "eslint": "^7.0.0",
  65. "eslint-config-prettier": "^6.11.0",
  66. "eslint-plugin-eslint-plugin": "^2.2.1",
  67. "eslint-plugin-import": "^2.20.2",
  68. "eslint-plugin-prettier": "^3.1.3",
  69. "eslint-plugin-vue": "file:.",
  70. "eslint4b": "^7.0.0",
  71. "lodash": "^4.17.15",
  72. "mocha": "^7.1.2",
  73. "nyc": "^15.0.1",
  74. "prettier": "^2.1.1",
  75. "typescript": "^3.9.5",
  76. "vue-eslint-editor": "^1.1.0",
  77. "vuepress": "^1.4.1"
  78. },
  79. "engines": {
  80. "node": ">=8.10"
  81. },
  82. "files": [
  83. "lib"
  84. ],
  85. "homepage": "https://eslint.vuejs.org",
  86. "keywords": [
  87. "eslint",
  88. "eslint-plugin",
  89. "eslint-config",
  90. "vue",
  91. "vuejs",
  92. "rules"
  93. ],
  94. "license": "MIT",
  95. "main": "lib/index.js",
  96. "name": "eslint-plugin-vue",
  97. "peerDependencies": {
  98. "eslint": "^6.2.0 || ^7.0.0"
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  103. },
  104. "scripts": {
  105. "cover": "npm run cover:test && npm run cover:report",
  106. "cover:report": "nyc report --reporter=html",
  107. "cover:test": "nyc npm run test:base -- --timeout 60000",
  108. "debug": "mocha --inspect \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
  109. "docs:build": "vuepress build docs",
  110. "docs:watch": "vuepress dev docs",
  111. "lint": "eslint . --rulesdir eslint-internal-rules",
  112. "lint:fix": "eslint . --rulesdir eslint-internal-rules --fix",
  113. "preversion": "npm test && npm run update && 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": "npm run lint -- --fix && git add ."
  120. },
  121. "version": "7.2.0"
  122. }