rabbit_rpc
Version:
AMQP wrapper to make it easy to communicate between NodeJS microservices using RabbitMQ
132 lines • 3.34 kB
JSON
{
"_args": [
[
{
"raw": "rabbit_rpc@1.0.9",
"scope": null,
"escapedName": "rabbit_rpc",
"name": "rabbit_rpc",
"rawSpec": "1.0.9",
"spec": "1.0.9",
"type": "version"
},
"/home/scott/repos/assetsserviceconsumer"
],
[
{
"raw": "rabbit_rpc",
"scope": null,
"escapedName": "rabbit_rpc",
"name": "rabbit_rpc",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/scott/tests/jsExp/fox"
],
[
{
"raw": "rabbit_rpc@^1.0.22",
"scope": null,
"escapedName": "rabbit_rpc",
"name": "rabbit_rpc",
"rawSpec": "^1.0.22",
"spec": ">=1.0.22 <2.0.0",
"type": "range"
},
"/home/scott/tests/jsExp/sockio"
],
[
{
"raw": "rabbit_rpc@^1.0.0",
"scope": null,
"escapedName": "rabbit_rpc",
"name": "rabbit_rpc",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/home/scott/repos/showcase2/server/node_modules/assetsserviceconsumer"
]
],
"_from": "rabbit_rpc",
"_id": "rabbit_rpc@1.1.3",
"_inBundle": false,
"_inCache": true,
"_integrity": "sha512-lSHOc36LV8yy97C4wNpHMK+7ragwXCyp1yyGpf08tLswqfBj1vJRXRjQnV9lWLkpWdvGswUMa9TEwbCtxRsdvA==",
"_location": "/rabbit_rpc",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/rabbit_rpc-1.1.2.tgz_1503588676019_0.7666548672132194"
},
"_npmUser": {
"name": "scottlarkin",
"email": "scolark27@gmail.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "rabbit_rpc",
"name": "rabbit_rpc",
"escapedName": "rabbit_rpc",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/rabbit_rpc/-/rabbit_rpc-1.1.3.tgz",
"_shasum": "96afbfd918bb323dd4eca9adb3dbab1dfe4c1a30",
"_shrinkwrap": null,
"_spec": "rabbit_rpc",
"_where": "/home/scott/tests/jsExp/rabbitStream",
"author": {
"name": "Scott Larkin"
},
"bundleDependencies": false,
"dependencies": {
"amqplib": "^0.5.1",
"death": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/scottlarkin/rabbit_rpc"
},
"deprecated": false,
"description": "AMQP wrapper to make it easy to communicate between NodeJS microservices using RabbitMQ",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "6486ac573784f612f0d6584f859ccc7870440568",
"tarball": "https://registry.npmjs.org/rabbit_rpc/-/rabbit_rpc-1.1.2.tgz",
"integrity": "sha512-5CmVsuxqWT4RGIDth0FQUU8OWFgGPW+jgfEu/o/geqDW8FnUW3LfJPfjOhLfskib2eoEth362DSPogIScm8A4g=="
},
"keywords": [
"amqp",
"rabbitmq",
"rcp",
"microservice",
"ipc",
"stream"
],
"license": "ISC",
"main": "rabbit.js",
"maintainers": [
{
"name": "scottlarkin",
"email": "scolark27@gmail.com"
}
],
"name": "rabbit_rpc",
"optionalDependencies": {},
"scripts": {
"start": "node rabbit.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.0.5"
}