| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "pg-connection-string@^2.6.4",
- "_id": "pg-connection-string@2.6.4",
- "_inBundle": false,
- "_integrity": "sha512-v+Z7W/0EO707aNMaAEfiGnGL9sxxumwLl2fJvCQtMn9Fxsg+lPpPkdcyBSv/KFgpGdYkMfn+EI1Or2EHjpgLCA==",
- "_location": "/pg-connection-string",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pg-connection-string@^2.6.4",
- "name": "pg-connection-string",
- "escapedName": "pg-connection-string",
- "rawSpec": "^2.6.4",
- "saveSpec": null,
- "fetchSpec": "^2.6.4"
- },
- "_requiredBy": [
- "/pg"
- ],
- "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.4.tgz",
- "_shasum": "f543862adfa49fa4e14bc8a8892d2a84d754246d",
- "_spec": "pg-connection-string@^2.6.4",
- "_where": "F:\\project\\node_util\\node_modules\\pg",
- "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": {
- "chai": "^4.1.1",
- "coveralls": "^3.0.4",
- "istanbul": "^0.4.5",
- "mocha": "^7.1.2"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "gitHead": "a37a93bf7990220517a40cf16b8e72d4c3e6cef5",
- "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": "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.6.4"
- }
|