1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: node-postgres
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, chai
, mocha
, node-async <!nocheck>
, node-generic-pool <!nocheck>
, node-libpq <!nocheck>
, node-semver <!nocheck>
, node-split2 <!nocheck>
, node-tap <!nocheck>
, node-tape <!nocheck>
, node-typescript
, node-xtend <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-postgres
Vcs-Git: https://salsa.debian.org/js-team/node-postgres.git
Homepage: https://github.com/brianc/node-postgres
Rules-Requires-Root: no
Package: node-pg
Architecture: all
Depends: ${misc:Depends}
, node-async
, node-libpq
, node-readable-stream
, node-split2
, node-xtend
Suggests: postgresql
Provides: ${nodejs:Provides}
Description: PostgreSQL client library for Node
Node is an event-based server-side JavaScript engine.
.
node-postgres is a non-blocking (async) pure JavaScript PostgreSQL
client library for Node.
|