new-from
Version:
Modern version of dominictarr's from
24 lines (23 loc) • 441 B
JSON
{
"name": "new-from",
"version": "0.0.3",
"description": "Modern version of dominictarr's from",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AWinterman/new-from"
},
"keywords": [
"from",
"stream",
"convenience"
],
"author": "Andrew Winterman",
"license": "MIT",
"dependencies": {
"readable-stream": "~1.1.8"
}
}