{
  "_from": "pg@^7.4.1",
  "_id": "pg@7.11.0",
  "_inBundle": false,
  "_integrity": "sha512-YO4V7vCmEMGoF390LJaFaohWNKaA2ayoQOEZmiHVcAUF+YsRThpf/TaKCgSvsSE7cDm37Q/Cy3Gz41xiX/XjTw==",
  "_location": "/pg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg@^7.4.1",
    "name": "pg",
    "escapedName": "pg",
    "rawSpec": "^7.4.1",
    "saveSpec": null,
    "fetchSpec": "^7.4.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pg/-/pg-7.11.0.tgz",
  "_shasum": "a8b9ae9cf19199b7952b72957573d0a9c5e67c0c",
  "_spec": "pg@^7.4.1",
  "_where": "/mnt/documents/Workspaces/nearForm/trail/packages/trail-core",
  "author": {
    "name": "Brian Carlson",
    "email": "brian.m.carlson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-postgres/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buffer-writer": "2.0.0",
    "packet-reader": "1.0.0",
    "pg-connection-string": "0.1.3",
    "pg-pool": "^2.0.4",
    "pg-types": "~2.0.0",
    "pgpass": "1.x",
    "semver": "4.3.2"
  },
  "deprecated": false,
  "description": "PostgreSQL client - pure javascript & libpq with the same API",
  "devDependencies": {
    "async": "0.9.0",
    "bluebird": "3.5.2",
    "co": "4.6.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^3.1.0",
    "pg-copy-streams": "0.3.0"
  },
  "engines": {
    "node": ">= 4.5.0"
  },
  "homepage": "http://github.com/brianc/node-postgres",
  "keywords": [
    "database",
    "libpq",
    "pg",
    "postgre",
    "postgres",
    "postgresql",
    "rdbms"
  ],
  "license": "MIT",
  "main": "./lib",
  "minNativeVersion": "2.0.0",
  "name": "pg",
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-postgres.git"
  },
  "scripts": {
    "test": "make test-all"
  },
  "version": "7.11.0"
}
