package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-vue@5.2.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-vue@5.2.2",
  10. "_id": "eslint-plugin-vue@5.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hmAYI7dyG3C8ktVPFyjPwDs2KDw=",
  13. "_location": "/eslint-plugin-vue",
  14. "_phantomChildren": {
  15. "eslint-scope": "4.0.3",
  16. "eslint-visitor-keys": "1.0.0",
  17. "esquery": "1.0.1",
  18. "lodash": "4.17.11",
  19. "ms": "2.1.1"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "eslint-plugin-vue@5.2.2",
  25. "name": "eslint-plugin-vue",
  26. "escapedName": "eslint-plugin-vue",
  27. "rawSpec": "5.2.2",
  28. "saveSpec": null,
  29. "fetchSpec": "5.2.2"
  30. },
  31. "_requiredBy": [
  32. "#DEV:/"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-5.2.2.tgz",
  35. "_spec": "5.2.2",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  37. "author": {
  38. "name": "Toru Nagashima",
  39. "url": "https://github.com/mysticatea"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/vuejs/eslint-plugin-vue/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Michał Sajnóg",
  47. "email": "msajnog93@gmail.com",
  48. "url": "https://github.com/michalsnik"
  49. }
  50. ],
  51. "dependencies": {
  52. "vue-eslint-parser": "^5.0.0"
  53. },
  54. "description": "Official ESLint plugin for Vue.js",
  55. "devDependencies": {
  56. "@types/node": "^4.2.16",
  57. "babel-eslint": "^8.2.2",
  58. "chai": "^4.1.0",
  59. "eslint": "^5.11.1",
  60. "eslint-plugin-eslint-plugin": "^2.0.1",
  61. "eslint-plugin-vue-libs": "^3.0.0",
  62. "eslint4b": "^5.1.0",
  63. "lodash": "^4.17.4",
  64. "mocha": "^5.2.0",
  65. "nyc": "^12.0.2",
  66. "semver": "^5.6.0",
  67. "typescript": "^3.1.3",
  68. "typescript-eslint-parser": "^20.0.0",
  69. "vue-eslint-editor": "^0.1.4",
  70. "vuepress": "^0.14.5"
  71. },
  72. "engines": {
  73. "node": ">=6.5"
  74. },
  75. "files": [
  76. "lib"
  77. ],
  78. "homepage": "https://eslint.vuejs.org",
  79. "keywords": [
  80. "eslint",
  81. "eslint-plugin",
  82. "eslint-config",
  83. "vue",
  84. "vuejs",
  85. "rules"
  86. ],
  87. "license": "MIT",
  88. "main": "lib/index.js",
  89. "name": "eslint-plugin-vue",
  90. "peerDependencies": {
  91. "eslint": "^5.0.0"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  96. },
  97. "scripts": {
  98. "docs:build": "vuepress build docs",
  99. "docs:watch": "vuepress dev docs",
  100. "lint": "eslint . --rulesdir eslint-internal-rules",
  101. "pretest": "npm run lint",
  102. "preversion": "npm test && npm run update && git add .",
  103. "start": "npm run test:base -- --watch --growl",
  104. "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
  105. "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
  106. "update": "node ./tools/update.js",
  107. "version": "npm run lint -- --fix && git add ."
  108. },
  109. "version": "5.2.2"
  110. }