Source: node-webpack-stream
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 14)
 , dh-sequence-nodejs
 , dh-sequence-single-binary
Standards-Version: 4.7.4
Homepage: https://github.com/shama/webpack-stream
Vcs-Git: https://salsa.debian.org/js-team/node-webpack-stream.git
Vcs-Browser: https://salsa.debian.org/js-team/node-webpack-stream

Package: node-webpack-stream
Architecture: all
Depends: ${misc:Depends}
 , node-fancy-log
 , node-lodash.clone
 , node-lodash.some
 , node-memory-fs
 , node-plugin-error
 , node-supports-color
 , node-through
 , node-vinyl
 , webpack
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: it is needed to build the PDF/EPUB reader of
 Zotero, whose pdf.js fork drives webpack from a gulp pipeline.
 .
 Node.js is an event-based server-side JavaScript engine.
