PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
pg-connection-string
{ "_from": "pg-connection-string@2.0.0", "_id": "pg-connection-string@2.0.0", "_inBundle": false, "_integrity": "sha1-Pu/lmX4G2Ugh5NUC5CtqHHP434I=", "_location": "/knex-migrator/pg-connection-string", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pg-connection-string@2.0.0", "name": "pg-connection-string", "escapedName": "pg-connection-string", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/knex-migrator/knex" ], "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.0.0.tgz", "_shasum": "3eefe5997e06d94821e4d502e42b6a1c73f8df82", "_spec": "pg-connection-string@2.0.0", "_where": "/usr/local/lib/node_modules/knex-migrator/node_modules/knex", "author": { "name": "Blaine Bublitz", "email": "blaine@iceddev.com", "url": "http://iceddev.com/" }, "bugs": { "url": "https://github.com/iceddev/pg-connection-string/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Functions for dealing with a PostgresSQL connection string", "devDependencies": { "chai": "^4.1.1", "istanbul": "^0.4.5", "mocha": "^3.5.0" }, "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.0.0" }
[+]
..
[-] index.d.ts
[edit]
[-] .npmignore
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] .coveralls.yml
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
test
[-] LICENSE
[edit]