.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / package.json
index b7f0e61c65b00fc9d2746b03b82a29e3daf2d3d6..a88ff4fc6645ac72679026b57a56135bc2681c4b 100644 (file)
@@ -1,44 +1,12 @@
 {
-  "_from": "@typescript-eslint/experimental-utils@3.10.1",
-  "_id": "@typescript-eslint/experimental-utils@3.10.1",
-  "_inBundle": false,
-  "_integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==",
-  "_location": "/@typescript-eslint/experimental-utils",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "@typescript-eslint/experimental-utils@3.10.1",
-    "name": "@typescript-eslint/experimental-utils",
-    "escapedName": "@typescript-eslint%2fexperimental-utils",
-    "scope": "@typescript-eslint",
-    "rawSpec": "3.10.1",
-    "saveSpec": null,
-    "fetchSpec": "3.10.1"
-  },
-  "_requiredBy": [
-    "/@typescript-eslint/parser"
-  ],
-  "_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz",
-  "_shasum": "e179ffc81a80ebcae2ea04e0332f8b251345a686",
-  "_spec": "@typescript-eslint/experimental-utils@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,
-  "dependencies": {
-    "@types/json-schema": "^7.0.3",
-    "@typescript-eslint/types": "3.10.1",
-    "@typescript-eslint/typescript-estree": "3.10.1",
-    "eslint-scope": "^5.0.0",
-    "eslint-utils": "^2.0.0"
-  },
-  "deprecated": false,
+  "name": "@typescript-eslint/experimental-utils",
+  "version": "3.10.1",
   "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
-  "devDependencies": {
-    "typescript": "*"
-  },
+  "keywords": [
+    "eslint",
+    "typescript",
+    "estree"
+  ],
   "engines": {
     "node": "^10.12.0 || >=12.0.0"
   },
     "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/experimental-utils",
-  "peerDependencies": {
-    "eslint": "*"
-  },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
+    "url": "https://github.com/typescript-eslint/typescript-eslint.git",
     "directory": "packages/experimental-utils"
   },
+  "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",
+    "postbuild": "downlevel-dts dist _ts3.4/dist",
     "clean": "tsc -b tsconfig.build.json --clean",
+    "postclean": "rimraf dist && rimraf _ts3.4",
     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
-    "postbuild": "downlevel-dts dist _ts3.4/dist",
-    "postclean": "rimraf dist && rimraf _ts3.4",
     "test": "jest --coverage",
     "typecheck": "tsc -p tsconfig.json --noEmit"
   },
-  "types": "dist/index.d.ts",
+  "dependencies": {
+    "@types/json-schema": "^7.0.3",
+    "@typescript-eslint/types": "3.10.1",
+    "@typescript-eslint/typescript-estree": "3.10.1",
+    "eslint-scope": "^5.0.0",
+    "eslint-utils": "^2.0.0"
+  },
+  "peerDependencies": {
+    "eslint": "*"
+  },
+  "devDependencies": {
+    "typescript": "*"
+  },
+  "funding": {
+    "type": "opencollective",
+    "url": "https://opencollective.com/typescript-eslint"
+  },
   "typesVersions": {
     "<3.8": {
       "*": [
@@ -89,5 +62,5 @@
       ]
     }
   },
-  "version": "3.10.1"
+  "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e"
 }