Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81164 views
1
{
2
"name": "commander",
3
"version": "2.5.1",
4
"description": "the complete solution for node.js command-line programs",
5
"keywords": [
6
"command",
7
"option",
8
"parser",
9
"prompt"
10
],
11
"author": {
12
"name": "TJ Holowaychuk",
13
"email": "[email protected]"
14
},
15
"license": "MIT",
16
"repository": {
17
"type": "git",
18
"url": "https://github.com/tj/commander.js.git"
19
},
20
"devDependencies": {
21
"should": ">= 0.0.1"
22
},
23
"scripts": {
24
"test": "make test"
25
},
26
"main": "index",
27
"engines": {
28
"node": ">= 0.6.x"
29
},
30
"files": [
31
"index.js"
32
],
33
"bugs": {
34
"url": "https://github.com/tj/commander.js/issues"
35
},
36
"homepage": "https://github.com/tj/commander.js",
37
"_id": "[email protected]",
38
"_shasum": "23c61f6e47be143cc02e7ad4bb1c47f5cd5a2883",
39
"_from": "commander@>=2.5.0 <2.6.0",
40
"_npmVersion": "1.4.9",
41
"_npmUser": {
42
"name": "zhiyelee",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "tjholowaychuk",
48
"email": "[email protected]"
49
},
50
{
51
"name": "somekittens",
52
"email": "[email protected]"
53
},
54
{
55
"name": "zhiyelee",
56
"email": "[email protected]"
57
},
58
{
59
"name": "thethomaseffect",
60
"email": "[email protected]"
61
}
62
],
63
"dist": {
64
"shasum": "23c61f6e47be143cc02e7ad4bb1c47f5cd5a2883",
65
"tarball": "http://registry.npmjs.org/commander/-/commander-2.5.1.tgz"
66
},
67
"directories": {},
68
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz"
69
}
70
71