Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / visitor-keys / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/visitor-keys/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/visitor-keys/package.json
new file mode 100644 (file)
index 0000000..7eff9d4
--- /dev/null
@@ -0,0 +1,75 @@
+{
+  "_from": "@typescript-eslint/visitor-keys@3.5.0",
+  "_id": "@typescript-eslint/visitor-keys@3.5.0",
+  "_inBundle": false,
+  "_integrity": "sha512-7cTp9rcX2sz9Z+zua9MCOX4cqp5rYyFD5o8LlbSpXrMTXoRdngTtotRZEkm8+FNMHPWYFhitFK+qt/brK8BVJQ==",
+  "_location": "/@typescript-eslint/visitor-keys",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "version",
+    "registry": true,
+    "raw": "@typescript-eslint/visitor-keys@3.5.0",
+    "name": "@typescript-eslint/visitor-keys",
+    "escapedName": "@typescript-eslint%2fvisitor-keys",
+    "scope": "@typescript-eslint",
+    "rawSpec": "3.5.0",
+    "saveSpec": null,
+    "fetchSpec": "3.5.0"
+  },
+  "_requiredBy": [
+    "/@typescript-eslint/typescript-estree"
+  ],
+  "_resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.5.0.tgz",
+  "_shasum": "73c1ea2582f814735e4afdc1cf6f5e3af78db60a",
+  "_spec": "@typescript-eslint/visitor-keys@3.5.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/@typescript-eslint/typescript-estree",
+  "bugs": {
+    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "eslint-visitor-keys": "^1.1.0"
+  },
+  "deprecated": false,
+  "description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
+  "devDependencies": {
+    "@typescript-eslint/types": "3.5.0"
+  },
+  "engines": {
+    "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+  },
+  "files": [
+    "dist",
+    "package.json",
+    "README.md",
+    "LICENSE"
+  ],
+  "funding": {
+    "type": "opencollective",
+    "url": "https://opencollective.com/typescript-eslint"
+  },
+  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
+  "keywords": [
+    "eslint",
+    "typescript",
+    "estree"
+  ],
+  "license": "MIT",
+  "main": "dist/index.js",
+  "name": "@typescript-eslint/visitor-keys",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
+    "directory": "packages/visitor-keys"
+  },
+  "scripts": {
+    "build": "tsc -b tsconfig.build.json",
+    "clean": "tsc -b tsconfig.build.json --clean",
+    "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
+    "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
+    "test": "jest --coverage",
+    "typecheck": "tsc -p tsconfig.json --noEmit"
+  },
+  "types": "dist/index.d.ts",
+  "version": "3.5.0"
+}