some deletions
[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
deleted file mode 100644 (file)
index da3a46d..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-{
-  "_from": "@typescript-eslint/visitor-keys@3.10.1",
-  "_id": "@typescript-eslint/visitor-keys@3.10.1",
-  "_inBundle": false,
-  "_integrity": "sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==",
-  "_location": "/@typescript-eslint/visitor-keys",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "@typescript-eslint/visitor-keys@3.10.1",
-    "name": "@typescript-eslint/visitor-keys",
-    "escapedName": "@typescript-eslint%2fvisitor-keys",
-    "scope": "@typescript-eslint",
-    "rawSpec": "3.10.1",
-    "saveSpec": null,
-    "fetchSpec": "3.10.1"
-  },
-  "_requiredBy": [
-    "/@typescript-eslint/typescript-estree"
-  ],
-  "_resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz",
-  "_shasum": "cd4274773e3eb63b2e870ac602274487ecd1e931",
-  "_spec": "@typescript-eslint/visitor-keys@3.10.1",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/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.10.1"
-  },
-  "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"
-  },
-  "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e",
-  "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.10.1"
-}