UNPKG

comandante

Version:

spawn() that returns a duplex stream and emits errors with stderr data on non-zero exit codes

42 lines (41 loc) 980 B
{ "name" : "comandante", "version" : "0.0.1", "description" : "spawn() that returns a duplex stream and emits errors with stderr data on non-zero exit codes", "main" : "index.js", "bin" : {}, "directories" : { "example" : "example", "test" : "test" }, "dependencies" : { "duplexer" : "~0.0.2" }, "devDependencies" : { "tap" : "~0.3.0", "through" : "~1.1.0" }, "scripts" : { "test" : "tap test/*.js" }, "repository" : { "type" : "git", "url" : "git://github.com/substack/comandante.git" }, "homepage" : "https://github.com/substack/comandante", "keywords" : [ "spawn", "stream", "duplex", "stderr", "exit", "code", "non-zero" ], "author" : { "name" : "James Halliday", "email" : "mail@substack.net", "url" : "http://substack.net" }, "license" : "MIT" }