Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "subarg",
3
"version": "1.0.0",
4
"description": "parse arguments with recursive contexts",
5
"main": "index.js",
6
"dependencies": {
7
"minimist": "^1.1.0"
8
},
9
"devDependencies": {
10
"tape": "^3.0.0"
11
},
12
"scripts": {
13
"test": "tape test/*.js"
14
},
15
"repository": {
16
"type": "git",
17
"url": "git://github.com/substack/subarg.git"
18
},
19
"homepage": "https://github.com/substack/subarg",
20
"keywords": [
21
"argument",
22
"option",
23
"parser",
24
"parsing",
25
"flags",
26
"command-line",
27
"cli",
28
"recursive",
29
"minimist"
30
],
31
"author": {
32
"name": "James Halliday",
33
"email": "[email protected]",
34
"url": "http://substack.net"
35
},
36
"license": "MIT",
37
"testling": {
38
"files": "test/*.js",
39
"browsers": [
40
"ie/8..latest",
41
"firefox/16",
42
"firefox/latest",
43
"firefox/nightly",
44
"chrome/22",
45
"chrome/latest",
46
"chrome/canary",
47
"opera/12..latest",
48
"opera/next",
49
"safari/5.1..latest"
50
]
51
},
52
"gitHead": "249bde03606850fac7d89d67e79782f56cd41cce",
53
"bugs": {
54
"url": "https://github.com/substack/subarg/issues"
55
},
56
"_id": "[email protected]",
57
"_shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
58
"_from": "subarg@>=1.0.0 <2.0.0",
59
"_npmVersion": "2.0.2",
60
"_nodeVersion": "0.10.31",
61
"_npmUser": {
62
"name": "substack",
63
"email": "[email protected]"
64
},
65
"maintainers": [
66
{
67
"name": "substack",
68
"email": "[email protected]"
69
}
70
],
71
"dist": {
72
"shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
73
"tarball": "http://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz"
74
},
75
"directories": {},
76
"_resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
77
"readme": "ERROR: No README data found!"
78
}
79
80