File: control

package info (click to toggle)
node-find-cache-dir 3.3.2%2B~3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: javascript: 93; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 989 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
Source: node-find-cache-dir
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-commondir <!nocheck>
 , node-del (>= 4.0.0) <!nocheck>
 , node-make-dir <!nocheck>
 , node-pkg-dir (>= 4.1.0) <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-find-cache-dir
Vcs-Git: https://salsa.debian.org/js-team/node-find-cache-dir.git
Homepage: https://github.com/jamestalmage/find-cache-dir
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-find-cache-dir
Architecture: all
Depends: ${misc:Depends}
 , node-commondir
 , node-del (>= 4.0.0)
 , node-make-dir
 , node-pkg-dir (>= 4.1.0)
Provides: ${nodejs:Provides}
Description: finds the common standard cache directory
 Node.js is an event-based server-side JavaScript engine.