{
  "_args": [
    [
      "taskgroup@4.3.1",
      "/app"
    ]
  ],
  "_from": "taskgroup@4.3.1",
  "_id": "taskgroup@4.3.1",
  "_inBundle": false,
  "_integrity": "sha1-feGT/r12gnPEV3MElwJNUSwnkVo=",
  "_location": "/taskgroup",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "taskgroup@4.3.1",
    "name": "taskgroup",
    "escapedName": "taskgroup",
    "rawSpec": "4.3.1",
    "saveSpec": null,
    "fetchSpec": "4.3.1"
  },
  "_requiredBy": [
    "/scandirectory",
    "/watchr"
  ],
  "_resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-4.3.1.tgz",
  "_spec": "4.3.1",
  "_where": "/app",
  "author": {
    "name": "2013+ Bevry Pty Ltd",
    "email": "us@bevry.me",
    "url": "http://bevry.me"
  },
  "badges": {
    "list": [
      "travisci",
      "npmversion",
      "npmdownloads",
      "daviddm",
      "daviddmdev",
      "---",
      "slackin",
      "patreon",
      "gratipay",
      "flattr",
      "paypal",
      "bitcoin",
      "wishlist"
    ],
    "config": {
      "patreonUsername": "bevry",
      "gratipayUsername": "bevry",
      "flattrCode": "344188/balupton-on-Flattr",
      "paypalButtonID": "QB8GQPZAH84N6",
      "bitcoinURL": "https://bevry.me/bitcoin",
      "wishlistURL": "https://bevry.me/wishlist",
      "slackinURL": "https://slack.bevry.me"
    }
  },
  "browsers": true,
  "bugs": {
    "url": "https://github.com/bevry/taskgroup/issues"
  },
  "cakeConfiguration": {
    "COFFEE_SRC_PATH": "src",
    "BISCOTTO_SRC_PATH": "src"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "http://balupton.com"
    },
    {
      "name": "crito",
      "email": "crito@cryptodrunks.net",
      "url": "https://github.com/crito"
    },
    {
      "name": "Peter Flannery",
      "url": "https://github.com/pflannery"
    },
    {
      "name": "Sean Fridman",
      "email": "mail@seanfridman.com",
      "url": "http://seanfridman.com"
    }
  ],
  "dependencies": {
    "ambi": "^2.2.0",
    "csextends": "^1.0.3"
  },
  "description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",
  "devDependencies": {
    "assert-helpers": "^1.0.0",
    "biscotto": "^2.3.1",
    "coffee-script": "^1.9.1",
    "joe": "^1.6.0",
    "joe-reporter-console": "^1.2.1",
    "projectz": "^1.0.0",
    "safeps": "^2.2.12"
  },
  "directories": {
    "lib": "./out/lib"
  },
  "engines": {
    "node": ">=0.8"
  },
  "homepage": "https://github.com/bevry/taskgroup",
  "keywords": [
    "flow",
    "control",
    "async",
    "sync",
    "tasks",
    "batch",
    "concurrency"
  ],
  "license": "MIT",
  "main": "./out/lib/taskgroup.js",
  "maintainers": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "http://balupton.com"
    }
  ],
  "name": "taskgroup",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/taskgroup.git"
  },
  "scripts": {
    "test": "node ./out/test/taskgroup-test.js"
  },
  "title": "TaskGroup",
  "version": "4.3.1"
}
