123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "pg-connection-string@2.0.0",
- "_id": "pg-connection-string@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-Pu/lmX4G2Ugh5NUC5CtqHHP434I=",
- "_location": "/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"
- ],
- "_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": "/home/zorro/Documents/Sahib/zweiachtzehn/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"
- }
|