UNPKG

@tripod311/leg5

Version:

Zero-dependency concurrent function execution for Node.js using worker threads.

43 lines (42 loc) 957 B
{ "name": "@tripod311/leg5", "version": "0.0.3", "description": "Zero-dependency concurrent function execution for Node.js using worker threads.", "keywords": [ "typescript", "worker", "worker_threads", "thread", "thread_pool", "pool", "concurrency", "concurrent" ], "license": "MIT", "author": "Tripod <ind.tripod@gmail.com>", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc && node ./fixPaths.js", "clean": "rm -rf dist", "test": "jest --passWithNoTests" }, "devDependencies": { "@types/node": "^24.0.4", "jest": "^30.0.3", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "https://github.com/Tripod311/leg5.git" }, "bugs": { "url": "https://github.com/Tripod311/leg5/issues" }, "homepage": "https://github.com/Tripod311/leg5#readme" }