UNPKG

@nqb/worker-pool

Version:

Node.js worker pool to utilize threads for CPU-intensive tasks

37 lines (36 loc) 733 B
{ "name": "@nqb/worker-pool", "version": "1.0.13", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "lint": "eslint --fix" }, "keywords": [ "Node.js", "Worker", "Thread", "Pool", "CPU-intensive", "Parallelism" ], "author": { "name": "Bao Nguyen", "email": "nqb9811@gmail.com" }, "license": "MIT", "description": "Node.js worker pool to utilize threads for CPU-intensive tasks", "repository": { "type": "git", "url": "https://github.com/nqb9811/worker-pool.git" }, "publishConfig": { "access": "public" }, "devDependencies": { "@stylistic/eslint-plugin": "^4.2.0", "jest": "^29.7.0", "typescript": "^5.8.2" } }