X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2F%40typescript-eslint%2Ftypes%2Fpackage.json;h=754fd16e049a8edb1be9ad77cd62febf00353e57;hb=HEAD;hp=6f17e80c5405da0cb4006f0f9bd899005cc6bf7e;hpb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/package.json index 6f17e80c..754fd16e 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/package.json @@ -1,36 +1,12 @@ { - "_from": "@typescript-eslint/types@3.10.1", - "_id": "@typescript-eslint/types@3.10.1", - "_inBundle": false, - "_integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==", - "_location": "/@typescript-eslint/types", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "@typescript-eslint/types@3.10.1", - "name": "@typescript-eslint/types", - "escapedName": "@typescript-eslint%2ftypes", - "scope": "@typescript-eslint", - "rawSpec": "3.10.1", - "saveSpec": null, - "fetchSpec": "3.10.1" - }, - "_requiredBy": [ - "/@typescript-eslint/experimental-utils", - "/@typescript-eslint/parser", - "/@typescript-eslint/typescript-estree" - ], - "_resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz", - "_shasum": "1d7463fa7c32d8a23ab508a803ca2fe26e758727", - "_spec": "@typescript-eslint/types@3.10.1", - "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/@typescript-eslint/parser", - "bugs": { - "url": "https://github.com/typescript-eslint/typescript-eslint/issues" - }, - "bundleDependencies": false, - "deprecated": false, + "name": "@typescript-eslint/types", + "version": "3.10.1", "description": "Types for the TypeScript-ESTree AST spec", + "keywords": [ + "eslint", + "typescript", + "estree" + ], "engines": { "node": "^8.10.0 || ^10.13.0 || >=11.10.1" }, @@ -40,25 +16,17 @@ "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/types", "repository": { "type": "git", - "url": "git+https://github.com/typescript-eslint/typescript-eslint.git", + "url": "https://github.com/typescript-eslint/typescript-eslint.git", "directory": "packages/visitor-keys" }, + "bugs": { + "url": "https://github.com/typescript-eslint/typescript-eslint/issues" + }, + "license": "MIT", + "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "tsc -b tsconfig.build.json --clean", @@ -67,6 +35,9 @@ "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'", "typecheck": "tsc -p tsconfig.json --noEmit" }, - "types": "dist/index.d.ts", - "version": "3.10.1" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e" }