
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "get-stream@^2.2.0",
  "_id": "get-stream@2.3.1",
  "_inBundle": false,
  "_integrity": "sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=",
  "_location": "/ghost-cli/get-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "get-stream@^2.2.0",
    "name": "get-stream",
    "escapedName": "get-stream",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/ghost-cli/decompress-unzip"
  ],
  "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz",
  "_shasum": "5f38f93f346009666ee0150a054167f91bdd95de",
  "_spec": "get-stream@^2.2.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli/node_modules/decompress-unzip",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/get-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "object-assign": "^4.0.1",
    "pinkie-promise": "^2.0.0"
  },
  "deprecated": false,
  "description": "Get a stream as a string, buffer, or array",
  "devDependencies": {
    "ava": "*",
    "buffer-equals": "^1.0.3",
    "into-stream": "^2.0.1",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "buffer-stream.js"
  ],
  "homepage": "https://github.com/sindresorhus/get-stream#readme",
  "keywords": [
    "get",
    "stream",
    "promise",
    "concat",
    "string",
    "str",
    "text",
    "buffer",
    "read",
    "data",
    "readable",
    "readablestream",
    "array",
    "object",
    "obj"
  ],
  "license": "MIT",
  "name": "get-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/get-stream.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.3.1"
}
