File: control

package info (click to toggle)
node-lru-cache 10.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: javascript: 546; sh: 90; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download
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
Source: node-lru-cache
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-esbuild
 , node-tap (>= 15) <!nocheck>
 , node-typescript
 , ts-node <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-lru-cache
Vcs-Git: https://salsa.debian.org/js-team/node-lru-cache.git
Homepage: https://github.com/isaacs/node-lru-cache
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-lru-cache
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Breaks: node-cacache (<< 16),
 node-babel7 (<< 7.20.15+ds1+~cs214.269.168-7~),
 node-babel7-runtime (<< 7.20.15+ds1+~cs214.269.168-7~),
 node-ejs (<< 3.1.10+~3.1.5-2~)
Description: least-recently-used cache object for Node.js
 A cache object that deletes the least-recently-used items.
 This is the Node.js module.
 .
 Node.js is an event-based server-side javascript engine.