{ "_args": [ [ "pg-connection-string@2.1.0", "/home/rui/code/personal/dijkstra-app/backend-dijkstra" ] ], "_from": "pg-connection-string@2.1.0", "_id": "pg-connection-string@2.1.0", "_inBundle": false, "_integrity": "sha512-bhlV7Eq09JrRIvo1eKngpwuqKtJnNhZdpdOlvrPrA4dxqXPjxSrbNrfnIDmTpwMyRszrcV4kU5ZA4mMsQUrjdg==", "_location": "/pg-connection-string", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pg-connection-string@2.1.0", "name": "pg-connection-string", "escapedName": "pg-connection-string", "rawSpec": "2.1.0", "saveSpec": null, "fetchSpec": "2.1.0" }, "_requiredBy": [ "/knex" ], "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.1.0.tgz", "_spec": "2.1.0", "_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra", "author": { "name": "Blaine Bublitz", "email": "blaine@iceddev.com", "url": "http://iceddev.com/" }, "bugs": { "url": "https://github.com/iceddev/pg-connection-string/issues" }, "dependencies": {}, "description": "Functions for dealing with a PostgresSQL connection string", "devDependencies": { "chai": "^4.1.1", "istanbul": "^0.4.5", "mocha": "^3.5.0" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/iceddev/pg-connection-string", "keywords": [ "pg", "connection", "string", "parse" ], "license": "MIT", "main": "./index.js", "name": "pg-connection-string", "repository": { "type": "git", "url": "git+https://github.com/iceddev/pg-connection-string.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.1.0" }