Source: node-asn1.js
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-assert (>= 1.0.0) <!nocheck>
 , node-inherits (>= 2.0.1) <!nocheck>
 , node-bn.js (>= 4.0.0) <!nocheck>
 , mocha (>= 1.20)  <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/indutny/asn1.js
Vcs-Git: https://salsa.debian.org/js-team/node-asn1.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-asn1.js

Package: node-asn1.js
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-assert (>= 1.0.0)
 , node-inherits (>= 2.0.1)
 , node-bn.js (>= 4.0.0)
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.
