17.0.3+~cs10.3.7-ok4 : node-cacache package : openKylin

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

Changelog

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

  * 恢复上游代码合入时误删除的文件(删除补丁文件0001-apply-patches.patch).

 -- Li Weinan <email address hidden>  Fri, 24 Jan 2025 11:04:12 +0800

Upload details

Uploaded by:
liweinan
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-ok4.debian.tar.xz 25.1 KiB 3ff2a37a8246ab705a0145087057c4ee37a8cfd5d0daeb97639456f93e0efd31
node-cacache_17.0.3+~cs10.3.7-ok4.dsc 3.9 KiB 892596b89f9be04a8b1b9be7ac78e2abc32dd3a5eec68b09f3ac16f02edcb34c

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.