parallelo
Version:
A lightweight utility library for running asynchronous tasks in parallel with controlled concurrency and result tracking.
23 lines (22 loc) • 660 B
JSON
{
"name": "parallelo",
"version": "1.0.4",
"main": "dist/index.js",
"files": ["dist"],
"scripts": {
"test": "jest",
"build": "tsup src/index.ts --dts",
"publish": "npm publish --access public"
},
"keywords": ["concurrency", "async", "parallel", "multitasking"],
"author": "gabrielcarmo93",
"license": "ISC",
"description": "A lightweight utility library for running asynchronous tasks in parallel with controlled concurrency and result tracking.",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}
}