blob: c849c830bc1653624d162c54542d8c25788cab6c [file] [log] [blame]
{
"_args": [
[
"amqplib@0.5.2",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "amqplib@0.5.2",
"_id": "amqplib@0.5.2",
"_inBundle": false,
"_integrity": "sha512-l9mCs6LbydtHqRniRwYkKdqxVa6XMz3Vw1fh+2gJaaVgTM6Jk3o8RccAKWKtlhT1US5sWrFh+KKxsVUALURSIA==",
"_location": "/amqplib",
"_optional": true,
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "amqplib@0.5.2",
"name": "amqplib",
"escapedName": "amqplib",
"rawSpec": "0.5.2",
"saveSpec": null,
"fetchSpec": "0.5.2"
},
"_requiredBy": [
"/log4js"
],
"_resolved": "https://registry.npmjs.org/amqplib/-/amqplib-0.5.2.tgz",
"_spec": "0.5.2",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Michael Bridgen",
"email": "mikeb@squaremobius.net"
},
"bugs": {
"url": "https://github.com/squaremo/amqp.node/issues"
},
"dependencies": {
"bitsyntax": "~0.0.4",
"bluebird": "^3.4.6",
"buffer-more-ints": "0.0.2",
"readable-stream": "1.x >=1.1.9",
"safe-buffer": "^5.0.1"
},
"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 <=9"
},
"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.5.2"
}