-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
38 lines (38 loc) · 1.11 KB
/
deno.lock
File metadata and controls
38 lines (38 loc) · 1.11 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
{
"version": "5",
"specifiers": {
"jsr:@std/assert@1": "1.0.18",
"jsr:@std/internal@^1.0.12": "1.0.12",
"npm:@mattermost/client@^11.3.0": "11.3.0_@mattermost+types@11.3.0",
"npm:@mattermost/types@^11.3.0": "11.3.0"
},
"jsr": {
"@std/assert@1.0.18": {
"integrity": "270245e9c2c13b446286de475131dc688ca9abcd94fc5db41d43a219b34d1c78",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
}
},
"npm": {
"@mattermost/client@11.3.0_@mattermost+types@11.3.0": {
"integrity": "sha512-ulDcKXRcmxwqsqqRJemyq47UlpSVnPNKQrg/FHfEEzgLdhTlnrdMnRGZUssuCeZ9DXRkSw+uZwudiJoJ0bc47A==",
"dependencies": [
"@mattermost/types"
]
},
"@mattermost/types@11.3.0": {
"integrity": "sha512-ZjkF1D28Jn+7Agki2de1FIFIWx7LbdqqIaaZ5JgOGpqtkkr9PQ0AW+WLOoEzokWEZ54dXB9INSuGLEczTfrt8w=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1",
"npm:@mattermost/client@^11.3.0",
"npm:@mattermost/types@^11.3.0"
]
}
}