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.
|