{
  "_args": [
    [
      "pgpass@0.0.3",
      "/Users/johnc/src/fw-host-discovery/node_modules/pg"
    ]
  ],
  "_from": "pgpass@0.0.3",
  "_id": "pgpass@0.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/pgpass",
  "_npmUser": {
    "email": "hannes.hoerl+npm@snowreporter.com",
    "name": "hoegaarden"
  },
  "_npmVersion": "1.4.4",
  "_phantomChildren": {},
  "_requested": {
    "name": "pgpass",
    "raw": "pgpass@0.0.3",
    "rawSpec": "0.0.3",
    "scope": null,
    "spec": "0.0.3",
    "type": "version"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pgpass/-/pgpass-0.0.3.tgz",
  "_shasum": "12e67e343b3189c2f31206ebc9cc0befffcf9140",
  "_shrinkwrap": null,
  "_spec": "pgpass@0.0.3",
  "_where": "/Users/johnc/src/fw-host-discovery/node_modules/pg",
  "author": {
    "email": "hannes.hoerl+pgpass@snowreporter.com",
    "name": "Hannes Hörl"
  },
  "bugs": {
    "url": "https://github.com/hoegaarden/pgpass/issues"
  },
  "dependencies": {
    "split": "~0.3"
  },
  "description": "Module for reading .pgpass",
  "devDependencies": {
    "jscoverage": "~0.3.8",
    "jshint": "~2.3.0",
    "mocha": "~1.14.0",
    "pg": "~2.11.1",
    "pg-escape": "0.0.2",
    "resumer": "0.0.0",
    "tmp": "0.0.23"
  },
  "directories": {},
  "dist": {
    "shasum": "12e67e343b3189c2f31206ebc9cc0befffcf9140",
    "tarball": "http://registry.npmjs.org/pgpass/-/pgpass-0.0.3.tgz"
  },
  "homepage": "https://github.com/hoegaarden/pgpass",
  "keywords": [
    "password",
    "pg",
    "pgpass",
    "postgres",
    "postgresql"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/index",
  "maintainers": [
    {
      "name": "hoegaarden",
      "email": "hannes.hoerl+npm@snowreporter.com"
    }
  ],
  "name": "pgpass",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoegaarden/pgpass.git"
  },
  "scripts": {
    "coverage": "rm -rf -- lib-cov ; jscoverage lib lib-cov && mocha --recursive -R html-cov > coverage.html",
    "hint": "jshint --verbose lib test",
    "pretest": "chmod 600 ./test/_pgpass",
    "test": "npm run hint && mocha --recursive -R list && npm run coverage"
  },
  "version": "0.0.3"
}
