UNPKG

catstream

Version:

Pipe filenames in, get contents out.

34 lines (33 loc) 628 B
{ "name": "catstream", "version": "1.0.2", "description": "Pipe filenames in, get contents out.", "main": "index.js", "scripts": { "test": "nodeunit test/test-*.js" }, "engine": { "node": ">=0.9 <0.11" }, "repository": { "type": "git", "url": "https://github.com/Floby/node-catstream.git" }, "keywords": [ "stream", "stream2", "concatenate", "multifile", "cat" ], "author": "Florent Jaby", "license": "MIT", "dependencies": { "split": "~0.2.1", "stream-stream": "1.0" }, "devDependencies": { "nodeunit": "0.7.x", "stream-sink": "1.x.x" } }