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
|
Source: node-cipher-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-compat (= 12)
, dh-buildinfo
, nodejs (>= 10)
, dpkg-dev (>= 1.17.14)
, node-tape (>= 4.6) <!nocheck>
, node-inherits (>= 2.0.1) <!nocheck>
, node-safe-buffer (>=5.0.1) <!nocheck>
, node-tap (>= 8) <!nocheck>
Standards-Version: 4.4.0
Homepage: https://github.com/crypto-browserify/cipher-base#readme
Vcs-Git: https://salsa.debian.org/js-team/node-cipher-base.git
Vcs-Browser: https://salsa.debian.org/js-team/node-cipher-base
Package: node-cipher-base
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 10)
, node-inherits (>= 2.0.1)
, node-safe-buffer (>=5.0.1)
Description: abstract base class for crypto-streams
This module implements an abstract base class to inherit from,
for creating node crypto streams.
.
This module follows the same API as Node.js crypto streams API.
.
Node.js is an event-based server-side JavaScript engine.
|