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

39 lines 750 B
{ "name": "is-node-stream", "version": "1.0.0", "description": "Strictly and correctly checks if value is a nodejs stream.", "repository": "tunnckoCore/is-node-stream", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "main": "index.js", "license": "MIT", "scripts": { "test": "standard && node test.js" }, "dependencies": { "is-node-emitter": "^1.0.2" }, "devDependencies": { "assertit": "^0.1.0" }, "files": [ "index.js" ], "keywords": [ "check", "correct", "detect", "is", "readable", "stream", "streams", "strictly", "strictness", "through", "type", "udplex", "util", "utils", "validate", "writable" ] }