Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / package.json
1 {
2   "_from": "@typescript-eslint/typescript-estree@3.10.1",
3   "_id": "@typescript-eslint/typescript-estree@3.10.1",
4   "_inBundle": false,
5   "_integrity": "sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==",
6   "_location": "/@typescript-eslint/typescript-estree",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "@typescript-eslint/typescript-estree@3.10.1",
12     "name": "@typescript-eslint/typescript-estree",
13     "escapedName": "@typescript-eslint%2ftypescript-estree",
14     "scope": "@typescript-eslint",
15     "rawSpec": "3.10.1",
16     "saveSpec": null,
17     "fetchSpec": "3.10.1"
18   },
19   "_requiredBy": [
20     "/@typescript-eslint/experimental-utils",
21     "/@typescript-eslint/parser"
22   ],
23   "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz",
24   "_shasum": "fd0061cc38add4fad45136d654408569f365b853",
25   "_spec": "@typescript-eslint/typescript-estree@3.10.1",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/@typescript-eslint/parser",
27   "bugs": {
28     "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
29   },
30   "bundleDependencies": false,
31   "dependencies": {
32     "@typescript-eslint/types": "3.10.1",
33     "@typescript-eslint/visitor-keys": "3.10.1",
34     "debug": "^4.1.1",
35     "glob": "^7.1.6",
36     "is-glob": "^4.0.1",
37     "lodash": "^4.17.15",
38     "semver": "^7.3.2",
39     "tsutils": "^3.17.1"
40   },
41   "deprecated": false,
42   "description": "A parser that converts TypeScript source code into an ESTree compatible form",
43   "devDependencies": {
44     "@babel/code-frame": "^7.10.4",
45     "@babel/parser": "^7.11.3",
46     "@babel/types": "^7.11.0",
47     "@types/babel__code-frame": "^7.0.1",
48     "@types/debug": "^4.1.5",
49     "@types/is-glob": "^4.0.1",
50     "@types/lodash": "^4.14.149",
51     "@types/semver": "^7.1.0",
52     "@types/tmp": "^0.2.0",
53     "@typescript-eslint/shared-fixtures": "3.10.1",
54     "glob": "*",
55     "jest-specific-snapshot": "*",
56     "make-dir": "*",
57     "tmp": "^0.2.1",
58     "typescript": "*"
59   },
60   "engines": {
61     "node": "^10.12.0 || >=12.0.0"
62   },
63   "files": [
64     "dist",
65     "README.md",
66     "LICENSE"
67   ],
68   "funding": {
69     "type": "opencollective",
70     "url": "https://opencollective.com/typescript-eslint"
71   },
72   "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e",
73   "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
74   "keywords": [
75     "ast",
76     "estree",
77     "ecmascript",
78     "javascript",
79     "typescript",
80     "parser",
81     "syntax"
82   ],
83   "license": "BSD-2-Clause",
84   "main": "dist/index.js",
85   "name": "@typescript-eslint/typescript-estree",
86   "peerDependenciesMeta": {
87     "typescript": {
88       "optional": true
89     }
90   },
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
94     "directory": "packages/typescript-estree"
95   },
96   "scripts": {
97     "build": "tsc -b tsconfig.build.json",
98     "clean": "tsc -b tsconfig.build.json --clean",
99     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
100     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
101     "postclean": "rimraf dist",
102     "test": "jest --coverage",
103     "typecheck": "tsc -p tsconfig.json --noEmit"
104   },
105   "types": "dist/index.d.ts",
106   "version": "3.10.1"
107 }