UNPKG

streamer

Version:

Asynchronously recursive, pure function <3 via lazy streams.

29 lines (28 loc) 777 B
{ "name": "streamer", "id": "streamer", "version": "0.2.1", "description": "Asynchronously recursive, pure function <3 via lazy streams.", "keywords": [ "stream", "functional", "spaghetti", "lazy", "iteration", "async" ], "author": "Irakli Gozalishvili <rfobic@gmail.com>", "homepage": "https://github.com/Gozala/streamer", "repository": { "type": "git", "url": "https://github.com/Gozala/streamer.git", "web": "https://github.com/Gozala/streamer" }, "bugs": { "web": "http://github.com/Gozala/streamer/issues/" }, "devDependencies": { "test": ">=0.2.0" }, "main": "./core.js", "scripts": { "test": "node tests/test-streamer.js" }, "licenses": [{ "type" : "MIT", "url" : "http://jeditoolkit.com/LICENSE" }] }