1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: node-cacache
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>, Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-bluebird <!nocheck>
, node-chownr <!nocheck>
, node-flush-write-stream (>= 1.0.3)
, node-glob <!nocheck>
, node-graceful-fs <!nocheck>
, node-lru-cache (>= 7) <!nocheck>
, node-minipass <!nocheck>
, node-mississippi <!nocheck>
, node-mkdirp (>= 1.0.3) <!nocheck>
, node-move-concurrently <!nocheck>
, node-p-map (>= 3.0.0) <!nocheck>
, node-promise-inflight <!nocheck>
, node-rimraf <!nocheck>
, node-semver <!nocheck>
, node-ssri (>= 9) <!nocheck>
, node-tacks <!nocheck>
, node-tap (>= 15) <!nocheck>
, node-unique-filename <!nocheck>
, node-y18n <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-cacache
Vcs-Git: https://salsa.debian.org/js-team/node-cacache.git
Homepage: https://github.com/npm/cacache#readme
Rules-Requires-Root: no
Package: node-cacache
Architecture: all
Depends: ${misc:Depends}
, node-chownr
, node-glob
, node-graceful-fs
, node-lru-cache (>= 7)
, node-minipass
, node-mkdirp (>= 1.0.3)
, node-move-concurrently
, node-p-map (>= 3.0.0)
, node-promise-inflight
, node-rimraf
, node-semver
, node-ssri (>= 9)
, node-unique-filename
Breaks: npm (<< 8.6~)
Provides: ${nodejs:Provides}
Description: 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.
|