File: control

package info (click to toggle)
node-temp 0.9.4%2B~0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 324 kB
  • sloc: javascript: 393; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download | duplicates (2)
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-temp
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha (>= 6.2.3) <!nocheck>
 , node-mkdirp (>= 1.0.3~) <!nocheck>
 , node-rimraf <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-temp
Vcs-Git: https://salsa.debian.org/js-team/node-temp.git
Homepage: https://github.com/bruce/node-temp
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-temp
Architecture: all
Depends: ${misc:Depends}
 , node-mkdirp (>= 1.0.3~)
 , node-rimraf
Provides: ${nodejs:Provides}
Description: Temporary files, directories, and streams for Node.js
 This library handles generating a unique file/directory name under the
 appropriate system temporary directory, changing the file to an appropriate
 mode, and supports automatic removal (if asked).
 .
 Node.js is an event-based server-side JavaScript engine.