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 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: node-node-forge
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
brotli,
debhelper-compat (= 12),
mocha <!nocheck>,
pandoc <!nodoc>,
pigz,
webpack (>= 4),
Standards-Version: 4.5.1
Homepage: https://github.com/digitalbazaar/forge
Vcs-Git: https://salsa.debian.org/js-team/node-node-forge.git
Vcs-Browser: https://salsa.debian.org/js-team/node-node-forge
Rules-Requires-Root: no
Package: node-node-forge
Architecture: all
Depends:
nodejs,
${misc:Depends}
Multi-Arch: foreign
Description: JavaScript implementation of TLS and more - Node library
The Forge software is a fully native implementation
of the TLS protocol in JavaScript,
a set of cryptography utilities,
and a set of tools for developing Web Apps
that utilize many network resources.
.
This package contains Forge usable with Node.
Package: libjs-node-forge
Architecture: all
Depends:
${misc:Depends}
Recommends:
javascript-common,
Multi-Arch: foreign
Description: JavaScript implementation of TLS and more - browser library
The Forge software is a fully native implementation
of the TLS protocol in JavaScript,
a set of cryptography utilities,
and a set of tools for developing Web Apps
that utilize many network resources.
.
This package contains Forge directly usable in web browsers.
|