UNPKG

@yugabytedb/pg-pool

Version:
44 lines (43 loc) 923 B
{ "name": "@yugabytedb/pg-pool", "version": "3.5.1-yb-3", "description": "Connection pool for node-postgres", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": " node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "git://github.com/yugabyte/node-postgres.git", "directory": "packages/pg-pool" }, "keywords": [ "pg", "postgres", "pool", "database" ], "author": "Brian M. Carlson", "license": "MIT", "bugs": { "url": "https://github.com/yugabyte/node-pg-pool/issues" }, "homepage": "https://github.com/yugabyte/node-pg-pool#readme", "devDependencies": { "bluebird": "3.4.1", "co": "4.6.0", "expect.js": "0.3.1", "lodash": "^4.17.11", "mocha": "^7.1.2", "pg-cursor": "^1.3.0" }, "peerDependencies": { "@yugabytedb/pg": "*" }, "publishConfig": { "access": "public" } }