.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / yargs-parser / package.json
1 {
2   "name": "yargs-parser",
3   "version": "9.0.2",
4   "description": "the mighty option parser used by yargs",
5   "main": "index.js",
6   "scripts": {
7     "test": "nyc mocha test/*.js",
8     "posttest": "standard",
9     "coverage": "nyc report --reporter=text-lcov | coveralls",
10     "release": "standard-version"
11   },
12   "repository": {
13     "url": "git@github.com:yargs/yargs-parser.git"
14   },
15   "keywords": [
16     "argument",
17     "parser",
18     "yargs",
19     "command",
20     "cli",
21     "parsing",
22     "option",
23     "args",
24     "argument"
25   ],
26   "author": "Ben Coe <ben@npmjs.com>",
27   "license": "ISC",
28   "devDependencies": {
29     "chai": "^3.5.0",
30     "coveralls": "^2.11.12",
31     "mocha": "^3.0.1",
32     "nyc": "^11.4.1",
33     "standard": "^10.0.2",
34     "standard-version": "^4.3.0"
35   },
36   "dependencies": {
37     "camelcase": "^4.1.0"
38   },
39   "files": [
40     "lib",
41     "index.js"
42   ]
43 }