package.json 2.9 KB

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