await-reduce
Version:
Resolve and reduce an array of promises
31 lines (30 loc) • 706 B
JSON
{
"name": "await-reduce",
"version": "1.2.3",
"description": "Resolve and reduce an array of promises",
"keywords": [
"reduce",
"async",
"await",
"promise",
"iterable",
"iterator",
"accumulate"
],
"author": "omrilotan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/omrilotan/mono.git"
},
"homepage": "https://omrilotan.com/mono/await-reduce/",
"main": "index.js",
"browser": "dist/index.js",
"scripts": {
"dist": "mkdir -p dist; babel index.js --out-file dist/index.js --config-file ../../.babelrc.js",
"test": "cd ../../; npm t await-reduce; cd -"
},
"publishConfig": {
"tag": "latest"
}
}