{
  "_from": "pg@7",
  "_id": "pg@7.18.2",
  "_inBundle": false,
  "_integrity": "sha512-Mvt0dGYMwvEADNKy5PMQGlzPudKcKKzJds/VbOeZJpb6f/pI3mmoXX0JksPgI3l3JPP/2Apq7F36O63J7mgveA==",
  "_location": "/pg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg@7",
    "name": "pg",
    "escapedName": "pg",
    "rawSpec": "7",
    "saveSpec": null,
    "fetchSpec": "7"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pg/-/pg-7.18.2.tgz",
  "_shasum": "4e219f05a00aff4db6aab1ba02f28ffa4513b0bb",
  "_spec": "pg@7",
  "_where": "/app",
  "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-packet-stream": "^1.1.0",
    "pg-pool": "^2.0.10",
    "pg-types": "^2.1.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": "^6.0.1",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-import": "^2.18.1",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "pg-copy-streams": "0.3.0"
  },
  "engines": {
    "node": ">= 4.5.0"
  },
  "files": [
    "lib",
    "SPONSORS.md"
  ],
  "gitHead": "29877530c6f7b5ebc0bf814e3a711b4b66e4d51a",
  "homepage": "https://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": {
    "lint": "make lint",
    "test": "make test-all"
  },
  "version": "7.18.2"
}
