-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdeno.lock
More file actions
45 lines (45 loc) · 1.36 KB
/
deno.lock
File metadata and controls
45 lines (45 loc) · 1.36 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
43
44
45
{
"version": "5",
"specifiers": {
"jsr:@std/assert@^1.0.16": "1.0.16",
"jsr:@std/internal@^1.0.12": "1.0.12",
"npm:@types/node@*": "24.2.0",
"npm:cross-bdd@0.2": "0.2.0",
"npm:uint8array-extras@^1.5.0": "1.5.0"
},
"jsr": {
"@std/assert@1.0.16": {
"integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
}
},
"npm": {
"@types/node@24.2.0": {
"integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==",
"dependencies": [
"undici-types"
]
},
"cross-bdd@0.2.0": {
"integrity": "sha512-7rcKebgnLVAf/rAExIQeFHGMb0jBWJbqZYN33A1zF2pnP+1kK57uWv2vMj9juAYNgweSSWf9heTjJ1J5L+/MRA=="
},
"uint8array-extras@1.5.0": {
"integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A=="
},
"undici-types@7.10.0": {
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.16",
"npm:cross-bdd@0.2",
"npm:uint8array-extras@^1.5.0"
]
}
}