7eff9d4859f93f6ac8d80f2dc2fd9a0fcf98e208
[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.5.0",
3   "_id": "@typescript-eslint/visitor-keys@3.5.0",
4   "_inBundle": false,
5   "_integrity": "sha512-7cTp9rcX2sz9Z+zua9MCOX4cqp5rYyFD5o8LlbSpXrMTXoRdngTtotRZEkm8+FNMHPWYFhitFK+qt/brK8BVJQ==",
6   "_location": "/@typescript-eslint/visitor-keys",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "@typescript-eslint/visitor-keys@3.5.0",
12     "name": "@typescript-eslint/visitor-keys",
13     "escapedName": "@typescript-eslint%2fvisitor-keys",
14     "scope": "@typescript-eslint",
15     "rawSpec": "3.5.0",
16     "saveSpec": null,
17     "fetchSpec": "3.5.0"
18   },
19   "_requiredBy": [
20     "/@typescript-eslint/typescript-estree"
21   ],
22   "_resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.5.0.tgz",
23   "_shasum": "73c1ea2582f814735e4afdc1cf6f5e3af78db60a",
24   "_spec": "@typescript-eslint/visitor-keys@3.5.0",
25   "_where": "/tmp/coc-prettier-dzKjD7/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.5.0"
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   "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
52   "keywords": [
53     "eslint",
54     "typescript",
55     "estree"
56   ],
57   "license": "MIT",
58   "main": "dist/index.js",
59   "name": "@typescript-eslint/visitor-keys",
60   "repository": {
61     "type": "git",
62     "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
63     "directory": "packages/visitor-keys"
64   },
65   "scripts": {
66     "build": "tsc -b tsconfig.build.json",
67     "clean": "tsc -b tsconfig.build.json --clean",
68     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
69     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
70     "test": "jest --coverage",
71     "typecheck": "tsc -p tsconfig.json --noEmit"
72   },
73   "types": "dist/index.d.ts",
74   "version": "3.5.0"
75 }