package.json
1.74 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
{
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
"version": "0.4.2",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
"url": "git+https://github.com/squaremo/amqp.node.git"
},
"engines": {
"node": ">=0.8 <6 || ^6"
},
"dependencies": {
"bitsyntax": "~0.0.4",
"buffer-more-ints": "0.0.2",
"readable-stream": "1.x >=1.1.9",
"when": "~3.6.2"
},
"devDependencies": {
"mocha": "~1",
"claire": "0.4.1",
"uglify-js": "2.4.x",
"istanbul": "0.1.x"
},
"scripts": {
"test": "make test",
"prepublish": "make"
},
"keywords": [
"AMQP",
"AMQP 0-9-1",
"RabbitMQ"
],
"author": {
"name": "Michael Bridgen",
"email": "mikeb@squaremobius.net"
},
"license": "MIT",
"gitHead": "46d14f8f0916d49a2e9fa7e8596ddc68b0ab5007",
"bugs": {
"url": "https://github.com/squaremo/amqp.node/issues"
},
"_id": "amqplib@0.4.2",
"_shasum": "5e4a2a914ccb3125f9cb91f6da07c97aa4cb13a6",
"_from": "amqplib@latest",
"_npmVersion": "3.9.3",
"_nodeVersion": "6.2.1",
"_npmUser": {
"name": "squaremo",
"email": "mikeb@squaremobius.net"
},
"maintainers": [
{
"name": "squaremo",
"email": "mikeb@squaremobius.net"
}
],
"dist": {
"shasum": "5e4a2a914ccb3125f9cb91f6da07c97aa4cb13a6",
"tarball": "https://registry.npmjs.org/amqplib/-/amqplib-0.4.2.tgz"
},
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/amqplib-0.4.2.tgz_1465287074710_0.32056331844069064"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/amqplib/-/amqplib-0.4.2.tgz",
"readme": "ERROR: No README data found!"
}