mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
31 lines
726 B
JSON
31 lines
726 B
JSON
{
|
|
"name": "pg-connection-string",
|
|
"version": "0.1.3",
|
|
"description": "Functions for dealing with a PostgresSQL connection string",
|
|
"main": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"scripts": {
|
|
"test": "tap ./test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iceddev/pg-connection-string"
|
|
},
|
|
"keywords": [
|
|
"pg",
|
|
"connection",
|
|
"string",
|
|
"parse"
|
|
],
|
|
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/iceddev/pg-connection-string/issues"
|
|
},
|
|
"homepage": "https://github.com/iceddev/pg-connection-string",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "^10.3.3"
|
|
}
|
|
}
|