Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / package.json
1 {
2   "_from": "@typescript-eslint/parser@^3.0.0",
3   "_id": "@typescript-eslint/parser@3.10.1",
4   "_inBundle": false,
5   "_integrity": "sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==",
6   "_location": "/@typescript-eslint/parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "@typescript-eslint/parser@^3.0.0",
12     "name": "@typescript-eslint/parser",
13     "escapedName": "@typescript-eslint%2fparser",
14     "scope": "@typescript-eslint",
15     "rawSpec": "^3.0.0",
16     "saveSpec": null,
17     "fetchSpec": "^3.0.0"
18   },
19   "_requiredBy": [
20     "/prettier-eslint"
21   ],
22   "_resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.10.1.tgz",
23   "_shasum": "1883858e83e8b442627e1ac6f408925211155467",
24   "_spec": "@typescript-eslint/parser@^3.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-eslint",
26   "bugs": {
27     "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
28   },
29   "bundleDependencies": false,
30   "dependencies": {
31     "@types/eslint-visitor-keys": "^1.0.0",
32     "@typescript-eslint/experimental-utils": "3.10.1",
33     "@typescript-eslint/types": "3.10.1",
34     "@typescript-eslint/typescript-estree": "3.10.1",
35     "eslint-visitor-keys": "^1.1.0"
36   },
37   "deprecated": false,
38   "description": "An ESLint custom parser which leverages TypeScript ESTree",
39   "devDependencies": {
40     "@types/glob": "^7.1.1",
41     "@typescript-eslint/shared-fixtures": "3.10.1",
42     "glob": "*"
43   },
44   "engines": {
45     "node": "^10.12.0 || >=12.0.0"
46   },
47   "files": [
48     "dist",
49     "README.md",
50     "LICENSE"
51   ],
52   "funding": {
53     "type": "opencollective",
54     "url": "https://opencollective.com/typescript-eslint"
55   },
56   "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e",
57   "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
58   "keywords": [
59     "ast",
60     "ecmascript",
61     "javascript",
62     "typescript",
63     "parser",
64     "syntax",
65     "eslint"
66   ],
67   "license": "BSD-2-Clause",
68   "main": "dist/index.js",
69   "name": "@typescript-eslint/parser",
70   "peerDependencies": {
71     "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
72   },
73   "peerDependenciesMeta": {
74     "typescript": {
75       "optional": true
76     }
77   },
78   "repository": {
79     "type": "git",
80     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
81     "directory": "packages/parser"
82   },
83   "scripts": {
84     "build": "tsc -b tsconfig.build.json",
85     "clean": "tsc -b tsconfig.build.json --clean",
86     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
87     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
88     "postclean": "rimraf dist",
89     "test": "jest --coverage",
90     "typecheck": "tsc -p tsconfig.json --noEmit"
91   },
92   "types": "dist/index.d.ts",
93   "version": "3.10.1"
94 }