[ 源代码: node-cacache ]
软件包:node-cacache(15.0.5+~cs13.9.21-1)
node-cacache 的相关链接
Debian 的资源:
下载源码包 node-cacache:
- [node-cacache_15.0.5+~cs13.9.21-1.dsc]
- [node-cacache_15.0.5+~cs13.9.21.orig-figgy-pudding.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21.orig-fs-minipass.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21.orig-infer-owner.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21.orig-minipass-collect.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21.orig-minipass-flush.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21.orig-minipass-pipeline.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21.orig-minipass.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21.orig-npmcli-move-file.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21.orig.tar.gz]
- [node-cacache_15.0.5+~cs13.9.21-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 node-cacache 有关的软件包
|
|
|
|
-
- dep: node-chownr
- like chown -R
-
- dep: node-glob (>= 7.1.2)
- glob functionality for Node.js
-
- dep: node-graceful-fs (>= 4.1.11)
- drop-in replacement improving the Node.js fs module
-
- dep: node-lru-cache (>= 4.1.1)
- least-recently-used cache object for Node.js
-
- dep: node-mkdirp (>= 1.0.3)
- Recursively create directories - Node.js module
-
- dep: node-move-concurrently
- Move files and directories concurrently
-
- dep: node-p-map (>= 3.0.0)
- Map over promises concurrently
-
- dep: node-promise-inflight
- one promise for multiple requests in flight to avoid async duplication
-
- dep: node-rimraf (>= 2.6.1)
- Deep deletion (like rm -rf) module for Node.js
-
- dep: node-ssri
- Utility for parsing, serializing, generating and verifying ssri metadata
-
- dep: node-unique-filename
- unique filename for use in temporary directories or caches
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable