package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. "vue-eslint-parser@8.3.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-eslint-parser@8.3.0",
  10. "_id": "vue-eslint-parser@8.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==",
  13. "_location": "/vue-eslint-parser",
  14. "_phantomChildren": {
  15. "acorn": "8.10.0",
  16. "acorn-jsx": "5.3.2",
  17. "esrecurse": "4.3.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "vue-eslint-parser@8.3.0",
  23. "name": "vue-eslint-parser",
  24. "escapedName": "vue-eslint-parser",
  25. "rawSpec": "8.3.0",
  26. "saveSpec": null,
  27. "fetchSpec": "8.3.0"
  28. },
  29. "_requiredBy": [
  30. "/eslint-plugin-vue"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz",
  33. "_spec": "8.3.0",
  34. "_where": "/Users/mac/projects/mime/mine",
  35. "author": {
  36. "name": "Toru Nagashima"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/vuejs/vue-eslint-parser/issues"
  40. },
  41. "dependencies": {
  42. "debug": "^4.3.2",
  43. "eslint-scope": "^7.0.0",
  44. "eslint-visitor-keys": "^3.1.0",
  45. "espree": "^9.0.0",
  46. "esquery": "^1.4.0",
  47. "lodash": "^4.17.21",
  48. "semver": "^7.3.5"
  49. },
  50. "description": "The ESLint custom parser for `.vue` files.",
  51. "devDependencies": {
  52. "@babel/core": "^7.16.0",
  53. "@babel/eslint-parser": "^7.16.3",
  54. "@babel/plugin-syntax-decorators": "^7.16.0",
  55. "@babel/plugin-syntax-pipeline-operator": "^7.16.0",
  56. "@babel/plugin-syntax-typescript": "^7.16.0",
  57. "@types/debug": "^4.1.7",
  58. "@types/eslint": "^7.29.0",
  59. "@types/estree": "^0.0.50",
  60. "@types/lodash": "^4.14.177",
  61. "@types/mocha": "^9.0.0",
  62. "@types/node": "^16.11.7",
  63. "@types/semver": "^7.3.9",
  64. "@typescript-eslint/eslint-plugin": "^5.4.0",
  65. "@typescript-eslint/parser": "^5.4.0",
  66. "chokidar": "^3.5.2",
  67. "codecov": "^3.8.3",
  68. "cross-spawn": "^7.0.3",
  69. "dts-bundle": "^0.7.3",
  70. "eslint": "^8.2.0",
  71. "eslint-plugin-eslint-comments": "^3.2.0",
  72. "eslint-plugin-jsonc": "^2.0.0",
  73. "eslint-plugin-node": "^11.1.0",
  74. "eslint-plugin-node-dependencies": "^0.6.0",
  75. "eslint-plugin-prettier": "^4.0.0",
  76. "fs-extra": "^10.0.0",
  77. "jsonc-eslint-parser": "^2.0.3",
  78. "mocha": "^9.1.3",
  79. "npm-run-all": "^4.1.5",
  80. "nyc": "^15.1.0",
  81. "opener": "^1.5.2",
  82. "prettier": "^2.4.1",
  83. "rimraf": "^3.0.2",
  84. "rollup": "^2.60.0",
  85. "rollup-plugin-node-resolve": "^5.2.0",
  86. "rollup-plugin-sourcemaps": "^0.6.3",
  87. "ts-node": "^10.4.0",
  88. "typescript": "~4.4.4",
  89. "wait-on": "^6.0.0",
  90. "warun": "^1.0.0"
  91. },
  92. "engines": {
  93. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  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": ">=6.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": "8.3.0"
  137. }