UNPKG

run-in-batch

Version:

Run your task like api calls in batch

40 lines (39 loc) 778 B
{ "name": "run-in-batch", "version": "1.0.7", "description": "Run your task like api calls in batch", "main": "index.js", "scripts": { "test": "jest", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "git+https://github.com/jsbisht/run-in-batch.git" }, "keywords": [ "api-calls", "batch", "parallel", "asynchronous", "jobs", "tasks", "nodejs", "generator", "promises", "sequence", "series", "concurrent", "options", "callback" ], "author": "jsbisht", "license": "MIT", "bugs": { "url": "https://github.com/jsbisht/run-in-batch/issues" }, "homepage": "https://github.com/jsbisht/run-in-batch#readme", "devDependencies": { "jest": "^26.6.3" } }