Source: node-is-stream Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.14.16~) , node-tape , node-unique-string , node-rollup-plugin-node-resolve , rollup , terser Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-is-stream Vcs-Git: https://salsa.debian.org/js-team/node-is-stream.git Homepage: https://github.com/sindresorhus/is-stream Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-is-stream Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: Check if something is a Node.js stream A stream is an abstract interface for working with streaming data in Node.js. The stream module provides a base API that makes it easy to build objects that implement the stream interface. . Node.js is an event-based server-side JavaScript engine.