78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"_from": "rsa-compat@^1.9.2",
|
|
"_id": "rsa-compat@1.9.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-XY4I/74W+QENMd99zVsyHQcxYxWTXd0EihVXsI4oeb1bz7DYxEKasQrjyzYPnR1tZT7fTPu5HP/vTKfs9lzdGA==",
|
|
"_location": "/rsa-compat",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rsa-compat@^1.9.2",
|
|
"name": "rsa-compat",
|
|
"escapedName": "rsa-compat",
|
|
"rawSpec": "^1.9.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.9.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/acme-v2",
|
|
"/greenlock"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rsa-compat/-/rsa-compat-1.9.2.tgz",
|
|
"_shasum": "cf27a1cf6172361812d27654703dc4adb6a5cfca",
|
|
"_spec": "rsa-compat@^1.9.2",
|
|
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\greenlock",
|
|
"author": {
|
|
"name": "AJ ONeal",
|
|
"email": "coolaj86@gmail.com",
|
|
"url": "https://coolaj86.com/"
|
|
},
|
|
"bin": {
|
|
"rsa-keygen-js": "bin/rsa-keygen.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"node-forge": "^0.7.6",
|
|
"ursa-optional": "^0.9.10"
|
|
},
|
|
"deprecated": false,
|
|
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
|
|
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
|
|
"keywords": [
|
|
"RSA",
|
|
"ursa",
|
|
"forge",
|
|
"certificate",
|
|
"tls",
|
|
"ssl",
|
|
"windows",
|
|
"mac",
|
|
"linux",
|
|
"key",
|
|
"jwk"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"main": "index.js",
|
|
"name": "rsa-compat",
|
|
"optionalDependencies": {
|
|
"node-forge": "^0.7.6",
|
|
"ursa-optional": "^0.9.10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node lib/telemetry.js event:install",
|
|
"test": "bash test.sh"
|
|
},
|
|
"trulyOptionalDependencies": {
|
|
"buffer-v6-polyfill": "^1.0.3"
|
|
},
|
|
"version": "1.9.2"
|
|
}
|