forked from kjur/jsrsasign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "jsrsasign",
"version": "4.9.0",
"description": "opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK). This node package based on jsrsasign 4.8.5 with minify fix",
"main": "lib/jsrsasign.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kjur/jsrsasign.git"
},
"keywords": [
"RSA", "ECDSA", "DSA", "RSAPSS",
"PKCS#1", "PKCS#5", "PKCS#8", "private key", "public key",
"CSR", "PKCS#10",
"hash function",
"HMac",
"ASN.1",
"certificate", "X.509",
"RFC 3161", "Digital Timestamp", "Timestamp", "Time Stamp Token",
"CMS", "Cryptgraphic Message Syntax", "PKCS#7",
"Signature", "Digital Signature", "signing",
"Message Digest",
"JSON Web Token", "JWT",
"JSON Web Signature", "JWS",
"JSON Web Key", "JWK",
"JOSE", "JWA"
],
"author": "Kenji Urushima",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/kjur/jsrsasign/master/LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/kjur/jsrsasign/issues"
},
"dependencies": {}
}