{
  "_args": [
    [
      "pg@8.4.2",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "pg@8.4.2",
  "_id": "pg@8.4.2",
  "_inBundle": false,
  "_integrity": "sha512-E9FlUrrc7w3+sbRmL1CSw99vifACzB2TjhMM9J5w9D1LIg+6un0jKkpHS1EQf2CWhKhec2bhrBLVMmUBDbjPRQ==",
  "_location": "/pg",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pg@8.4.2",
    "name": "pg",
    "escapedName": "pg",
    "rawSpec": "8.4.2",
    "saveSpec": null,
    "fetchSpec": "8.4.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pg/-/pg-8.4.2.tgz",
  "_spec": "8.4.2",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "Brian Carlson",
    "email": "brian.m.carlson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-postgres/issues"
  },
  "dependencies": {
    "buffer-writer": "2.0.0",
    "packet-reader": "1.0.0",
    "pg-connection-string": "^2.4.0",
    "pg-pool": "^3.2.2",
    "pg-protocol": "^1.3.0",
    "pg-types": "^2.1.0",
    "pgpass": "1.x"
  },
  "description": "PostgreSQL client - pure javascript & libpq with the same API",
  "devDependencies": {
    "async": "0.9.0",
    "bluebird": "3.5.2",
    "co": "4.6.0",
    "pg-copy-streams": "0.3.0"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "files": [
    "lib",
    "SPONSORS.md"
  ],
  "gitHead": "b6d69d5bc2eb7df4f4e04bc864b133b795c76a7f",
  "homepage": "https://github.com/brianc/node-postgres",
  "keywords": [
    "database",
    "libpq",
    "pg",
    "postgre",
    "postgres",
    "postgresql",
    "rdbms"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "pg",
  "peerDependencies": {
    "pg-native": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "pg-native": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-postgres.git"
  },
  "scripts": {
    "test": "make test-all"
  },
  "version": "8.4.2"
}
