Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80712 views
1
{
2
"name": "argparse",
3
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
4
"version": "1.0.2",
5
"keywords": [
6
"cli",
7
"parser",
8
"argparse",
9
"option",
10
"args"
11
],
12
"homepage": "https://github.com/nodeca/argparse",
13
"contributors": [
14
{
15
"name": "Eugene Shkuropat"
16
},
17
{
18
"name": "Paul Jacobson"
19
}
20
],
21
"bugs": {
22
"url": "https://github.com/nodeca/argparse/issues"
23
},
24
"license": "MIT",
25
"repository": {
26
"type": "git",
27
"url": "git://github.com/nodeca/argparse.git"
28
},
29
"main": "./index.js",
30
"scripts": {
31
"test": "make test"
32
},
33
"dependencies": {
34
"lodash": ">= 3.2.0 < 4.0.0",
35
"sprintf-js": "~1.0.2"
36
},
37
"devDependencies": {
38
"mocha": "*"
39
},
40
"gitHead": "990f1b5332e70dd3c1c437d2f4077a2b63ac9674",
41
"_id": "[email protected]",
42
"_shasum": "bcfae39059656d1973d0b9e6a1a74154b5a9a136",
43
"_from": "argparse@>=1.0.2 <1.1.0",
44
"_npmVersion": "1.4.28",
45
"_npmUser": {
46
"name": "vitaly",
47
"email": "[email protected]"
48
},
49
"maintainers": [
50
{
51
"name": "vitaly",
52
"email": "[email protected]"
53
}
54
],
55
"dist": {
56
"shasum": "bcfae39059656d1973d0b9e6a1a74154b5a9a136",
57
"tarball": "http://registry.npmjs.org/argparse/-/argparse-1.0.2.tgz"
58
},
59
"directories": {},
60
"_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.2.tgz"
61
}
62
63