{
  "_from": "pg-connection-string@^2.6.1",
  "_id": "pg-connection-string@2.10.1",
  "_inBundle": false,
  "_integrity": "sha512-iNzslsoeSH2/gmDDKiyMqF64DATUCWj3YJ0wP14kqcsf2TUklwimd+66yYojKwZCA7h2yRNLGug71hCBA2a4sw==",
  "_location": "/pg-connection-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-connection-string@^2.6.1",
    "name": "pg-connection-string",
    "escapedName": "pg-connection-string",
    "rawSpec": "^2.6.1",
    "saveSpec": null,
    "fetchSpec": "^2.6.1"
  },
  "_requiredBy": [
    "/sequelize"
  ],
  "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.10.1.tgz",
  "_shasum": "34e0bf60333551ae1e76caf47cce633a5b2e4b70",
  "_spec": "pg-connection-string@^2.6.1",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\sequelize",
  "author": {
    "name": "Blaine Bublitz",
    "email": "blaine@iceddev.com",
    "url": "http://iceddev.com/"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-postgres/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Functions for dealing with a PostgresSQL connection string",
  "devDependencies": {
    "@types/pg": "^8.12.0",
    "chai": "^4.1.1",
    "coveralls": "^3.0.4",
    "istanbul": "^0.4.5",
    "mocha": "^10.5.2",
    "nyc": "^15",
    "tsx": "^4.19.4",
    "typescript": "^4.0.3"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./esm/index.mjs",
      "require": "./index.js",
      "default": "./index.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "esm"
  ],
  "gitHead": "5b68a115cc90a7b7069fa8c4b0ca51e3447367e9",
  "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",
    "directory": "packages/pg-connection-string"
  },
  "scripts": {
    "check-coverage": "nyc check-coverage --statements 100 --branches 100 --lines 100 --functions 100",
    "test": "nyc --reporter=lcov mocha && npm run check-coverage"
  },
  "types": "./index.d.ts",
  "version": "2.10.1"
}
