You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.1 KiB
95 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"jsrsasign@7.2.2",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_from": "jsrsasign@7.2.2",
|
|
"_id": "jsrsasign@7.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-rlIwy1V0RRu5eanMaXQoxg9ZjSA=",
|
|
"_location": "/jsrsasign",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jsrsasign@7.2.2",
|
|
"name": "jsrsasign",
|
|
"escapedName": "jsrsasign",
|
|
"rawSpec": "7.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@hap-toolkit/packager"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/jsrsasign/download/jsrsasign-7.2.2.tgz",
|
|
"_spec": "7.2.2",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Kenji Urushima"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kjur/jsrsasign/issues"
|
|
},
|
|
"dependencies": {},
|
|
"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, OCSP, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK).",
|
|
"devDependencies": {
|
|
"mocha": "~1.7.4"
|
|
},
|
|
"homepage": "https://github.com/kjur/jsrsasign#readme",
|
|
"keywords": [
|
|
"crypto",
|
|
"cryptography",
|
|
"Cipher",
|
|
"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",
|
|
"CRL",
|
|
"OCSP",
|
|
"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"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/jsrsasign.js",
|
|
"name": "jsrsasign",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kjur/jsrsasign.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "7.2.2"
|
|
}
|
|
|