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.

109 lines
2.1 KiB

{
"_from": "amqp@~0.2.4",
"_id": "amqp@0.2.7",
"_inBundle": false,
"_integrity": "sha1-c4z8Rf2cmSYLRdX6/DLtAAhB4bE=",
"_location": "/amqp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "amqp@~0.2.4",
"name": "amqp",
"escapedName": "amqp",
"rawSpec": "~0.2.4",
"saveSpec": null,
"fetchSpec": "~0.2.4"
},
"_requiredBy": [
"/ascoltatori",
"/mosca"
],
"_resolved": "https://registry.npmjs.org/amqp/-/amqp-0.2.7.tgz",
"_shasum": "738cfc45fd9c99260b45d5fafc32ed000841e1b1",
"_spec": "amqp@~0.2.4",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"author": {
"name": "Ryan Dahl"
},
"bugs": {
"url": "http://github.com/postwait/node-amqp/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Vasili Sviridov"
},
{
"name": "Theo Schlossnagle"
},
{
"name": "Vincent Desjardins"
},
{
"name": "Liang-Chi Hsieh"
},
{
"name": "Tim Baga"
},
{
"name": "Stéphane Alnet"
},
{
"name": "Alen Mujezinovic"
},
{
"name": "Michael Bridgen"
},
{
"name": "Chris Bond"
},
{
"name": "Andrei Vereha"
},
{
"name": "Mike Bardzinski"
},
{
"name": "James Carr"
},
{
"name": "David Barshow"
},
{
"name": "Jason Pincin"
},
{
"name": "Carl Hörberg"
}
],
"dependencies": {
"lodash": "^4.0.0"
},
"deprecated": false,
"description": "AMQP driver for node",
"devDependencies": {
"longjohn": "~0.2.1",
"optimist": "~0.6.0"
},
"homepage": "https://github.com/postwait/node-amqp#readme",
"keywords": [
"amqp"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/postwait/node-amqp/raw/master/LICENSE-MIT"
}
],
"main": "./amqp",
"name": "amqp",
"repository": {
"type": "git",
"url": "git://github.com/postwait/node-amqp.git"
},
"scripts": {
"test": "make test"
},
"version": "0.2.7"
}