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