batchasync.js/package.json

26 lines
580 B
JSON
Raw Permalink Normal View History

2019-06-13 23:36:25 +00:00
{
"name": "batchasync",
2019-11-25 23:05:46 +00:00
"version": "1.0.3",
2019-06-13 23:36:25 +00:00
"description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.",
"main": "batchasync.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/batchasync.js.git"
},
"keywords": [
"batch",
"forEach",
"async",
"forEachAsync",
"Promise.all",
"Promise",
"task",
"queue"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}