Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / yargs-parser / package.json
1 {
2   "_from": "yargs-parser@^9.0.2",
3   "_id": "yargs-parser@9.0.2",
4   "_inBundle": false,
5   "_integrity": "sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc=",
6   "_location": "/yargs-parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "yargs-parser@^9.0.2",
12     "name": "yargs-parser",
13     "escapedName": "yargs-parser",
14     "rawSpec": "^9.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^9.0.2"
17   },
18   "_requiredBy": [
19     "/yargs"
20   ],
21   "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-9.0.2.tgz",
22   "_shasum": "9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077",
23   "_spec": "yargs-parser@^9.0.2",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/yargs",
25   "author": {
26     "name": "Ben Coe",
27     "email": "ben@npmjs.com"
28   },
29   "bugs": {
30     "url": "https://github.com/yargs/yargs-parser/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "camelcase": "^4.1.0"
35   },
36   "deprecated": false,
37   "description": "the mighty option parser used by yargs",
38   "devDependencies": {
39     "chai": "^3.5.0",
40     "coveralls": "^2.11.12",
41     "mocha": "^3.0.1",
42     "nyc": "^11.4.1",
43     "standard": "^10.0.2",
44     "standard-version": "^4.3.0"
45   },
46   "files": [
47     "lib",
48     "index.js"
49   ],
50   "homepage": "https://github.com/yargs/yargs-parser#readme",
51   "keywords": [
52     "argument",
53     "parser",
54     "yargs",
55     "command",
56     "cli",
57     "parsing",
58     "option",
59     "args",
60     "argument"
61   ],
62   "license": "ISC",
63   "main": "index.js",
64   "name": "yargs-parser",
65   "repository": {
66     "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
67   },
68   "scripts": {
69     "coverage": "nyc report --reporter=text-lcov | coveralls",
70     "posttest": "standard",
71     "release": "standard-version",
72     "test": "nyc mocha test/*.js"
73   },
74   "version": "9.0.2"
75 }