Giant blob of minor changes
[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.10.1",
3   "_id": "@typescript-eslint/experimental-utils@3.10.1",
4   "_inBundle": false,
5   "_integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==",
6   "_location": "/@typescript-eslint/experimental-utils",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "@typescript-eslint/experimental-utils@3.10.1",
12     "name": "@typescript-eslint/experimental-utils",
13     "escapedName": "@typescript-eslint%2fexperimental-utils",
14     "scope": "@typescript-eslint",
15     "rawSpec": "3.10.1",
16     "saveSpec": null,
17     "fetchSpec": "3.10.1"
18   },
19   "_requiredBy": [
20     "/@typescript-eslint/parser"
21   ],
22   "_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz",
23   "_shasum": "e179ffc81a80ebcae2ea04e0332f8b251345a686",
24   "_spec": "@typescript-eslint/experimental-utils@3.10.1",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/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.10.1",
33     "@typescript-eslint/typescript-estree": "3.10.1",
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   "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e",
57   "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
58   "keywords": [
59     "eslint",
60     "typescript",
61     "estree"
62   ],
63   "license": "MIT",
64   "main": "dist/index.js",
65   "name": "@typescript-eslint/experimental-utils",
66   "peerDependencies": {
67     "eslint": "*"
68   },
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
72     "directory": "packages/experimental-utils"
73   },
74   "scripts": {
75     "build": "tsc -b tsconfig.build.json",
76     "clean": "tsc -b tsconfig.build.json --clean",
77     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
78     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
79     "postbuild": "downlevel-dts dist _ts3.4/dist",
80     "postclean": "rimraf dist && rimraf _ts3.4",
81     "test": "jest --coverage",
82     "typecheck": "tsc -p tsconfig.json --noEmit"
83   },
84   "types": "dist/index.d.ts",
85   "typesVersions": {
86     "<3.8": {
87       "*": [
88         "_ts3.4/*"
89       ]
90     }
91   },
92   "version": "3.10.1"
93 }