{
  "name": "bulk-write-stream",
  "version": "1.1.4",
  "description": "Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams",
  "main": "index.js",
  "dependencies": {
    "buffer-from": "^1.0.0",
    "inherits": "^2.0.1",
    "readable-stream": "^2.1.4"
  },
  "devDependencies": {
    "standard": "^11.0.1",
    "tape": "^4.0.0"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/bulk-write-stream.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/bulk-write-stream/issues"
  },
  "homepage": "https://github.com/mafintosh/bulk-write-stream"
}
