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.
68 lines
2.0 KiB
68 lines
2.0 KiB
{
|
|
"_from": "pg-connection-string@^2.2.3",
|
|
"_id": "pg-connection-string@2.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-I/KCSQGmOrZx6sMHXkOs2MjddrYcqpza3Dtsy0AjIgBr/bZiPJRK9WhABXN1Uy1UDazRbi9gZEzO2sAhL5EqiQ==",
|
|
"_location": "/pg-connection-string",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pg-connection-string@^2.2.3",
|
|
"name": "pg-connection-string",
|
|
"escapedName": "pg-connection-string",
|
|
"rawSpec": "^2.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/pg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.2.3.tgz",
|
|
"_shasum": "48e1158ec37eaa82e98dbcb7307103ec303fe0e7",
|
|
"_spec": "pg-connection-string@^2.2.3",
|
|
"_where": "/home/sigonasr2/astronomy/server/node_modules/pg",
|
|
"author": {
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine@iceddev.com",
|
|
"url": "http://iceddev.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/iceddev/pg-connection-string/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": "f3136a7d5d5498280924b3e06f47f8ce80dbe4e6",
|
|
"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://github.com/brianc/node-postgres.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.2.3"
|
|
}
|
|
|