Source: node-block-stream Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 9.0.0) , dh-buildinfo Standards-Version: 3.9.8 Homepage: https://github.com/isaacs/block-stream Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-block-stream.git Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/node-block-stream.git Testsuite: autopkgtest Package: node-block-stream Architecture: all Depends: ${misc:Depends} , nodejs , node-inherits (>= 2) Description: Stream of fixed-size blocks, with zero-padding when necessary node-block-stream is a Node.js module providing a stream-like object that reads or writes data as a stream of blocks. A typical use of node-block-stream is processing tar archives. . Node.js is an event-based server-side javascript engine.