node-stream-iterate 1.2.0-5 source package in Ubuntu

Changelog

node-stream-iterate (1.2.0-5) unstable; urgency=medium

  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on node-stream-shift.
    + node-stream-iterate: Drop versioned constraint on node-stream-shift in
      Depends.

 -- Debian Janitor <email address hidden>  Sun, 29 Aug 2021 01:40:59 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stream-iterate_1.2.0-5.dsc 2.1 KiB ecb75b8d017e471b343d3fbf7c122849a786b36269ed8207cd169f7836402164
node-stream-iterate_1.2.0.orig.tar.gz 2.5 KiB 41cb6b380cf8f00772b2dd9ed5ef20c20e09db684d506790fc3c7b2d6a6da133
node-stream-iterate_1.2.0-5.debian.tar.xz 2.8 KiB 954fae736044d2d10a4baa7152912ba5729b4c6ca8bd5975e0e3455983647794

Available diffs

No changes file available.

Binary packages built by this source

node-stream-iterate: Iterate through the values in a stream

 stream-iterate module recursively iterate through each item in the stream.
 stream is a user defined list of objects. This module can be used to implement
 things like a streaming merge sort.
 .
 Node.js is an event-based server-side JavaScript engine.