{
  "_args": [
    [
      "bufferstreams@0.0.2",
      "/home/timeless/public_html"
    ]
  ],
  "_development": true,
  "_from": "bufferstreams@0.0.2",
  "_id": "bufferstreams@0.0.2",
  "_inBundle": false,
  "_integrity": "sha1-fOjf+Wi7rAC56QFYosQUVvdAq90=",
  "_location": "/bufferstreams",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.4"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bufferstreams@0.0.2",
    "name": "bufferstreams",
    "escapedName": "bufferstreams",
    "rawSpec": "0.0.2",
    "saveSpec": null,
    "fetchSpec": "0.0.2"
  },
  "_requiredBy": [
    "/gulp-csso"
  ],
  "_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-0.0.2.tgz",
  "_spec": "0.0.2",
  "_where": "/home/timeless/public_html",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/BufferStreams/issues"
  },
  "dependencies": {
    "readable-stream": "^1.0.26-2"
  },
  "description": "Abstract streams to deal with the whole buffered contents.",
  "devDependencies": {
    "coveralls": "~2.8.0",
    "event-stream": "3.x.x",
    "istanbul": "~0.2.6",
    "mocha": "1.x.x",
    "mocha-lcov-reporter": "0.0.1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/nfroidure/BufferStreams",
  "keywords": [
    "buffer",
    "streaming",
    "stream",
    "async",
    "abstract"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/nfroidure/BufferStreams/blob/master/LICENSE"
    }
  ],
  "main": "src/index.js",
  "name": "bufferstreams",
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/BufferStreams.git"
  },
  "scripts": {
    "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "./node_modules/mocha/bin/mocha tests/*.mocha.js",
    "trinity": "npm-check-updates -u && npm test && git commit package.json -m \"Dependencies update\" && git push"
  },
  "version": "0.0.2"
}
