node-resumer 0.0.0-6 source package in Ubuntu

Changelog

node-resumer (0.0.0-6) unstable; urgency=medium

  [ Yadd ]
  * Drop nodejs dependency

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

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 13:01:01 +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-resumer_0.0.0-6.dsc 2.0 KiB ef9f1f20da83a2c0bec729e3419244eafb4f3a511b7f0f251837d8cb9ca18462
node-resumer_0.0.0.orig.tar.gz 2.5 KiB 5e462656b509687c51b9203ff3ba727bd229e44b87d0635cb3102efa567743f2
node-resumer_0.0.0-6.debian.tar.xz 3.5 KiB 6ec7c0109b1a6850ce5256d841a43a1d6ff2fbdd53717b6f3bc078211a2e15fa

Available diffs

No changes file available.

Binary packages built by this source

node-resumer: through stream that starts paused and resumes on the next tick

 Return a through stream that starts out paused and resumes on the next tick,
 unless somebody called .pause().
 .
 This module has the same signature as through.
 .
 Node.js is an event-based server-side JavaScript engine.