some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/package.json
deleted file mode 100644 (file)
index 299e1f6..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-{
-  "_from": "@typescript-eslint/parser@^3.0.0",
-  "_id": "@typescript-eslint/parser@3.10.1",
-  "_inBundle": false,
-  "_integrity": "sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==",
-  "_location": "/@typescript-eslint/parser",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "@typescript-eslint/parser@^3.0.0",
-    "name": "@typescript-eslint/parser",
-    "escapedName": "@typescript-eslint%2fparser",
-    "scope": "@typescript-eslint",
-    "rawSpec": "^3.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^3.0.0"
-  },
-  "_requiredBy": [
-    "/prettier-eslint"
-  ],
-  "_resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.10.1.tgz",
-  "_shasum": "1883858e83e8b442627e1ac6f408925211155467",
-  "_spec": "@typescript-eslint/parser@^3.0.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-eslint",
-  "bugs": {
-    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "@types/eslint-visitor-keys": "^1.0.0",
-    "@typescript-eslint/experimental-utils": "3.10.1",
-    "@typescript-eslint/types": "3.10.1",
-    "@typescript-eslint/typescript-estree": "3.10.1",
-    "eslint-visitor-keys": "^1.1.0"
-  },
-  "deprecated": false,
-  "description": "An ESLint custom parser which leverages TypeScript ESTree",
-  "devDependencies": {
-    "@types/glob": "^7.1.1",
-    "@typescript-eslint/shared-fixtures": "3.10.1",
-    "glob": "*"
-  },
-  "engines": {
-    "node": "^10.12.0 || >=12.0.0"
-  },
-  "files": [
-    "dist",
-    "README.md",
-    "LICENSE"
-  ],
-  "funding": {
-    "type": "opencollective",
-    "url": "https://opencollective.com/typescript-eslint"
-  },
-  "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e",
-  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
-  "keywords": [
-    "ast",
-    "ecmascript",
-    "javascript",
-    "typescript",
-    "parser",
-    "syntax",
-    "eslint"
-  ],
-  "license": "BSD-2-Clause",
-  "main": "dist/index.js",
-  "name": "@typescript-eslint/parser",
-  "peerDependencies": {
-    "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
-  },
-  "peerDependenciesMeta": {
-    "typescript": {
-      "optional": true
-    }
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
-    "directory": "packages/parser"
-  },
-  "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'",
-    "postclean": "rimraf dist",
-    "test": "jest --coverage",
-    "typecheck": "tsc -p tsconfig.json --noEmit"
-  },
-  "types": "dist/index.d.ts",
-  "version": "3.10.1"
-}