package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "vue-eslint-parser@2.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-wmjJbG2Uz+PZOKX3WTlZsMozYNE=",
  13. "_location": "/vue-eslint-parser",
  14. "_optional": true,
  15. "_phantomChildren": {
  16. "esrecurse": "4.2.1",
  17. "estraverse": "4.2.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "vue-eslint-parser@2.0.3",
  23. "name": "vue-eslint-parser",
  24. "escapedName": "vue-eslint-parser",
  25. "rawSpec": "2.0.3",
  26. "saveSpec": null,
  27. "fetchSpec": "2.0.3"
  28. },
  29. "_requiredBy": [
  30. "/@vue/cli-plugin-eslint/eslint-plugin-vue"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-2.0.3.tgz",
  33. "_spec": "2.0.3",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Toru Nagashima"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mysticatea/vue-eslint-parser/issues"
  40. },
  41. "dependencies": {
  42. "debug": "^3.1.0",
  43. "eslint-scope": "^3.7.1",
  44. "eslint-visitor-keys": "^1.0.0",
  45. "espree": "^3.5.2",
  46. "esquery": "^1.0.0",
  47. "lodash": "^4.17.4"
  48. },
  49. "description": "The ESLint custom parser for `.vue` files.",
  50. "devDependencies": {
  51. "@types/debug": "0.0.30",
  52. "@types/estree": "0.0.38",
  53. "@types/lodash": "^4.14.91",
  54. "@types/mocha": "^2.2.44",
  55. "@types/node": "^6.0.85",
  56. "babel-eslint": "^8.1.1",
  57. "chokidar": "^1.7.0",
  58. "codecov": "^3.0.0",
  59. "cross-spawn": "^5.1.0",
  60. "dts-bundle": "^0.7.3",
  61. "eslint": "^4.14.0",
  62. "eslint-config-mysticatea": "^12.0.0",
  63. "fs-extra": "^5.0.0",
  64. "mocha": "^4.0.1",
  65. "npm-run-all": "^4.1.2",
  66. "nyc": "^11.4.1",
  67. "opener": "^1.4.3",
  68. "rimraf": "^2.6.2",
  69. "rollup": "^0.53.0",
  70. "rollup-plugin-node-resolve": "^3.0.0",
  71. "rollup-plugin-sourcemaps": "^0.4.2",
  72. "rollup-watch": "^4.3.1",
  73. "typescript": "~2.6.2",
  74. "typescript-eslint-parser": "^11.0.0",
  75. "wait-on": "^2.0.2",
  76. "warun": "^1.0.0"
  77. },
  78. "engines": {
  79. "node": ">=4"
  80. },
  81. "files": [
  82. "index.d.ts",
  83. "index.js",
  84. "index.js.map"
  85. ],
  86. "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme",
  87. "keywords": [],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "vue-eslint-parser",
  91. "peerDependencies": {
  92. "eslint": ">=3.9.0"
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/mysticatea/vue-eslint-parser.git"
  97. },
  98. "scripts": {
  99. "_mocha": "_mocha \"test/*.js\" --reporter dot --timeout 10000",
  100. "build": "tsc && 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": "nyc report --reporter lcovonly && codecov",
  103. "coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html",
  104. "lint": "eslint src test --ext .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": "nyc npm run _mocha",
  113. "update-fixtures": "node test/tools/update-fixtures-ast.js",
  114. "version": "npm run -s build",
  115. "watch": "run-p watch:*",
  116. "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html",
  117. "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
  118. "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",
  119. "watch:tsc": "tsc --watch",
  120. "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node test/tools/update-fixtures-ast.js"
  121. },
  122. "version": "2.0.3"
  123. }