UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

43 lines (42 loc) 920 B
{ "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" ] }