node-quick-lru 6.1.1-2 source package in Ubuntu

Changelog

node-quick-lru (6.1.1-2) unstable; urgency=medium

  * Team upload
  * Back to unstable

 -- Yadd <email address hidden>  Mon, 27 Jun 2022 09:22:05 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-quick-lru_6.1.1-2.dsc 2.0 KiB c174f6c0972c15e2c82db06d6f91549f084780925a4ed2f2d44816dcaa86fc36
node-quick-lru_6.1.1.orig.tar.gz 8.3 KiB 03ef6bdf5792d7f5ebb1542a27a946cbe9a733d4798ff4bbb5e175da4416b8eb
node-quick-lru_6.1.1-2.debian.tar.xz 2.8 KiB 48d19e83da3c292edebef543f125931570d4d354b937c4495d5d238e3b3347ae

Available diffs

No changes file available.

Binary packages built by this source

node-quick-lru: Simple "Least Recently Used" (LRU) cache

 Useful when you need to cache something and limit memory usage.
 Inspired by the hashlru algorithm, but instead uses Map to support
 keys of any type, not just strings, and values can be undefined.
 .
 Node.js is an event-based server-side JavaScript engine.