{
  "_args": [
    [
      {
        "raw": "stream-http@^2.3.1",
        "scope": null,
        "escapedName": "stream-http",
        "name": "stream-http",
        "rawSpec": "^2.3.1",
        "spec": ">=2.3.1 <3.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/node-libs-browser"
    ]
  ],
  "_from": "stream-http@>=2.3.1 <3.0.0",
  "_id": "stream-http@2.5.0",
  "_inCache": true,
  "_location": "/stream-http",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/stream-http-2.5.0.tgz_1478239364925_0.0796565196942538"
  },
  "_npmUser": {
    "name": "jhiesey",
    "email": "john@hiesey.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {
    "buffer-shims": "1.0.0",
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "process-nextick-args": "1.0.7",
    "string_decoder": "0.10.31",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "raw": "stream-http@^2.3.1",
    "scope": null,
    "escapedName": "stream-http",
    "name": "stream-http",
    "rawSpec": "^2.3.1",
    "spec": ">=2.3.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/node-libs-browser"
  ],
  "_resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.5.0.tgz",
  "_shasum": "585eee513217ed98fe199817e7313b6f772a6802",
  "_shrinkwrap": null,
  "_spec": "stream-http@^2.3.1",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/node-libs-browser",
  "author": {
    "name": "John Hiesey"
  },
  "bugs": {
    "url": "https://github.com/jhiesey/stream-http/issues"
  },
  "dependencies": {
    "builtin-status-codes": "^2.0.0",
    "inherits": "^2.0.1",
    "readable-stream": "^2.1.0",
    "to-arraybuffer": "^1.0.0",
    "xtend": "^4.0.0"
  },
  "description": "Streaming http in the browser",
  "devDependencies": {
    "basic-auth": "^1.0.3",
    "brfs": "^1.4.0",
    "cookie-parser": "^1.3.5",
    "express": "^4.13.0",
    "tape": "^4.0.0",
    "ua-parser-js": "^0.7.7",
    "webworkify": "^1.0.2",
    "zuul": "^3.10.3"
  },
  "directories": {},
  "dist": {
    "shasum": "585eee513217ed98fe199817e7313b6f772a6802",
    "tarball": "https://registry.npmjs.org/stream-http/-/stream-http-2.5.0.tgz"
  },
  "gitHead": "8c07b21b8258e651b6859444f5ad77b4a37d2616",
  "homepage": "https://github.com/jhiesey/stream-http#readme",
  "keywords": [
    "http",
    "stream",
    "streaming",
    "xhr",
    "http-browserify"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "feross",
      "email": "feross@feross.org"
    },
    {
      "name": "jhiesey",
      "email": "john@hiesey.com"
    }
  ],
  "name": "stream-http",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/jhiesey/stream-http.git"
  },
  "scripts": {
    "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
    "test-browser": "zuul --no-coverage -- test/browser/*.js",
    "test-browser-local": "zuul --local 8080 --no-coverage -- test/browser/*.js",
    "test-node": "tape test/node/*.js"
  },
  "version": "2.5.0"
}
