-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
47 lines (47 loc) · 1.41 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
{
"version": "4",
"specifiers": {
"jsr:@std/collections@^1.0.9": "1.0.9",
"jsr:@std/toml@*": "1.0.2",
"jsr:@std/[email protected]": "1.0.2",
"npm:[email protected]": "4.5.0",
"npm:[email protected]": "2.5.2",
"npm:[email protected]": "2.1.0"
},
"jsr": {
"@std/[email protected]": {
"integrity": "4f58104ead08a04a2199374247f07befe50ba01d9cca8cbb23ab9a0419921e71"
},
"@std/[email protected]": {
"integrity": "5892ba489c5b512265a384238a8fe8dddbbb9498b4b210ef1b9f0336a423a39b",
"dependencies": [
"jsr:@std/collections"
]
}
},
"npm": {
"[email protected]": {
"integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
"dependencies": [
"strnum"
]
},
"[email protected]": {
"integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA=="
},
"[email protected]": {
"integrity": "sha512-kkF32wt+xsX19b6wrerU8qTOHa9AX81eJTffgZD0FfaVV2U+sL1gFr5W2VX4m+ILh/l4ZEAYBHx653l2Ci+h+Q=="
},
"[email protected]": {
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/[email protected]",
"npm:[email protected]",
"npm:[email protected]",
"npm:[email protected]"
]
}
}