.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / package.json
1 {
2   "name": "@typescript-eslint/typescript-estree",
3   "version": "3.10.1",
4   "description": "A parser that converts TypeScript source code into an ESTree compatible form",
5   "main": "dist/index.js",
6   "types": "dist/index.d.ts",
7   "files": [
8     "dist",
9     "README.md",
10     "LICENSE"
11   ],
12   "engines": {
13     "node": "^10.12.0 || >=12.0.0"
14   },
15   "repository": {
16     "type": "git",
17     "url": "https://github.com/typescript-eslint/typescript-eslint.git",
18     "directory": "packages/typescript-estree"
19   },
20   "bugs": {
21     "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
22   },
23   "license": "BSD-2-Clause",
24   "keywords": [
25     "ast",
26     "estree",
27     "ecmascript",
28     "javascript",
29     "typescript",
30     "parser",
31     "syntax"
32   ],
33   "scripts": {
34     "build": "tsc -b tsconfig.build.json",
35     "clean": "tsc -b tsconfig.build.json --clean",
36     "postclean": "rimraf dist",
37     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
38     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
39     "test": "jest --coverage",
40     "typecheck": "tsc -p tsconfig.json --noEmit"
41   },
42   "dependencies": {
43     "@typescript-eslint/types": "3.10.1",
44     "@typescript-eslint/visitor-keys": "3.10.1",
45     "debug": "^4.1.1",
46     "glob": "^7.1.6",
47     "is-glob": "^4.0.1",
48     "lodash": "^4.17.15",
49     "semver": "^7.3.2",
50     "tsutils": "^3.17.1"
51   },
52   "devDependencies": {
53     "@babel/code-frame": "^7.10.4",
54     "@babel/parser": "^7.11.3",
55     "@babel/types": "^7.11.0",
56     "@types/babel__code-frame": "^7.0.1",
57     "@types/debug": "^4.1.5",
58     "@types/is-glob": "^4.0.1",
59     "@types/lodash": "^4.14.149",
60     "@types/semver": "^7.1.0",
61     "@types/tmp": "^0.2.0",
62     "@typescript-eslint/shared-fixtures": "3.10.1",
63     "glob": "*",
64     "jest-specific-snapshot": "*",
65     "make-dir": "*",
66     "tmp": "^0.2.1",
67     "typescript": "*"
68   },
69   "peerDependenciesMeta": {
70     "typescript": {
71       "optional": true
72     }
73   },
74   "funding": {
75     "type": "opencollective",
76     "url": "https://opencollective.com/typescript-eslint"
77   },
78   "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e"
79 }