forked from openhotel/utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
106 lines (106 loc) · 3.46 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"version": "4",
"specifiers": {
"jsr:@da/[email protected]": "1.0.0",
"jsr:@oh/[email protected]": "1.1.0",
"jsr:@std/assert@^1.0.7": "1.0.7",
"jsr:@std/[email protected]": "1.0.5",
"jsr:@std/expect@*": "1.0.7",
"jsr:@std/[email protected]": "1.0.4",
"jsr:@std/internal@^1.0.5": "1.0.5",
"jsr:@std/[email protected]": "1.0.6",
"jsr:@std/path@^1.0.6": "1.0.6",
"jsr:@std/testing@*": "1.0.4",
"jsr:@std/[email protected]": "1.0.5",
"jsr:@zip-js/[email protected]": "2.7.53",
"npm:[email protected]": "1.11.13"
},
"jsr": {
"@da/[email protected]": {
"integrity": "615d5875bf153c825e98f3d065b24ec3de78051f5a8f352e1fea792228ac1060"
},
"@oh/[email protected]": {
"integrity": "57f2f01bf259dff8896fb9d8f4f49e477e6533ccc5cbc4559ebd8410142aeff5",
"dependencies": [
"jsr:@std/fs",
"jsr:@std/[email protected]",
"jsr:@std/yaml"
]
},
"@std/[email protected]": {
"integrity": "64ce9fac879e0b9f3042a89b3c3f8ccfc9c984391af19e2087513a79d73e28c3",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/[email protected]": {
"integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04"
},
"@std/[email protected]": {
"integrity": "3904afa77cfe5c45dd2cd2c476e6fc5b6f57103d712890f0783d74c19d4b05a9",
"dependencies": [
"jsr:@std/assert",
"jsr:@std/internal"
]
},
"@std/[email protected]": {
"integrity": "2907d32d8d1d9e540588fd5fe0ec21ee638134bd51df327ad4e443aaef07123c",
"dependencies": [
"jsr:@std/path@^1.0.6"
]
},
"@std/[email protected]": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
},
"@std/[email protected]": {
"integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed"
},
"@std/[email protected]": {
"integrity": "ca1368d720b183f572d40c469bb9faf09643ddd77b54f8b44d36ae6b94940576",
"dependencies": [
"jsr:@std/assert",
"jsr:@std/internal"
]
},
"@std/[email protected]": {
"integrity": "71ba3d334305ee2149391931508b2c293a8490f94a337eef3a09cade1a2a2742"
},
"@zip-js/[email protected]": {
"integrity": "acea5bd8e01feb3fe4c242cfbde7d33dd5e006549a4eb1d15283bc0c778ed672"
}
},
"npm": {
"[email protected]": {
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
}
},
"remote": {
"https://deno.land/x/[email protected]/mod.ts": "ff09bdae282583cf5f7d87efe37ddcecef7f14f6d12e8b8066a3058db8c6c2f7",
"https://deno.land/x/[email protected]/src/bcrypt/base64.ts": "b8266450a4f1eb6960f60f2f7986afc4dde6b45bd2d7ee7ba10789e67e17b9f7",
"https://deno.land/x/[email protected]/src/bcrypt/bcrypt.ts": "ec221648cc6453ea5e3803bc817c01157dada06aa6f7a0ba6b9f87aae32b21e2",
"https://deno.land/x/[email protected]/src/main.ts": "08d201b289c8d9c46f8839c69cd6625b213863db29775c7a200afc3b540e64f8"
},
"workspace": {
"dependencies": [
"jsr:@da/[email protected]",
"jsr:@oh/[email protected]",
"jsr:@std/[email protected]",
"jsr:@std/[email protected]",
"jsr:@std/[email protected]",
"jsr:@std/[email protected]",
"jsr:@zip-js/[email protected]",
"npm:[email protected]"
],
"packageJson": {
"dependencies": [
"npm:@babel/core@^7.26.0",
"npm:@babel/preset-env@^7.26.0",
"npm:@babel/preset-typescript@^7.26.0",
"npm:babel-jest@^29.7.0",
"npm:[email protected]",
"npm:jest@^29.7.0",
"npm:[email protected]"
]
}
}
}