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

Changelog

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

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

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 14:44:33 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-quick-lru_6.1.1-3.dsc 2.0 KiB 35cfea6c47576ff965239a7177d7dcc8600e60bcdf7eba2d1678040ba32353c2
node-quick-lru_6.1.1.orig.tar.gz 8.3 KiB 03ef6bdf5792d7f5ebb1542a27a946cbe9a733d4798ff4bbb5e175da4416b8eb
node-quick-lru_6.1.1-3.debian.tar.xz 2.9 KiB f2fbc2e270b29ad0e8c4cbf520348a7cfec77e02e488c3ab9011d85fbe0cfb30

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.