-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeno.lock
81 lines (81 loc) · 2.78 KB
/
deno.lock
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
{
"version": "4",
"specifiers": {
"jsr:@gaubee/[email protected]": "0.19.0",
"npm:@bfmeta/sign-util@^1.1.1": "1.1.1",
"npm:@jsr/[email protected]": "0.19.0",
"npm:@jsr/std__cli@^1.0.6": "1.0.8",
"npm:@types/dns-packet@^5.6.5": "5.6.5",
"npm:dns-packet@^5.6.1": "5.6.1",
"npm:import-meta-ponyfill@^3.2.1": "3.2.1",
"npm:zod@^3.23.8": "3.24.1"
},
"jsr": {
"@gaubee/[email protected]": {
"integrity": "4f1fbf07de54906feac81b026d8d14a6869ed16d16be128511e6536205f2ea87"
}
},
"npm": {
"@bfmeta/[email protected]": {
"integrity": "sha512-i+5f24uyVqca0pzWELy0JZUnhpn3OJz+NV7YmF0xIj57tsodC9PXJCkIGouYSozdLI6kLyJsnosA63QDmOgKSQ==",
"dependencies": [
"tslib"
]
},
"@jsr/[email protected]": {
"integrity": "sha512-2b5SD1XC8nuPyN0BpduTJHckNdTqxT5WHVlMYs56pGsMDPmQU6ecjY4uBBptRtGJK7PPYR1H7nuXXmCOnTFirQ=="
},
"@jsr/[email protected]": {
"integrity": "sha512-INuqfQ6ZJQe+WnSX8kphC9/G7TN5ZXvqtdcw1LmoowpUQwQnh5w+kywUhbC+FHXwSgNDyMi/h2w0px464kdstg=="
},
"@leichtgewicht/[email protected]": {
"integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw=="
},
"@types/[email protected]": {
"integrity": "sha512-qXOC7XLOEe43ehtWJCMnQXvgcIpv6rPmQ1jXT98Ad8A3TB1Ue50jsCbSSSyuazScEuZ/Q026vHbrOTVkmwA+7Q==",
"dependencies": [
"@types/node"
]
},
"@types/[email protected]": {
"integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
"dependencies": [
"undici-types"
]
},
"[email protected]": {
"integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
"dependencies": [
"@leichtgewicht/ip-codec"
]
},
"[email protected]": {
"integrity": "sha512-2dwCESkA/LyTF/YMWRR5v7DWfzqFqodiUTmgu6MjhkpO0rFAerPgdUtvVc0t7rsezL55nK1eqlTILW9WiLvDEQ=="
},
"[email protected]": {
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
},
"[email protected]": {
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
},
"[email protected]": {
"integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A=="
}
},
"workspace": {
"dependencies": [
"jsr:@gaubee/[email protected]"
],
"packageJson": {
"dependencies": [
"npm:@bfmeta/sign-util@^1.1.1",
"npm:@jsr/[email protected]",
"npm:@jsr/std__cli@^1.0.6",
"npm:@types/dns-packet@^5.6.5",
"npm:dns-packet@^5.6.1",
"npm:import-meta-ponyfill@^3.2.1",
"npm:zod@^3.23.8"
]
}
}
}