File: control

package info (click to toggle)
node-cipher-base 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: javascript: 301; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,015 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
Source: node-cipher-base
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-compat (= 13)
 , dh-sequence-nodejs
 , node-inherits <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-cipher-base
Vcs-Git: https://salsa.debian.org/js-team/node-cipher-base.git
Homepage: https://github.com/crypto-browserify/cipher-base
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-cipher-base
Architecture: all
Depends: ${misc:Depends}
 , node-inherits
 , node-safe-buffer
 , nodejs:any
Description: abstract base class for crypto-streams
 This module implements an abstract base class to inherit from,
 for creating node crypto streams.
 .
 This module follows the same API as Node.js crypto streams API.
 .
 Node.js is an event-based server-side JavaScript engine.