File: control

package info (click to toggle)
node-unbzip2-stream 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 340 kB
  • sloc: javascript: 630; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,055 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-unbzip2-stream
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 node-concat-stream <!nocheck>,
 node-tape <!nocheck>,
 nodejs (>= 6),
 pkg-js-tools (>= 0.9.35),
Standards-Version: 4.5.0
Homepage: https://github.com/regular/unbzip2-stream#readme
Vcs-Git: https://salsa.debian.org/js-team/node-unbzip2-stream.git
Vcs-Browser: https://salsa.debian.org/js-team/node-unbzip2-stream
Rules-Requires-Root: no

Package: node-unbzip2-stream
Architecture: all
Depends:
 node-buffer (>= 5.2.1),
 node-through (>= 2.3.8),
 nodejs (>= 6),
 ${misc:Depends},
Description: streaming unbzip2 implementation in pure javascript for node and browsers
 Streaming bzip2 decompressor in pure JS for Node and browserify. When
 browserified, the stream emits instances of feross/buffer instead of raw
 Uint8Arrays to have a consistent API across browsers and Node.