node-cacache 17.0.3+ds1+~cs8.2.7-ok1 source package in openKylin

Changelog

node-cacache (17.0.3+ds1+~cs8.2.7-ok1) huanghe; urgency=medium

  * update upstream version

 -- Li Weinan <email address hidden>  Wed, 05 Aug 2026 14:23:34 +0800

Upload details

Uploaded by:
liweinan
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main javascript

Downloads

File Size SHA-256 Checksum
node-cacache_17.0.3+ds1+~cs8.2.7.orig-gar-promisify.tar.gz 3.3 KiB 3ef1a21c4e93913862335baa64d3f06ab955eafa435880c3ea80afea5670e275
node-cacache_17.0.3+ds1+~cs8.2.7.orig-infer-owner.tar.gz 23.5 KiB c7baff0c5b4c3c7af772be0b33087f3c16cf8fcce3459cd82a8481133765c2c2
node-cacache_17.0.3+ds1+~cs8.2.7.orig-npmcli-fs.tar.gz 21.1 KiB 32d9d3cd35eff94e6abcd968772915c8565b26686c3c6a97ff5e23304e313310
node-cacache_17.0.3+ds1+~cs8.2.7.orig-npmcli-move-file.tar.gz 11.4 KiB 4ebdff0e49c3a9d76bbadaabded8f95c3dfb326a94fe5e940820b3efb658a871
node-cacache_17.0.3+ds1+~cs8.2.7.orig.tar.gz 52.8 KiB 2daa2c943a9cf316eef10eda6883ac967ca32cc28de9decef147ea42bdc34283
node-cacache_17.0.3+ds1+~cs8.2.7-ok1.debian.tar.xz 4.7 KiB 8b79e41212a0fe24a9e2e3e2271d7fd33919aa364fd4a9904656bd583baa9384
node-cacache_17.0.3+ds1+~cs8.2.7-ok1.dsc 3.8 KiB 0ae1d4847f8bc0f99aa9c3570e9929a4e344fdd4cc482fe27942eb575e920438

View changes file

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.