node-cacache 17.0.3+~cs10.3.7-ok3 source package in openKylin

Changelog

node-cacache (17.0.3+~cs10.3.7-ok3) nile; urgency=medium

  * Rebuild for pass test.

 -- liubo01 <email address hidden>  Tue, 13 Aug 2024 15:04:40 +0800

Upload details

Uploaded by:
liubo01
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main javascript

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cacache_17.0.3+~cs10.3.7.orig-fs-minipass.tar.gz 34.4 KiB 83cf7dc113dacdbe3a2d05753edde01c37256cc97167ea5a8086ab85a78f2efd
node-cacache_17.0.3+~cs10.3.7.orig-gar-promisify.tar.gz 3.3 KiB 3ef1a21c4e93913862335baa64d3f06ab955eafa435880c3ea80afea5670e275
node-cacache_17.0.3+~cs10.3.7.orig-infer-owner.tar.gz 23.5 KiB c7baff0c5b4c3c7af772be0b33087f3c16cf8fcce3459cd82a8481133765c2c2
node-cacache_17.0.3+~cs10.3.7.orig-npmcli-fs.tar.gz 21.1 KiB 32d9d3cd35eff94e6abcd968772915c8565b26686c3c6a97ff5e23304e313310
node-cacache_17.0.3+~cs10.3.7.orig-npmcli-move-file.tar.gz 11.4 KiB 4ebdff0e49c3a9d76bbadaabded8f95c3dfb326a94fe5e940820b3efb658a871
node-cacache_17.0.3+~cs10.3.7.orig.tar.gz 52.8 KiB 2daa2c943a9cf316eef10eda6883ac967ca32cc28de9decef147ea42bdc34283
node-cacache_17.0.3+~cs10.3.7-ok3.debian.tar.xz 24.9 KiB d0189bad615f12eeb482553c2ee5160a8cd4c7f2bb135842225da9470b0bb1fb
node-cacache_17.0.3+~cs10.3.7-ok3.dsc 3.9 KiB 35716ccdff11f3d5325b7c0603fddd88f81f43bdffda5e5d03c2e69432758871

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.