-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
96 lines (96 loc) · 3.54 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/dotenv@^0.225.2": "jsr:@std/[email protected]",
"jsr:@std/fs@^1.0.4": "jsr:@std/[email protected]",
"jsr:@std/path@^1.0.6": "jsr:@std/[email protected]",
"jsr:@svarta/walk-it@^5.0.1": "jsr:@svarta/[email protected]",
"npm:badge-maker@^4.0.0": "npm:[email protected]",
"npm:date-fns@^4.1.0": "npm:[email protected]",
"npm:nanoid@^5.0.7": "npm:[email protected]"
},
"jsr": {
"@std/[email protected]": {
"integrity": "e2025dce4de6c7bca21dece8baddd4262b09d5187217e231b033e088e0c4dd23"
},
"@std/[email protected]": {
"integrity": "2907d32d8d1d9e540588fd5fe0ec21ee638134bd51df327ad4e443aaef07123c",
"dependencies": [
"jsr:@std/path@^1.0.6"
]
},
"@std/[email protected]": {
"integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed"
},
"@svarta/[email protected]": {
"integrity": "7001f355c12757010dbc20270cb00e2063a3a26c1eec4db8a8cf012e48c799e3"
}
},
"npm": {
"[email protected]": {
"integrity": "sha512-Nlfq7NC4AOkTJerWRIZcOAiMNtIDVIGWGvQ98O7Jl6Kr2Dk0dX5u4MqN778kSRTy5KRqchpLdF2RtLFEz9FVkQ==",
"dependencies": {
"char-width-table-consumer": "[email protected]"
}
},
"[email protected]": {
"integrity": "sha512-iq5WneL40H9WiT7fJQjYhIiFzYPXeO3FT+FMMTTljE4ZOSEZvw58WimIrFHyKRc0v5q4z3d/666RkQwZgAO/Xg==",
"dependencies": {
"anafanafo": "[email protected]",
"css-color-converter": "[email protected]"
}
},
"[email protected]": {
"integrity": "sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-Fz4UD0LBpxPgL9i29CJ5O4KANwaMnX/OhhbxzvNa332h+9+nRKyeuLw4wA51lt/ex67+/AdsoBQJF3kgX2feYQ==",
"dependencies": {
"binary-search": "[email protected]"
}
},
"[email protected]": {
"integrity": "sha512-RwBeO/B/vZR3dfKL1ye/vx8MHZ40ugzpyfeVG5GsiuGnrlMWe2o8wxBbLCpw9CsxV+wHuzYlCiWnybrIA0ling==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-oLIG2soZz3wcC3aAl/7Us5RS8Hvvc6I8G8LniF/qfMmrm7fIKQ8RIDDRZeKyGL2SrWfNqYspuLShbnjBMVWm8g==",
"dependencies": {
"color-convert": "[email protected]",
"color-name": "[email protected]",
"css-unit-converter": "[email protected]"
}
},
"[email protected]": {
"integrity": "sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
"dependencies": {}
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/dotenv@^0.225.2",
"jsr:@std/fs@^1.0.4",
"jsr:@std/path@^1.0.6",
"jsr:@svarta/walk-it@^5.0.1",
"npm:badge-maker@^4.0.0",
"npm:date-fns@^4.1.0",
"npm:nanoid@^5.0.7"
]
}
}