-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
42 lines (42 loc) · 1.67 KB
/
package-lock.json
File metadata and controls
42 lines (42 loc) · 1.67 KB
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
{
"name": "webauthn-snippets",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@lapo/asn1js": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@lapo/asn1js/-/asn1js-1.2.1.tgz",
"integrity": "sha512-Nunnx2ey7p5KzcwLvi3WBGjkrVnTQb0/jfH1KBS/z7V5ta+1JanJ8Emo5d5+dcmIMKDSLDNa8T7nYTr1Ss0GeA=="
},
"base64url": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/base64url/-/base64url-3.0.1.tgz",
"integrity": "sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A=="
},
"bignumber.js": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz",
"integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA=="
},
"cbor": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/cbor/-/cbor-5.1.0.tgz",
"integrity": "sha512-qzEc7kUShdMbWTaUH7X+aHW8owvBU3FS0dfYR1lGYpoZr0mGJhhojLlZJH653x/DfeMZ56h315FRNBUIG1R7qg==",
"requires": {
"bignumber.js": "^9.0.0",
"nofilter": "^1.0.4"
}
},
"jsrsasign": {
"version": "10.1.4",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.1.4.tgz",
"integrity": "sha512-j+bG6EaQ/SBvQvnI8M2x3Wawz8jx3fBViPClAw84QpsnLSjtr5fobp5W2TAljpAhboxWvbkZmd/KDBm+hckqJQ=="
},
"nofilter": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/nofilter/-/nofilter-1.0.4.tgz",
"integrity": "sha512-N8lidFp+fCz+TD51+haYdbDGrcBWwuHX40F5+z0qkUjMJ5Tp+rdSuAkMJ9N9eoolDlEVTf6u5icM+cNKkKW2mA=="
}
}
}