File: control

package info (click to toggle)
node-unbzip2-stream 1.4.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: javascript: 630; makefile: 2
file content (29 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
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),
 dh-sequence-nodejs,
 node-concat-stream <!nocheck>,
 node-tape <!nocheck>,
Standards-Version: 4.6.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,
 node-through,
 ${misc:Depends},
Multi-Arch: foreign
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.