package.json
2.56 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
104
105
106
107
108
{
"_args": [
[
{
"raw": "broadway@~0.3.2",
"scope": null,
"escapedName": "broadway",
"name": "broadway",
"rawSpec": "~0.3.2",
"spec": ">=0.3.2 <0.4.0",
"type": "range"
},
"/root/junhukang/node_modules/flatiron"
]
],
"_from": "broadway@>=0.3.2 <0.4.0",
"_id": "broadway@0.3.6",
"_inCache": true,
"_installable": true,
"_location": "/broadway",
"_npmUser": {
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {
"async": "0.2.10",
"colors": "0.6.2",
"cycle": "1.0.3",
"eyes": "0.1.8",
"pkginfo": "0.3.1",
"stack-trace": "0.0.10"
},
"_requested": {
"raw": "broadway@~0.3.2",
"scope": null,
"escapedName": "broadway",
"name": "broadway",
"rawSpec": "~0.3.2",
"spec": ">=0.3.2 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/flatiron",
"/forever-monitor"
],
"_resolved": "https://registry.npmjs.org/broadway/-/broadway-0.3.6.tgz",
"_shasum": "7dbef068b954b7907925fd544963b578a902ba7a",
"_shrinkwrap": null,
"_spec": "broadway@~0.3.2",
"_where": "/root/junhukang/node_modules/flatiron",
"author": {
"name": "Nodejitsu Inc.",
"email": "info@nodejitsu.com"
},
"bugs": {
"url": "https://github.com/flatiron/broadway/issues"
},
"dependencies": {
"cliff": "0.1.9",
"eventemitter2": "0.4.14",
"nconf": "0.6.9",
"utile": "0.2.1",
"winston": "0.8.0"
},
"description": "Lightweight application extensibility and composition with a twist of feature reflection.",
"devDependencies": {
"codesurgeon": "0.3.x",
"uglify-js": "1.0.6",
"vows": "0.7.x"
},
"directories": {},
"dist": {
"shasum": "7dbef068b954b7907925fd544963b578a902ba7a",
"tarball": "https://registry.npmjs.org/broadway/-/broadway-0.3.6.tgz"
},
"engines": {
"node": ">= 0.6.4"
},
"gitHead": "d293e467b2364b2432259f8c21df0c6bf1206762",
"homepage": "https://github.com/flatiron/broadway",
"main": "./lib/broadway",
"maintainers": [
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
{
"name": "mmalecki",
"email": "me@mmalecki.com"
},
{
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
}
],
"name": "broadway",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flatiron/broadway.git"
},
"scripts": {
"test": "vows test/**/*-test.js --spec"
},
"version": "0.3.6"
}