File: control

package info (click to toggle)
node-md5-hex 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 104 kB
  • sloc: makefile: 2; sh: 2
file content (26 lines) | stat: -rw-r--r-- 815 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
Source: node-md5-hex
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.1.4
Homepage: https://github.com/sindresorhus/md5-hex#readme
Vcs-Git: https://salsa.debian.org/js-team/node-md5-hex.git
Vcs-Browser: https://salsa.debian.org/js-team/node-md5-hex

Package: node-md5-hex
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-md5-o-matic (>= 0.1.1)
Description: Create a MD5 hash with hex encoding
 This modeule works in the browser too, when used with browserify/webpack.
 .
 Warning: Please don't use MD5 hashes for anything sensitive!
 .
 Node.js is an event-based server-side JavaScript engine.