Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / vue-eslint-parser / package.json
1 {
2   "_from": "vue-eslint-parser@~7.1.0",
3   "_id": "vue-eslint-parser@7.1.1",
4   "_inBundle": false,
5   "_integrity": "sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==",
6   "_location": "/vue-eslint-parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "vue-eslint-parser@~7.1.0",
12     "name": "vue-eslint-parser",
13     "escapedName": "vue-eslint-parser",
14     "rawSpec": "~7.1.0",
15     "saveSpec": null,
16     "fetchSpec": "~7.1.0"
17   },
18   "_requiredBy": [
19     "/prettier-eslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz",
22   "_shasum": "c43c1c715ff50778b9a7e9a4e16921185f3425d3",
23   "_spec": "vue-eslint-parser@~7.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-eslint",
25   "author": {
26     "name": "Toru Nagashima"
27   },
28   "bugs": {
29     "url": "https://github.com/mysticatea/vue-eslint-parser/issues"
30   },
31   "bundleDependencies": false,
32   "dependencies": {
33     "debug": "^4.1.1",
34     "eslint-scope": "^5.0.0",
35     "eslint-visitor-keys": "^1.1.0",
36     "espree": "^6.2.1",
37     "esquery": "^1.0.1",
38     "lodash": "^4.17.15"
39   },
40   "deprecated": false,
41   "description": "The ESLint custom parser for `.vue` files.",
42   "devDependencies": {
43     "@mysticatea/eslint-plugin": "^11.0.0",
44     "@types/debug": "0.0.30",
45     "@types/estree": "0.0.38",
46     "@types/lodash": "^4.14.120",
47     "@types/mocha": "^5.2.4",
48     "@types/node": "^10.12.21",
49     "@typescript-eslint/parser": "^2.31.0",
50     "babel-eslint": "^10.0.1",
51     "chokidar": "^2.0.4",
52     "codecov": "^3.1.0",
53     "cross-spawn": "^6.0.5",
54     "dts-bundle": "^0.7.3",
55     "eslint": "^7.0.0",
56     "fs-extra": "^7.0.1",
57     "mocha": "^6.1.4",
58     "npm-run-all": "^4.1.5",
59     "nyc": "^14.0.0",
60     "opener": "^1.5.1",
61     "rimraf": "^2.6.3",
62     "rollup": "^1.1.2",
63     "rollup-plugin-node-resolve": "^4.0.0",
64     "rollup-plugin-sourcemaps": "^0.4.2",
65     "ts-node": "^8.1.0",
66     "typescript": "~3.4.4",
67     "wait-on": "^3.2.0",
68     "warun": "^1.0.0"
69   },
70   "engines": {
71     "node": ">=8.10"
72   },
73   "files": [
74     "index.*"
75   ],
76   "funding": "https://github.com/sponsors/mysticatea",
77   "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme",
78   "keywords": [],
79   "license": "MIT",
80   "main": "index.js",
81   "name": "vue-eslint-parser",
82   "peerDependencies": {
83     "eslint": ">=5.0.0"
84   },
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/mysticatea/vue-eslint-parser.git"
88   },
89   "scripts": {
90     "build": "tsc --module es2015 && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
91     "clean": "rimraf .nyc_output .temp coverage index.*",
92     "codecov": "codecov",
93     "coverage": "opener ./coverage/lcov-report/index.html",
94     "lint": "node -e \"if(process.env.ESLINT=='5')process.exit(1)\" && eslint src test --ext .js,.ts || node -e \"if(process.env.ESLINT!='5')process.exit(1)\"",
95     "postversion": "git push && git push --tags",
96     "prebuild": "npm run -s clean",
97     "pretest": "run-s build lint",
98     "preupdate-fixtures": "npm run -s build",
99     "preversion": "npm test",
100     "prewatch": "npm run -s clean",
101     "setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
102     "test": "npm run -s test:mocha",
103     "test:mocha": "nyc mocha \"test/*.js\" --reporter dot --timeout 10000",
104     "update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",
105     "version": "npm run -s build",
106     "watch": "run-p watch:*",
107     "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html",
108     "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
109     "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",
110     "watch:tsc": "tsc --module es2015 --watch",
111     "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node scripts/update-fixtures-ast.js"
112   },
113   "version": "7.1.1"
114 }