fca8b97d00fab5f0f28458ff400b234261b2b505
[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.5.0",
4   "_inBundle": false,
5   "_integrity": "sha512-sU07VbYB70WZHtgOjH/qfAp1+OwaWgrvD1Km1VXqRpcVxt971PMTU7gJtlrCje0M+Sdz7xKAbtiyIu+Y6QdnVA==",
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.5.0.tgz",
23   "_shasum": "9ff8c11877c48df24e10e19d7bf542ee0359500d",
24   "_spec": "@typescript-eslint/parser@^3.0.0",
25   "_where": "/tmp/coc-prettier-dzKjD7/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.5.0",
33     "@typescript-eslint/types": "3.5.0",
34     "@typescript-eslint/typescript-estree": "3.5.0",
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.5.0",
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   "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
57   "keywords": [
58     "ast",
59     "ecmascript",
60     "javascript",
61     "typescript",
62     "parser",
63     "syntax",
64     "eslint"
65   ],
66   "license": "BSD-2-Clause",
67   "main": "dist/index.js",
68   "name": "@typescript-eslint/parser",
69   "peerDependencies": {
70     "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
71   },
72   "peerDependenciesMeta": {
73     "typescript": {
74       "optional": true
75     }
76   },
77   "repository": {
78     "type": "git",
79     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
80     "directory": "packages/parser"
81   },
82   "scripts": {
83     "build": "tsc -b tsconfig.build.json",
84     "clean": "tsc -b tsconfig.build.json --clean",
85     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
86     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
87     "postclean": "rimraf dist",
88     "test": "jest --coverage",
89     "typecheck": "tsc -p tsconfig.json --noEmit"
90   },
91   "types": "dist/index.d.ts",
92   "version": "3.5.0"
93 }