-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
62 lines (62 loc) · 1.77 KB
/
deno.lock
File metadata and controls
62 lines (62 loc) · 1.77 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
{
"version": "5",
"specifiers": {
"jsr:@std/assert@^1.0.13": "1.0.14",
"jsr:@std/assert@^1.0.14": "1.0.14",
"jsr:@std/data-structures@^1.0.9": "1.0.9",
"jsr:@std/expect@^1.0.17": "1.0.17",
"jsr:@std/fs@^1.0.19": "1.0.19",
"jsr:@std/internal@^1.0.10": "1.0.10",
"jsr:@std/path@^1.1.1": "1.1.2",
"jsr:@std/testing@^1.0.15": "1.0.15"
},
"jsr": {
"@std/assert@1.0.14": {
"integrity": "68d0d4a43b365abc927f45a9b85c639ea18a9fab96ad92281e493e4ed84abaa4",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/data-structures@1.0.9": {
"integrity": "033d6e17e64bf1f84a614e647c1b015fa2576ae3312305821e1a4cb20674bb4d"
},
"@std/expect@1.0.17": {
"integrity": "316b47dd65c33e3151344eb3267bf42efba17d1415425f07ed96185d67fc04d9",
"dependencies": [
"jsr:@std/assert@^1.0.14",
"jsr:@std/internal"
]
},
"@std/fs@1.0.19": {
"integrity": "051968c2b1eae4d2ea9f79a08a3845740ef6af10356aff43d3e2ef11ed09fb06",
"dependencies": [
"jsr:@std/path"
]
},
"@std/internal@1.0.10": {
"integrity": "e3be62ce42cab0e177c27698e5d9800122f67b766a0bea6ca4867886cbde8cf7"
},
"@std/path@1.1.2": {
"integrity": "c0b13b97dfe06546d5e16bf3966b1cadf92e1cc83e56ba5476ad8b498d9e3038",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/testing@1.0.15": {
"integrity": "a490169f5ccb0f3ae9c94fbc69d2cd43603f2cffb41713a85f99bbb0e3087cbc",
"dependencies": [
"jsr:@std/assert@^1.0.13",
"jsr:@std/data-structures",
"jsr:@std/fs",
"jsr:@std/internal",
"jsr:@std/path"
]
}
},
"workspace": {
"dependencies": [
"jsr:@std/expect@^1.0.17",
"jsr:@std/testing@^1.0.15"
]
}
}