UNPKG

pipette

Version:

Stream and pipe utilities for Node

42 lines (38 loc) 1.02 kB
{ "name": "pipette", "version": "0.9.3", "keywords": ["stream", "pipe", "buffer", "valve", "data", "event", "blip", "cat", "sink", "slicer", "reader", "read", "dropper"], "description": "Stream and pipe utilities for Node", "homepage": "https://github.com/Obvious/pipette", "repository": { "type": "git", "url": "https://github.com/Obvious/pipette.git" }, "licenses": [ { "type": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "author": { "name": "Dan Bornstein", "email": "danfuzz@milk.com", "url": "http://www.milk.com/" }, "maintainers": [ { "name": "Dan Bornstein", "email": "danfuzz@obvious.com", "web": "http://www.milk.com/" } ], "dependencies": { "typ": "~0.6.1" }, "main": "lib/pipette.js", "engine": { "node": ">=0.6.0" }, "scripts": { "test": "node test/test.js" } }