Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80634 views
1
{
2
"name": "optimist",
3
"version": "0.6.1",
4
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
5
"main": "./index.js",
6
"dependencies": {
7
"wordwrap": "~0.0.2",
8
"minimist": "~0.0.1"
9
},
10
"devDependencies": {
11
"hashish": "~0.0.4",
12
"tap": "~0.4.0"
13
},
14
"scripts": {
15
"test": "tap ./test/*.js"
16
},
17
"repository": {
18
"type": "git",
19
"url": "http://github.com/substack/node-optimist.git"
20
},
21
"keywords": [
22
"argument",
23
"args",
24
"option",
25
"parser",
26
"parsing",
27
"cli",
28
"command"
29
],
30
"author": {
31
"name": "James Halliday",
32
"email": "[email protected]",
33
"url": "http://substack.net"
34
},
35
"license": "MIT/X11",
36
"engine": {
37
"node": ">=0.4"
38
},
39
"bugs": {
40
"url": "https://github.com/substack/node-optimist/issues"
41
},
42
"homepage": "https://github.com/substack/node-optimist",
43
"_id": "[email protected]",
44
"dist": {
45
"shasum": "da3ea74686fa21a19a111c326e90eb15a0196686",
46
"tarball": "http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz"
47
},
48
"_from": "optimist@>=0.6.0 <0.7.0",
49
"_npmVersion": "1.3.21",
50
"_npmUser": {
51
"name": "substack",
52
"email": "[email protected]"
53
},
54
"maintainers": [
55
{
56
"name": "substack",
57
"email": "[email protected]"
58
}
59
],
60
"directories": {},
61
"_shasum": "da3ea74686fa21a19a111c326e90eb15a0196686",
62
"_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz"
63
}
64
65