{
  "_args": [
    [
      "generic-pool@2.0.4",
      "/Users/carlos8f/projects/bot18"
    ]
  ],
  "_from": "generic-pool@2.0.4",
  "_id": "generic-pool@2.0.4",
  "_inBundle": false,
  "_integrity": "sha1-+XGN7agvoSXtXEPjQcmiFadm2aM=",
  "_location": "/generic-pool",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "generic-pool@2.0.4",
    "name": "generic-pool",
    "escapedName": "generic-pool",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "/js-scrypt"
  ],
  "_resolved": "https://registry.npmjs.org/generic-pool/-/generic-pool-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "/Users/carlos8f/projects/bot18",
  "author": {
    "name": "James Cooper",
    "email": "james@bitmechanic.com"
  },
  "bugs": {
    "url": "https://github.com/coopernurse/node-pool/issues"
  },
  "contributors": [
    {
      "name": "James Cooper",
      "email": "james@bitmechanic.com"
    },
    {
      "name": "Peter Galiba",
      "email": "poetro@poetro.hu",
      "url": "http://poetro.hu/"
    },
    {
      "name": "Gary Dusbabek"
    },
    {
      "name": "Tom MacWright",
      "url": "http://www.developmentseed.org/"
    },
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com",
      "url": "http://somethingdoug.com/"
    }
  ],
  "description": "Generic resource pooling for Node.JS",
  "devDependencies": {
    "expresso": ">0.0.0"
  },
  "engines": {
    "node": ">= 0.2.0"
  },
  "homepage": "https://github.com/coopernurse/node-pool#readme",
  "keywords": [
    "pool",
    "pooling",
    "throttle"
  ],
  "main": "lib/generic-pool.js",
  "name": "generic-pool",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/coopernurse/node-pool.git"
  },
  "scripts": {
    "test": "expresso -I lib test/*.js"
  },
  "version": "2.0.4"
}
