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
|
Source: node-hash-base
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
, nodejs (>= 6)
, dpkg-dev (>= 1.17.14)
, node-tape (>= 3.0.1) <!nocheck>
, node-inherits (>= 2.0.1) <!nocheck>
, node-safe-buffer (>= 5.0.1) <!nocheck>
, node-tap (>= 8) <!nocheck>
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.
|