.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / package.json
1 {
2   "name": "@typescript-eslint/parser",
3   "version": "3.10.1",
4   "description": "An ESLint custom parser which leverages TypeScript ESTree",
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/parser"
19   },
20   "bugs": {
21     "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
22   },
23   "license": "BSD-2-Clause",
24   "keywords": [
25     "ast",
26     "ecmascript",
27     "javascript",
28     "typescript",
29     "parser",
30     "syntax",
31     "eslint"
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   "peerDependencies": {
43     "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
44   },
45   "dependencies": {
46     "@types/eslint-visitor-keys": "^1.0.0",
47     "@typescript-eslint/experimental-utils": "3.10.1",
48     "@typescript-eslint/types": "3.10.1",
49     "@typescript-eslint/typescript-estree": "3.10.1",
50     "eslint-visitor-keys": "^1.1.0"
51   },
52   "devDependencies": {
53     "@types/glob": "^7.1.1",
54     "@typescript-eslint/shared-fixtures": "3.10.1",
55     "glob": "*"
56   },
57   "peerDependenciesMeta": {
58     "typescript": {
59       "optional": true
60     }
61   },
62   "funding": {
63     "type": "opencollective",
64     "url": "https://opencollective.com/typescript-eslint"
65   },
66   "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e"
67 }