UNPKG

759 BJSONView Raw
1{
2 "name": "worker-farm",
3 "description": "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.",
4 "version": "1.5.2",
5 "homepage": "https://github.com/rvagg/node-worker-farm",
6 "authors": [
7 "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
8 ],
9 "keywords": [
10 "worker",
11 "child",
12 "processing",
13 "farm"
14 ],
15 "main": "./lib/index.js",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/rvagg/node-worker-farm.git"
19 },
20 "dependencies": {
21 "errno": "^0.1.4",
22 "xtend": "^4.0.1"
23 },
24 "devDependencies": {
25 "tape": "^4.7.0"
26 },
27 "scripts": {
28 "test": "node ./tests/"
29 },
30 "types": "./index.d.ts",
31 "license": "MIT"
32}