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 48
|
Source: node-sshpk
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
, node-tape <!nocheck>
, node-temp <!nocheck>
, openssl <!nocheck>
, node-marked-man
, node-sinon <!nocheck>
, node-dashdash (>= 1.12.0) <!nocheck>
, node-assert-plus (>= 1.0.0) <!nocheck>
, node-getpass (>= 0.1.1) <!nocheck>
, node-asn1 (>= 0.2.3) <!nocheck>
, node-jsbn (>= 0.1.0) <!nocheck>
, node-ecc-jsbn (>= 0.1.1) <!nocheck>
, node-tweetnacl (>= 0.14.0) <!nocheck>
, node-bcrypt-pbkdf (>= 1.0.0) <!nocheck>
Standards-Version: 4.3.0
Homepage: https://github.com/arekinath/node-sshpk#readme
Vcs-Browser: https://salsa.debian.org/js-team/node-sshpk
Vcs-Git: https://salsa.debian.org/js-team/node-sshpk.git
Package: node-sshpk
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-dashdash (>= 1.12.0)
, node-assert-plus (>= 1.0.0)
, node-getpass (>= 0.1.1)
, node-asn1 (>= 0.2.3)
, node-jsbn (>= 0.1.0)
, node-ecc-jsbn (>= 0.1.1)
, node-tweetnacl (>= 0.14.0)
, node-bcrypt-pbkdf (>= 1.0.0)
Description: library for finding and using SSH public keys
Parse, convert, fingerprint and use SSH keys (both public and private) in
pure node -- no `ssh-keygen` or other external dependencies.
.
Supports RSA, DSA, ECDSA (nistp-\*) and ED25519 key types, in PEM (PKCS#1,
PKCS#8) and OpenSSH formats.
.
Node.js is an event-based server-side JavaScript engine.
|