package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "eslint-plugin-vue",
  3. "version": "5.2.3",
  4. "description": "Official ESLint plugin for Vue.js",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "start": "npm run test:base -- --watch --growl",
  8. "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
  9. "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
  10. "lint": "eslint . --rulesdir eslint-internal-rules",
  11. "pretest": "npm run lint",
  12. "preversion": "npm test && npm run update && git add .",
  13. "version": "npm run lint -- --fix && git add .",
  14. "update": "node ./tools/update.js",
  15. "docs:watch": "vuepress dev docs",
  16. "docs:build": "vuepress build docs"
  17. },
  18. "files": [
  19. "lib"
  20. ],
  21. "homepage": "https://eslint.vuejs.org",
  22. "keywords": [
  23. "eslint",
  24. "eslint-plugin",
  25. "eslint-config",
  26. "vue",
  27. "vuejs",
  28. "rules"
  29. ],
  30. "author": "Toru Nagashima (https://github.com/mysticatea)",
  31. "contributors": [
  32. "Michał Sajnóg <msajnog93@gmail.com> (https://github.com/michalsnik)"
  33. ],
  34. "license": "MIT",
  35. "repository": {
  36. "type": "git",
  37. "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/vuejs/eslint-plugin-vue/issues"
  41. },
  42. "engines": {
  43. "node": ">=6.5"
  44. },
  45. "peerDependencies": {
  46. "eslint": "^5.0.0"
  47. },
  48. "dependencies": {
  49. "vue-eslint-parser": "^5.0.0"
  50. },
  51. "devDependencies": {
  52. "@types/node": "^4.2.16",
  53. "@typescript-eslint/parser": "^1.11.0",
  54. "babel-eslint": "^10.0.2",
  55. "chai": "^4.1.0",
  56. "eslint": "^6.0.0",
  57. "eslint-plugin-eslint-plugin": "^2.0.1",
  58. "eslint-plugin-vue-libs": "^3.0.0",
  59. "eslint-plugin-vue": "file:.",
  60. "eslint4b": "^5.1.0",
  61. "lodash": "^4.17.4",
  62. "mocha": "^5.2.0",
  63. "nyc": "^12.0.2",
  64. "semver": "^5.6.0",
  65. "typescript": "^3.5.2",
  66. "vue-eslint-editor": "^0.1.4",
  67. "vuepress": "^0.14.5"
  68. },
  69. "__npminstall_done": "Thu Dec 24 2020 20:21:00 GMT+0800 (CST)",
  70. "_from": "eslint-plugin-vue@5.2.3",
  71. "_resolved": "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-5.2.3.tgz?cache=0&sync_timestamp=1608096288233&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-5.2.3.tgz"
  72. }