package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-vue@6.2.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-vue@6.2.2",
  10. "_id": "eslint-plugin-vue@6.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ==",
  13. "_location": "/eslint-plugin-vue",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-vue@6.2.2",
  19. "name": "eslint-plugin-vue",
  20. "escapedName": "eslint-plugin-vue",
  21. "rawSpec": "6.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "6.2.2"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.2.2.tgz",
  29. "_spec": "6.2.2",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  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. "dependencies": {
  46. "natural-compare": "^1.4.0",
  47. "semver": "^5.6.0",
  48. "vue-eslint-parser": "^7.0.0"
  49. },
  50. "description": "Official ESLint plugin for Vue.js",
  51. "devDependencies": {
  52. "@types/node": "^4.2.16",
  53. "@typescript-eslint/parser": "^2.6.1",
  54. "acorn": "^7.1.0",
  55. "babel-eslint": "^10.0.2",
  56. "chai": "^4.1.0",
  57. "eslint": "^6.0.0",
  58. "eslint-plugin-eslint-plugin": "^2.0.1",
  59. "eslint-plugin-import": "^2.18.2",
  60. "eslint-plugin-vue": "file:.",
  61. "eslint-plugin-vue-libs": "^4.0.0",
  62. "eslint4b": "^6.6.0",
  63. "lodash": "^4.17.4",
  64. "mocha": "^5.2.0",
  65. "nyc": "^12.0.2",
  66. "typescript": "^3.5.2",
  67. "vue-eslint-editor": "^0.1.4",
  68. "vuepress": "^0.14.5"
  69. },
  70. "engines": {
  71. "node": ">=8.10"
  72. },
  73. "files": [
  74. "lib"
  75. ],
  76. "homepage": "https://eslint.vuejs.org",
  77. "keywords": [
  78. "eslint",
  79. "eslint-plugin",
  80. "eslint-config",
  81. "vue",
  82. "vuejs",
  83. "rules"
  84. ],
  85. "license": "MIT",
  86. "main": "lib/index.js",
  87. "name": "eslint-plugin-vue",
  88. "peerDependencies": {
  89. "eslint": "^5.0.0 || ^6.0.0"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  94. },
  95. "scripts": {
  96. "debug": "mocha --inspect-brk \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
  97. "docs:build": "vuepress build docs",
  98. "docs:watch": "vuepress dev docs",
  99. "lint": "eslint . --rulesdir eslint-internal-rules",
  100. "pretest": "npm run lint",
  101. "preversion": "npm test && npm run update && git add .",
  102. "start": "npm run test:base -- --watch --growl",
  103. "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
  104. "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
  105. "update": "node ./tools/update.js",
  106. "version": "npm run lint -- --fix && git add ."
  107. },
  108. "version": "6.2.2"
  109. }