Actualizacion maquina principal
[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
new file mode 100644 (file)
index 0000000..ae313cd
--- /dev/null
@@ -0,0 +1,98 @@
+{
+  "_from": "prettier-eslint@^10.1.1",
+  "_id": "prettier-eslint@10.1.1",
+  "_inBundle": false,
+  "_integrity": "sha512-TtYxuFUMVxudJTSnPScaBqHZm/48ndvX3KLFzhejJYbRzRybmM9RdBfn9YzgN0itfPrYxCesIZGJqyXXZJOR2w==",
+  "_location": "/prettier-eslint",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "prettier-eslint@^10.1.1",
+    "name": "prettier-eslint",
+    "escapedName": "prettier-eslint",
+    "rawSpec": "^10.1.1",
+    "saveSpec": null,
+    "fetchSpec": "^10.1.1"
+  },
+  "_requiredBy": [
+    "/"
+  ],
+  "_resolved": "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-10.1.1.tgz",
+  "_shasum": "52e203d367e158038174444edf85519c4175ac1d",
+  "_spec": "prettier-eslint@^10.1.1",
+  "_where": "/tmp/coc-prettier-dzKjD7",
+  "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": "^1.7.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": "10.1.1"
+}