Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DazaSeal
GitHub Repository: DazaSeal/Lunanom
Path: blob/master/node_modules/minimist/package.json
334 views
1
{
2
"_args": [
3
[
4
"[email protected]",
5
"/home/runner/OffbeatDimpledTag"
6
]
7
],
8
"_from": "[email protected]",
9
"_id": "[email protected]",
10
"_inBundle": false,
11
"_integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=",
12
"_location": "/minimist",
13
"_phantomChildren": {},
14
"_requested": {
15
"type": "version",
16
"registry": true,
17
"raw": "[email protected]",
18
"name": "minimist",
19
"escapedName": "minimist",
20
"rawSpec": "0.0.10",
21
"saveSpec": null,
22
"fetchSpec": "0.0.10"
23
},
24
"_requiredBy": [
25
"/optimist"
26
],
27
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
28
"_spec": "0.0.10",
29
"_where": "/home/runner/OffbeatDimpledTag",
30
"author": {
31
"name": "James Halliday",
32
"email": "[email protected]",
33
"url": "http://substack.net"
34
},
35
"bugs": {
36
"url": "https://github.com/substack/minimist/issues"
37
},
38
"description": "parse argument options",
39
"devDependencies": {
40
"tap": "~0.4.0",
41
"tape": "~1.0.4"
42
},
43
"homepage": "https://github.com/substack/minimist",
44
"keywords": [
45
"argv",
46
"getopt",
47
"parser",
48
"optimist"
49
],
50
"license": "MIT",
51
"main": "index.js",
52
"name": "minimist",
53
"repository": {
54
"type": "git",
55
"url": "git://github.com/substack/minimist.git"
56
},
57
"scripts": {
58
"test": "tap test/*.js"
59
},
60
"testling": {
61
"files": "test/*.js",
62
"browsers": [
63
"ie/6..latest",
64
"ff/5",
65
"firefox/latest",
66
"chrome/10",
67
"chrome/latest",
68
"safari/5.1",
69
"safari/latest",
70
"opera/12"
71
]
72
},
73
"version": "0.0.10"
74
}
75
76