UNPKG

cockroachdb

Version:

CockroachDB client - pure javascript & libpq with the same API, forked from brianc/node-postgres.

38 lines (37 loc) 868 B
{ "name": "cockroachdb", "version": "1.0.3", "description": "CockroachDB client - pure javascript & libpq with the same API, forked from brianc/node-postgres.", "keywords": [ "cockroachdb", "nodejs", "newsql" ], "homepage": "http://github.com/Txiaozhe/cockroachdb", "repository": { "type": "git", "url": "git://github.com/Txiaozhe/cockroachdb.git" }, "author": "Txiaozhe <txiaozhe@gmail.com>", "main": "./lib", "dependencies": { "buffer-writer": "1.0.1", "packet-reader": "0.3.1", "pg-connection-string": "0.1.3", "pg-types": "~1.12.1", "pgpass": "1.x", "semver": "4.3.2" }, "devDependencies": { "mocha": "^5.2.0", "pg-copy-streams": "0.3.0" }, "minNativeVersion": "2.0.0", "scripts": { "test": "make test-all" }, "license": "MIT", "engines": { "node": ">= 4.5.0" } }