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
|
Source: node-asn1.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, mocha <!nocheck>
, node-assert <!nocheck>
, node-bn.js <!nocheck>
, node-inherits <!nocheck>
, node-safe-buffer (>= 5.2.1+~cs2.1.2) <!nocheck>
, dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-asn1.js
Vcs-Git: https://salsa.debian.org/js-team/node-asn1.js.git
Homepage: https://github.com/indutny/asn1.js
Rules-Requires-Root: no
Package: node-asn1.js
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
, node-assert
, node-bn.js
, node-inherits
, node-safe-buffer (>= 5.2.1+~cs2.1.2)
Provides: ${nodejs:Provides}
, node-asn1.js-rfc2560
, node-asn1.js-rfc5280
Description: ASN.1 encoder and decoder (DER)
Asn1.js is a pure javascript ASN.1 encoder and decoder. Currently DER encoding
is supported.
.
Abstract Syntax Notation One (ASN.1) is an interface description
language for defining data structures that can be serialized and
deserialized in a standard, cross-platform way.
.
Node.js is an event-based server-side JavaScript engine.
|