File: control

package info (click to toggle)
node-cryptiles 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: javascript: 120; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,053 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
Source: node-cryptiles
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-hapi-boom (>= 10.0.0) <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-cryptiles
Vcs-Git: https://salsa.debian.org/js-team/node-cryptiles.git
Homepage: https://github.com/hapijs/cryptiles
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-cryptiles
Architecture: all
Depends: ${misc:Depends}
 , node-hapi-boom (>= 10.0.0)
Provides: node-hapi-cryptiles (=${source:Version})
Description: General purpose crypto utilities
 This library provides methods for generating cryptographically strong
 pseudo-random data (string or digits) of specified length. It can also compare
 two strings using fixed time algorithm (to prevent time-based analysis of MAC
 digest match).
 .
 Node.js is an event-based server-side JavaScript engine.