tunnckoCore/on-stream-end

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "on-stream-end",
  "version": "1.0.0",
  "description": "Handles completion and errors of any stream - readable/writable/duplex.",
  "repository": "tunnckoCore/on-stream-end",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "dezalgo": "^1.0.3",
    "is-child-process": "^1.0.0",
    "is-node-stream": "^1.0.0",
    "is-real-object": "^1.0.1",
    "is-request-stream": "^1.0.1",
    "onetime": "^1.0.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "concat-stream": "^1.5.0",
    "through2": "^0.6.5"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "complete",
    "completion",
    "duplex",
    "duplexify",
    "errors",
    "handle",
    "nodejs",
    "readable",
    "real",
    "stream",
    "streams",
    "writable"
  ]
}