Source: node-hash-base Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-inherits , node-readable-stream , node-safe-buffer , node-tape Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-hash-base Vcs-Git: https://salsa.debian.org/js-team/node-hash-base.git Homepage: https://github.com/crypto-browserify/hash-base Rules-Requires-Root: no Package: node-hash-base Architecture: all Depends: ${misc:Depends} , node-inherits , node-readable-stream , node-safe-buffer Description: abstract base class for javascript hash-streams This module implements an 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 implementing in-browser context hash function. . Node.js is an event-based server-side JavaScript engine.