💯 SSH Fingerprint in a lightweight, zero-dependency VanillaJS node library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

38 lines
802 B

{
"name": "ssh-to-jwk",
"version": "1.1.0",
"description": "💯 SSH to JWK in a lightweight, zero-dependency library.",
"homepage": "https://git.coolaj86.com/coolaj86/ssh-to-jwk.js",
"main": "index.js",
"bin": {
"ssh-to-jwk": "bin/ssh-to-jwk.js"
},
"files": [
"bin",
"fixtures",
"lib"
],
"directories": {
"lib": "lib"
},
"scripts": {
"postinstall": "node lib/telemetry.js event:install",
"test": "bash test.sh"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/ssh-to-jwk.js"
},
"keywords": [
"zero-dependency",
"SSH-to-JWK",
"RSA",
"EC",
"SSH",
"fingerprint",
"JWK",
"ECDSA"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}