node-cacache 17.0.2+~cs10.3.7-2 source package in Ubuntu

Changelog

node-cacache (17.0.2+~cs10.3.7-2) unstable; urgency=medium

  * Back to unstable

 -- Yadd <email address hidden>  Fri, 18 Nov 2022 11:01:21 +0100

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-cacache_17.0.2+~cs10.3.7-2.dsc 4.2 KiB f9bf7fa0713d62d3c1db5e341ae6621788e7e7cc0bfd257ac493d4667abd5a50
node-cacache_17.0.2+~cs10.3.7.orig-fs-minipass.tar.gz 34.4 KiB 83cf7dc113dacdbe3a2d05753edde01c37256cc97167ea5a8086ab85a78f2efd
node-cacache_17.0.2+~cs10.3.7.orig-gar-promisify.tar.gz 3.3 KiB 3ef1a21c4e93913862335baa64d3f06ab955eafa435880c3ea80afea5670e275
node-cacache_17.0.2+~cs10.3.7.orig-infer-owner.tar.gz 23.5 KiB c7baff0c5b4c3c7af772be0b33087f3c16cf8fcce3459cd82a8481133765c2c2
node-cacache_17.0.2+~cs10.3.7.orig-npmcli-fs.tar.gz 21.1 KiB 32d9d3cd35eff94e6abcd968772915c8565b26686c3c6a97ff5e23304e313310
node-cacache_17.0.2+~cs10.3.7.orig-npmcli-move-file.tar.gz 11.4 KiB 4ebdff0e49c3a9d76bbadaabded8f95c3dfb326a94fe5e940820b3efb658a871
node-cacache_17.0.2+~cs10.3.7.orig.tar.gz 52.4 KiB 2606d200ba9175c3b9b3146ef06b6c73957b8d8ec1e77604a208ebb9c98f1e4a
node-cacache_17.0.2+~cs10.3.7-2.debian.tar.xz 4.5 KiB 63799bfe1d3e8cbd0fe47f532e6e6dc1d8704b237570deee1690051455040ece

No changes file available.

Binary packages built by this source

node-cacache: fast, fault-tolerant, disk-based, data-agnostic, content-addressable cache

 This module is a Node.js library for managing local key and content address
 caches. It's really fast, really good at concurrency, and it will never give
 you corrupted data, even if cache files get corrupted or manipulated.
 .
 It was originally written to be used as npm's local cache, but can just as
 easily be used on its own.
 .
 Node.js is an event-based server-side JavaScript engine.