You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

69 lines
2.1 KiB

{
"_from": "pg-connection-string@^2.5.0",
"_id": "pg-connection-string@2.5.0",
"_inBundle": false,
"_integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==",
"_location": "/pg-connection-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pg-connection-string@^2.5.0",
"name": "pg-connection-string",
"escapedName": "pg-connection-string",
"rawSpec": "^2.5.0",
"saveSpec": null,
"fetchSpec": "^2.5.0"
},
"_requiredBy": [
"/pg"
],
"_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.5.0.tgz",
"_shasum": "538cadd0f7e603fc09a12590f3b8a452c2c0cf34",
"_spec": "pg-connection-string@^2.5.0",
"_where": "/home/sigonasr2/divar/server2/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": "d45947938263bec30a1e3252452f04177b785f66",
"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.5.0"
}