throo
Version:
through2 for people that can't take `this` anymore.
34 lines (33 loc) • 635 B
JSON
{
"name": "throo",
"version": "1.0.1",
"description": "through2 for people that can't take `this` anymore.",
"keywords": [
"through",
"stream",
"functional",
"this",
"context",
"explicit"
],
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/m59peacemaker/node-throo"
},
"author": {
"name": "Johnny Hauser",
"email": "johnnyhauser@gmail.com"
},
"license": "CC0-1.0",
"peerDependencies": {
"through2": "^2.0.0"
},
"devDependencies": {
"tape": "^4.6.0",
"through2": "^2.0.1"
}
}