{ "name": "batchasync", "version": "1.0.3", "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 (https://coolaj86.com/)", "license": "MPL-2.0" }