Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

42 righe
871 B

{
"name": "@root/keypairs",
"version": "0.10.0",
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
"main": "keypairs.js",
"browser": {
"./lib/node/keypairs.js": "./lib/browser/keypairs.js",
"./lib/node/ecdsa.js": "./lib/browser/ecdsa.js",
"./lib/node/rsa.js": "./lib/browser/rsa.js",
"./lib/node/sha2.js": "./lib/browser/sha2.js"
},
"scripts": {
"test": "node tests"
},
"files": [
"*.js",
"bin",
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/csr.js.git"
},
"keywords": [
"ASN.1",
"DER",
"PEM",
"x509",
"RSA",
"EC",
"ECDSA",
"asn1"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
"@root/encoding": "^1.0.1",
"@root/pem": "^1.0.4",
"@root/x509": "^0.7.2"
}
}