-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
48 lines (48 loc) · 1.31 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@^1.0.2": "jsr:@std/assert@1.0.2",
"jsr:@std/internal@^1.0.1": "jsr:@std/internal@1.0.1",
"jsr:@std/testing@^1.0.0": "jsr:@std/testing@1.0.0"
},
"jsr": {
"@std/assert@1.0.2": {
"integrity": "ccacec332958126deaceb5c63ff8b4eaf9f5ed0eac9feccf124110435e59e49c",
"dependencies": [
"jsr:@std/internal@^1.0.1"
]
},
"@std/internal@1.0.1": {
"integrity": "6f8c7544d06a11dd256c8d6ba54b11ed870aac6c5aeafff499892662c57673e6"
},
"@std/testing@1.0.0": {
"integrity": "27cfc06392c69c2acffe54e6d0bcb5f961cf193f519255372bd4fff1481bfef8",
"dependencies": [
"jsr:@std/assert@^1.0.2"
]
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.2",
"jsr:@std/testing@^1.0.0"
],
"packageJson": {
"dependencies": [
"npm:@eslint/js@^9.9.0",
"npm:@types/eslint__js@^8.42.3",
"npm:eslint@^9.9.0",
"npm:rollup-plugin-dts@^6.1.1",
"npm:rollup-plugin-esbuild@^6.1.1",
"npm:rollup@^4.20.0",
"npm:typedoc-plugin-markdown@^4.2.3",
"npm:typedoc@^0.26.5",
"npm:typescript-eslint@^8.0.1",
"npm:typescript@^5.5.4"
]
}
}
}