{
  "_args": [
    [
      "pg@7.5.0",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "pg@7.5.0",
  "_id": "pg@7.5.0",
  "_inBundle": false,
  "_integrity": "sha512-VFyAnp8xsMZp8nwZnMp7lmU5QcWDOZSI3IDNcWv6pblsiOXis5o7lD7/zzVK1Z1JTBiIDDGQAMbFMkiUzCL59A==",
  "_location": "/pg",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pg@7.5.0",
    "name": "pg",
    "escapedName": "pg",
    "rawSpec": "7.5.0",
    "saveSpec": null,
    "fetchSpec": "7.5.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pg/-/pg-7.5.0.tgz",
  "_spec": "7.5.0",
  "_where": "/var/www/html/ingfaq/backend",
  "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",
    "packet-reader": "0.3.1",
    "pg-connection-string": "0.1.3",
    "pg-pool": "~2.0.3",
    "pg-types": "~1.12.1",
    "pgpass": "1.x",
    "semver": "4.3.2"
  },
  "description": "PostgreSQL client - pure javascript & libpq with the same API",
  "devDependencies": {
    "async": "0.9.0",
    "co": "4.6.0",
    "eslint": "4.2.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.7.0",
    "eslint-plugin-node": "5.1.0",
    "eslint-plugin-promise": "3.5.0",
    "eslint-plugin-standard": "3.0.1",
    "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.5.0"
}
