{
  "_args": [
    [
      "readable-stream@https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "readable-stream@>=2.0.2 <3.0.0",
  "_id": "readable-stream@2.0.5",
  "_inCache": true,
  "_location": "/readable-stream",
  "_phantomChildren": {},
  "_requested": {
    "name": "readable-stream",
    "raw": "readable-stream@https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz",
    "rawSpec": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/duplexify",
    "/gulp-watch",
    "/memory-fs",
    "/merge-stream",
    "/multipipe/duplexer2",
    "/readdirp",
    "/through2"
  ],
  "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz",
  "_shasum": "a2426f8dcd4551c77a33f96edf2886a23c829669",
  "_shrinkwrap": null,
  "_spec": "readable-stream@https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "browser": {
    "util": false
  },
  "bugs": {
    "url": "https://github.com/nodejs/readable-stream/issues"
  },
  "dependencies": {
    "core-util-is": "~1.0.0",
    "inherits": "~2.0.1",
    "isarray": "0.0.1",
    "process-nextick-args": "~1.0.6",
    "string_decoder": "~0.10.x",
    "util-deprecate": "~1.0.1"
  },
  "description": "Streams3, a user-land copy of the stream library from iojs v2.x",
  "devDependencies": {
    "tap": "~0.2.6",
    "tape": "~4.0.0",
    "zuul": "~3.0.0"
  },
  "homepage": "https://github.com/nodejs/readable-stream#readme",
  "keywords": [
    "pipe",
    "readable",
    "stream"
  ],
  "license": "MIT",
  "main": "readable.js",
  "name": "readable-stream",
  "optionalDependencies": {},
  "readme": "# readable-stream\n\n***Node-core streams for userland*** [![Build Status](https://travis-ci.org/nodejs/readable-stream.svg?branch=master)](https://travis-ci.org/nodejs/readable-stream)\n\n\n[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/)\n[![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](https://nodei.co/npm/readable-stream/)\n\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/readable-stream.svg)](https://saucelabs.com/u/readable-stream)\n\n```bash\nnpm install --save readable-stream\n```\n\n***Node-core streams for userland***\n\nThis package is a mirror of the Streams2 and Streams3 implementations in\nNode-core, including [documentation](doc/stream.markdown).\n\nIf you want to guarantee a stable streams base, regardless of what version of\nNode you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *\"stream\"* module in Node-core, for background see [this blogpost](http://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html).\n\nAs of version 2.0.0 **readable-stream** uses semantic versioning.  \n\n# Streams WG Team Members\n\n* **Chris Dickinson** ([@chrisdickinson](https://github.com/chrisdickinson)) &lt;christopher.s.dickinson@gmail.com&gt;\n  - Release GPG key: 9554F04D7259F04124DE6B476D5A82AC7E37093B\n* **Calvin Metcalf** ([@calvinmetcalf](https://github.com/calvinmetcalf)) &lt;calvin.metcalf@gmail.com&gt;\n  - Release GPG key: F3EF5F62A87FC27A22E643F714CE4FF5015AA242\n* **Rod Vagg** ([@rvagg](https://github.com/rvagg)) &lt;rod@vagg.org&gt;\n  - Release GPG key: DD8F2338BAE7501E3DD5AC78C273792F7D83545D\n* **Sam Newman** ([@sonewman](https://github.com/sonewman)) &lt;newmansam@outlook.com&gt;\n* **Mathias Buus** ([@mafintosh](https://github.com/mafintosh)) &lt;mathiasbuus@gmail.com&gt;\n* **Domenic Denicola** ([@domenic](https://github.com/domenic)) &lt;d@domenic.me&gt;\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/nodejs/readable-stream.git"
  },
  "scripts": {
    "browser": "npm run write-zuul && zuul -- test/browser.js",
    "test": "tap test/parallel/*.js",
    "write-zuul": "printf \"ui: tape\nbrowsers:\n  - name: $BROWSER_NAME\n    version: $BROWSER_VERSION\n\">.zuul.yml"
  },
  "version": "2.0.5"
}
