Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80575 views
1
{
2
"name": "optionator",
3
"version": "0.5.0",
4
"author": {
5
"name": "George Zahariev",
6
"email": "[email protected]"
7
},
8
"description": "option parsing and help generation",
9
"homepage": "https://github.com/gkz/optionator",
10
"keywords": [
11
"options"
12
],
13
"files": [
14
"lib",
15
"README.md",
16
"LICENSE"
17
],
18
"main": "./lib/",
19
"bugs": {
20
"url": "https://github.com/gkz/optionator/issues"
21
},
22
"licenses": [
23
{
24
"type": "MIT",
25
"url": "https://raw.githubusercontent.com/gkz/optionator/master/LICENSE"
26
}
27
],
28
"engines": {
29
"node": ">= 0.8.0"
30
},
31
"repository": {
32
"type": "git",
33
"url": "git://github.com/gkz/optionator.git"
34
},
35
"scripts": {
36
"test": "make test"
37
},
38
"dependencies": {
39
"prelude-ls": "~1.1.1",
40
"deep-is": "~0.1.2",
41
"wordwrap": "~0.0.2",
42
"type-check": "~0.3.1",
43
"levn": "~0.2.5",
44
"fast-levenshtein": "~1.0.0"
45
},
46
"devDependencies": {
47
"LiveScript": "~1.3.1",
48
"mocha": "~2.0.1",
49
"istanbul": "~0.1.43"
50
},
51
"gitHead": "52241eef663601bef5120c3a770d60533d2b3097",
52
"_id": "[email protected]",
53
"_shasum": "b75a8995a2d417df25b6e4e3862f50aa88651368",
54
"_from": "optionator@>=0.5.0 <0.6.0",
55
"_npmVersion": "2.0.0",
56
"_npmUser": {
57
"name": "gkz",
58
"email": "[email protected]"
59
},
60
"maintainers": [
61
{
62
"name": "gkz",
63
"email": "[email protected]"
64
}
65
],
66
"dist": {
67
"shasum": "b75a8995a2d417df25b6e4e3862f50aa88651368",
68
"tarball": "http://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz"
69
},
70
"directories": {},
71
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz",
72
"readme": "ERROR: No README data found!"
73
}
74
75