{
  "_from": "bulk-write-stream@^1.1.4",
  "_id": "bulk-write-stream@1.1.4",
  "_inBundle": false,
  "_integrity": "sha512-GtKwd/4etuk1hNeprXoESBO1RSeRYJMXKf+O0qHmWdUomLT8ysNEfX/4bZFXr3BK6eukpHiEnhY2uMtEHDM2ng==",
  "_location": "/bulk-write-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bulk-write-stream@^1.1.4",
    "name": "bulk-write-stream",
    "escapedName": "bulk-write-stream",
    "rawSpec": "^1.1.4",
    "saveSpec": null,
    "fetchSpec": "^1.1.4"
  },
  "_requiredBy": [
    "/aedes"
  ],
  "_resolved": "https://registry.npmjs.org/bulk-write-stream/-/bulk-write-stream-1.1.4.tgz",
  "_shasum": "04b4bdaad61f5a813d8323547383020efffa7d7e",
  "_spec": "bulk-write-stream@^1.1.4",
  "_where": "/Users/bjyurkovich/Documents/projects/aedes-authorization-plugin/example/node_modules/aedes",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/bulk-write-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buffer-from": "^1.0.0",
    "inherits": "^2.0.1",
    "readable-stream": "^2.1.4"
  },
  "deprecated": false,
  "description": "Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams",
  "devDependencies": {
    "standard": "^11.0.1",
    "tape": "^4.0.0"
  },
  "homepage": "https://github.com/mafintosh/bulk-write-stream",
  "license": "MIT",
  "main": "index.js",
  "name": "bulk-write-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/bulk-write-stream.git"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "version": "1.1.4"
}
