-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
59 lines (59 loc) · 1.98 KB
/
deno.lock
File metadata and controls
59 lines (59 loc) · 1.98 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/cli@^1.0.6": "jsr:@std/cli@1.0.6",
"jsr:@std/encoding@^1.0.5": "jsr:@std/encoding@1.0.5",
"jsr:@std/fmt@^1.0.3": "jsr:@std/fmt@1.0.3",
"jsr:@std/http": "jsr:@std/http@1.0.9",
"jsr:@std/media-types@^1.0.3": "jsr:@std/media-types@1.0.3",
"jsr:@std/net@^1.0.4": "jsr:@std/net@1.0.4",
"jsr:@std/path@^1.0.7": "jsr:@std/path@1.0.7",
"jsr:@std/streams@^1.0.7": "jsr:@std/streams@1.0.7"
},
"jsr": {
"@std/cli@1.0.6": {
"integrity": "d22d8b38c66c666d7ad1f2a66c5b122da1704f985d3c47f01129f05abb6c5d3d"
},
"@std/encoding@1.0.5": {
"integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04"
},
"@std/fmt@1.0.3": {
"integrity": "97765c16aa32245ff4e2204ecf7d8562496a3cb8592340a80e7e554e0bb9149f"
},
"@std/http@1.0.7": {
"integrity": "9b904fc256678a5c9759f1a53a24a3fdcc59d83dc62099bb472683b6f819194c"
},
"@std/http@1.0.9": {
"integrity": "d409fc319a5e8d4a154e576c758752e9700282d74f31357a12fec6420f9ecb6c",
"dependencies": [
"jsr:@std/cli@^1.0.6",
"jsr:@std/encoding@^1.0.5",
"jsr:@std/fmt@^1.0.3",
"jsr:@std/media-types@^1.0.3",
"jsr:@std/net@^1.0.4",
"jsr:@std/path@^1.0.7",
"jsr:@std/streams@^1.0.7"
]
},
"@std/media-types@1.0.3": {
"integrity": "b12d30a7852f7578f4d210622df713bbfd1cbdd9b4ec2eaf5c1845ab70bab159"
},
"@std/net@1.0.4": {
"integrity": "2f403b455ebbccf83d8a027d29c5a9e3a2452fea39bb2da7f2c04af09c8bc852"
},
"@std/path@1.0.7": {
"integrity": "76a689e07f0e15dcc6002ec39d0866797e7156629212b28f27179b8a5c3b33a1"
},
"@std/streams@1.0.7": {
"integrity": "1a93917ca0c58c01b2bfb93647189229b1702677f169b6fb61ad6241cd2e499b"
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/http"
]
}
}