-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdeno.lock
47 lines (47 loc) · 1.41 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
{
"version": "4",
"specifiers": {
"jsr:@denosaurs/[email protected]": "0.4.4",
"jsr:@sigma/[email protected]": "0.4.28",
"npm:[email protected]": "2.6.0",
"npm:[email protected]": "24.2.2"
},
"jsr": {
"@denosaurs/[email protected]": {
"integrity": "0eca587ac3a60ed5bce73ac9612126de39d7c26b0a98c03044838fd94aba812f"
},
"@sigma/[email protected]": {
"integrity": "dcdeb3c77f62a681cd97b0d8aaba1876bfc9549c2da98110fbca5186b9dab588",
"dependencies": [
"jsr:@denosaurs/python"
]
}
},
"npm": {
"@babel/[email protected]": {
"integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
"dependencies": [
"regenerator-runtime"
]
},
"[email protected]": {
"integrity": "sha512-3ZlhNoF9yxnM8pa8bWp5120/Ob6t4lVl1l/tbLmkml/ei3ud8IWySCHt2lrY5xWRlSU5D9IV2sm5bEbGuTqwTw=="
},
"[email protected]": {
"integrity": "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==",
"dependencies": [
"@babel/runtime"
]
},
"[email protected]": {
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
}
},
"workspace": {
"dependencies": [
"jsr:@sigma/[email protected]",
"npm:[email protected]",
"npm:[email protected]"
]
}
}