Actualizacion maquina principal
[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.5.0",
3   "_id": "@typescript-eslint/typescript-estree@3.5.0",
4   "_inBundle": false,
5   "_integrity": "sha512-Na71ezI6QP5WVR4EHxwcBJgYiD+Sre9BZO5iJK2QhrmRPo/42+b0no/HZIrdD1sjghzlYv7t+7Jis05M1uMxQg==",
6   "_location": "/@typescript-eslint/typescript-estree",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "@typescript-eslint/typescript-estree@3.5.0",
12     "name": "@typescript-eslint/typescript-estree",
13     "escapedName": "@typescript-eslint%2ftypescript-estree",
14     "scope": "@typescript-eslint",
15     "rawSpec": "3.5.0",
16     "saveSpec": null,
17     "fetchSpec": "3.5.0"
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.5.0.tgz",
24   "_shasum": "dfc895db21a381b84f24c2a719f5bf9c600dcfdc",
25   "_spec": "@typescript-eslint/typescript-estree@3.5.0",
26   "_where": "/tmp/coc-prettier-dzKjD7/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.5.0",
33     "@typescript-eslint/visitor-keys": "3.5.0",
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.8.3",
45     "@babel/parser": "^7.8.3",
46     "@babel/types": "^7.8.3",
47     "@types/babel__code-frame": "^7.0.1",
48     "@types/debug": "^4.1.5",
49     "@types/glob": "^7.1.1",
50     "@types/is-glob": "^4.0.1",
51     "@types/lodash": "^4.14.149",
52     "@types/semver": "^7.1.0",
53     "@types/tmp": "^0.2.0",
54     "@typescript-eslint/shared-fixtures": "3.5.0",
55     "tmp": "^0.2.1",
56     "typescript": "*"
57   },
58   "engines": {
59     "node": "^10.12.0 || >=12.0.0"
60   },
61   "files": [
62     "dist",
63     "README.md",
64     "LICENSE"
65   ],
66   "funding": {
67     "type": "opencollective",
68     "url": "https://opencollective.com/typescript-eslint"
69   },
70   "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
71   "keywords": [
72     "ast",
73     "estree",
74     "ecmascript",
75     "javascript",
76     "typescript",
77     "parser",
78     "syntax"
79   ],
80   "license": "BSD-2-Clause",
81   "main": "dist/index.js",
82   "name": "@typescript-eslint/typescript-estree",
83   "peerDependenciesMeta": {
84     "typescript": {
85       "optional": true
86     }
87   },
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
91     "directory": "packages/typescript-estree"
92   },
93   "scripts": {
94     "build": "tsc -b tsconfig.build.json",
95     "clean": "tsc -b tsconfig.build.json --clean",
96     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
97     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
98     "postclean": "rimraf dist",
99     "test": "jest --coverage",
100     "typecheck": "tsc -p tsconfig.json --noEmit"
101   },
102   "types": "dist/index.d.ts",
103   "version": "3.5.0"
104 }