some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier-eslint / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier-eslint/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier-eslint/package.json
deleted file mode 100644 (file)
index f588718..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-{
-  "_from": "prettier-eslint@^11.0.0",
-  "_id": "prettier-eslint@11.0.0",
-  "_inBundle": false,
-  "_integrity": "sha512-ACjL7T8m10HCO7DwYdXwhNWuZzQv86JkZAhVpzFV9brTMWi3i6LhqoELFaXf6RetDngujz89tnbDmGyvDl+rzA==",
-  "_location": "/prettier-eslint",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "prettier-eslint@^11.0.0",
-    "name": "prettier-eslint",
-    "escapedName": "prettier-eslint",
-    "rawSpec": "^11.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^11.0.0"
-  },
-  "_requiredBy": [
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-11.0.0.tgz",
-  "_shasum": "b19b97c8a1fc4c898b7d1a54b948ef957ceb101d",
-  "_spec": "prettier-eslint@^11.0.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR",
-  "author": {
-    "name": "Kent C. Dodds",
-    "email": "kent@doddsfamily.us",
-    "url": "http://kentcdodds.com/"
-  },
-  "bugs": {
-    "url": "https://github.com/prettier/prettier-eslint/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "@typescript-eslint/parser": "^3.0.0",
-    "common-tags": "^1.4.0",
-    "dlv": "^1.1.0",
-    "eslint": "^6.8.0",
-    "indent-string": "^4.0.0",
-    "lodash.merge": "^4.6.0",
-    "loglevel-colored-level-prefix": "^1.0.0",
-    "prettier": "^2.0.0",
-    "pretty-format": "^23.0.1",
-    "require-relative": "^0.8.7",
-    "typescript": "^3.9.3",
-    "vue-eslint-parser": "~7.1.0"
-  },
-  "deprecated": false,
-  "description": "Formats your JavaScript using prettier followed by eslint --fix",
-  "devDependencies": {
-    "@babel/cli": "^7.4.4",
-    "@babel/core": "^7.4.5",
-    "@babel/preset-env": "^7.4.5",
-    "acorn": "^6.1.1",
-    "ajv": "^6.12.2",
-    "all-contributors-cli": "^6.7.0",
-    "babel-jest": "^25.0.0",
-    "chalk": "^2.1.0",
-    "eslint-config-kentcdodds": "~14.13.0",
-    "husky": "^2.4.1",
-    "jest": "^25.0.0",
-    "jest-cli": "^25.0.0",
-    "nps": "^5.7.1",
-    "nps-utils": "^1.3.0",
-    "opt-cli": "^1.5.2",
-    "prettier-eslint-cli": "^5.0.0",
-    "rimraf": "^2.5.4",
-    "semantic-release": "^15.13.16",
-    "strip-indent": "^3.0.0"
-  },
-  "engines": {
-    "node": ">=8.0.0"
-  },
-  "files": [
-    "dist"
-  ],
-  "homepage": "https://github.com/prettier/prettier-eslint#readme",
-  "keywords": [],
-  "license": "MIT",
-  "main": "dist/index.js",
-  "maintainers": [
-    {
-      "name": "Simon Fridlund",
-      "email": "simon@fridlund.email"
-    }
-  ],
-  "name": "prettier-eslint",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/prettier/prettier-eslint.git"
-  },
-  "scripts": {
-    "precommit": "opt --in pre-commit --exec \"npm start validate\"",
-    "start": "nps",
-    "test": "nps test"
-  },
-  "version": "11.0.0"
-}