-
Notifications
You must be signed in to change notification settings - Fork 15
/
deno.lock
60 lines (60 loc) · 1.92 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@deno/graph@^0.73.1": "jsr:@deno/[email protected]",
"jsr:@std/assert@^0.223": "jsr:@std/[email protected]",
"jsr:@std/assert@^0.223.0": "jsr:@std/[email protected]",
"jsr:@std/bytes@^0.223.0": "jsr:@std/[email protected]",
"jsr:@std/fmt@^0.223": "jsr:@std/[email protected]",
"jsr:@std/fmt@^0.223.0": "jsr:@std/[email protected]",
"jsr:@std/fs@^0.223": "jsr:@std/[email protected]",
"jsr:@std/io@^0.223": "jsr:@std/[email protected]",
"jsr:@std/path@^0.223": "jsr:@std/[email protected]"
},
"jsr": {
"@deno/[email protected]": {
"integrity": "cd69639d2709d479037d5ce191a422eabe8d71bb68b0098344f6b07411c84d41"
},
"@std/[email protected]": {
"integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24",
"dependencies": [
"jsr:@std/fmt@^0.223.0"
]
},
"@std/[email protected]": {
"integrity": "84b75052cd8680942c397c2631318772b295019098f40aac5c36cead4cba51a8"
},
"@std/[email protected]": {
"integrity": "6deb37794127dfc7d7bded2586b9fc6f5d50e62a8134846608baf71ffc1a5208"
},
"@std/[email protected]": {
"integrity": "3b4b0550b2c524cbaaa5a9170c90e96cbb7354e837ad1bdaf15fc9df1ae9c31c"
},
"@std/[email protected]": {
"integrity": "2d8c3c2ab3a515619b90da2c6ff5ea7b75a94383259ef4d02116b228393f84f1",
"dependencies": [
"jsr:@std/assert@^0.223.0",
"jsr:@std/bytes@^0.223.0"
]
},
"@std/[email protected]": {
"integrity": "593963402d7e6597f5a6e620931661053572c982fc014000459edc1f93cc3989",
"dependencies": [
"jsr:@std/assert@^0.223.0"
]
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@deno/graph@^0.73.1",
"jsr:@std/assert@^0.223",
"jsr:@std/fmt@^0.223",
"jsr:@std/fs@^0.223",
"jsr:@std/io@^0.223",
"jsr:@std/path@^0.223"
]
}
}