Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80699 views
1
{
2
"name": "minimist",
3
"version": "0.0.8",
4
"description": "parse argument options",
5
"main": "index.js",
6
"devDependencies": {
7
"tape": "~1.0.4",
8
"tap": "~0.4.0"
9
},
10
"scripts": {
11
"test": "tap test/*.js"
12
},
13
"testling": {
14
"files": "test/*.js",
15
"browsers": [
16
"ie/6..latest",
17
"ff/5",
18
"firefox/latest",
19
"chrome/10",
20
"chrome/latest",
21
"safari/5.1",
22
"safari/latest",
23
"opera/12"
24
]
25
},
26
"repository": {
27
"type": "git",
28
"url": "git://github.com/substack/minimist.git"
29
},
30
"homepage": "https://github.com/substack/minimist",
31
"keywords": [
32
"argv",
33
"getopt",
34
"parser",
35
"optimist"
36
],
37
"author": {
38
"name": "James Halliday",
39
"email": "[email protected]",
40
"url": "http://substack.net"
41
},
42
"license": "MIT",
43
"bugs": {
44
"url": "https://github.com/substack/minimist/issues"
45
},
46
"_id": "[email protected]",
47
"dist": {
48
"shasum": "857fcabfc3397d2625b8228262e86aa7a011b05d",
49
"tarball": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
50
},
51
"_from": "[email protected]",
52
"_npmVersion": "1.4.3",
53
"_npmUser": {
54
"name": "substack",
55
"email": "[email protected]"
56
},
57
"maintainers": [
58
{
59
"name": "substack",
60
"email": "[email protected]"
61
}
62
],
63
"directories": {},
64
"_shasum": "857fcabfc3397d2625b8228262e86aa7a011b05d",
65
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
66
"readme": "ERROR: No README data found!"
67
}
68
69