UNPKG

bodhi-async-batch

Version:

Run asynchronous tasks in batches with controlled concurrency - perfect for API calls, database operations, and file processing

193 lines (192 loc) 4.64 kB
{ "name": "bodhi-async-batch", "version": "1.0.5", "description": "Run asynchronous tasks in batches with controlled concurrency - perfect for API calls, database operations, and file processing", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "npm run build:js && npm run build:ts", "build:js": "if not exist dist mkdir dist && copy /Y ./src/index.js ./dist/index.js && node tools/create-mjs.js", "build:ts": "tsc", "test": "jest --coverage", "lint": "eslint src tests", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "keywords": [ "async", "batch", "concurrency", "parallel", "promise", "queue", "throttle", "rate-limit", "task-queue", "worker", "pool", "typescript", "async-await", "promise-pool", "batch-processing", "concurrent-tasks", "task-runner", "job-queue", "promise-queue", "async-pool", "async-queue", "promise-batch", "bulk-operations", "parallel-processing", "async-processing", "concurrency-control", "rate-limiting", "task-management", "async-operations", "promise-concurrency", "batch-operations", "async-tasks", "promise-throttle", "concurrent-operations", "async-iterator", "promise-pool-executor", "task-scheduler", "job-processor", "async-batch-processor", "promise-executor", "batch-executor", "concurrent-executor", "async-runner", "promise-runner", "batch-runner", "concurrent-runner", "async-manager", "promise-manager", "batch-manager", "concurrent-manager", "async-controller", "promise-controller", "batch-controller", "concurrent-controller", "async-handler", "promise-handler", "batch-handler", "concurrent-handler", "async-utility", "promise-utility", "batch-utility", "concurrent-utility", "async-helper", "promise-helper", "batch-helper", "concurrent-helper", "async-tool", "promise-tool", "batch-tool", "concurrent-tool", "async-library", "promise-library", "batch-library", "concurrent-library", "async-module", "promise-module", "batch-module", "concurrent-module", "async-package", "promise-package", "batch-package", "concurrent-package", "async-solution", "promise-solution", "batch-solution", "concurrent-solution", "async-framework", "promise-framework", "batch-framework", "concurrent-framework", "async-implementation", "promise-implementation", "batch-implementation", "concurrent-implementation", "node", "nodejs", "javascript", "es6", "es2015", "es2016", "es2017", "es2018", "performance", "optimization", "bodhi", "bodhi-async", "bodhi-batch", "bodhi-utils", "bodhi-tools", "bodhi-library", "bodhi-package", "bodhi-framework", "bodhi-typescript", "bodhi-promise", "bodhi-concurrent", "bodhi-tech", "bodhi-development", "bodhi-solutions", "task-orchestration", "async-flow-control", "promise-orchestration", "concurrent-processing", "batch-task-runner", "async-task-manager", "promise-batch-executor", "concurrent-task-processor", "high-performance", "scalable", "efficient", "reliable", "robust" ], "author": "Bodheesh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/BODHEESH/bodhi-async-batch.git" }, "readme": "README.md", "bugs": { "url": "https://github.com/BODHEESH/bodhi-async-batch/issues" }, "homepage": "https://github.com/BODHEESH/bodhi-async-batch#readme", "engines": { "node": ">=14.0.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.17.45", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "typescript": "^5.8.3" } }