node-callback-stream 1.1.0-4 source package in Ubuntu

Changelog

node-callback-stream (1.1.0-4) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 13
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Drop dependency to nodejs
  * Fix test for tap >= 15 (--no-cov) (Closes: #1009543)

 -- Yadd <email address hidden>  Thu, 21 Apr 2022 11:48:57 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-callback-stream_1.1.0-4.dsc 2.1 KiB c2af7fe88f33ac51e3c2f5770f7f04fa073addc25ac2e87c191265b75ba10476
node-callback-stream_1.1.0.orig.tar.gz 3.1 KiB 0b93cc3814ba9fb24c460a2fd55809cec75b7a5656ce1c3f1afd73e57eb89d81
node-callback-stream_1.1.0-4.debian.tar.xz 2.8 KiB 7e8f89fe2137c89e5169a1b312dbb00fc285f9eac4ac2d0bde4d27e9ddb120e9

Available diffs

No changes file available.

Binary packages built by this source

node-callback-stream: pipeable stream that calls your callback

 callback-stream a safe variant of the concat-stream package that will always
 return an array. It does everything callback-stream does, minus the
 concatenation. In fact, it just callbacks you with an array containing your
 good stuff. It is based on the Stream 2 API, but it also works on node v0.8.
 It also support Stream 3, which is bundled with node v0.12 and iojs.
 .
 Node.js is an event-based server-side JavaScript engine.