{
  "_args": [
    [
      {
        "raw": "bufferstreams@1.0.1",
        "scope": null,
        "escapedName": "bufferstreams",
        "name": "bufferstreams",
        "rawSpec": "1.0.1",
        "spec": "1.0.1",
        "type": "version"
      },
      "/Users/robertdodson/Documents/htdocs/workDammit/node_modules/gulp-eslint"
    ]
  ],
  "_from": "bufferstreams@1.0.1",
  "_id": "bufferstreams@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/bufferstreams",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "nfroidure",
    "email": "nfroidure@elitwork.com"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.1",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "raw": "bufferstreams@1.0.1",
    "scope": null,
    "escapedName": "bufferstreams",
    "name": "bufferstreams",
    "rawSpec": "1.0.1",
    "spec": "1.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/gulp-eslint"
  ],
  "_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz",
  "_shasum": "cfb1ad9568d3ba3cfe935ba9abdd952de88aab2a",
  "_shrinkwrap": null,
  "_spec": "bufferstreams@1.0.1",
  "_where": "/Users/robertdodson/Documents/htdocs/workDammit/node_modules/gulp-eslint",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/BufferStreams/issues"
  },
  "dependencies": {
    "readable-stream": "^1.0.33"
  },
  "description": "Abstract streams to deal with the whole buffered contents.",
  "devDependencies": {
    "coveralls": "~2.11.2",
    "istanbul": "~0.3.5",
    "mocha": "2.x.x",
    "mocha-lcov-reporter": "0.0.1",
    "streamtest": "^1.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "cfb1ad9568d3ba3cfe935ba9abdd952de88aab2a",
    "tarball": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "gitHead": "7d4c975accd17ea382845d93e11761ad8c364534",
  "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": "1.0.1"
}
