Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / types / package.json
1 {
2   "_from": "@typescript-eslint/types@3.10.1",
3   "_id": "@typescript-eslint/types@3.10.1",
4   "_inBundle": false,
5   "_integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==",
6   "_location": "/@typescript-eslint/types",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "@typescript-eslint/types@3.10.1",
12     "name": "@typescript-eslint/types",
13     "escapedName": "@typescript-eslint%2ftypes",
14     "scope": "@typescript-eslint",
15     "rawSpec": "3.10.1",
16     "saveSpec": null,
17     "fetchSpec": "3.10.1"
18   },
19   "_requiredBy": [
20     "/@typescript-eslint/experimental-utils",
21     "/@typescript-eslint/parser",
22     "/@typescript-eslint/typescript-estree"
23   ],
24   "_resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz",
25   "_shasum": "1d7463fa7c32d8a23ab508a803ca2fe26e758727",
26   "_spec": "@typescript-eslint/types@3.10.1",
27   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/@typescript-eslint/parser",
28   "bugs": {
29     "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
30   },
31   "bundleDependencies": false,
32   "deprecated": false,
33   "description": "Types for the TypeScript-ESTree AST spec",
34   "engines": {
35     "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
36   },
37   "files": [
38     "dist",
39     "package.json",
40     "README.md",
41     "LICENSE"
42   ],
43   "funding": {
44     "type": "opencollective",
45     "url": "https://opencollective.com/typescript-eslint"
46   },
47   "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e",
48   "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
49   "keywords": [
50     "eslint",
51     "typescript",
52     "estree"
53   ],
54   "license": "MIT",
55   "main": "dist/index.js",
56   "name": "@typescript-eslint/types",
57   "repository": {
58     "type": "git",
59     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
60     "directory": "packages/visitor-keys"
61   },
62   "scripts": {
63     "build": "tsc -b tsconfig.build.json",
64     "clean": "tsc -b tsconfig.build.json --clean",
65     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
66     "generate:lib": "../../node_modules/.bin/ts-node --files --transpile-only ../scope-manager/tools/generate-lib.ts",
67     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
68     "typecheck": "tsc -p tsconfig.json --noEmit"
69   },
70   "types": "dist/index.d.ts",
71   "version": "3.10.1"
72 }