node-stream-combiner2 1.1.1-6 source package in Ubuntu

Changelog

node-stream-combiner2 (1.1.1-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-stream-combiner2: Add Multi-Arch: foreign.

  [ Yadd ]
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Thu, 01 Dec 2022 21:57:05 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stream-combiner2_1.1.1-6.dsc 2.1 KiB 7235da4fee1be17eed725faf726dd78c99a913db3072b2408ae0724535d64c37
node-stream-combiner2_1.1.1.orig.tar.gz 2.8 KiB d8f5a4a377cbf24217e1cbc35a6df22ee8cff9043a6e3fd897d4083a1319bad8
node-stream-combiner2_1.1.1-6.debian.tar.xz 3.9 KiB fc5a6ce55b84047dd5cde70fcb96c5319223838d348ea7f32313f084d9c3ee8c

Available diffs

No changes file available.

Binary packages built by this source

node-stream-combiner2: combine stream using stream3 Node.js API

 This module turns a pipeline into a single stream.
 Combine returns a stream that writes to the first stream and reads
 from the last stream.
 .
 Node.js is an event-based server-side JavaScript engine.