{
  "_args": [
    [
      {
        "raw": "memory-streams@^0.1.0",
        "scope": null,
        "escapedName": "memory-streams",
        "name": "memory-streams",
        "rawSpec": "^0.1.0",
        "spec": ">=0.1.0 <0.2.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/fast-sourcemap-concat"
    ]
  ],
  "_from": "memory-streams@>=0.1.0 <0.2.0",
  "_id": "memory-streams@0.1.0",
  "_inCache": true,
  "_location": "/memory-streams",
  "_npmUser": {
    "name": "paulj",
    "email": "pjackson@gmail.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "raw": "memory-streams@^0.1.0",
    "scope": null,
    "escapedName": "memory-streams",
    "name": "memory-streams",
    "rawSpec": "^0.1.0",
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/fast-sourcemap-concat"
  ],
  "_resolved": "https://registry.npmjs.org/memory-streams/-/memory-streams-0.1.0.tgz",
  "_shasum": "bec658a71e3f28b0f0c2f1b14501c2db547d5f7a",
  "_shrinkwrap": null,
  "_spec": "memory-streams@^0.1.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/fast-sourcemap-concat",
  "author": {
    "name": "Paul Jackson",
    "url": "http://paulj.me/"
  },
  "bugs": {
    "url": "https://github.com/paulja/memory-streams-js/issues"
  },
  "dependencies": {
    "readable-stream": "~1.0.2"
  },
  "description": "Simple implmentation of Stream.Readable and Stream.Writable holding the data in memory.",
  "devDependencies": {
    "should": "~1.2.2"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "bec658a71e3f28b0f0c2f1b14501c2db547d5f7a",
    "tarball": "https://registry.npmjs.org/memory-streams/-/memory-streams-0.1.0.tgz"
  },
  "gitHead": "ffc0b4729dd718d7687599a2aa5662bba4f7cd40",
  "homepage": "https://github.com/paulja/memory-streams-js",
  "keywords": [
    "stream",
    "string",
    "memory",
    "Readable",
    "Writable"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "paulj",
      "email": "pjackson@gmail.com"
    }
  ],
  "name": "memory-streams",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/paulja/memory-streams-js.git"
  },
  "scripts": {
    "test": "node ./test/test-readablestream.js && node ./test/test-writablestream.js"
  },
  "version": "0.1.0"
}
