Source: node-hash-base Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper (>= 11) , dh-buildinfo , nodejs (>= 6) , dpkg-dev (>= 1.17.14) , node-tape (>= 3.0.1) , node-inherits (>= 2.0.1) , node-safe-buffer (>= 5.0.1) , node-tap (>= 8) Standards-Version: 4.1.4 Homepage: https://github.com/crypto-browserify/hash-base Vcs-Git: https://salsa.debian.org/js-team/node-hash-base.git Vcs-Browser: https://salsa.debian.org/js-team/node-hash-base Package: node-hash-base Architecture: all Depends: ${misc:Depends} , nodejs (>= 4.7) , node-inherits (>= 2.0.1) , node-safe-buffer (>= 5.0.1) Description: abstract base class for javascript hash-streams This module implements ab abstract base class to inherit from in order to create streams implementing the same API as Node.js crypto API. . This module is needed for implenting in browser context hash function. . Node.js is an event-based server-side JavaScript engine.