You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.8 KiB

{
"_from": "amqplib@~0.4.1",
"_id": "amqplib@0.4.2",
"_inBundle": false,
"_integrity": "sha1-XkoqkUzLMSX5y5H22gfJeqTLE6Y=",
"_location": "/amqplib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "amqplib@~0.4.1",
"name": "amqplib",
"escapedName": "amqplib",
"rawSpec": "~0.4.1",
"saveSpec": null,
"fetchSpec": "~0.4.1"
},
"_requiredBy": [
"/ascoltatori"
],
"_resolved": "https://registry.npmjs.org/amqplib/-/amqplib-0.4.2.tgz",
"_shasum": "5e4a2a914ccb3125f9cb91f6da07c97aa4cb13a6",
"_spec": "amqplib@~0.4.1",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/ascoltatori",
"author": {
"name": "Michael Bridgen",
"email": "mikeb@squaremobius.net"
},
"bugs": {
"url": "https://github.com/squaremo/amqp.node/issues"
},
"bundleDependencies": false,
"dependencies": {
"bitsyntax": "~0.0.4",
"buffer-more-ints": "0.0.2",
"readable-stream": "1.x >=1.1.9",
"when": "~3.6.2"
},
"deprecated": false,
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"devDependencies": {
"claire": "0.4.1",
"istanbul": "0.1.x",
"mocha": "~1",
"uglify-js": "2.4.x"
},
"engines": {
"node": ">=0.8 <6 || ^6"
},
"homepage": "http://squaremo.github.io/amqp.node/",
"keywords": [
"AMQP",
"AMQP 0-9-1",
"RabbitMQ"
],
"license": "MIT",
"main": "./channel_api.js",
"name": "amqplib",
"repository": {
"type": "git",
"url": "git+https://github.com/squaremo/amqp.node.git"
},
"scripts": {
"prepublish": "make",
"test": "make test"
},
"version": "0.4.2",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": ">=0.8 <6 || ^6"
},
"pkgid": "amqplib@0.4.2"
}
]
}