node-lolex 5.1.2+ds-3 source package in Ubuntu

Changelog

node-lolex (5.1.2+ds-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ 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

 -- Yadd <email address hidden>  Mon, 15 Nov 2021 08:30:19 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lolex_5.1.2+ds-3.dsc 2.1 KiB 016ae530a2fed4996e51d7de107c928d982c7e83c06e315f0ef8d0dedf128f92
node-lolex_5.1.2+ds.orig.tar.xz 86.8 KiB 7a3439fd010fd7c444e0f6d4d47b4373ba2d6c6dcbd7bebbdc12489777d58ce5
node-lolex_5.1.2+ds-3.debian.tar.xz 10.1 KiB b50998db5452689a453ec5f37434113c7acfcdbfc570dcb836713c9247b871c1

Available diffs

No changes file available.

Binary packages built by this source

node-lolex: Fake JavaScript timers

 JavaScript implementation of the timer APIs; setTimeout, clearTimeout,
 setImmediate, clearImmediate, setInterval and clearInterval, along with a
 clock instance that controls the flow of time. Lolex also provides a Date
 implementation that gets its time from the clock.
 .
 Lolex can be used to simulate passing time in automated tests and other
 situations where you want the scheduling semantics, but don't want to
 actually wait. Lolex is extracted from Sinon.JS.