{
  "name": "pipe-io",
  "version": "4.0.1",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "Pipe streams and handle events",
  "homepage": "http://github.com/coderaiser/pipe-io",
  "keywords": [
    "pipe",
    "stream"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/coderaiser/pipe-io.git"
  },
  "scripts": {
    "test": "madrun test",
    "fix:lint": "madrun fix:lint",
    "lint": "madrun lint",
    "lint:test": "madrun lint:test",
    "watch:test": "madrun watch:test",
    "watcher": "madrun watcher",
    "coverage": "madrun coverage",
    "report": "madrun report"
  },
  "dependencies": {},
  "license": "MIT",
  "engines": {
    "node": ">=8"
  },
  "main": "lib/pipe.js",
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "^6.4.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-putout": "^3.5.0",
    "gunzip-maybe": "^1.4.1",
    "madrun": "^5.4.5",
    "nodemon": "^2.0.3",
    "nyc": "^15.0.1",
    "pullout": "^4.0.0",
    "pump": "^3.0.0",
    "putout": "^7.22.0",
    "supertape": "^1.2.3",
    "tar-fs": "^2.0.0",
    "tar-stream": "^2.1.0",
    "through2": "^3.0.0",
    "try-to-catch": "^3.0.0"
  }
}
