Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DazaSeal
GitHub Repository: DazaSeal/Lunanom
Path: blob/master/node_modules/optimist/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-2j6nRob6IaGaERwybpDrFaAZZoY=",
12
"_location": "/optimist",
13
"_phantomChildren": {},
14
"_requested": {
15
"type": "version",
16
"registry": true,
17
"raw": "[email protected]",
18
"name": "optimist",
19
"escapedName": "optimist",
20
"rawSpec": "0.6.1",
21
"saveSpec": null,
22
"fetchSpec": "0.6.1"
23
},
24
"_requiredBy": [
25
"/node-static"
26
],
27
"_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
28
"_spec": "0.6.1",
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/node-optimist/issues"
37
},
38
"dependencies": {
39
"minimist": "~0.0.1",
40
"wordwrap": "~0.0.2"
41
},
42
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
43
"devDependencies": {
44
"hashish": "~0.0.4",
45
"tap": "~0.4.0"
46
},
47
"engine": {
48
"node": ">=0.4"
49
},
50
"homepage": "https://github.com/substack/node-optimist#readme",
51
"keywords": [
52
"argument",
53
"args",
54
"option",
55
"parser",
56
"parsing",
57
"cli",
58
"command"
59
],
60
"license": "MIT/X11",
61
"main": "./index.js",
62
"name": "optimist",
63
"repository": {
64
"type": "git",
65
"url": "git+ssh://[email protected]/substack/node-optimist.git"
66
},
67
"scripts": {
68
"test": "tap ./test/*.js"
69
},
70
"version": "0.6.1"
71
}
72
73