{
  "_args": [
    [
      "amqplib@0.5.6",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "amqplib@0.5.6",
  "_id": "amqplib@0.5.6",
  "_inBundle": false,
  "_integrity": "sha512-J4TR0WAMPBHN+tgTuhNsSObfM9eTVTZm/FNw0LyaGfbiLsBxqSameDNYpChUFXW4bnTKHDXy0ab+nuLhumnRrQ==",
  "_location": "/amqplib",
  "_optional": true,
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.4"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "amqplib@0.5.6",
    "name": "amqplib",
    "escapedName": "amqplib",
    "rawSpec": "0.5.6",
    "saveSpec": null,
    "fetchSpec": "0.5.6"
  },
  "_requiredBy": [
    "/log4js"
  ],
  "_resolved": "https://registry.npmjs.org/amqplib/-/amqplib-0.5.6.tgz",
  "_spec": "0.5.6",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Michael Bridgen",
    "email": "mikeb@squaremobius.net"
  },
  "bugs": {
    "url": "https://github.com/squaremo/amqp.node/issues"
  },
  "dependencies": {
    "bitsyntax": "~0.1.0",
    "bluebird": "^3.5.2",
    "buffer-more-ints": "~1.0.0",
    "readable-stream": "1.x >=1.1.9",
    "safe-buffer": "~5.1.2",
    "url-parse": "~1.4.3"
  },
  "description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
  "devDependencies": {
    "claire": "0.4.1",
    "istanbul": "0.1.x",
    "mocha": "^3.5.3",
    "uglify-js": "2.6.x"
  },
  "engines": {
    "node": ">=0.8 <=12"
  },
  "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": {
    "prepare": "make",
    "test": "make test"
  },
  "version": "0.5.6"
}
