UNPKG

spawn-to-readstream

Version:

Converts spawn to a ReadStream, buffers the error and emits it

33 lines (32 loc) 679 B
{ "author": "Alexandru Vladutu <alexandru.vladutu@gmail.com>", "license": "MIT", "name": "spawn-to-readstream", "description": "Converts spawn to a ReadStream, buffers the error and emits it", "version": "0.1.3", "repository": { "type": "git", "url": "git://github.com/alessioalex/spawn-to-readstream.git" }, "main": "index.js", "engines": { "node": ">= 0.8.0" }, "keywords": [ "buffer-spawn-error", "error", "spawn", "limit", "spawn-error" ], "dependencies": { "limit-spawn": "0.0.3", "through2": "~0.4.1" }, "devDependencies": { "tap": "0.4.x" }, "scripts": { "test": "node test/index.js" } }