{
  "_from": "msgpack-stream@~0.0.10",
  "_id": "msgpack-stream@0.0.13",
  "_inBundle": false,
  "_integrity": "sha1-UKZzrE6uyl43cBkk0JPUM1DB5Sw=",
  "_location": "/msgpack-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "msgpack-stream@~0.0.10",
    "name": "msgpack-stream",
    "escapedName": "msgpack-stream",
    "rawSpec": "~0.0.10",
    "saveSpec": null,
    "fetchSpec": "~0.0.10"
  },
  "_requiredBy": [
    "/mux-demux"
  ],
  "_resolved": "https://registry.npmjs.org/msgpack-stream/-/msgpack-stream-0.0.13.tgz",
  "_shasum": "50a673ac4eaeca5e37701924d093d43350c1e52c",
  "_spec": "msgpack-stream@~0.0.10",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop/node_modules/mux-demux",
  "author": {
    "name": "Dominic Tarr",
    "email": "dominic.tarr@gmail.com",
    "url": "dominictarr.com"
  },
  "bugs": {
    "url": "https://github.com/dominictarr/msgpack-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bops": "1.0.0",
    "msgpack-js": "0.3.0",
    "through": "2.3.4"
  },
  "deprecated": false,
  "description": "Stream of msgpack protocol",
  "devDependencies": {
    "tape": "~1.0.4"
  },
  "homepage": "https://github.com/dominictarr/msgpack-stream#readme",
  "keywords": [
    "msgpack",
    "stream",
    "pipe",
    "frame"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "msgpack-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/msgpack-stream.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "testling": {
    "files": "test.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "0.0.13"
}
