1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: node-delayed-stream
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 12)
, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-delayed-stream
Vcs-Git: https://salsa.debian.org/js-team/node-delayed-stream.git
Homepage: https://github.com/felixge/node-delayed-stream
Rules-Requires-Root: no
Package: node-delayed-stream
Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: Buffer stream events for later handling - module for Node.js
node-delayed-stream can delay stream responses, and can be used
to combine streams one after another.
.
Node.js is an event-based server-side javascript engine.
|