-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
76 lines (76 loc) · 2.3 KB
/
deno.lock
File metadata and controls
76 lines (76 loc) · 2.3 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
69
70
71
72
73
74
75
76
{
"version": "5",
"specifiers": {
"jsr:@raptor/kernel@0.25": "0.25.0",
"jsr:@raptor/types@0.2": "0.2.0",
"jsr:@raptor/types@~0.1.1": "0.1.2",
"jsr:@std/assert@^1.0.17": "1.0.19",
"jsr:@std/assert@^1.0.19": "1.0.19",
"jsr:@std/async@^1.1.0": "1.2.0",
"jsr:@std/data-structures@^1.0.10": "1.0.10",
"jsr:@std/fs@^1.0.22": "1.0.23",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/path@^1.1.4": "1.1.4",
"jsr:@std/testing@^1.0.17": "1.0.17"
},
"jsr": {
"@raptor/kernel@0.25.0": {
"integrity": "5fc9a3b4883a2bd2c9d456281655c051cbc4ca95345164ea7eb2107c15c74334",
"dependencies": [
"jsr:@raptor/types@~0.1.1"
]
},
"@raptor/types@0.1.2": {
"integrity": "93b78363dc6e0eeeca3a16abc7feaca1b4c866ec7529a2478afe234bfccdc00a"
},
"@raptor/types@0.2.0": {
"integrity": "dc558a1566a7114e6f4e52db6258eaf3ce8b111fdfb6ef6d9e86ddb982a3d4cf"
},
"@std/assert@1.0.19": {
"integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/async@1.2.0": {
"integrity": "c059c6f6d95ca7cc012ae8e8d7164d1697113d54b0b679e4372b354b11c2dee5"
},
"@std/data-structures@1.0.10": {
"integrity": "f574f86b0e07c69b9edc555fcc814b57d29258bad39fd5a34ba8a80ecf033cfe"
},
"@std/fs@1.0.23": {
"integrity": "3ecbae4ce4fee03b180fa710caff36bb5adb66631c46a6460aaad49515565a37",
"dependencies": [
"jsr:@std/path"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
},
"@std/path@1.1.4": {
"integrity": "1d2d43f39efb1b42f0b1882a25486647cb851481862dc7313390b2bb044314b5",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/testing@1.0.17": {
"integrity": "87bdc2700fa98249d48a17cd72413352d3d3680dcfbdb64947fd0982d6bbf681",
"dependencies": [
"jsr:@std/assert@^1.0.17",
"jsr:@std/async",
"jsr:@std/data-structures",
"jsr:@std/fs",
"jsr:@std/internal",
"jsr:@std/path"
]
}
},
"workspace": {
"dependencies": [
"jsr:@raptor/kernel@0.25",
"jsr:@raptor/types@0.2",
"jsr:@std/assert@^1.0.19",
"jsr:@std/testing@^1.0.17"
]
}
}