mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "_args": [
    [
      "jsrsasign@7.2.2",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "jsrsasign@7.2.2",
  "_id": "jsrsasign@7.2.2",
  "_inBundle": false,
  "_integrity": "sha512-hNN6476wY3ZP9X5HXdCmf/ovcbK+K56Fhg3cAIhgxy1WYXtGSNYDmlplecMqz1RbmqdBolkr4iyl5FAl6s4Xtg==",
  "_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.npmmirror.com/jsrsasign/-/jsrsasign-7.2.2.tgz",
  "_spec": "7.2.2",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "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"
}