{
  "_args": [
    [
      {
        "raw": "bufferstreams@0.0.2",
        "scope": null,
        "escapedName": "bufferstreams",
        "name": "bufferstreams",
        "rawSpec": "0.0.2",
        "spec": "0.0.2",
        "type": "version"
      },
      "C:\\appfun\\node_modules\\gulp-minify-css"
    ]
  ],
  "_from": "bufferstreams@0.0.2",
  "_id": "bufferstreams@0.0.2",
  "_inCache": true,
  "_location": "/bufferstreams",
  "_npmUser": {
    "name": "nfroidure",
    "email": "nfroidure@elitwork.com"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bufferstreams@0.0.2",
    "scope": null,
    "escapedName": "bufferstreams",
    "name": "bufferstreams",
    "rawSpec": "0.0.2",
    "spec": "0.0.2",
    "type": "version"
  },
  "_requiredBy": [
    "/gulp-minify-css"
  ],
  "_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-0.0.2.tgz",
  "_shasum": "7ce8dff968bbac00b9e90158a2c41456f740abdd",
  "_shrinkwrap": null,
  "_spec": "bufferstreams@0.0.2",
  "_where": "C:\\appfun\\node_modules\\gulp-minify-css",
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "7ce8dff968bbac00b9e90158a2c41456f740abdd",
    "tarball": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-0.0.2.tgz"
  },
  "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",
  "maintainers": [
    {
      "name": "nfroidure",
      "email": "nfroidure@elitwork.com"
    }
  ],
  "name": "bufferstreams",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}
