node-stream-splicer 2.0.1-1 source package in Ubuntu

Changelog

node-stream-splicer (2.0.1-1) unstable; urgency=medium

  * Team upload
  * Add upstream/metadata
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Update debian/watch to use GitHub tags
  * New upstream version 2.0.1
  * Add dependency to node-readable-stream
  * Add fix for recent through2 & readable-stream (fixes debci)
  * Use pkg-js-tools auto test & install
  * Drop unneeded version constraints from (build) dependencies
  * Update copyright

 -- Xavier Guimard <email address hidden>  Fri, 24 Jan 2020 14:40:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stream-splicer_2.0.1-1.dsc 2.3 KiB 9beef1bfebed5dc2b645e36d43d0bd7edd71247929b01797ac286e8a35e68c5f
node-stream-splicer_2.0.1.orig.tar.gz 6.2 KiB b9c038e18fc2cf0329c7743adefda5be33712a4ab41502242a0ba0c3b0cd6da9
node-stream-splicer_2.0.1-1.debian.tar.xz 3.7 KiB 9a43ec5c48df22ac62fbe452da1a643a4da8dde8c2e3368f7c80f57bac4a9078

Available diffs

No changes file available.

Binary packages built by this source

node-stream-splicer: streaming pipeline with a mutable configuration

 This modules allows one to create a pipeline duplex stream given an
 array of streams. Each stream will be piped to the next.
 .
 Streams could also be added and removed dynamically at runtime.
 .
 Node.js is an event-based server-side JavaScript engine.