UNPKG

stream-line-wrapper

Version:

Wrap each lines of a stream with a prefix, suffix or a custom function.

38 lines (37 loc) 813 B
{ "name": "stream-line-wrapper", "version": "0.1.1", "description": "Wrap each lines of a stream with a prefix, suffix or a custom function.", "main": "index.js", "directories": { "example": "example", "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/neoziro/stream-line-wrapper.git" }, "keywords": [ "stream", "line", "wrapper", "suffix", "prefix" ], "author": "Greg Bergé <berge.greg@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/neoziro/stream-line-wrapper/issues" }, "homepage": "https://github.com/neoziro/stream-line-wrapper", "devDependencies": { "mocha": "~1.17.1", "chai": "~1.9.0" }, "dependencies": { "async": "~0.2.10" } }