{
  "_from": "pg-pool@^2.0.4",
  "_id": "pg-pool@2.0.6",
  "_inBundle": false,
  "_integrity": "sha512-hod2zYQxM8Gt482q+qONGTYcg/qVcV32VHVPtktbBJs0us3Dj7xibISw0BAAXVMCzt8A/jhfJvpZaxUlqtqs0g==",
  "_location": "/pg-pool",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-pool@^2.0.4",
    "name": "pg-pool",
    "escapedName": "pg-pool",
    "rawSpec": "^2.0.4",
    "saveSpec": null,
    "fetchSpec": "^2.0.4"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-2.0.6.tgz",
  "_shasum": "7b561a482feb0a0e599b58b5137fd2db3ad8111c",
  "_spec": "pg-pool@^2.0.4",
  "_where": "/mnt/documents/Workspaces/nearForm/trail/packages/trail-core/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.17.11",
    "mocha": "^5.2.0",
    "pg": "*",
    "pg-cursor": "^1.3.0",
    "standard": "7.1.2",
    "standard-format": "^2.2.4"
  },
  "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.6"
}
