{
  "_args": [
    [
      "flush-write-stream@2.0.0",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "flush-write-stream@2.0.0",
  "_id": "flush-write-stream@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-uXClqPxT4xW0lcdSBheb2ObVU+kuqUk3Jk64EwieirEXZx9XUrVwp/JuBfKAWaM4T5Td/VL7QLDWPXp/MvGm/g==",
  "_location": "/flush-write-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "flush-write-stream@2.0.0",
    "name": "flush-write-stream",
    "escapedName": "flush-write-stream",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/fast-extract"
  ],
  "_resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/flush-write-stream/issues"
  },
  "dependencies": {
    "inherits": "^2.0.3",
    "readable-stream": "^3.1.1"
  },
  "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
  "devDependencies": {
    "tape": "^4.2.2"
  },
  "homepage": "https://github.com/mafintosh/flush-write-stream",
  "license": "MIT",
  "main": "index.js",
  "name": "flush-write-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/flush-write-stream.git"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "version": "2.0.0"
}
