package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "vue-eslint-parser@^7.2.0",
  3. "_id": "vue-eslint-parser@7.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-AeoaKTL1gf8kQzZWXXEoAfj3JWE=",
  6. "_location": "/vue-eslint-parser",
  7. "_phantomChildren": {
  8. "acorn-jsx": "5.3.1",
  9. "eslint-visitor-keys": "1.3.0",
  10. "esrecurse": "4.3.0",
  11. "estraverse": "4.3.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "vue-eslint-parser@^7.2.0",
  17. "name": "vue-eslint-parser",
  18. "escapedName": "vue-eslint-parser",
  19. "rawSpec": "^7.2.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^7.2.0"
  22. },
  23. "_requiredBy": [
  24. "/eslint-plugin-vue"
  25. ],
  26. "_resolved": "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-7.6.0.tgz?cache=0&sync_timestamp=1614679548045&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-7.6.0.tgz",
  27. "_shasum": "01ea1a2932f581ff244336565d712801f8f72561",
  28. "_spec": "vue-eslint-parser@^7.2.0",
  29. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\eslint-plugin-vue",
  30. "author": {
  31. "name": "Toru Nagashima"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/vuejs/vue-eslint-parser/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "debug": "^4.1.1",
  39. "eslint-scope": "^5.0.0",
  40. "eslint-visitor-keys": "^1.1.0",
  41. "espree": "^6.2.1",
  42. "esquery": "^1.4.0",
  43. "lodash": "^4.17.15"
  44. },
  45. "deprecated": false,
  46. "description": "The ESLint custom parser for `.vue` files.",
  47. "devDependencies": {
  48. "@mysticatea/eslint-plugin": "^13.0.0",
  49. "@types/debug": "0.0.30",
  50. "@types/eslint": "^7.2.6",
  51. "@types/estree": "0.0.45",
  52. "@types/lodash": "^4.14.120",
  53. "@types/mocha": "^5.2.4",
  54. "@types/node": "^10.12.21",
  55. "@typescript-eslint/eslint-plugin": "^4.9.1",
  56. "@typescript-eslint/parser": "^4.14.0",
  57. "babel-eslint": "^10.0.1",
  58. "chokidar": "^2.0.4",
  59. "codecov": "^3.1.0",
  60. "cross-spawn": "^6.0.5",
  61. "dts-bundle": "^0.7.3",
  62. "eslint": "^7.0.0",
  63. "fs-extra": "^7.0.1",
  64. "jsonc-eslint-parser": "^0.6.0",
  65. "mocha": "^6.1.4",
  66. "npm-run-all": "^4.1.5",
  67. "nyc": "^14.0.0",
  68. "opener": "^1.5.1",
  69. "prettier": "^2.2.1",
  70. "rimraf": "^2.6.3",
  71. "rollup": "^1.1.2",
  72. "rollup-plugin-node-resolve": "^4.0.0",
  73. "rollup-plugin-sourcemaps": "^0.4.2",
  74. "semver": "^7.3.4",
  75. "ts-node": "^8.1.0",
  76. "typescript": "~4.0.5",
  77. "wait-on": "^3.2.0",
  78. "warun": "^1.0.0"
  79. },
  80. "engines": {
  81. "node": ">=8.10"
  82. },
  83. "files": [
  84. "index.*"
  85. ],
  86. "funding": "https://github.com/sponsors/mysticatea",
  87. "homepage": "https://github.com/vuejs/vue-eslint-parser#readme",
  88. "keywords": [],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "vue-eslint-parser",
  92. "peerDependencies": {
  93. "eslint": ">=5.0.0"
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/vuejs/vue-eslint-parser.git"
  98. },
  99. "scripts": {
  100. "build": "tsc --module es2015 && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
  101. "clean": "rimraf .nyc_output .temp coverage index.*",
  102. "codecov": "codecov",
  103. "coverage": "opener ./coverage/lcov-report/index.html",
  104. "lint": "eslint src test --ext .js,.ts",
  105. "postversion": "git push && git push --tags",
  106. "prebuild": "npm run -s clean",
  107. "pretest": "run-s build lint",
  108. "preupdate-fixtures": "npm run -s build",
  109. "preversion": "npm test",
  110. "prewatch": "npm run -s clean",
  111. "setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
  112. "test": "npm run -s test:mocha",
  113. "test:debug": "mocha --inspect --require ts-node/register \"test/*.js\" --reporter dot --timeout 10000",
  114. "test:mocha": "nyc mocha \"test/*.js\" --reporter dot --timeout 10000",
  115. "update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",
  116. "version": "npm run -s build",
  117. "watch": "run-p watch:*",
  118. "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html",
  119. "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
  120. "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",
  121. "watch:tsc": "tsc --module es2015 --watch",
  122. "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node scripts/update-fixtures-ast.js"
  123. },
  124. "version": "7.6.0"
  125. }