{ "_args": [ [ "pg-connection-string@2.6.2", "/root/spacedeck-open" ] ], "_from": "pg-connection-string@2.6.2", "_id": "pg-connection-string@2.6.2", "_inBundle": false, "_integrity": "sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==", "_location": "/pg-connection-string", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pg-connection-string@2.6.2", "name": "pg-connection-string", "escapedName": "pg-connection-string", "rawSpec": "2.6.2", "saveSpec": null, "fetchSpec": "2.6.2" }, "_requiredBy": [ "/sequelize" ], "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.2.tgz", "_spec": "2.6.2", "_where": "/root/spacedeck-open", "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": "a2a355a6807bf75d92d7f0cb0f219588811a5356", "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.2" }