File: control

package info (click to toggle)
node-bcrypt-pbkdf 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: javascript: 442; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 949 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
Source: node-bcrypt-pbkdf
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)
 , nodejs
 , node-tweetnacl
 , pkg-js-tools (>= 0.8.10)
Standards-Version: 4.5.1
Homepage: https://www.npmjs.com/package/bcrypt-pbkdf
Vcs-Git: https://salsa.debian.org/js-team/node-bcrypt-pbkdf.git
Vcs-Browser: https://salsa.debian.org/js-team/node-bcrypt-pbkdf

Package: node-bcrypt-pbkdf
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs:any
 , node-tweetnacl
Description: Port of the OpenBSD bcrypt_pbkdf function to pure JS
 Port of the OpenBSD `bcrypt_pbkdf` function to pure Javascript. `npm`-ified
 version of Devi Mandiri's port, with some minor performance improvements.
 The code is copied verbatim (and un-styled) from Devi's work.
 .
 Node.js is an event-based server-side JavaScript engine.