Source: node-hash.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , dpkg-dev (>= 1.17.14)
 , nodejs (>= 4.7)
 , node-inherits (>= 2.0.1) <!nocheck>
 , node-assert (>= 1.0) <!nocheck>
 , mocha (>= 1.18.4) <!nocheck>
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/indutny/hash.js
Vcs-Git: https://salsa.debian.org/js-team/node-hash.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-hash.js

Package: node-hash.js
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
 , node-inherits (>= 2.0.1)
 , node-assert (>= 1.0)
Description: Hash functions that could be run by both browser and nodejs
 This module implements a few classical hash function that could be run
 in browser and in nodejs context.
 .
 Hash functions implemented includes ripemd160,sha1, sha224, sha256,
 sha384, sha512.
 .
 Node.js is an event-based server-side JavaScript engine.
