This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
136 lines (136 loc) · 2.51 KB
/
package.json
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"_args": [
],
"_from": "amqp@*",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/amqp",
"_npmUser": {
"email": "[email protected]",
"name": "postwait"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "amqp",
"raw": "amqp",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/amqp/-/amqp-0.2.4.tgz",
"_shasum": "b47e9f5b01f292ab18a8097ff0e72a54b4d03a89",
"_shrinkwrap": null,
"_spec": "amqp",
"_where": "/Users/hieutrtr/projects/test-avro",
"author": {
"name": "Ryan Dahl"
},
"bugs": {
"url": "http://github.com/postwait/node-amqp/issues"
},
"contributors": [
{
"name": "Michael Bridgen"
},
{
"name": "Vasili Sviridov"
},
{
"name": "Vincent Desjardins"
},
{
"name": "Liang-Chi Hsieh"
},
{
"name": "Tim Baga"
},
{
"name": "Stéphane Alnet"
},
{
"name": "Alen Mujezinovic"
},
{
"name": "Theo Schlossnagle"
},
{
"name": "Chris Bond"
},
{
"name": "Andrei Vereha"
},
{
"name": "Mike Bardzinski"
},
{
"name": "James Carr"
},
{
"name": "David Barshow"
},
{
"name": "Jason Pincin"
},
{
"name": "Carl Hörberg"
}
],
"dependencies": {
"lodash": "~1.3.1",
"rova-js": "~1.8.2"
},
"description": "AMQP driver for node",
"devDependencies": {
"longjohn": "~0.2.1",
"optimist": "~0.6.0"
},
"directories": {},
"dist": {
"shasum": "b47e9f5b01f292ab18a8097ff0e72a54b4d03a89",
"tarball": "https://registry.npmjs.org/amqp/-/amqp-0.2.4.tgz"
},
"engines": {
"node": "0.4 || 0.6 || 0.8 || 0.9 || 0.10 || 0.11 || 0.12"
},
"homepage": "https://github.com/hieutrtr/rova-amqp",
"keywords": [
"amqp"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/postwait/node-amqp/raw/master/LICENSE-MIT"
}
],
"main": "./amqp",
"maintainers": [
{
"name": "ry",
"email": "[email protected]"
},
{
"name": "postwait",
"email": "[email protected]"
},
{
"name": "hieu",
"email": "[email protected]"
}
],
"name": "rova-amqp",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/postwait/node-amqp.git"
},
"scripts": {
"test": "make test"
},
"version": "0.2.8"
}