package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "vue-eslint-parser@2.0.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-eslint-parser@2.0.3",
  10. "_id": "vue-eslint-parser@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZezcU71Owm84xVF6gfurBQUGg8WQ+WZGxgDEQu1IHFBZNx7BFZg3L1yHxrCBNNwbwFtE1GuvfJKMtb6Xuwc/Bw==",
  13. "_location": "/vue-eslint-parser",
  14. "_optional": true,
  15. "_phantomChildren": {
  16. "esrecurse": "4.3.0",
  17. "estraverse": "4.3.0",
  18. "ms": "2.1.2"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "vue-eslint-parser@2.0.3",
  24. "name": "vue-eslint-parser",
  25. "escapedName": "vue-eslint-parser",
  26. "rawSpec": "2.0.3",
  27. "saveSpec": null,
  28. "fetchSpec": "2.0.3"
  29. },
  30. "_requiredBy": [
  31. "/@vue/cli-plugin-eslint/eslint-plugin-vue"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz",
  34. "_spec": "2.0.3",
  35. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  36. "author": {
  37. "name": "Toru Nagashima"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/mysticatea/vue-eslint-parser/issues"
  41. },
  42. "dependencies": {
  43. "debug": "^3.1.0",
  44. "eslint-scope": "^3.7.1",
  45. "eslint-visitor-keys": "^1.0.0",
  46. "espree": "^3.5.2",
  47. "esquery": "^1.0.0",
  48. "lodash": "^4.17.4"
  49. },
  50. "description": "The ESLint custom parser for `.vue` files.",
  51. "devDependencies": {
  52. "@types/debug": "0.0.30",
  53. "@types/estree": "0.0.38",
  54. "@types/lodash": "^4.14.91",
  55. "@types/mocha": "^2.2.44",
  56. "@types/node": "^6.0.85",
  57. "babel-eslint": "^8.1.1",
  58. "chokidar": "^1.7.0",
  59. "codecov": "^3.0.0",
  60. "cross-spawn": "^5.1.0",
  61. "dts-bundle": "^0.7.3",
  62. "eslint": "^4.14.0",
  63. "eslint-config-mysticatea": "^12.0.0",
  64. "fs-extra": "^5.0.0",
  65. "mocha": "^4.0.1",
  66. "npm-run-all": "^4.1.2",
  67. "nyc": "^11.4.1",
  68. "opener": "^1.4.3",
  69. "rimraf": "^2.6.2",
  70. "rollup": "^0.53.0",
  71. "rollup-plugin-node-resolve": "^3.0.0",
  72. "rollup-plugin-sourcemaps": "^0.4.2",
  73. "rollup-watch": "^4.3.1",
  74. "typescript": "~2.6.2",
  75. "typescript-eslint-parser": "^11.0.0",
  76. "wait-on": "^2.0.2",
  77. "warun": "^1.0.0"
  78. },
  79. "engines": {
  80. "node": ">=4"
  81. },
  82. "files": [
  83. "index.d.ts",
  84. "index.js",
  85. "index.js.map"
  86. ],
  87. "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme",
  88. "keywords": [],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "vue-eslint-parser",
  92. "peerDependencies": {
  93. "eslint": ">=3.9.0"
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/mysticatea/vue-eslint-parser.git"
  98. },
  99. "scripts": {
  100. "_mocha": "_mocha \"test/*.js\" --reporter dot --timeout 10000",
  101. "build": "tsc && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
  102. "clean": "rimraf .nyc_output .temp coverage index.*",
  103. "codecov": "nyc report --reporter lcovonly && codecov",
  104. "coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html",
  105. "lint": "eslint src test --ext .ts",
  106. "postversion": "git push && git push --tags",
  107. "prebuild": "npm run -s clean",
  108. "pretest": "run-s build lint",
  109. "preupdate-fixtures": "npm run -s build",
  110. "preversion": "npm test",
  111. "prewatch": "npm run -s clean",
  112. "setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
  113. "test": "nyc npm run _mocha",
  114. "update-fixtures": "node test/tools/update-fixtures-ast.js",
  115. "version": "npm run -s build",
  116. "watch": "run-p watch:*",
  117. "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html",
  118. "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
  119. "watch:test": "wait-on index.js && warun index.js \"test/*.js\" \"test/fixtures/ast/*/*.json\" \"test/fixtures/*\" --debounce 1000 --no-initial -- nyc -r lcov npm run -s _mocha",
  120. "watch:tsc": "tsc --watch",
  121. "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node test/tools/update-fixtures-ast.js"
  122. },
  123. "version": "2.0.3"
  124. }