-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
38 lines (38 loc) · 865 Bytes
/
Copy pathdeno.lock
File metadata and controls
38 lines (38 loc) · 865 Bytes
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
{
"version": "5",
"specifiers": {
"jsr:@std/cli@1": "1.0.31",
"jsr:@std/internal@^1.0.14": "1.0.14",
"jsr:@std/path@1": "1.1.6"
},
"jsr": {
"@std/cli@1.0.31": {
"integrity": "190bb61f809378267c06be3bcd689fcc540f0cfaa5892171144cae787d02e2fd"
},
"@std/internal@1.0.14": {
"integrity": "291516b3d4c35024d6ffbc0a9df5bf4c64116e05b50012cf846710152d2ffdf7"
},
"@std/path@1.1.6": {
"integrity": "c68485c2a4dfbb5ae3cc74fae4e8c4e5d874cf8a8ed12927917235c758b46cbe",
"dependencies": [
"jsr:@std/internal"
]
}
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:wrangler@^4.112.0"
]
},
"members": {
"cli": {
"dependencies": [
"jsr:@std/cli@1",
"jsr:@std/fmt@1",
"jsr:@std/path@1"
]
}
}
}
}