File: control

package info (click to toggle)
node-blueimp-md5 2.19.0~ds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: javascript: 246; makefile: 40; sh: 5
file content (40 lines) | stat: -rw-r--r-- 1,120 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
34
35
36
37
38
39
40
Source: node-blueimp-md5
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 brotli,
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 eslint <!nocheck>,
 mocha <!nocheck>,
 node-chai <!nocheck>,
 node-js-yaml <!nocheck>,
 pigz,
 uglifyjs (>= 3),
Standards-Version: 4.6.1
Homepage: https://github.com/blueimp/JavaScript-MD5
Vcs-Browser: https://salsa.debian.org/js-team/node-blueimp-md5
Vcs-Git: https://salsa.debian.org/js-team/node-blueimp-md5.git
Rules-Requires-Root: no

Package: node-blueimp-md5
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Recommends:
 javascript-common,
Provides:
 libjs-blueimp-md5,
Description: JavaScript library implementing the MD5 hash algorithm
 JavaScript MD5 implementation.
 Compatible with server-side environments like Node.js,
 module loaders like RequireJS or webpack
 and all web browsers.
 .
 The MD5 message-digest algorithm is a cryptographically broken
 but still widely used hash function
 producing a 128-bit hash value.