Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/typescript-estree/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/typescript-estree/package.json
new file mode 100644 (file)
index 0000000..fee69f5
--- /dev/null
@@ -0,0 +1,104 @@
+{
+  "_from": "@typescript-eslint/typescript-estree@3.5.0",
+  "_id": "@typescript-eslint/typescript-estree@3.5.0",
+  "_inBundle": false,
+  "_integrity": "sha512-Na71ezI6QP5WVR4EHxwcBJgYiD+Sre9BZO5iJK2QhrmRPo/42+b0no/HZIrdD1sjghzlYv7t+7Jis05M1uMxQg==",
+  "_location": "/@typescript-eslint/typescript-estree",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "version",
+    "registry": true,
+    "raw": "@typescript-eslint/typescript-estree@3.5.0",
+    "name": "@typescript-eslint/typescript-estree",
+    "escapedName": "@typescript-eslint%2ftypescript-estree",
+    "scope": "@typescript-eslint",
+    "rawSpec": "3.5.0",
+    "saveSpec": null,
+    "fetchSpec": "3.5.0"
+  },
+  "_requiredBy": [
+    "/@typescript-eslint/experimental-utils",
+    "/@typescript-eslint/parser"
+  ],
+  "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.5.0.tgz",
+  "_shasum": "dfc895db21a381b84f24c2a719f5bf9c600dcfdc",
+  "_spec": "@typescript-eslint/typescript-estree@3.5.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/@typescript-eslint/parser",
+  "bugs": {
+    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "@typescript-eslint/types": "3.5.0",
+    "@typescript-eslint/visitor-keys": "3.5.0",
+    "debug": "^4.1.1",
+    "glob": "^7.1.6",
+    "is-glob": "^4.0.1",
+    "lodash": "^4.17.15",
+    "semver": "^7.3.2",
+    "tsutils": "^3.17.1"
+  },
+  "deprecated": false,
+  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
+  "devDependencies": {
+    "@babel/code-frame": "^7.8.3",
+    "@babel/parser": "^7.8.3",
+    "@babel/types": "^7.8.3",
+    "@types/babel__code-frame": "^7.0.1",
+    "@types/debug": "^4.1.5",
+    "@types/glob": "^7.1.1",
+    "@types/is-glob": "^4.0.1",
+    "@types/lodash": "^4.14.149",
+    "@types/semver": "^7.1.0",
+    "@types/tmp": "^0.2.0",
+    "@typescript-eslint/shared-fixtures": "3.5.0",
+    "tmp": "^0.2.1",
+    "typescript": "*"
+  },
+  "engines": {
+    "node": "^10.12.0 || >=12.0.0"
+  },
+  "files": [
+    "dist",
+    "README.md",
+    "LICENSE"
+  ],
+  "funding": {
+    "type": "opencollective",
+    "url": "https://opencollective.com/typescript-eslint"
+  },
+  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
+  "keywords": [
+    "ast",
+    "estree",
+    "ecmascript",
+    "javascript",
+    "typescript",
+    "parser",
+    "syntax"
+  ],
+  "license": "BSD-2-Clause",
+  "main": "dist/index.js",
+  "name": "@typescript-eslint/typescript-estree",
+  "peerDependenciesMeta": {
+    "typescript": {
+      "optional": true
+    }
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
+    "directory": "packages/typescript-estree"
+  },
+  "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.5.0"
+}