{
  "_args": [
    [
      "pg@^4.5",
      "/home/travis/build/waterlinejs/postgresql-adapter"
    ]
  ],
  "_from": "pg@>=4.5.0 <5.0.0",
  "_id": "pg@4.5.5",
  "_inBundle": true,
  "_inCache": true,
  "_installable": true,
  "_location": "/waterline-postgresql/pg",
  "_nodeVersion": "5.5.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/pg-4.5.5.tgz_1461783180661_0.24027629848569632"
  },
  "_npmUser": {
    "email": "brian.m.carlson@gmail.com",
    "name": "brianc"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "pg",
    "raw": "pg@^4.5",
    "rawSpec": "^4.5",
    "scope": null,
    "spec": ">=4.5.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/waterline-postgresql"
  ],
  "_resolved": "https://registry.npmjs.org/pg/-/pg-4.5.5.tgz",
  "_shasum": "c17af513e30ba7e93a18bbaadbe71a84d3c6cbbd",
  "_shrinkwrap": null,
  "_spec": "pg@^4.5",
  "_where": "/home/travis/build/waterlinejs/postgresql-adapter",
  "author": {
    "name": "Brian Carlson",
    "email": "brian.m.carlson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-postgres/issues"
  },
  "dependencies": {
    "buffer-writer": "1.0.1",
    "generic-pool": "2.1.1",
    "packet-reader": "0.2.0",
    "pg-connection-string": "0.1.3",
    "pg-types": "1.*",
    "pgpass": "0.0.3",
    "semver": "^4.1.0"
  },
  "description": "PostgreSQL client - pure javascript & libpq with the same API",
  "devDependencies": {
    "async": "0.9.0",
    "jshint": "2.5.2",
    "pg-copy-streams": "0.3.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c17af513e30ba7e93a18bbaadbe71a84d3c6cbbd",
    "tarball": "https://registry.npmjs.org/pg/-/pg-4.5.5.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "gitHead": "4047dd12c54af76955f6dc7adf0eaff608373648",
  "homepage": "http://github.com/brianc/node-postgres",
  "keywords": [
    "postgres",
    "pg",
    "libpq",
    "postgre",
    "database",
    "rdbms"
  ],
  "license": "MIT",
  "main": "./lib",
  "maintainers": [
    {
      "name": "brianc",
      "email": "brian.m.carlson@gmail.com"
    }
  ],
  "minNativeVersion": "1.7.0",
  "name": "pg",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-postgres.git"
  },
  "scripts": {
    "changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
    "test": "make test-all connectionString=postgres://postgres@localhost:5432/postgres"
  },
  "version": "4.5.5"
}
