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
|
Source: node-pg-hstore
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
mocha <!nocheck>,
node-should <!nocheck>,
node-underscore,
dh-sequence-nodejs,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/scarney81/pg-hstore
Vcs-Browser: https://salsa.debian.org/js-team/node-pg-hstore
Vcs-Git: https://salsa.debian.org/js-team/node-pg-hstore.git
Testsuite: autopkgtest-pkg-nodejs
Package: node-pg-hstore
Architecture: all
Depends:
${misc:Depends},
node-underscore,
Description: serialize and deserialize JSON data into hstore format
A node package for serializing and deserializing JSON data to hstore format.
|