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

32 lines (31 loc) 657 B
{ "name": "is-request-stream", "version": "1.0.1", "description": "Check that given value is request stream", "repository": "tunnckoCore/is-request-stream", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "main": "index.js", "license": "MIT", "scripts": { "test": "standard && node test.js" }, "dependencies": { "is-node-stream": "^1.0.0" }, "devDependencies": { "assertit": "^0.1.0", "tmp-file": "^1.0.0", "tmp-filepath": "^1.0.0" }, "keywords": [ "check", "is", "isrequest", "isstream", "req", "request", "stream", "validate", "value" ] }