UNPKG

thread-pool

Version:

Simple thread pooling for Node.js.

47 lines (46 loc) 1.07 kB
{ "name": "thread-pool", "version": "0.0.1", "description": "Simple thread pooling for Node.js.", "author": "John Newman", "license": "MIT", "main": "bin/index.js", "homepage": "https://github.com/jgnewman/thread-pool#readme", "bugs": { "url": "https://github.com/jgnewman/thread-pool/issues" }, "scripts": { "test": "node test/test" }, "repository": { "type": "git", "url": "git+https://github.com/jgnewman/thread-pool.git" }, "dependencies": {}, "peerDependencies": {}, "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.11.4", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.9.0", "babel-preset-es2015-webpack": "^6.4.1", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.9.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-util": "^3.0.7", "run-sequence": "^1.2.2", "webpack": "^1.13.1" }, "keywords": [ "process", "spawn", "fork", "worker", "web worker", "thread", "pool", "async", "messaging" ] }