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.1 KiB
68 lines
2.1 KiB
{
|
|
"_from": "pg-connection-string@^2.4.0",
|
|
"_id": "pg-connection-string@2.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3iBXuv7XKvxeMrIgym7njT+HlZkwZqqGX4Bu9cci8xHZNT+Um1gWKqCsAzcC0d95rcKMU5WBg6YRUcHyV0HZKQ==",
|
|
"_location": "/pg-connection-string",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pg-connection-string@^2.4.0",
|
|
"name": "pg-connection-string",
|
|
"escapedName": "pg-connection-string",
|
|
"rawSpec": "^2.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.4.0.tgz",
|
|
"_shasum": "c979922eb47832999a204da5dbe1ebf2341b6a10",
|
|
"_spec": "pg-connection-string@^2.4.0",
|
|
"_where": "C:\\Users\\sigon\\OneDrive\\Documents\\vaccine-tracker\\server\\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": "7ffe68eba056b9a6d0fa88f928aa85e768c28838",
|
|
"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"
|
|
},
|
|
"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.4.0"
|
|
}
|
|
|