{
  "_from": "worker-farm@~1.3.1",
  "_id": "worker-farm@1.3.1",
  "_inBundle": false,
  "_integrity": "sha1-QzMRK7SbF6oFC4eJXKayys9A5f8=",
  "_location": "/worker-farm",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "worker-farm@~1.3.1",
    "name": "worker-farm",
    "escapedName": "worker-farm",
    "rawSpec": "~1.3.1",
    "saveSpec": null,
    "fetchSpec": "~1.3.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.3.1.tgz",
  "_shasum": "4333112bb49b17aa050b87895ca6b2cacf40e5ff",
  "_spec": "worker-farm@~1.3.1",
  "_where": "/Users/zkat/Documents/code/npm",
  "authors": [
    "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
  ],
  "bugs": {
    "url": "https://github.com/rvagg/node-worker-farm/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "errno": ">=0.1.1 <0.2.0-0",
    "xtend": ">=4.0.0 <4.1.0-0"
  },
  "deprecated": false,
  "description": "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.",
  "devDependencies": {
    "tape": ">=3.0.3 <3.1.0-0"
  },
  "homepage": "https://github.com/rvagg/node-worker-farm",
  "keywords": [
    "worker",
    "child",
    "processing",
    "farm"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "worker-farm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rvagg/node-worker-farm.git"
  },
  "scripts": {
    "test": "node ./tests/"
  },
  "version": "1.3.1"
}
