package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-vue@4.7.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-vue@4.7.1",
  10. "_id": "eslint-plugin-vue@4.7.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-esETKhVMI7Vdli70Wt4bvAwnZBJeM0pxVX9Yb0wWKxdCJc2EADalVYK/q2FzMw8oKN0wPMdqVCKS8kmR89recA==",
  13. "_location": "/eslint-plugin-vue",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-vue@4.7.1",
  19. "name": "eslint-plugin-vue",
  20. "escapedName": "eslint-plugin-vue",
  21. "rawSpec": "4.7.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.7.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-4.7.1.tgz",
  29. "_spec": "4.7.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  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": "http://github.com/michalsnik"
  43. }
  44. ],
  45. "dependencies": {
  46. "vue-eslint-parser": "^2.0.3"
  47. },
  48. "description": "Official ESLint plugin for Vue.js",
  49. "devDependencies": {
  50. "@types/node": "^4.2.16",
  51. "babel-eslint": "^8.2.2",
  52. "chai": "^4.1.0",
  53. "eslint": "^4.14.0",
  54. "eslint-plugin-eslint-plugin": "^0.8.0",
  55. "eslint-plugin-html": "^4.0.1",
  56. "eslint-plugin-vue-libs": "^2.0.0",
  57. "lodash": "^4.17.4",
  58. "mocha": "^3.2.0",
  59. "nyc": "^11.1.0"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/vuejs/eslint-plugin-vue#readme",
  68. "keywords": [
  69. "eslint",
  70. "eslint-plugin",
  71. "eslint-config",
  72. "vue",
  73. "vuejs",
  74. "rules"
  75. ],
  76. "license": "MIT",
  77. "main": "lib/index.js",
  78. "name": "eslint-plugin-vue",
  79. "peerDependencies": {
  80. "eslint": "^3.18.0 || ^4.0.0"
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint . --rulesdir eslint-internal-rules",
  88. "pretest": "npm run lint",
  89. "preversion": "npm test && npm run update && git add .",
  90. "start": "npm run test:base -- --watch --growl",
  91. "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
  92. "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
  93. "update": "node ./tools/update.js",
  94. "version": "npm run lint -- --fix && git add ."
  95. },
  96. "version": "4.7.1"
  97. }