{
  "_args": [
    [
      "p-throttler@0.1.0",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "p-throttler@0.1.0",
  "_id": "p-throttler@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-GxaQeULDM+bx3eq8s0eSBLjEF8Q=",
  "_location": "/p-throttler",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "p-throttler@0.1.0",
    "name": "p-throttler",
    "escapedName": "p-throttler",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/bower"
  ],
  "_resolved": "https://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz",
  "_spec": "0.1.0",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "IndigoUnited",
    "email": "hello@indigounited.com",
    "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"
  },
  "homepage": "https://github.com/IndigoUnited/node-p-throttler#readme",
  "keywords": [
    "promise",
    "throttler",
    "trottle",
    "deferred",
    "worker",
    "tasks",
    "parallel"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "p-throttler",
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/node-p-throttler.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.1.0"
}
