Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / cosmiconfig / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/cosmiconfig/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/cosmiconfig/package.json
new file mode 100644 (file)
index 0000000..670a3cf
--- /dev/null
@@ -0,0 +1,130 @@
+{
+  "_from": "cosmiconfig@^3.0.1",
+  "_id": "cosmiconfig@3.1.0",
+  "_inBundle": false,
+  "_integrity": "sha512-zedsBhLSbPBms+kE7AH4vHg6JsKDz6epSv2/+5XHs8ILHlgDciSJfSWf8sX9aQ52Jb7KI7VswUTsLpR/G0cr2Q==",
+  "_location": "/cosmiconfig",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "cosmiconfig@^3.0.1",
+    "name": "cosmiconfig",
+    "escapedName": "cosmiconfig",
+    "rawSpec": "^3.0.1",
+    "saveSpec": null,
+    "fetchSpec": "^3.0.1"
+  },
+  "_requiredBy": [
+    "/prettier-stylelint",
+    "/stylelint"
+  ],
+  "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-3.1.0.tgz",
+  "_shasum": "640a94bf9847f321800403cd273af60665c73397",
+  "_spec": "cosmiconfig@^3.0.1",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/prettier-stylelint",
+  "author": {
+    "name": "David Clark",
+    "email": "david.dave.clark@gmail.com"
+  },
+  "babel": {
+    "plugins": [
+      "transform-flow-strip-types"
+    ]
+  },
+  "bugs": {
+    "url": "https://github.com/davidtheclark/cosmiconfig/issues"
+  },
+  "bundleDependencies": false,
+  "contributors": [
+    {
+      "name": "Bogdan Chadkin",
+      "email": "trysound@yandex.ru"
+    },
+    {
+      "name": "Suhas Karanth",
+      "email": "sudo.suhas@gmail.com"
+    }
+  ],
+  "dependencies": {
+    "is-directory": "^0.3.1",
+    "js-yaml": "^3.9.0",
+    "parse-json": "^3.0.0",
+    "require-from-string": "^2.0.1"
+  },
+  "deprecated": false,
+  "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
+  "devDependencies": {
+    "babel-eslint": "^8.0.0",
+    "babel-plugin-transform-flow-strip-types": "^6.22.0",
+    "eslint": "^4.7.0",
+    "eslint-config-davidtheclark-node": "^0.2.0",
+    "eslint-config-prettier": "^2.5.0",
+    "eslint-plugin-flowtype": "^2.35.1",
+    "eslint-plugin-node": "^3.0.5",
+    "flow-bin": "^0.54.1",
+    "flow-remove-types": "^1.2.1",
+    "husky": "^0.14.3",
+    "jest": "^21.1.0",
+    "lint-staged": "^4.2.1",
+    "prettier": "^1.7.0"
+  },
+  "engines": {
+    "node": ">=4"
+  },
+  "files": [
+    "dist"
+  ],
+  "homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
+  "jest": {
+    "testEnvironment": "node",
+    "collectCoverageFrom": [
+      "src/*.js"
+    ],
+    "coverageThreshold": {
+      "global": {
+        "branches": 100,
+        "functions": 100,
+        "lines": 100,
+        "statements": 100
+      }
+    }
+  },
+  "keywords": [
+    "load",
+    "configuration",
+    "config"
+  ],
+  "license": "MIT",
+  "lint-staged": {
+    "*.js": [
+      "eslint --fix",
+      "prettier --write",
+      "git add"
+    ]
+  },
+  "main": "dist/index.js",
+  "name": "cosmiconfig",
+  "prettier": {
+    "trailingComma": "es5",
+    "singleQuote": true,
+    "printWidth": 80,
+    "tabWidth": 2
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/davidtheclark/cosmiconfig.git"
+  },
+  "scripts": {
+    "build": "flow-remove-types src --out-dir dist --quiet",
+    "coverage": "jest --coverage --coverageReporters=html --coverageReporters=text",
+    "lint": "eslint .",
+    "lint:fix": "eslint . --fix",
+    "precommit": "lint-staged && jest && flow check",
+    "prepublishOnly": "npm run build",
+    "pretest": "npm run lint && flow check",
+    "test": "jest --coverage",
+    "test:watch": "jest --watch"
+  },
+  "version": "3.1.0"
+}