c7e8873d9a40cfc48f0d2035648a88872a30a8c3
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / package.json
1 {
2   "_from": "@typescript-eslint/experimental-utils@3.5.0",
3   "_id": "@typescript-eslint/experimental-utils@3.5.0",
4   "_inBundle": false,
5   "_integrity": "sha512-zGNOrVi5Wz0jcjUnFZ6QUD0MCox5hBuVwemGCew2qJzUX5xPoyR+0EzS5qD5qQXL/vnQ8Eu+nv03tpeFRwLrDg==",
6   "_location": "/@typescript-eslint/experimental-utils",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "@typescript-eslint/experimental-utils@3.5.0",
12     "name": "@typescript-eslint/experimental-utils",
13     "escapedName": "@typescript-eslint%2fexperimental-utils",
14     "scope": "@typescript-eslint",
15     "rawSpec": "3.5.0",
16     "saveSpec": null,
17     "fetchSpec": "3.5.0"
18   },
19   "_requiredBy": [
20     "/@typescript-eslint/parser"
21   ],
22   "_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.5.0.tgz",
23   "_shasum": "d09f9ffb890d1b15a7ffa9975fae92eee05597c4",
24   "_spec": "@typescript-eslint/experimental-utils@3.5.0",
25   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/@typescript-eslint/parser",
26   "bugs": {
27     "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
28   },
29   "bundleDependencies": false,
30   "dependencies": {
31     "@types/json-schema": "^7.0.3",
32     "@typescript-eslint/types": "3.5.0",
33     "@typescript-eslint/typescript-estree": "3.5.0",
34     "eslint-scope": "^5.0.0",
35     "eslint-utils": "^2.0.0"
36   },
37   "deprecated": false,
38   "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
39   "devDependencies": {
40     "typescript": "*"
41   },
42   "engines": {
43     "node": "^10.12.0 || >=12.0.0"
44   },
45   "files": [
46     "dist",
47     "_ts3.4",
48     "package.json",
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     "eslint",
59     "typescript",
60     "estree"
61   ],
62   "license": "MIT",
63   "main": "dist/index.js",
64   "name": "@typescript-eslint/experimental-utils",
65   "peerDependencies": {
66     "eslint": "*"
67   },
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
71     "directory": "packages/experimental-utils"
72   },
73   "scripts": {
74     "build": "tsc -b tsconfig.build.json",
75     "clean": "tsc -b tsconfig.build.json --clean",
76     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
77     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
78     "postbuild": "downlevel-dts dist _ts3.4/dist",
79     "postclean": "rimraf dist && rimraf _ts3.4",
80     "test": "jest --coverage",
81     "typecheck": "tsc -p tsconfig.json --noEmit"
82   },
83   "types": "dist/index.d.ts",
84   "typesVersions": {
85     "<3.8": {
86       "*": [
87         "_ts3.4/*"
88       ]
89     }
90   },
91   "version": "3.5.0"
92 }