.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / argparse / package.json
1 {
2   "name": "argparse",
3   "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
4   "version": "1.0.10",
5   "keywords": [
6     "cli",
7     "parser",
8     "argparse",
9     "option",
10     "args"
11   ],
12   "contributors": [
13     "Eugene Shkuropat",
14     "Paul Jacobson"
15   ],
16   "files": [
17     "index.js",
18     "lib/"
19   ],
20   "license": "MIT",
21   "repository": "nodeca/argparse",
22   "scripts": {
23     "test": "make test"
24   },
25   "dependencies": {
26     "sprintf-js": "~1.0.2"
27   },
28   "devDependencies": {
29     "eslint": "^2.13.1",
30     "istanbul": "^0.4.5",
31     "mocha": "^3.1.0",
32     "ndoc": "^5.0.1"
33   }
34 }