File: control

package info (click to toggle)
node-asn1.js 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 584 kB
  • sloc: sh: 13; makefile: 12
file content (36 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download
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
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.