node-lazystream 1.0.1-1 source package in Ubuntu

Changelog

node-lazystream (1.0.1-1) unstable; urgency=medium

  * Team upload

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

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>
  * New upstream version 1.0.1

 -- Yadd <email address hidden>  Thu, 11 Nov 2021 17:49:39 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lazystream_1.0.1-1.dsc 2.0 KiB 18e9efd600acb26f4701880ce4d6a0cba0c4bcf6ed03e31f46bdc4f15425b3e3
node-lazystream_1.0.1.orig.tar.gz 5.0 KiB a7353d9afe14671edd98121c26e796835dc2521b43f4e6cdc85e37b075934125
node-lazystream_1.0.1-1.debian.tar.xz 3.2 KiB 5928b2eb6d40394ac46d8eb0936a5ea22708486cdfa40fa0507a31d391a0a2d3

Available diffs

No changes file available.

Binary packages built by this source

node-lazystream: Open streams on demand - Node.js module

 lazystream is a Node.js module which provides an API to create streams lazily
 when they are read from or written to.
 .
 Node.js is an event-based server-side JavaScript engine.