Source: node-asn1.js Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , mocha , node-assert , node-bn.js , node-inherits , node-safe-buffer (>= 5.2.1+~cs2.1.2) , 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.