{
  "_args": [
    [
      "p-throttler@0.1.1",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-76857gq02aboS2dNX/lib"
    ]
  ],
  "_from": "p-throttler@0.1.1",
  "_id": "p-throttler@0.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/p-throttler",
  "_npmUser": {
    "email": "andremiguelcruz@msn.com",
    "name": "satazor"
  },
  "_npmVersion": "1.4.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "p-throttler",
    "raw": "p-throttler@0.1.1",
    "rawSpec": "0.1.1",
    "scope": null,
    "spec": "0.1.1",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/p-throttler/-/p-throttler-0.1.1.tgz",
  "_shasum": "15246409d225d3eefca85c50de710a83a78cca6a",
  "_shrinkwrap": null,
  "_spec": "p-throttler@0.1.1",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-76857gq02aboS2dNX/lib",
  "author": {
    "email": "hello@indigounited.com",
    "name": "IndigoUnited",
    "url": "http://indigounited.com"
  },
  "bugs": {
    "url": "http://github.com/IndigoUnited/node-p-throttler/issues"
  },
  "dependencies": {
    "q": "~0.9.2"
  },
  "description": "A promise based throttler capable of limiting execution of parallel tasks",
  "devDependencies": {
    "expect.js": "~0.2.0",
    "mocha": "~1.10.0"
  },
  "directories": {},
  "dist": {
    "shasum": "15246409d225d3eefca85c50de710a83a78cca6a",
    "tarball": "http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.1.tgz"
  },
  "homepage": "https://github.com/IndigoUnited/node-p-throttler",
  "keywords": [
    "deferred",
    "parallel",
    "promise",
    "tasks",
    "throttler",
    "trottle",
    "worker"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "satazor",
      "email": "andremiguelcruz@msn.com"
    }
  ],
  "name": "p-throttler",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/node-p-throttler.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.1.1"
}
