{
  "_args": [
    [
      "pg-connection-string@2.4.0",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "pg-connection-string@2.4.0",
  "_id": "pg-connection-string@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-3iBXuv7XKvxeMrIgym7njT+HlZkwZqqGX4Bu9cci8xHZNT+Um1gWKqCsAzcC0d95rcKMU5WBg6YRUcHyV0HZKQ==",
  "_location": "/pg-connection-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pg-connection-string@2.4.0",
    "name": "pg-connection-string",
    "escapedName": "pg-connection-string",
    "rawSpec": "2.4.0",
    "saveSpec": null,
    "fetchSpec": "2.4.0"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.4.0.tgz",
  "_spec": "2.4.0",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "Blaine Bublitz",
    "email": "blaine@iceddev.com",
    "url": "http://iceddev.com/"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-postgres/issues"
  },
  "description": "Functions for dealing with a PostgresSQL connection string",
  "devDependencies": {
    "chai": "^4.1.1",
    "coveralls": "^3.0.4",
    "istanbul": "^0.4.5",
    "mocha": "^7.1.2"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "gitHead": "7ffe68eba056b9a6d0fa88f928aa85e768c28838",
  "homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-connection-string",
  "keywords": [
    "pg",
    "connection",
    "string",
    "parse"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "pg-connection-string",
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-postgres.git"
  },
  "scripts": {
    "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --lines 100 --functions 100",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
    "test": "istanbul cover _mocha && npm run check-coverage"
  },
  "types": "./index.d.ts",
  "version": "2.4.0"
}
