UNPKG

@yugabytedb/pg

Version:

Pure JavaScript PostgreSQL client and native libpq bindings with YugabyteDB smart-driver features

66 lines (65 loc) 1.43 kB
{ "name": "@yugabytedb/pg", "version": "8.7.3-yb-10", "description": "Pure JavaScript PostgreSQL client and native libpq bindings with YugabyteDB smart-driver features", "keywords": [ "database", "libpq", "pg", "postgre", "postgres", "postgresql", "yugabytedb", "rdbms" ], "homepage": "https://github.com/yugabyte/node-postgres", "repository": { "type": "git", "url": "git://github.com/yugabyte/node-postgres.git", "directory": "packages/pg" }, "author": "Brian Carlson <brian.m.carlson@gmail.com>", "contributors": [ "Priyanshi Gupta <pgupta@yugabyte.com>", "Harsh Daryani <hdaryani@yugabyte.com>" ], "main": "./lib", "dependencies": { "buffer-writer": "2.0.0", "packet-reader": "1.0.0", "pg-connection-string": "^2.5.0", "@yugabytedb/pg-pool": "^3.5.1-yb-3", "pg-protocol": "^1.5.0", "pg-types": "^2.1.0", "pgpass": "1.x", "winston": "^3.14.2" }, "devDependencies": { "async": "0.9.0", "bluebird": "3.5.2", "co": "4.6.0", "pg-copy-streams": "0.3.0" }, "peerDependencies": { "pg-native": ">=2.0.0" }, "peerDependenciesMeta": { "pg-native": { "optional": true } }, "scripts": { "test": "make test-all" }, "files": [ "lib", "SPONSORS.md" ], "license": "MIT", "engines": { "node": ">= 8.0.0" }, "publishConfig": { "access": "public" } }