File: control

package info (click to toggle)
node-create-hash 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: sh: 13; makefile: 10
file content (47 lines) | stat: -rw-r--r-- 1,635 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
41
42
43
44
45
46
47
Source: node-create-hash
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper-compat (= 12)
 , dh-buildinfo
 , nodejs (>= 10)
 , dpkg-dev (>= 1.17.14)
 , node-md5.js (>= 1.3.4) <!nocheck>
 , node-sha.js (>= 2.4.0) <!nocheck>
 , node-safe-buffer (>= 5.0.1) <!nocheck>,
 , node-inherits (>= 2.0.1) <!nocheck>
 , node-ripemd160 (>= 2.0.1) <!nocheck>
 , node-cipher-base (>= 1.0.1) <!nocheck>
 , node-hash-test-vectors (>= 1.3.2) <!nocheck>
 , node-tape (>= 4.6) <!nocheck>
Standards-Version: 4.4.0
Homepage: https://github.com/crypto-browserify/createHash
Vcs-Git: https://salsa.debian.org/js-team/node-create-hash.git
Vcs-Browser: https://salsa.debian.org/js-team/node-create-hash

Package: node-create-hash
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
 , node-md5.js (>= 1.3.4)
 , node-sha.js (>= 2.4.0)
 , node-inherits (>= 2.0.1)
 , node-ripemd160 (>= 2.0.1)
 , node-cipher-base (>= 1.0.1)
Description: create hashes for browserify
 This package allow one to create hash in browser context using
 Node.js API.
 .
 A hash function is any function that can be used to map data
 of arbitrary size to data of fixed  size.
 Hash functions are related to checksums, check digits,
 fingerprints, lossy compression, randomization functions,
 error-correcting codes, and ciphers.
 Although these concepts overlap to some extent, each has
 its own uses and   requirements and is designed and optimized
 differently.
 .
 Node.js is an event-based server-side JavaScript engine.