Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81152 views
1
{
2
"name": "commander",
3
"version": "2.8.1",
4
"description": "the complete solution for node.js command-line programs",
5
"keywords": [
6
"command",
7
"option",
8
"parser"
9
],
10
"author": {
11
"name": "TJ Holowaychuk",
12
"email": "[email protected]"
13
},
14
"license": "MIT",
15
"repository": {
16
"type": "git",
17
"url": "https://github.com/tj/commander.js.git"
18
},
19
"devDependencies": {
20
"should": ">= 0.0.1",
21
"sinon": ">= 1.14.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
"dependencies": {
34
"graceful-readlink": ">= 1.0.0"
35
},
36
"gitHead": "c6c84726050b19c0373de27cd359f3baddff579f",
37
"bugs": {
38
"url": "https://github.com/tj/commander.js/issues"
39
},
40
"homepage": "https://github.com/tj/commander.js",
41
"_id": "[email protected]",
42
"_shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
43
"_from": "commander@>=2.8.1 <3.0.0",
44
"_npmVersion": "2.5.1",
45
"_nodeVersion": "0.12.0",
46
"_npmUser": {
47
"name": "zhiyelee",
48
"email": "[email protected]"
49
},
50
"maintainers": [
51
{
52
"name": "tjholowaychuk",
53
"email": "[email protected]"
54
},
55
{
56
"name": "somekittens",
57
"email": "[email protected]"
58
},
59
{
60
"name": "zhiyelee",
61
"email": "[email protected]"
62
},
63
{
64
"name": "thethomaseffect",
65
"email": "[email protected]"
66
}
67
],
68
"dist": {
69
"shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
70
"tarball": "http://registry.npmjs.org/commander/-/commander-2.8.1.tgz"
71
},
72
"directories": {},
73
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz"
74
}
75
76