promistreamus
Version:
Convert Stream into an Iterator yielding value promises
41 lines (40 loc) • 866 B
JSON
{
"name": "promistreamus",
"version": "0.1.14",
"description": "Convert Stream into an Iterator yielding value promises",
"main": "promistreamus.js",
"scripts": {
"test": "mocha",
"preversion": "npm test"
},
"repository": "nyurik/promistreamus",
"keywords": [
"promises",
"promise",
"stream",
"stream-promise",
"then",
"thenable",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future"
],
"bugs": "http://github.com/nyurik/promistreamus/issues",
"publishConfig": {
"access": "public"
},
"author": "Yuri Astrakhan <YuriAstrakhan@gmail.org>",
"license": "MIT",
"homepage": "https://github.com/nyurik/promistreamus",
"dependencies": {
"bluebird": "^3.5.0"
},
"devDependencies": {
"underscore": "^1.8.3",
"mocha": "^3.2.0"
}
}