Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / optionator / package.json
1 {
2   "_from": "optionator@^0.8.3",
3   "_id": "optionator@0.8.3",
4   "_inBundle": false,
5   "_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
6   "_location": "/optionator",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "optionator@^0.8.3",
12     "name": "optionator",
13     "escapedName": "optionator",
14     "rawSpec": "^0.8.3",
15     "saveSpec": null,
16     "fetchSpec": "^0.8.3"
17   },
18   "_requiredBy": [
19     "/eslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
22   "_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
23   "_spec": "optionator@^0.8.3",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
25   "author": {
26     "name": "George Zahariev",
27     "email": "z@georgezahariev.com"
28   },
29   "bugs": {
30     "url": "https://github.com/gkz/optionator/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "deep-is": "~0.1.3",
35     "fast-levenshtein": "~2.0.6",
36     "levn": "~0.3.0",
37     "prelude-ls": "~1.1.2",
38     "type-check": "~0.3.2",
39     "word-wrap": "~1.2.3"
40   },
41   "deprecated": false,
42   "description": "option parsing and help generation",
43   "devDependencies": {
44     "istanbul": "~0.4.5",
45     "livescript": "~1.6.0",
46     "mocha": "~6.2.2"
47   },
48   "engines": {
49     "node": ">= 0.8.0"
50   },
51   "files": [
52     "lib",
53     "README.md",
54     "LICENSE"
55   ],
56   "homepage": "https://github.com/gkz/optionator",
57   "keywords": [
58     "options",
59     "flags",
60     "option parsing",
61     "cli"
62   ],
63   "license": "MIT",
64   "main": "./lib/",
65   "name": "optionator",
66   "repository": {
67     "type": "git",
68     "url": "git://github.com/gkz/optionator.git"
69   },
70   "scripts": {
71     "test": "make test"
72   },
73   "version": "0.8.3"
74 }