node-lazystream 1.0.0-2 source package in Ubuntu

Changelog

node-lazystream (1.0.0-2) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.0
  * Bump debhelper compatibility level to 12
  * Update VCS fields to salsa
  * Use pkg-js-tools auto test & install
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Update copyright
  * Update uploaders list (Closes: #909878)
  * Replace Buffer() by Buffer.from()

 -- Xavier Guimard <email address hidden>  Sun, 01 Mar 2020 11:52:36 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lazystream_1.0.0-2.dsc 2.0 KiB 4402ee2000e001855f0b17561f056b702d0faa52db5a95f0db745fac940f8697
node-lazystream_1.0.0.orig.tar.gz 5.0 KiB fabf225522d43a693b81ded57a89d26313fccd0973a81de7b09280d8eb034828
node-lazystream_1.0.0-2.debian.tar.xz 2.9 KiB d856a02ef1d2a56dca29d3d63d96da7872d01f741ad26e1fa6527088be8f6687

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.