{
  "_args": [
    [
      {
        "raw": "pg@5.1",
        "scope": null,
        "escapedName": "pg",
        "name": "pg",
        "rawSpec": "5.1",
        "spec": ">=5.1.0 <5.2.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/pg-promise"
    ]
  ],
  "_from": "pg@>=5.1.0 <5.2.0",
  "_id": "pg@5.1.0",
  "_inCache": true,
  "_location": "/pg",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/pg-5.1.0.tgz_1465597295940_0.7661049372982234"
  },
  "_npmUser": {
    "name": "brianc",
    "email": "brian.m.carlson@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pg@5.1",
    "scope": null,
    "escapedName": "pg",
    "name": "pg",
    "rawSpec": "5.1",
    "spec": ">=5.1.0 <5.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/pg-promise"
  ],
  "_resolved": "https://registry.npmjs.org/pg/-/pg-5.1.0.tgz",
  "_shasum": "073b9b36763ad8a5478dbb85effef45e739ba9d8",
  "_shrinkwrap": null,
  "_spec": "pg@5.1",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/pg-promise",
  "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.4.2",
    "packet-reader": "0.2.0",
    "pg-connection-string": "0.1.3",
    "pg-types": "1.*",
    "pgpass": "0.0.6",
    "semver": "4.3.2"
  },
  "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": "073b9b36763ad8a5478dbb85effef45e739ba9d8",
    "tarball": "https://registry.npmjs.org/pg/-/pg-5.1.0.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "gitHead": "d1c5fc694be8dfab19b844e149141d4785ad7152",
  "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": {},
  "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": "5.1.0"
}
