{
  "_args": [
    [
      "pg@^4.2.0",
      "/Users/johnc/src/fw-host-discovery/node_modules/loopback-connector-postgresql"
    ]
  ],
  "_from": "pg@>=4.2.0 <5.0.0",
  "_id": "pg@4.4.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/pg",
  "_nodeVersion": "4.1.0",
  "_npmUser": {
    "email": "brian.m.carlson@gmail.com",
    "name": "brianc"
  },
  "_npmVersion": "2.14.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "pg",
    "raw": "pg@^4.2.0",
    "rawSpec": "^4.2.0",
    "scope": null,
    "spec": ">=4.2.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/loopback-connector-postgresql"
  ],
  "_resolved": "https://registry.npmjs.org/pg/-/pg-4.4.3.tgz",
  "_shasum": "bec855c4e9615b20eec6a32d06f074089d5fb152",
  "_shrinkwrap": null,
  "_spec": "pg@^4.2.0",
  "_where": "/Users/johnc/src/fw-host-discovery/node_modules/loopback-connector-postgresql",
  "author": {
    "email": "brian.m.carlson@gmail.com",
    "name": "Brian Carlson"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-postgres/issues"
  },
  "dependencies": {
    "buffer-writer": "1.0.0",
    "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": "bec855c4e9615b20eec6a32d06f074089d5fb152",
    "tarball": "http://registry.npmjs.org/pg/-/pg-4.4.3.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "gitHead": "5f50ddffef6a90c8a93d08b308384dc41bdba418",
  "homepage": "http://github.com/brianc/node-postgres",
  "keywords": [
    "database",
    "libpq",
    "pg",
    "postgre",
    "postgres",
    "rdbms"
  ],
  "license": "MIT",
  "main": "./lib",
  "maintainers": [
    {
      "name": "brianc",
      "email": "brian.m.carlson@gmail.com"
    }
  ],
  "minNativeVersion": "1.7.0",
  "name": "pg",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.4.3"
}
