{
  "_args": [
    [
      "pgpass@1.0.5",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "pgpass@1.0.5",
  "_id": "pgpass@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
  "_location": "/pgpass",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pgpass@1.0.5",
    "name": "pgpass",
    "escapedName": "pgpass",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "Hannes Hörl",
    "email": "hannes.hoerl+pgpass@snowreporter.com"
  },
  "bugs": {
    "url": "https://github.com/hoegaarden/pgpass/issues"
  },
  "dependencies": {
    "split2": "^4.1.0"
  },
  "description": "Module for reading .pgpass",
  "devDependencies": {
    "jshint": "^2.12.0",
    "mocha": "^8.2.0",
    "nyc": "^15.1.0",
    "pg": "^8.4.1",
    "pg-escape": "^0.2.0",
    "pg-native": "3.0.0",
    "resumer": "0.0.0",
    "tmp": "^0.2.1",
    "which": "^2.0.2"
  },
  "homepage": "https://github.com/hoegaarden/pgpass#readme",
  "keywords": [
    "postgres",
    "pg",
    "pgpass",
    "password",
    "postgresql"
  ],
  "license": "MIT",
  "main": "lib/index",
  "name": "pgpass",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoegaarden/pgpass.git"
  },
  "scripts": {
    "_covered_test": "nyc --reporter html --reporter text \"$npm_execpath\" run _test",
    "_hint": "jshint --exclude node_modules --verbose lib test",
    "_test": "mocha --recursive -R list",
    "pretest": "chmod 600 ./test/_pgpass",
    "test": "\"$npm_execpath\" run _hint && \"$npm_execpath\" run _covered_test"
  },
  "version": "1.0.5"
}
