rsa-compat.js/package.json

48 lines
1021 B
JSON
Raw Normal View 히스토리

2016-07-30 19:59:48 +00:00
{
"name": "rsa-compat",
"version": "2.0.5",
2019-03-14 17:59:31 +00:00
"engines": {
"node": ">=10.12"
2018-12-17 08:19:45 +00:00
},
2016-07-30 19:59:48 +00:00
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
"main": "index.js",
2016-08-17 06:22:07 +00:00
"bin": {
"rsa-keygen-js": "bin/rsa-keygen.js"
},
2016-07-30 19:59:48 +00:00
"scripts": {
"test": "bash test.sh"
2016-07-30 19:59:48 +00:00
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
2016-07-30 19:59:48 +00:00
},
"keywords": [
"RSA",
"ursa",
"forge",
"certificate",
2019-03-14 18:07:48 +00:00
"csr",
2016-07-30 19:59:48 +00:00
"tls",
"ssl",
"windows",
"mac",
"linux",
"key",
"jwk"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
2016-07-30 19:59:48 +00:00
"bugs": {
2018-03-21 03:55:27 +00:00
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues"
2016-07-30 19:59:48 +00:00
},
2018-03-21 03:55:27 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
2018-06-29 08:39:10 +00:00
"trulyOptionalDependencies": {
2018-12-16 10:08:59 +00:00
"buffer-v6-polyfill": "^1.0.3",
"node-forge": "^0.7.6",
"ursa-optional": "^0.9.10"
2019-03-14 17:59:31 +00:00
},
"dependencies": {
"keypairs": "^1.2.14"
2016-07-30 23:10:14 +00:00
}
2016-07-30 19:59:48 +00:00
}