File: control

package info (click to toggle)
node-unique-filename 1.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 248 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,094 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
33
Source: node-unique-filename
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12)
 , pkg-js-tools
 , nodejs
# , node-unique-slug (>= 2.0.0)
 , node-imurmurhash <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.4.1
Homepage: https://github.com/iarna/unique-filename
Vcs-Git: https://salsa.debian.org/js-team/node-unique-filename.git
Vcs-Browser: https://salsa.debian.org/js-team/node-unique-filename

Package: node-unique-filename
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
# , node-unique-slug (>= 2.0.0)
 , node-imurmurhash
Description: unique filename for use in temporary directories or caches
 This module can be used to generate a unique filename for use in temporary
 directories or caches.
 .
 For example, if you pass os.tmpdir() as an argument, it returns something
 like: /tmp/912ec803b2ce49e4a541068d495ab570.
 .
 Node.js is an event-based server-side JavaScript engine.