package.json 4.7 KB

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