Source: node-read-only-stream
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-concat-stream <!nocheck>
 , node-readable-stream <!nocheck>
 , node-tap <!nocheck>
 , node-tape <!nocheck>
 , node-through <!nocheck>
 , node-through2 <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-read-only-stream
Vcs-Git: https://salsa.debian.org/js-team/node-read-only-stream.git
Homepage: https://github.com/substack/read-only-stream
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-read-only-stream
Architecture: all
Depends: ${misc:Depends}
 , node-readable-stream
Description: Node.js read-only stream implementation
 This module allow one to use a readable/writable stream internally but to
 expose just the readable part of that internal stream.
 .
 A stream is an abstract interface for working with streaming data in Node.js.
 There are many stream objects provided by Node.js. For instance, a request to
 an HTTP server and process.stdout are both stream instances.
 .
 Node.js is an event-based server-side JavaScript engine.
