#1148930 ITP: node-webpack-stream -- Run webpack as a stream

#1148930#5
Date:
2026-09-25 09:47:40 UTC
From:
To:
* Package name    : node-webpack-stream
  Version         : 7.0.0
  Upstream Author : Kyle Robinson Young <kyle@dontkry.com>
* URL             : https://github.com/shama/webpack-stream
* License         : Expat
  Programming Lang: JavaScript
  Description     : Run webpack as a stream

 webpack-stream integrates webpack with gulp by wrapping webpack's Node
 API in a vinyl stream, so that bundles can be piped through a gulp
 pipeline together with other transforms.
 .
 It is a build-time tool: Debian needs it to build the PDF/EPUB reader
 of Zotero (#1125955), whose pdf.js fork drives webpack from a gulp
 pipeline (`npx gulp generic`).
 .
 Node.js is an event-based server-side JavaScript engine.