Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / optionator / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/optionator/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/optionator/package.json
new file mode 100644 (file)
index 0000000..b257ccc
--- /dev/null
@@ -0,0 +1,74 @@
+{
+  "_from": "optionator@^0.8.3",
+  "_id": "optionator@0.8.3",
+  "_inBundle": false,
+  "_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
+  "_location": "/optionator",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "optionator@^0.8.3",
+    "name": "optionator",
+    "escapedName": "optionator",
+    "rawSpec": "^0.8.3",
+    "saveSpec": null,
+    "fetchSpec": "^0.8.3"
+  },
+  "_requiredBy": [
+    "/eslint"
+  ],
+  "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
+  "_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
+  "_spec": "optionator@^0.8.3",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/eslint",
+  "author": {
+    "name": "George Zahariev",
+    "email": "z@georgezahariev.com"
+  },
+  "bugs": {
+    "url": "https://github.com/gkz/optionator/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "deep-is": "~0.1.3",
+    "fast-levenshtein": "~2.0.6",
+    "levn": "~0.3.0",
+    "prelude-ls": "~1.1.2",
+    "type-check": "~0.3.2",
+    "word-wrap": "~1.2.3"
+  },
+  "deprecated": false,
+  "description": "option parsing and help generation",
+  "devDependencies": {
+    "istanbul": "~0.4.5",
+    "livescript": "~1.6.0",
+    "mocha": "~6.2.2"
+  },
+  "engines": {
+    "node": ">= 0.8.0"
+  },
+  "files": [
+    "lib",
+    "README.md",
+    "LICENSE"
+  ],
+  "homepage": "https://github.com/gkz/optionator",
+  "keywords": [
+    "options",
+    "flags",
+    "option parsing",
+    "cli"
+  ],
+  "license": "MIT",
+  "main": "./lib/",
+  "name": "optionator",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/gkz/optionator.git"
+  },
+  "scripts": {
+    "test": "make test"
+  },
+  "version": "0.8.3"
+}