stream-from-to
Version:
Utility for piping to/from a stream from a variety of sources to a variety of destinations
28 lines (27 loc) • 667 B
JSON
{
"name": "stream-from-to",
"version": "1.4.3",
"description": "Utility for piping to/from a stream from a variety of sources to a variety of destinations",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"author": "Alan Shaw",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:alanshaw/stream-from-to.git"
},
"homepage": "https://github.com/alanshaw/stream-from-to",
"dependencies": {
"async": "^1.5.2",
"concat-stream": "^1.4.7",
"mkdirp": "^0.5.0",
"series-stream": "^1.0.1"
},
"devDependencies": {
"rimraf": "^2.3.1",
"tape": "^4.5.1",
"through": "~2.3.4"
}
}