forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.12 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"_args": [
[
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/jshint"
]
],
"_from": "cli@>=0.6.0 <0.7.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/cli",
"_nodeVersion": "0.12.1",
"_npmUser": {
"email": "[email protected]",
"name": "cohara87"
},
"_npmVersion": "2.7.3",
"_phantomChildren": {
"inherits": "2.0.1",
"lru-cache": "2.7.0",
"sigmund": "1.0.1"
},
"_requested": {
"name": "cli",
"raw": "[email protected]",
"rawSpec": "0.6.x",
"scope": null,
"spec": ">=0.6.0 <0.7.0",
"type": "range"
},
"_requiredBy": [
"/jshint"
],
"_resolved": "https://registry.npmjs.org/cli/-/cli-0.6.6.tgz",
"_shasum": "02ad44a380abf27adac5e6f0cdd7b043d74c53e3",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/jshint",
"author": {
"email": "[email protected]",
"name": "Chris O'Hara"
},
"bugs": {
"url": "http://github.com/chriso/cli/issues"
},
"contributors": [
{
"name": "Douglas Meyer"
}
],
"dependencies": {
"exit": "0.1.2",
"glob": "~ 3.2.1"
},
"description": "A tool for rapidly building command line apps",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "02ad44a380abf27adac5e6f0cdd7b043d74c53e3",
"tarball": "http://registry.npmjs.org/cli/-/cli-0.6.6.tgz"
},
"engines": {
"node": ">=0.2.5"
},
"gitHead": "088e01c2df81b0850ae4ae2daa7827fb6dcf0502",
"homepage": "http://github.com/chriso/cli",
"installable": true,
"keywords": [
"args",
"argsparse",
"autocomplete",
"autocompletion",
"cli",
"command",
"command line",
"console",
"daemon",
"opt",
"optparse",
"opts",
"parseopt"
],
"licenses": [
{
"type": "MIT"
}
],
"main": "cli.js",
"maintainers": [
{
"name": "cohara87",
"email": "[email protected]"
}
],
"name": "cli",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "http://github.com/chriso/cli.git"
},
"scripts": {},
"version": "0.6.6"
}