{
  "_from": "pg-pool@~2.0.3",
  "_id": "pg-pool@2.0.3",
  "_inBundle": false,
  "_integrity": "sha1-wCIDLIlJ8xKk+R+2QJzgQHa+Mlc=",
  "_location": "/pg-pool",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-pool@~2.0.3",
    "name": "pg-pool",
    "escapedName": "pg-pool",
    "rawSpec": "~2.0.3",
    "saveSpec": null,
    "fetchSpec": "~2.0.3"
  },
  "_requiredBy": [
    "/pg",
    "/pg-promise/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-2.0.3.tgz",
  "_shasum": "c022032c8949f312a4f91fb6409ce04076be3257",
  "_spec": "pg-pool@~2.0.3",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/pg-promise/node_modules/pg",
  "author": {
    "name": "Brian M. Carlson"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-pg-pool/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Connection pool for node-postgres",
  "devDependencies": {
    "bluebird": "3.4.1",
    "co": "4.6.0",
    "expect.js": "0.3.1",
    "lodash": "4.13.1",
    "mocha": "^2.3.3",
    "pg": "*",
    "pg-cursor": "^1.3.0",
    "standard": "7.1.2",
    "standard-format": "2.2.1"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/brianc/node-pg-pool#readme",
  "keywords": [
    "pg",
    "postgres",
    "pool",
    "database"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "pg-pool",
  "peerDependencies": {
    "pg": ">5.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-pg-pool.git"
  },
  "scripts": {
    "test": " node_modules/.bin/mocha && node_modules/.bin/standard"
  },
  "version": "2.0.3"
}
