node-lazy-cache 2.0.2-2 source package in Ubuntu

Changelog

node-lazy-cache (2.0.2-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Add debian/gbp.conf
  * Fix GitHub tags regex
  * Fix filenamemangle
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Update standards version to 4.6.0, no changes needed.
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>
  * Enable upstream test (mocha)

 -- Yadd <email address hidden>  Wed, 29 Dec 2021 18:48:05 +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-lazy-cache_2.0.2-2.dsc 2.1 KiB 8d0a33105d7553cb91164eda490464eee64a4d6445124fe2fbc3b63c1bfc4c86
node-lazy-cache_2.0.2.orig.tar.gz 7.7 KiB 28df32637c77d4b9165be4842e20678d48829641055bfe0500de005147894367
node-lazy-cache_2.0.2-2.debian.tar.xz 3.3 KiB de2f61514ab517769793bd6fd342aa3cdf47905aca42bc9a9ea009875113ad03

Available diffs

No changes file available.

Binary packages built by this source

node-lazy-cache: Cache requires to be lazy-loaded when needed

 Cache requires to be lazy-loaded when needed. Works with browserify.
 Uses node's own require system with tried and true, plain-vanilla
 JavaScript getters.
 .
 Node.js is an event-based server-side JavaScript engine.