Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier-tslint / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier-tslint/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier-tslint/package.json
new file mode 100644 (file)
index 0000000..a24bf81
--- /dev/null
@@ -0,0 +1,87 @@
+{
+  "_from": "prettier-tslint@^0.4.2",
+  "_id": "prettier-tslint@0.4.2",
+  "_inBundle": false,
+  "_integrity": "sha512-urhX7U/F+fu8sztEs/Z7CxNS8PdEytEwGKhQaH5fxxCdRmHGT45FoClyDlcZrMk9cK/8JpX/asFmTOHtSGJfLg==",
+  "_location": "/prettier-tslint",
+  "_phantomChildren": {
+    "array-union": "1.0.2",
+    "arrify": "1.0.1",
+    "fast-glob": "2.2.7",
+    "glob": "7.1.6",
+    "pify": "3.0.0",
+    "slash": "1.0.0"
+  },
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "prettier-tslint@^0.4.2",
+    "name": "prettier-tslint",
+    "escapedName": "prettier-tslint",
+    "rawSpec": "^0.4.2",
+    "saveSpec": null,
+    "fetchSpec": "^0.4.2"
+  },
+  "_requiredBy": [
+    "/"
+  ],
+  "_resolved": "https://registry.npmjs.org/prettier-tslint/-/prettier-tslint-0.4.2.tgz",
+  "_shasum": "37dd009ad6a482ea8101f40cf70b777bc86f3438",
+  "_spec": "prettier-tslint@^0.4.2",
+  "_where": "/tmp/coc-prettier-dzKjD7",
+  "author": {
+    "name": "Lucas Azzola",
+    "email": "@azz"
+  },
+  "bin": {
+    "prettier-tslint": "bin/prettier-tslint.js"
+  },
+  "bugs": {
+    "url": "https://github.com/azz/prettier-tslint/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "chalk": "^2.4.0",
+    "globby": "^8.0.1",
+    "ignore": "^3.3.7",
+    "require-relative": "^0.8.7",
+    "tslint": "^5.9.1",
+    "yargs": "^11.0.0"
+  },
+  "deprecated": false,
+  "description": "Formats your TypeScript using Prettier followed by tslint --fix",
+  "devDependencies": {
+    "babel-cli": "^6.26.0",
+    "babel-preset-env": "^1.6.1",
+    "eslint": "^4.19.1",
+    "eslint-config-prettier": "^2.9.0",
+    "eslint-plugin-prettier": "^2.6.0",
+    "jest": "^21.2.1",
+    "prettier": "1.12.1",
+    "semantic-release": "^8.0.3",
+    "typescript": "~2.8.3"
+  },
+  "files": [
+    "bin",
+    "dist"
+  ],
+  "homepage": "https://github.com/azz/prettier-tslint#readme",
+  "license": "MIT",
+  "main": "dist",
+  "name": "prettier-tslint",
+  "peerDependencies": {
+    "prettier": "^1.7.4",
+    "typescript": "^2.5.3 || ^3.0.0"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/azz/prettier-tslint.git"
+  },
+  "scripts": {
+    "build": "babel --copy-files --out-dir dist src",
+    "lint": "eslint .",
+    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
+    "test": "jest"
+  },
+  "version": "0.4.2"
+}