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
|
Source: node-sumchecker
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Uploaders: Marcos Talau <talau@debian.org>
Rules-Requires-Root: no
Build-Depends:
ava,
debhelper-compat (= 13),
dh-sequence-nodejs
Standards-Version: 4.7.0
Homepage: https://github.com/malept/sumchecker
Vcs-Browser: https://salsa.debian.org/js-team/node-sumchecker
Vcs-Git: https://salsa.debian.org/js-team/node-sumchecker.git
Testsuite: autopkgtest-pkg-nodejs
Package: node-sumchecker
Architecture: all
Depends:
${misc:Depends},
node-debug
Multi-Arch: foreign
Description: checksum validator for Node.js
Sumchecker is a pure Node.js solution for validating files specified in a
checksum file, which are usually generated by programs such as sha256sum.
.
It uses node:crypto module to provide the cryptographic functionality.
.
The digest algorithms available are from OpenSSL of the platform. Common
examples: MD5, SHA1, SHA224, SHA256, SHA512, SHAKE128, SHAKE256, SM3.
|