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
|
Source: node-keygrip
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 12)
, mocha
, nodejs
, pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-keygrip
Vcs-Git: https://salsa.debian.org/js-team/node-keygrip.git
Homepage: https://github.com/expressjs/keygrip
Rules-Requires-Root: no
Package: node-keygrip
Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: Key signing and verification for rotated credentials for Node.js
This module helps signing and verifying data through a rotating credential
system, in which new server keys can be added and old ones removed regularly,
without invalidating client credentials.
.
Node.js is an event-based server-side JavaScript engine.
|