UNPKG

vertica-nodejs

Version:

Vertica client - pure javascript & libpq with the same API

57 lines (56 loc) 1.16 kB
{ "name": "vertica-nodejs", "version": "1.1.4", "description": "Vertica client - pure javascript & libpq with the same API", "keywords": [ "database", "rdbms", "analytics", "vertica", "machine_learning", "data_warehouse", "columnar_dbms", "sql", "libpq", "pg", "postgre", "postgres", "postgresql" ], "homepage": "https://github.com/vertica/vertica-nodejs", "repository": { "type": "git", "url": "git://github.com/vertica/vertica-nodejs.git", "directory": "packages/vertica-nodejs" }, "author": "Vertica", "main": "./lib", "dependencies": { "buffer-writer": "2.0.0", "glob": "^7.1.6", "packet-reader": "1.0.0", "pg-types": "^2.1.0", "pgpass": "1.x", "v-connection-string": "1.1.1", "v-pool": "1.1.4", "v-protocol": "1.1.1" }, "devDependencies": { "async": "0.9.0", "bluebird": "3.5.2", "co": "4.6.0", "mocha": "^7.2.0", "pg-copy-streams": "0.3.0" }, "scripts": { "test": "make -k test-all" }, "files": [ "lib", "SPONSORS.md" ], "license": "Apache-2.0", "engines": { "node": ">= 12.0.0" } }