{
  "_args": [
    [
      "pg@8.8.0",
      "/home/bkra0192/evag_andy/strapi"
    ]
  ],
  "_from": "pg@8.8.0",
  "_id": "pg@8.8.0",
  "_inBundle": false,
  "_integrity": "sha512-UXYN0ziKj+AeNNP7VDMwrehpACThH7LUl/p8TDFpEUuSejCUIwGSfxpHsPvtM6/WXFy6SU4E5RG4IJV/TZAGjw==",
  "_location": "/pg",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pg@8.8.0",
    "name": "pg",
    "escapedName": "pg",
    "rawSpec": "8.8.0",
    "saveSpec": null,
    "fetchSpec": "8.8.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pg/-/pg-8.8.0.tgz",
  "_spec": "8.8.0",
  "_where": "/home/bkra0192/evag_andy/strapi",
  "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.5.0",
    "pg-pool": "^3.5.2",
    "pg-protocol": "^1.5.0",
    "pg-types": "^2.1.0",
    "pgpass": "1.x"
  },
  "description": "PostgreSQL client - pure javascript & libpq with the same API",
  "devDependencies": {
    "async": "2.6.4",
    "bluebird": "3.5.2",
    "co": "4.6.0",
    "pg-copy-streams": "0.3.0"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "files": [
    "lib",
    "SPONSORS.md"
  ],
  "gitHead": "c99fb2c127ddf8d712500db2c7b9a5491a178655",
  "homepage": "https://github.com/brianc/node-postgres",
  "keywords": [
    "database",
    "libpq",
    "pg",
    "postgre",
    "postgres",
    "postgresql",
    "rdbms"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "pg",
  "peerDependencies": {
    "pg-native": ">=3.0.1"
  },
  "peerDependenciesMeta": {
    "pg-native": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-postgres.git",
    "directory": "packages/pg"
  },
  "scripts": {
    "test": "make test-all"
  },
  "version": "8.8.0"
}
