3ca92d7cf0e023dd518a85ed186950b9ad05c9b1
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / types / package.json
1 {
2   "_from": "@typescript-eslint/types@3.5.0",
3   "_id": "@typescript-eslint/types@3.5.0",
4   "_inBundle": false,
5   "_integrity": "sha512-Dreqb5idi66VVs1QkbAwVeDmdJG+sDtofJtKwKCZXIaBsINuCN7Jv5eDIHrS0hFMMiOvPH9UuOs4splW0iZe4Q==",
6   "_location": "/@typescript-eslint/types",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "@typescript-eslint/types@3.5.0",
12     "name": "@typescript-eslint/types",
13     "escapedName": "@typescript-eslint%2ftypes",
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     "/@typescript-eslint/typescript-estree"
23   ],
24   "_resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.5.0.tgz",
25   "_shasum": "4e3d2a2272268d8ec3e3e4a37152a64956682639",
26   "_spec": "@typescript-eslint/types@3.5.0",
27   "_where": "/tmp/coc-prettier-dzKjD7/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   "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
48   "keywords": [
49     "eslint",
50     "typescript",
51     "estree"
52   ],
53   "license": "MIT",
54   "main": "dist/index.js",
55   "name": "@typescript-eslint/types",
56   "repository": {
57     "type": "git",
58     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
59     "directory": "packages/visitor-keys"
60   },
61   "scripts": {
62     "build": "tsc -b tsconfig.build.json",
63     "clean": "tsc -b tsconfig.build.json --clean",
64     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
65     "generate:lib": "../../node_modules/.bin/ts-node --files --transpile-only ../scope-manager/tools/generate-lib.ts",
66     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
67     "test": "jest --coverage",
68     "typecheck": "tsc -p tsconfig.json --noEmit"
69   },
70   "types": "dist/index.d.ts",
71   "version": "3.5.0"
72 }