45 lines
1019 B
JSON
45 lines
1019 B
JSON
{
|
|
"name": "rsa-compat",
|
|
"version": "2.0.3",
|
|
"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": {
|
|
"postinstall": "node lib/telemetry.js event:install",
|
|
"test": "bash test.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
|
|
},
|
|
"keywords": [
|
|
"RSA",
|
|
"ursa",
|
|
"forge",
|
|
"certificate",
|
|
"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"
|
|
}
|
|
}
|