Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80756 views
1
{
2
"name": "yargs",
3
"version": "3.5.4",
4
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
5
"main": "./index.js",
6
"files": [
7
"index.js",
8
"lib",
9
"completion.sh.hbs",
10
"LICENSE"
11
],
12
"dependencies": {
13
"camelcase": "^1.0.2",
14
"decamelize": "^1.0.0",
15
"window-size": "0.1.0",
16
"wordwrap": "0.0.2"
17
},
18
"devDependencies": {
19
"blanket": "^1.1.6",
20
"chai": "^1.10.0",
21
"coveralls": "^2.11.2",
22
"hashish": "0.0.4",
23
"mocha": "2.1.0",
24
"mocha-lcov-reporter": "0.0.1",
25
"mocoverage": "^1.0.0"
26
},
27
"scripts": {
28
"test": "mocha --check-leaks --ui exports --require blanket -R mocoverage"
29
},
30
"repository": {
31
"type": "git",
32
"url": "http://github.com/bcoe/yargs.git"
33
},
34
"config": {
35
"blanket": {
36
"pattern": [
37
"lib",
38
"index.js"
39
],
40
"data-cover-never": [
41
"node_modules",
42
"test"
43
],
44
"output-reporter": "spec"
45
}
46
},
47
"keywords": [
48
"argument",
49
"args",
50
"option",
51
"parser",
52
"parsing",
53
"cli",
54
"command"
55
],
56
"author": {
57
"name": "Alex Ford",
58
"email": "[email protected]",
59
"url": "http://CodeTunnel.com"
60
},
61
"contributors": [
62
{
63
"name": "Benjamin Coe",
64
"email": "[email protected]",
65
"url": "https://github.com/bcoe"
66
},
67
{
68
"name": "Chris Needham",
69
"email": "[email protected]",
70
"url": "http://chrisneedham.com"
71
},
72
{
73
"name": "James Nylen",
74
"email": "[email protected]",
75
"url": "https://github.com/nylen"
76
},
77
{
78
"name": "Benjamin Horsleben",
79
"url": "https://github.com/fizker"
80
}
81
],
82
"license": "MIT/X11",
83
"engine": {
84
"node": ">=0.4"
85
},
86
"gitHead": "c16cc085501155cf7fd853ccdf8584b05ab92b78",
87
"bugs": {
88
"url": "https://github.com/bcoe/yargs/issues"
89
},
90
"homepage": "https://github.com/bcoe/yargs",
91
"_id": "[email protected]",
92
"_shasum": "d8aff8f665e94c34bd259bdebd1bfaf0ddd35361",
93
"_from": "yargs@>=3.5.4 <3.6.0",
94
"_npmVersion": "2.7.0",
95
"_nodeVersion": "1.5.0",
96
"_npmUser": {
97
"name": "bcoe",
98
"email": "[email protected]"
99
},
100
"maintainers": [
101
{
102
"name": "chevex",
103
"email": "[email protected]"
104
},
105
{
106
"name": "bcoe",
107
"email": "[email protected]"
108
},
109
{
110
"name": "nylen",
111
"email": "[email protected]"
112
}
113
],
114
"dist": {
115
"shasum": "d8aff8f665e94c34bd259bdebd1bfaf0ddd35361",
116
"tarball": "http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz"
117
},
118
"directories": {},
119
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz"
120
}
121
122