package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "eslint-plugin-vue@7.2.0",
  3. "_id": "eslint-plugin-vue@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3YMj/nyij+k3fOP19s8Xr+Jobyo=",
  6. "_location": "/eslint-plugin-vue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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.nlark.com/eslint-plugin-vue/download/eslint-plugin-vue-7.2.0.tgz",
  22. "_shasum": "dd8323fe7ca28fe9377ce3f5f6cf17afe2686f2a",
  23. "_spec": "eslint-plugin-vue@7.2.0",
  24. "_where": "D:\\bomanss\\ruoyi-ui",
  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": "^7.3.2",
  48. "vue-eslint-parser": "^7.2.0"
  49. },
  50. "deprecated": false,
  51. "description": "Official ESLint plugin for Vue.js",
  52. "devDependencies": {
  53. "@types/eslint": "^7.2.0",
  54. "@types/natural-compare": "^1.4.0",
  55. "@types/node": "^13.13.5",
  56. "@types/semver": "^7.2.0",
  57. "@typescript-eslint/parser": "^3.0.2",
  58. "@vuepress/plugin-pwa": "^1.4.1",
  59. "babel-eslint": "^10.1.0",
  60. "eslint": "^7.0.0",
  61. "eslint-config-prettier": "^6.11.0",
  62. "eslint-plugin-eslint-plugin": "^2.2.1",
  63. "eslint-plugin-import": "^2.20.2",
  64. "eslint-plugin-prettier": "^3.1.3",
  65. "eslint-plugin-vue": "file:.",
  66. "eslint4b": "^7.0.0",
  67. "lodash": "^4.17.15",
  68. "mocha": "^7.1.2",
  69. "nyc": "^15.0.1",
  70. "prettier": "^2.1.1",
  71. "typescript": "^3.9.5",
  72. "vue-eslint-editor": "^1.1.0",
  73. "vuepress": "^1.4.1"
  74. },
  75. "engines": {
  76. "node": ">=8.10"
  77. },
  78. "files": [
  79. "lib"
  80. ],
  81. "homepage": "https://eslint.vuejs.org",
  82. "keywords": [
  83. "eslint",
  84. "eslint-plugin",
  85. "eslint-config",
  86. "vue",
  87. "vuejs",
  88. "rules"
  89. ],
  90. "license": "MIT",
  91. "main": "lib/index.js",
  92. "name": "eslint-plugin-vue",
  93. "peerDependencies": {
  94. "eslint": "^6.2.0 || ^7.0.0"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  99. },
  100. "scripts": {
  101. "cover": "npm run cover:test && npm run cover:report",
  102. "cover:report": "nyc report --reporter=html",
  103. "cover:test": "nyc npm run test:base -- --timeout 60000",
  104. "debug": "mocha --inspect \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
  105. "docs:build": "vuepress build docs",
  106. "docs:watch": "vuepress dev docs",
  107. "lint": "eslint . --rulesdir eslint-internal-rules",
  108. "lint:fix": "eslint . --rulesdir eslint-internal-rules --fix",
  109. "preversion": "npm test && npm run update && git add .",
  110. "start": "npm run test:base -- --watch --growl",
  111. "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
  112. "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
  113. "tsc": "tsc",
  114. "update": "node ./tools/update.js",
  115. "version": "npm run lint -- --fix && git add ."
  116. },
  117. "version": "7.2.0"
  118. }