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.
