💯 JWK to SSH in a lightweight, zero-dependency 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.
 
 
 

37 lines
783 B

{
"name": "jwk-to-ssh",
"version": "1.2.0",
"description": "💯 JWK to SSH in a lightweight, zero-dependency library.",
"homepage": "https://git.coolaj86.com/coolaj86/jwk-to-ssh.js",
"main": "index.js",
"bin": {
"jwk-to-ssh": "bin/jwk-to-ssh.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/jwk-to-ssh.js"
},
"keywords": [
"zero-dependency",
"JWK-to-SSH",
"RSA",
"EC",
"SSH",
"JWK",
"ECDSA"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}