File: control

package info (click to toggle)
node-uid-safe 2.1.5%2B~2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: javascript: 111; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 952 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
Source: node-uid-safe
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-promise <!nocheck>
 , node-random-bytes <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-uid-safe
Vcs-Git: https://salsa.debian.org/js-team/node-uid-safe.git
Homepage: https://github.com/crypto-utils/uid-safe
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-uid-safe
Architecture: all
Depends: ${misc:Depends}
 , node-promise
 , node-random-bytes
Provides: ${nodejs:Provides}
Description: UID generator for cookie and URL
 This Node.js module provides a generator to create cryptographically secure
 UIDs safe for both cookie and URL usage.
 .
 Node.js is an event-based server-side JavaScript engine.