Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / yargs / package.json
1 {
2   "_from": "yargs@^11.0.0",
3   "_id": "yargs@11.1.1",
4   "_inBundle": false,
5   "_integrity": "sha512-PRU7gJrJaXv3q3yQZ/+/X6KBswZiaQ+zOmdprZcouPYtQgvNU35i+68M4b1ZHLZtYFT5QObFLV+ZkmJYcwKdiw==",
6   "_location": "/yargs",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "yargs@^11.0.0",
12     "name": "yargs",
13     "escapedName": "yargs",
14     "rawSpec": "^11.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^11.0.0"
17   },
18   "_requiredBy": [
19     "/prettier-tslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/yargs/-/yargs-11.1.1.tgz",
22   "_shasum": "5052efe3446a4df5ed669c995886cc0f13702766",
23   "_spec": "yargs@^11.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-tslint",
25   "bugs": {
26     "url": "https://github.com/yargs/yargs/issues"
27   },
28   "bundleDependencies": false,
29   "dependencies": {
30     "cliui": "^4.0.0",
31     "decamelize": "^1.1.1",
32     "find-up": "^2.1.0",
33     "get-caller-file": "^1.0.1",
34     "os-locale": "^3.1.0",
35     "require-directory": "^2.1.1",
36     "require-main-filename": "^1.0.1",
37     "set-blocking": "^2.0.0",
38     "string-width": "^2.0.0",
39     "which-module": "^2.0.0",
40     "y18n": "^3.2.1",
41     "yargs-parser": "^9.0.2"
42   },
43   "deprecated": false,
44   "description": "yargs the modern, pirate-themed, successor to optimist.",
45   "devDependencies": {
46     "chai": "^4.1.2",
47     "chalk": "^1.1.3",
48     "coveralls": "^2.11.11",
49     "cpr": "^2.0.0",
50     "cross-spawn": "^6.0.4",
51     "es6-promise": "^4.0.2",
52     "hashish": "0.0.4",
53     "mocha": "^3.0.1",
54     "nyc": "^11.2.1",
55     "rimraf": "^2.5.0",
56     "standard": "^8.6.0",
57     "standard-version": "^4.2.0",
58     "which": "^1.2.9",
59     "yargs-test-extends": "^1.0.1"
60   },
61   "engine": {
62     "node": ">=4"
63   },
64   "files": [
65     "index.js",
66     "yargs.js",
67     "lib",
68     "locales",
69     "completion.sh.hbs",
70     "LICENSE"
71   ],
72   "homepage": "http://yargs.js.org/",
73   "keywords": [
74     "argument",
75     "args",
76     "option",
77     "parser",
78     "parsing",
79     "cli",
80     "command"
81   ],
82   "license": "MIT",
83   "main": "./index.js",
84   "name": "yargs",
85   "repository": {
86     "type": "git",
87     "url": "git+ssh://git@github.com/yargs/yargs.git"
88   },
89   "scripts": {
90     "coverage": "nyc report --reporter=text-lcov | coveralls",
91     "posttest": "standard",
92     "release": "standard-version",
93     "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
94   },
95   "standard": {
96     "ignore": [
97       "**/example/**"
98     ]
99   },
100   "version": "11.1.1"
101 }