package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. "vue-eslint-parser@7.11.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-eslint-parser@7.11.0",
  10. "_id": "vue-eslint-parser@7.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IUtd6pYQB/z/su5luJEjB2KNDa8=",
  13. "_location": "/vue-eslint-parser",
  14. "_phantomChildren": {
  15. "acorn-jsx": "5.3.2",
  16. "eslint-visitor-keys": "1.3.0",
  17. "esrecurse": "4.3.0",
  18. "estraverse": "4.3.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "vue-eslint-parser@7.11.0",
  24. "name": "vue-eslint-parser",
  25. "escapedName": "vue-eslint-parser",
  26. "rawSpec": "7.11.0",
  27. "saveSpec": null,
  28. "fetchSpec": "7.11.0"
  29. },
  30. "_requiredBy": [
  31. "/eslint-plugin-vue"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/vue-eslint-parser/download/vue-eslint-parser-7.11.0.tgz",
  34. "_spec": "7.11.0",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  36. "author": {
  37. "name": "Toru Nagashima"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/vuejs/vue-eslint-parser/issues"
  41. },
  42. "dependencies": {
  43. "debug": "^4.1.1",
  44. "eslint-scope": "^5.1.1",
  45. "eslint-visitor-keys": "^1.1.0",
  46. "espree": "^6.2.1",
  47. "esquery": "^1.4.0",
  48. "lodash": "^4.17.21",
  49. "semver": "^6.3.0"
  50. },
  51. "description": "The ESLint custom parser for `.vue` files.",
  52. "devDependencies": {
  53. "@babel/core": "^7.15.0",
  54. "@babel/eslint-parser": "^7.15.0",
  55. "@babel/plugin-syntax-decorators": "^7.14.5",
  56. "@babel/plugin-syntax-pipeline-operator": "^7.15.0",
  57. "@babel/plugin-syntax-typescript": "^7.14.5",
  58. "@mysticatea/eslint-plugin": "^13.0.0",
  59. "@types/debug": "0.0.30",
  60. "@types/eslint": "^7.2.6",
  61. "@types/estree": "0.0.45",
  62. "@types/lodash": "^4.14.120",
  63. "@types/mocha": "^5.2.4",
  64. "@types/node": "^10.12.21",
  65. "@types/semver": "^7.3.6",
  66. "@typescript-eslint/eslint-plugin": "^4.9.1",
  67. "@typescript-eslint/parser": "^4.14.0",
  68. "babel-eslint": "^10.0.1",
  69. "chokidar": "^2.0.4",
  70. "codecov": "^3.1.0",
  71. "cross-spawn": "^6.0.5",
  72. "dts-bundle": "^0.7.3",
  73. "eslint": "^7.0.0",
  74. "eslint-plugin-jsonc": "^1.4.0",
  75. "eslint-plugin-node-dependencies": "^0.5.0",
  76. "fs-extra": "^7.0.1",
  77. "jsonc-eslint-parser": "^0.6.0",
  78. "mocha": "^6.1.4",
  79. "npm-run-all": "^4.1.5",
  80. "nyc": "^14.0.0",
  81. "opener": "^1.5.1",
  82. "prettier": "^2.3.1",
  83. "rimraf": "^2.6.3",
  84. "rollup": "^1.1.2",
  85. "rollup-plugin-node-resolve": "^4.0.0",
  86. "rollup-plugin-sourcemaps": "^0.4.2",
  87. "ts-node": "^8.1.0",
  88. "typescript": "~4.0.5",
  89. "wait-on": "^3.2.0",
  90. "warun": "^1.0.0"
  91. },
  92. "engines": {
  93. "node": ">=8.10"
  94. },
  95. "files": [
  96. "index.*"
  97. ],
  98. "funding": "https://github.com/sponsors/mysticatea",
  99. "homepage": "https://github.com/vuejs/vue-eslint-parser#readme",
  100. "keywords": [],
  101. "license": "MIT",
  102. "main": "index.js",
  103. "name": "vue-eslint-parser",
  104. "peerDependencies": {
  105. "eslint": ">=5.0.0"
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/vuejs/vue-eslint-parser.git"
  110. },
  111. "scripts": {
  112. "build": "tsc --module es2015 && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
  113. "clean": "rimraf .nyc_output .temp coverage index.*",
  114. "codecov": "codecov",
  115. "coverage": "opener ./coverage/lcov-report/index.html",
  116. "lint": "eslint src test package.json --ext .js,.ts",
  117. "postversion": "git push && git push --tags",
  118. "prebuild": "npm run -s clean",
  119. "pretest": "run-s build lint",
  120. "preupdate-fixtures": "npm run -s build",
  121. "preversion": "npm test",
  122. "prewatch": "npm run -s clean",
  123. "setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
  124. "test": "npm run -s test:mocha",
  125. "test:debug": "mocha --require ts-node/register/transpile-only \"test/*.js\" --reporter dot --timeout 60000",
  126. "test:mocha": "nyc mocha \"test/*.js\" --reporter dot --timeout 60000",
  127. "update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",
  128. "version": "npm run -s build",
  129. "watch": "run-p watch:*",
  130. "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html",
  131. "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
  132. "watch:test": "wait-on index.js && warun index.js \"test/*.js\" \"test/fixtures/ast/*/*.json\" \"test/fixtures/*\" --debounce 1000 --no-initial -- nyc mocha \"test/*.js\" --reporter dot --timeout 10000",
  133. "watch:tsc": "tsc --module es2015 --watch",
  134. "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node scripts/update-fixtures-ast.js"
  135. },
  136. "version": "7.11.0"
  137. }