-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeno.lock
More file actions
68 lines (68 loc) · 2.28 KB
/
deno.lock
File metadata and controls
68 lines (68 loc) · 2.28 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"version": "4",
"specifiers": {
"jsr:@std/assert@1": "1.0.6",
"jsr:@std/collections@^1.0.5": "1.0.9",
"jsr:@std/fs@*": "1.0.5",
"jsr:@std/internal@^1.0.4": "1.0.4",
"jsr:@std/path@*": "1.0.7",
"jsr:@std/path@^1.0.7": "1.0.7",
"jsr:@std/toml@*": "1.0.1",
"jsr:@std/yaml@*": "1.0.5",
"npm:liquidjs@*": "10.19.0"
},
"jsr": {
"@std/assert@1.0.6": {
"integrity": "1904c05806a25d94fe791d6d883b685c9e2dcd60e4f9fc30f4fc5cf010c72207",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/collections@1.0.9": {
"integrity": "4f58104ead08a04a2199374247f07befe50ba01d9cca8cbb23ab9a0419921e71"
},
"@std/fs@1.0.5": {
"integrity": "41806ad6823d0b5f275f9849a2640d87e4ef67c51ee1b8fb02426f55e02fd44e",
"dependencies": [
"jsr:@std/path@^1.0.7"
]
},
"@std/internal@1.0.4": {
"integrity": "62e8e4911527e5e4f307741a795c0b0a9e6958d0b3790716ae71ce085f755422"
},
"@std/path@1.0.7": {
"integrity": "76a689e07f0e15dcc6002ec39d0866797e7156629212b28f27179b8a5c3b33a1"
},
"@std/toml@1.0.1": {
"integrity": "b55b407159930f338d384b1f8fd317c8e8a35e27ebb8946155f49e3a158d16c4",
"dependencies": [
"jsr:@std/collections"
]
},
"@std/yaml@1.0.5": {
"integrity": "71ba3d334305ee2149391931508b2c293a8490f94a337eef3a09cade1a2a2742"
}
},
"npm": {
"commander@10.0.1": {
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug=="
},
"liquidjs@10.19.0": {
"integrity": "sha512-dNINmbNJ/bp3B8n25BtZQV/GbrmFf0o2InGdMdfQXa+LxfzTFXOkUnBsOLZUb82sLzxaiWv5Jc381Kn4zHjTsQ==",
"dependencies": [
"commander"
]
}
},
"remote": {
"https://esm.sh/liquidjs@10.19.1": "d88310089897d7eea70dfbc4a4ed131c51d46f1ab3c2d678997506aed2f3446a",
"https://esm.sh/marked@15.0.4": "b13cb985a5fbc2e907b5ea3a3a28cfbe83ece234324b8bb75c6d2fef247a6c16",
"https://esm.sh/v135/liquidjs@10.19.1/denonext/liquidjs.mjs": "3bbb2b957a949bb62bff97a8ac96f1d2e76a36b167ed5c28d5a8e518497e28c3",
"https://esm.sh/v135/marked@15.0.4/denonext/marked.mjs": "757fe9ac9fb0cf62cbf20dc52ea80c5baf17c926dff0d624408a38b2494e787d"
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1"
]
}
}