JavaScript RSA utils that work on Windows, Mac, and Linux with or without C compiler
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.
 
 

47 lines
1021 B

{
"name": "rsa-compat",
"version": "2.0.6",
"engines": {
"node": ">=10.12"
},
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
"main": "index.js",
"bin": {
"rsa-keygen-js": "bin/rsa-keygen.js"
},
"scripts": {
"test": "bash test.sh"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
},
"keywords": [
"RSA",
"ursa",
"forge",
"certificate",
"csr",
"tls",
"ssl",
"windows",
"mac",
"linux",
"key",
"jwk"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
"trulyOptionalDependencies": {
"buffer-v6-polyfill": "^1.0.3",
"node-forge": "^0.7.6",
"ursa-optional": "^0.9.10"
},
"dependencies": {
"keypairs": "^1.2.14"
}
}