This repository was archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
47 lines (47 loc) · 1.45 KB
/
deno.lock
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@1.0.0-rc.2": "jsr:@std/assert@1.0.0-rc.2",
"jsr:@std/assert@^1.0.1": "jsr:@std/assert@1.0.1",
"jsr:@std/dotenv@^0.225.0": "jsr:@std/dotenv@0.225.0",
"jsr:@std/internal@^1.0.0": "jsr:@std/internal@1.0.1",
"jsr:@std/internal@^1.0.1": "jsr:@std/internal@1.0.1",
"jsr:@std/testing@^0.225.3": "jsr:@std/testing@0.225.3"
},
"jsr": {
"@std/assert@1.0.0-rc.2": {
"integrity": "0484eab1d76b55fca1c3beaff485a274e67dd3b9f065edcbe70030dfc0b964d3",
"dependencies": [
"jsr:@std/internal@^1.0.0"
]
},
"@std/assert@1.0.1": {
"integrity": "13590ef8e5854f59e4ad252fd987e83239a1bf1f16cb9c69c1d123ebb807a75b",
"dependencies": [
"jsr:@std/internal@^1.0.1"
]
},
"@std/dotenv@0.225.0": {
"integrity": "44db32932c67df82790a3e6847d7007befb6cc22d71f2f3ee7b7d00e1f0d6c94"
},
"@std/internal@1.0.1": {
"integrity": "6f8c7544d06a11dd256c8d6ba54b11ed870aac6c5aeafff499892662c57673e6"
},
"@std/testing@0.225.3": {
"integrity": "348c24d0479d44ab3dbb4f26170f242e19f24051b45935d4a9e7ca0ab7e37780",
"dependencies": [
"jsr:@std/assert@1.0.0-rc.2"
]
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.1",
"jsr:@std/dotenv@^0.225.0",
"jsr:@std/testing@^0.225.3"
]
}
}