-28
.forgejo/workflows/build.yaml
-28
.forgejo/workflows/build.yaml
···
1
-
name: build website
2
-
3
-
on:
4
-
push:
5
-
workflow_dispatch:
6
-
7
-
jobs:
8
-
build:
9
-
runs-on: lixpine
10
-
steps:
11
-
- uses: actions/checkout@v4
12
-
with:
13
-
github-server-url: 'https://git.gaze.systems'
14
-
- uses: https://github.com/cachix/cachix-action@v16
15
-
with:
16
-
name: gazesys-infra
17
-
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
18
-
- run: nix show-config
19
-
- run: nix build . -L --show-trace
20
-
deploy:
21
-
runs-on: lixpine
22
-
needs: build
23
-
steps:
24
-
- name: trigger deploy
25
-
env:
26
-
PAT: ${{ secrets.PAT }}
27
-
run: |
28
-
curl -X POST "https://git.gaze.systems/api/v1/repos/90008/ark/actions/workflows/deploy.yaml/dispatches" -H "Accept: application/json" -H "Authorization: token $PAT" --json '{"ref": "terra"}'
-1
.gitattributes
-1
.gitattributes
···
1
-
+10
-10
.gitignore
+10
-10
.gitignore
···
3
3
# Output
4
4
.output
5
5
.vercel
6
-
/.svelte-kit
7
-
/build
8
-
/visitcount
9
-
/bouncecount
10
-
/legitvisitcount
11
-
/fakevisitcount
12
-
/distancetravelled
13
-
/notes
14
-
/note
15
-
/data
6
+
.svelte-kit
7
+
build
8
+
visitcount
9
+
bouncecount
10
+
legitvisitcount
11
+
fakevisitcount
12
+
distancetravelled
13
+
notes
14
+
note
15
+
data
16
16
17
17
# OS
18
18
.DS_Store
.npmrc
eunomia/.npmrc
.npmrc
eunomia/.npmrc
.prettierignore
eunomia/.prettierignore
.prettierignore
eunomia/.prettierignore
.prettierrc
eunomia/.prettierrc
.prettierrc
eunomia/.prettierrc
README.md
eunomia/README.md
README.md
eunomia/README.md
+131
-377
deno.lock
+131
-377
deno.lock
···
43
43
"@alloc/quick-lru@5.2.0": {
44
44
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="
45
45
},
46
-
"@atcute/atproto@3.1.7": {
47
-
"integrity": "sha512-3Ym8qaVZg2vf8qw0KO1aue39z/5oik5J+UDoSes1vr8ddw40UVLA5sV4bXSKmLnhzQHiLLgoVZXe4zaKfozPoQ==",
46
+
"@atcute/atproto@3.1.9": {
47
+
"integrity": "sha512-DyWwHCTdR4hY2BPNbLXgVmm7lI+fceOwWbE4LXbGvbvVtSn+ejSVFaAv01Ra3kWDha0whsOmbJL8JP0QPpf1+w==",
48
48
"dependencies": [
49
49
"@atcute/lexicons"
50
50
]
···
56
56
"@atcute/lexicons"
57
57
]
58
58
},
59
-
"@atcute/bluesky@3.2.6": {
60
-
"integrity": "sha512-jUSSTW5Th1vy0bWBazVHuhGQ3Xz4cX648WvLNpYDv7WPzlFzIWm6cnQCbUToQ+uK3K4WyVuuqYtZqqI0f4wWUQ==",
59
+
"@atcute/bluesky@3.2.11": {
60
+
"integrity": "sha512-AboS6y4t+zaxIq7E4noue10csSpIuk/Uwo30/l6GgGBDPXrd7STw8Yb5nGZQP+TdG/uC8/c2mm7UnY65SDOh6A==",
61
61
"dependencies": [
62
62
"@atcute/atproto",
63
63
"@atcute/lexicons"
64
64
]
65
65
},
66
-
"@atcute/car@3.1.2": {
67
-
"integrity": "sha512-OZoi1C20Nj8aDRM/A5JeeQMLsQRm6/B7PqVI7T2tyoojiBsL+Vm42QRKxtTsJg+VFaTnWhOzQbf08GZpf2YW4Q==",
66
+
"@atcute/car@3.1.3": {
67
+
"integrity": "sha512-WJ13bAEt7TjDMVi09ubjLtvhdljbWInGm9Kfy7Y6NhrmiyC/aZYaA/zHX/bHI6xv1c/h3SQduWqxOr4ae49eqA==",
68
68
"dependencies": [
69
69
"@atcute/cbor",
70
70
"@atcute/cid",
71
71
"@atcute/uint8array",
72
72
"@atcute/varint",
73
-
"yocto-queue@1.2.1"
73
+
"yocto-queue@1.2.2"
74
74
]
75
75
},
76
-
"@atcute/cbor@2.2.6": {
77
-
"integrity": "sha512-pDfsn/vPTmgeXZiZdyc5vCGCPSxWlfTUIGFMCd5SroAgoLk1v9xxF7R/8+gt1lj1OKAwCwhS0doVmtLjqqzdbA==",
76
+
"@atcute/cbor@2.2.8": {
77
+
"integrity": "sha512-UzOAN9BuN6JCXgn0ryV8qZuRJUDrNqrbLd6EFM8jc6RYssjRyGRxNy6RZ1NU/07Hd8Tq/0pz8+nQiMu5Zai5uw==",
78
78
"dependencies": [
79
79
"@atcute/cid",
80
80
"@atcute/multibase",
81
81
"@atcute/uint8array"
82
82
]
83
83
},
84
-
"@atcute/cid@2.2.4": {
85
-
"integrity": "sha512-6RUMyt7rp6KOSb4TWwifOZURnFrGgKqYyjVkYjiAcscZWgJpJxwoCUCdonxCfxhQtB0yJ+WlfqNXicGB+Pe94A==",
84
+
"@atcute/cid@2.2.6": {
85
+
"integrity": "sha512-bTAHHbJ24p+E//V4KCS4xdmd39o211jJswvqQOevj7vk+5IYcgDLx1ryZWZ1sEPOo9x875li/kj5gpKL14RDwQ==",
86
86
"dependencies": [
87
87
"@atcute/multibase",
88
88
"@atcute/uint8array"
89
89
]
90
90
},
91
-
"@atcute/client@4.0.4": {
92
-
"integrity": "sha512-0vkYe6HcGAef8FS4dlGMqCCPG4I4Lve1R8Amk8UEviUVofiqlv1WGoeez9CJFL8G/7vhcgVV9rPTHLJEjZ4RdQ==",
91
+
"@atcute/client@4.1.0": {
92
+
"integrity": "sha512-AYhSu3RSDA2VDkVGOmad320NRbUUUf5pCFWJcOzlk25YC/4kyzmMFfpzhf1jjjEcY+anNBXGGhav/kKB1evggQ==",
93
93
"dependencies": [
94
94
"@atcute/identity",
95
95
"@atcute/lexicons"
96
96
]
97
97
},
98
-
"@atcute/identity@1.1.1": {
99
-
"integrity": "sha512-zax42n693VEhnC+5tndvO2KLDTMkHOz8UExwmklvJv7R9VujfEwiSWhcv6Jgwb3ellaG8wjiQ1lMOIjLLvwh0Q==",
98
+
"@atcute/identity@1.1.3": {
99
+
"integrity": "sha512-oIqPoI8TwWeQxvcLmFEZLdN2XdWcaLVtlm8pNk0E72As9HNzzD9pwKPrLr3rmTLRIoULPPFmq9iFNsTeCIU9ng==",
100
100
"dependencies": [
101
101
"@atcute/lexicons",
102
102
"@badrap/valita"
103
103
]
104
104
},
105
-
"@atcute/lexicons@1.2.2": {
106
-
"integrity": "sha512-bgEhJq5Z70/0TbK5sx+tAkrR8FsCODNiL2gUEvS5PuJfPxmFmRYNWaMGehxSPaXWpU2+Oa9ckceHiYbrItDTkA==",
105
+
"@atcute/lexicons@1.2.5": {
106
+
"integrity": "sha512-9yO9WdgxW8jZ7SbzUycH710z+JmsQ9W9n5S6i6eghYju32kkluFmgBeS47r8e8p2+Dv4DemS7o/3SUGsX9FR5Q==",
107
107
"dependencies": [
108
108
"@standard-schema/spec",
109
109
"esm-env"
···
115
115
"@atcute/uint8array"
116
116
]
117
117
},
118
-
"@atcute/ozone@3.1.9": {
119
-
"integrity": "sha512-7FoEA1IUdhZzuSQrTY8IzoBLV5g83pEuetjQo++TMANOJwQxTuUXSxo2tg0OfSQ1MaVM9WZ5pgc/6A9ANUzWAQ==",
118
+
"@atcute/ozone@3.1.12": {
119
+
"integrity": "sha512-YMsyZtEG6n3+JfU/2Hdl1niZ7mCS9qM3hfNV1ihGRkJniDAtGxcQDRa2wf0Gd9GrhoIaLhawl2wtcqZqyutpVg==",
120
120
"dependencies": [
121
121
"@atcute/atproto",
122
122
"@atcute/bluesky",
···
132
132
"@badrap/valita@0.4.6": {
133
133
"integrity": "sha512-4kdqcjyxo/8RQ8ayjms47HCWZIF5981oE5nIenbfThKDxWXtEHKipAOWlflpPJzZx9y/JWYQkp18Awr7VuepFg=="
134
134
},
135
-
"@esbuild/aix-ppc64@0.25.10": {
136
-
"integrity": "sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==",
137
-
"os": ["aix"],
138
-
"cpu": ["ppc64"]
139
-
},
140
135
"@esbuild/aix-ppc64@0.25.12": {
141
136
"integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
142
137
"os": ["aix"],
143
138
"cpu": ["ppc64"]
144
-
},
145
-
"@esbuild/android-arm64@0.25.10": {
146
-
"integrity": "sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==",
147
-
"os": ["android"],
148
-
"cpu": ["arm64"]
149
139
},
150
140
"@esbuild/android-arm64@0.25.12": {
151
141
"integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
152
142
"os": ["android"],
153
143
"cpu": ["arm64"]
154
144
},
155
-
"@esbuild/android-arm@0.25.10": {
156
-
"integrity": "sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==",
157
-
"os": ["android"],
158
-
"cpu": ["arm"]
159
-
},
160
145
"@esbuild/android-arm@0.25.12": {
161
146
"integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
162
147
"os": ["android"],
163
148
"cpu": ["arm"]
164
149
},
165
-
"@esbuild/android-x64@0.25.10": {
166
-
"integrity": "sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==",
167
-
"os": ["android"],
168
-
"cpu": ["x64"]
169
-
},
170
150
"@esbuild/android-x64@0.25.12": {
171
151
"integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
172
152
"os": ["android"],
173
153
"cpu": ["x64"]
174
154
},
175
-
"@esbuild/darwin-arm64@0.25.10": {
176
-
"integrity": "sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==",
177
-
"os": ["darwin"],
178
-
"cpu": ["arm64"]
179
-
},
180
155
"@esbuild/darwin-arm64@0.25.12": {
181
156
"integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
182
157
"os": ["darwin"],
183
158
"cpu": ["arm64"]
184
159
},
185
-
"@esbuild/darwin-x64@0.25.10": {
186
-
"integrity": "sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==",
187
-
"os": ["darwin"],
188
-
"cpu": ["x64"]
189
-
},
190
160
"@esbuild/darwin-x64@0.25.12": {
191
161
"integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
192
162
"os": ["darwin"],
193
163
"cpu": ["x64"]
194
164
},
195
-
"@esbuild/freebsd-arm64@0.25.10": {
196
-
"integrity": "sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==",
197
-
"os": ["freebsd"],
198
-
"cpu": ["arm64"]
199
-
},
200
165
"@esbuild/freebsd-arm64@0.25.12": {
201
166
"integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
202
167
"os": ["freebsd"],
203
168
"cpu": ["arm64"]
204
169
},
205
-
"@esbuild/freebsd-x64@0.25.10": {
206
-
"integrity": "sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==",
207
-
"os": ["freebsd"],
208
-
"cpu": ["x64"]
209
-
},
210
170
"@esbuild/freebsd-x64@0.25.12": {
211
171
"integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
212
172
"os": ["freebsd"],
213
173
"cpu": ["x64"]
214
174
},
215
-
"@esbuild/linux-arm64@0.25.10": {
216
-
"integrity": "sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==",
217
-
"os": ["linux"],
218
-
"cpu": ["arm64"]
219
-
},
220
175
"@esbuild/linux-arm64@0.25.12": {
221
176
"integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
222
177
"os": ["linux"],
223
178
"cpu": ["arm64"]
224
-
},
225
-
"@esbuild/linux-arm@0.25.10": {
226
-
"integrity": "sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==",
227
-
"os": ["linux"],
228
-
"cpu": ["arm"]
229
179
},
230
180
"@esbuild/linux-arm@0.25.12": {
231
181
"integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
232
182
"os": ["linux"],
233
183
"cpu": ["arm"]
234
184
},
235
-
"@esbuild/linux-ia32@0.25.10": {
236
-
"integrity": "sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==",
237
-
"os": ["linux"],
238
-
"cpu": ["ia32"]
239
-
},
240
185
"@esbuild/linux-ia32@0.25.12": {
241
186
"integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
242
187
"os": ["linux"],
243
188
"cpu": ["ia32"]
244
189
},
245
-
"@esbuild/linux-loong64@0.25.10": {
246
-
"integrity": "sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==",
247
-
"os": ["linux"],
248
-
"cpu": ["loong64"]
249
-
},
250
190
"@esbuild/linux-loong64@0.25.12": {
251
191
"integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
252
192
"os": ["linux"],
253
193
"cpu": ["loong64"]
254
194
},
255
-
"@esbuild/linux-mips64el@0.25.10": {
256
-
"integrity": "sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==",
257
-
"os": ["linux"],
258
-
"cpu": ["mips64el"]
259
-
},
260
195
"@esbuild/linux-mips64el@0.25.12": {
261
196
"integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
262
197
"os": ["linux"],
263
198
"cpu": ["mips64el"]
264
199
},
265
-
"@esbuild/linux-ppc64@0.25.10": {
266
-
"integrity": "sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==",
267
-
"os": ["linux"],
268
-
"cpu": ["ppc64"]
269
-
},
270
200
"@esbuild/linux-ppc64@0.25.12": {
271
201
"integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
272
202
"os": ["linux"],
273
203
"cpu": ["ppc64"]
274
204
},
275
-
"@esbuild/linux-riscv64@0.25.10": {
276
-
"integrity": "sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==",
277
-
"os": ["linux"],
278
-
"cpu": ["riscv64"]
279
-
},
280
205
"@esbuild/linux-riscv64@0.25.12": {
281
206
"integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
282
207
"os": ["linux"],
283
208
"cpu": ["riscv64"]
284
209
},
285
-
"@esbuild/linux-s390x@0.25.10": {
286
-
"integrity": "sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==",
287
-
"os": ["linux"],
288
-
"cpu": ["s390x"]
289
-
},
290
210
"@esbuild/linux-s390x@0.25.12": {
291
211
"integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
292
212
"os": ["linux"],
293
213
"cpu": ["s390x"]
294
214
},
295
-
"@esbuild/linux-x64@0.25.10": {
296
-
"integrity": "sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==",
297
-
"os": ["linux"],
298
-
"cpu": ["x64"]
299
-
},
300
215
"@esbuild/linux-x64@0.25.12": {
301
216
"integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
302
217
"os": ["linux"],
303
218
"cpu": ["x64"]
304
219
},
305
-
"@esbuild/netbsd-arm64@0.25.10": {
306
-
"integrity": "sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==",
307
-
"os": ["netbsd"],
308
-
"cpu": ["arm64"]
309
-
},
310
220
"@esbuild/netbsd-arm64@0.25.12": {
311
221
"integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
312
222
"os": ["netbsd"],
313
223
"cpu": ["arm64"]
314
224
},
315
-
"@esbuild/netbsd-x64@0.25.10": {
316
-
"integrity": "sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==",
317
-
"os": ["netbsd"],
318
-
"cpu": ["x64"]
319
-
},
320
225
"@esbuild/netbsd-x64@0.25.12": {
321
226
"integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
322
227
"os": ["netbsd"],
323
228
"cpu": ["x64"]
324
229
},
325
-
"@esbuild/openbsd-arm64@0.25.10": {
326
-
"integrity": "sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==",
327
-
"os": ["openbsd"],
328
-
"cpu": ["arm64"]
329
-
},
330
230
"@esbuild/openbsd-arm64@0.25.12": {
331
231
"integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
332
232
"os": ["openbsd"],
333
233
"cpu": ["arm64"]
334
-
},
335
-
"@esbuild/openbsd-x64@0.25.10": {
336
-
"integrity": "sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==",
337
-
"os": ["openbsd"],
338
-
"cpu": ["x64"]
339
234
},
340
235
"@esbuild/openbsd-x64@0.25.12": {
341
236
"integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
342
237
"os": ["openbsd"],
343
238
"cpu": ["x64"]
344
239
},
345
-
"@esbuild/openharmony-arm64@0.25.10": {
346
-
"integrity": "sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==",
347
-
"os": ["openharmony"],
348
-
"cpu": ["arm64"]
349
-
},
350
240
"@esbuild/openharmony-arm64@0.25.12": {
351
241
"integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
352
242
"os": ["openharmony"],
353
243
"cpu": ["arm64"]
354
244
},
355
-
"@esbuild/sunos-x64@0.25.10": {
356
-
"integrity": "sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==",
357
-
"os": ["sunos"],
358
-
"cpu": ["x64"]
359
-
},
360
245
"@esbuild/sunos-x64@0.25.12": {
361
246
"integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
362
247
"os": ["sunos"],
363
248
"cpu": ["x64"]
364
249
},
365
-
"@esbuild/win32-arm64@0.25.10": {
366
-
"integrity": "sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==",
367
-
"os": ["win32"],
368
-
"cpu": ["arm64"]
369
-
},
370
250
"@esbuild/win32-arm64@0.25.12": {
371
251
"integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
372
252
"os": ["win32"],
373
253
"cpu": ["arm64"]
374
254
},
375
-
"@esbuild/win32-ia32@0.25.10": {
376
-
"integrity": "sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==",
377
-
"os": ["win32"],
378
-
"cpu": ["ia32"]
379
-
},
380
255
"@esbuild/win32-ia32@0.25.12": {
381
256
"integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
382
257
"os": ["win32"],
383
258
"cpu": ["ia32"]
384
-
},
385
-
"@esbuild/win32-x64@0.25.10": {
386
-
"integrity": "sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==",
387
-
"os": ["win32"],
388
-
"cpu": ["x64"]
389
259
},
390
260
"@esbuild/win32-x64@0.25.12": {
391
261
"integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
···
529
399
"fastq"
530
400
]
531
401
},
532
-
"@pkgjs/parseargs@0.11.0": {
533
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="
534
-
},
535
402
"@polka/url@1.0.0-next.29": {
536
403
"integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww=="
537
404
},
···
621
488
"rollup"
622
489
]
623
490
},
624
-
"@rollup/rollup-android-arm-eabi@4.52.4": {
625
-
"integrity": "sha512-BTm2qKNnWIQ5auf4deoetINJm2JzvihvGb9R6K/ETwKLql/Bb3Eg2H1FBp1gUb4YGbydMA3jcmQTR73q7J+GAA==",
626
-
"os": ["android"],
627
-
"cpu": ["arm"]
628
-
},
629
491
"@rollup/rollup-android-arm-eabi@4.53.3": {
630
492
"integrity": "sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==",
631
493
"os": ["android"],
632
494
"cpu": ["arm"]
633
-
},
634
-
"@rollup/rollup-android-arm64@4.52.4": {
635
-
"integrity": "sha512-P9LDQiC5vpgGFgz7GSM6dKPCiqR3XYN1WwJKA4/BUVDjHpYsf3iBEmVz62uyq20NGYbiGPR5cNHI7T1HqxNs2w==",
636
-
"os": ["android"],
637
-
"cpu": ["arm64"]
638
495
},
639
496
"@rollup/rollup-android-arm64@4.53.3": {
640
497
"integrity": "sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==",
641
498
"os": ["android"],
642
499
"cpu": ["arm64"]
643
500
},
644
-
"@rollup/rollup-darwin-arm64@4.52.4": {
645
-
"integrity": "sha512-QRWSW+bVccAvZF6cbNZBJwAehmvG9NwfWHwMy4GbWi/BQIA/laTIktebT2ipVjNncqE6GLPxOok5hsECgAxGZg==",
646
-
"os": ["darwin"],
647
-
"cpu": ["arm64"]
648
-
},
649
501
"@rollup/rollup-darwin-arm64@4.53.3": {
650
502
"integrity": "sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==",
651
503
"os": ["darwin"],
652
504
"cpu": ["arm64"]
653
-
},
654
-
"@rollup/rollup-darwin-x64@4.52.4": {
655
-
"integrity": "sha512-hZgP05pResAkRJxL1b+7yxCnXPGsXU0fG9Yfd6dUaoGk+FhdPKCJ5L1Sumyxn8kvw8Qi5PvQ8ulenUbRjzeCTw==",
656
-
"os": ["darwin"],
657
-
"cpu": ["x64"]
658
505
},
659
506
"@rollup/rollup-darwin-x64@4.53.3": {
660
507
"integrity": "sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==",
661
508
"os": ["darwin"],
662
509
"cpu": ["x64"]
663
510
},
664
-
"@rollup/rollup-freebsd-arm64@4.52.4": {
665
-
"integrity": "sha512-xmc30VshuBNUd58Xk4TKAEcRZHaXlV+tCxIXELiE9sQuK3kG8ZFgSPi57UBJt8/ogfhAF5Oz4ZSUBN77weM+mQ==",
666
-
"os": ["freebsd"],
667
-
"cpu": ["arm64"]
668
-
},
669
511
"@rollup/rollup-freebsd-arm64@4.53.3": {
670
512
"integrity": "sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==",
671
513
"os": ["freebsd"],
672
514
"cpu": ["arm64"]
673
515
},
674
-
"@rollup/rollup-freebsd-x64@4.52.4": {
675
-
"integrity": "sha512-WdSLpZFjOEqNZGmHflxyifolwAiZmDQzuOzIq9L27ButpCVpD7KzTRtEG1I0wMPFyiyUdOO+4t8GvrnBLQSwpw==",
676
-
"os": ["freebsd"],
677
-
"cpu": ["x64"]
678
-
},
679
516
"@rollup/rollup-freebsd-x64@4.53.3": {
680
517
"integrity": "sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==",
681
518
"os": ["freebsd"],
682
519
"cpu": ["x64"]
683
520
},
684
-
"@rollup/rollup-linux-arm-gnueabihf@4.52.4": {
685
-
"integrity": "sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==",
686
-
"os": ["linux"],
687
-
"cpu": ["arm"]
688
-
},
689
521
"@rollup/rollup-linux-arm-gnueabihf@4.53.3": {
690
522
"integrity": "sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==",
691
523
"os": ["linux"],
692
524
"cpu": ["arm"]
693
525
},
694
-
"@rollup/rollup-linux-arm-musleabihf@4.52.4": {
695
-
"integrity": "sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==",
696
-
"os": ["linux"],
697
-
"cpu": ["arm"]
698
-
},
699
526
"@rollup/rollup-linux-arm-musleabihf@4.53.3": {
700
527
"integrity": "sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==",
701
528
"os": ["linux"],
702
529
"cpu": ["arm"]
703
530
},
704
-
"@rollup/rollup-linux-arm64-gnu@4.52.4": {
705
-
"integrity": "sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==",
706
-
"os": ["linux"],
707
-
"cpu": ["arm64"]
708
-
},
709
531
"@rollup/rollup-linux-arm64-gnu@4.53.3": {
710
532
"integrity": "sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==",
711
533
"os": ["linux"],
712
534
"cpu": ["arm64"]
713
535
},
714
-
"@rollup/rollup-linux-arm64-musl@4.52.4": {
715
-
"integrity": "sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==",
716
-
"os": ["linux"],
717
-
"cpu": ["arm64"]
718
-
},
719
536
"@rollup/rollup-linux-arm64-musl@4.53.3": {
720
537
"integrity": "sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==",
721
538
"os": ["linux"],
722
539
"cpu": ["arm64"]
723
540
},
724
-
"@rollup/rollup-linux-loong64-gnu@4.52.4": {
725
-
"integrity": "sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==",
726
-
"os": ["linux"],
727
-
"cpu": ["loong64"]
728
-
},
729
541
"@rollup/rollup-linux-loong64-gnu@4.53.3": {
730
542
"integrity": "sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==",
731
543
"os": ["linux"],
732
544
"cpu": ["loong64"]
733
-
},
734
-
"@rollup/rollup-linux-ppc64-gnu@4.52.4": {
735
-
"integrity": "sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==",
736
-
"os": ["linux"],
737
-
"cpu": ["ppc64"]
738
545
},
739
546
"@rollup/rollup-linux-ppc64-gnu@4.53.3": {
740
547
"integrity": "sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==",
741
548
"os": ["linux"],
742
549
"cpu": ["ppc64"]
743
550
},
744
-
"@rollup/rollup-linux-riscv64-gnu@4.52.4": {
745
-
"integrity": "sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==",
746
-
"os": ["linux"],
747
-
"cpu": ["riscv64"]
748
-
},
749
551
"@rollup/rollup-linux-riscv64-gnu@4.53.3": {
750
552
"integrity": "sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==",
751
553
"os": ["linux"],
752
554
"cpu": ["riscv64"]
753
555
},
754
-
"@rollup/rollup-linux-riscv64-musl@4.52.4": {
755
-
"integrity": "sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==",
756
-
"os": ["linux"],
757
-
"cpu": ["riscv64"]
758
-
},
759
556
"@rollup/rollup-linux-riscv64-musl@4.53.3": {
760
557
"integrity": "sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==",
761
558
"os": ["linux"],
762
559
"cpu": ["riscv64"]
763
560
},
764
-
"@rollup/rollup-linux-s390x-gnu@4.52.4": {
765
-
"integrity": "sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==",
766
-
"os": ["linux"],
767
-
"cpu": ["s390x"]
768
-
},
769
561
"@rollup/rollup-linux-s390x-gnu@4.53.3": {
770
562
"integrity": "sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==",
771
563
"os": ["linux"],
772
564
"cpu": ["s390x"]
773
565
},
774
-
"@rollup/rollup-linux-x64-gnu@4.52.4": {
775
-
"integrity": "sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==",
776
-
"os": ["linux"],
777
-
"cpu": ["x64"]
778
-
},
779
566
"@rollup/rollup-linux-x64-gnu@4.53.3": {
780
567
"integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==",
781
568
"os": ["linux"],
782
569
"cpu": ["x64"]
783
570
},
784
-
"@rollup/rollup-linux-x64-musl@4.52.4": {
785
-
"integrity": "sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==",
786
-
"os": ["linux"],
787
-
"cpu": ["x64"]
788
-
},
789
571
"@rollup/rollup-linux-x64-musl@4.53.3": {
790
572
"integrity": "sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==",
791
573
"os": ["linux"],
792
574
"cpu": ["x64"]
793
-
},
794
-
"@rollup/rollup-openharmony-arm64@4.52.4": {
795
-
"integrity": "sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==",
796
-
"os": ["openharmony"],
797
-
"cpu": ["arm64"]
798
575
},
799
576
"@rollup/rollup-openharmony-arm64@4.53.3": {
800
577
"integrity": "sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==",
801
578
"os": ["openharmony"],
802
579
"cpu": ["arm64"]
803
580
},
804
-
"@rollup/rollup-win32-arm64-msvc@4.52.4": {
805
-
"integrity": "sha512-8GKr640PdFNXwzIE0IrkMWUNUomILLkfeHjXBi/nUvFlpZP+FA8BKGKpacjW6OUUHaNI6sUURxR2U2g78FOHWQ==",
806
-
"os": ["win32"],
807
-
"cpu": ["arm64"]
808
-
},
809
581
"@rollup/rollup-win32-arm64-msvc@4.53.3": {
810
582
"integrity": "sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==",
811
583
"os": ["win32"],
812
584
"cpu": ["arm64"]
813
585
},
814
-
"@rollup/rollup-win32-ia32-msvc@4.52.4": {
815
-
"integrity": "sha512-AIy/jdJ7WtJ/F6EcfOb2GjR9UweO0n43jNObQMb6oGxkYTfLcnN7vYYpG+CN3lLxrQkzWnMOoNSHTW54pgbVxw==",
816
-
"os": ["win32"],
817
-
"cpu": ["ia32"]
818
-
},
819
586
"@rollup/rollup-win32-ia32-msvc@4.53.3": {
820
587
"integrity": "sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==",
821
588
"os": ["win32"],
822
589
"cpu": ["ia32"]
823
590
},
824
-
"@rollup/rollup-win32-x64-gnu@4.52.4": {
825
-
"integrity": "sha512-UF9KfsH9yEam0UjTwAgdK0anlQ7c8/pWPU2yVjyWcF1I1thABt6WXE47cI71pGiZ8wGvxohBoLnxM04L/wj8mQ==",
826
-
"os": ["win32"],
827
-
"cpu": ["x64"]
828
-
},
829
591
"@rollup/rollup-win32-x64-gnu@4.53.3": {
830
592
"integrity": "sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==",
831
-
"os": ["win32"],
832
-
"cpu": ["x64"]
833
-
},
834
-
"@rollup/rollup-win32-x64-msvc@4.52.4": {
835
-
"integrity": "sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==",
836
593
"os": ["win32"],
837
594
"cpu": ["x64"]
838
595
},
···
987
744
"@types/node-schedule@2.1.8": {
988
745
"integrity": "sha512-k00g6Yj/oUg/CDC+MeLHUzu0+OFxWbIqrFfDiLi6OPKxTujvpv29mHGM8GtKr7B+9Vv92FcK/8mRqi1DK5f3hA==",
989
746
"dependencies": [
990
-
"@types/node@24.2.0"
747
+
"@types/node@22.15.15"
991
748
]
992
749
},
993
-
"@types/node@24.10.1": {
994
-
"integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
750
+
"@types/node@22.15.15": {
751
+
"integrity": "sha512-R5muMcZob3/Jjchn5LcO8jdKwSCbzqmPB6ruBxMcf9kbxtniZHP327s6C37iOfuw8mbKK3cAQa7sEl7afLrQ8A==",
995
752
"dependencies": [
996
-
"undici-types@7.16.0"
753
+
"undici-types@6.21.0"
997
754
]
998
755
},
999
-
"@types/node@24.2.0": {
1000
-
"integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==",
756
+
"@types/node@24.10.1": {
757
+
"integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
1001
758
"dependencies": [
1002
-
"undici-types@7.10.0"
759
+
"undici-types@7.16.0"
1003
760
]
1004
761
},
1005
762
"@types/resolve@1.20.2": {
···
1167
924
],
1168
925
"bin": true
1169
926
},
1170
-
"axios@1.12.2": {
1171
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
927
+
"axios@1.13.2": {
928
+
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
1172
929
"dependencies": [
1173
930
"follow-redirects",
1174
931
"form-data",
···
1372
1129
"esbuild@0.25.12": {
1373
1130
"integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
1374
1131
"optionalDependencies": [
1375
-
"@esbuild/aix-ppc64@0.25.12",
1376
-
"@esbuild/android-arm@0.25.12",
1377
-
"@esbuild/android-arm64@0.25.12",
1378
-
"@esbuild/android-x64@0.25.12",
1379
-
"@esbuild/darwin-arm64@0.25.12",
1380
-
"@esbuild/darwin-x64@0.25.12",
1381
-
"@esbuild/freebsd-arm64@0.25.12",
1382
-
"@esbuild/freebsd-x64@0.25.12",
1383
-
"@esbuild/linux-arm@0.25.12",
1384
-
"@esbuild/linux-arm64@0.25.12",
1385
-
"@esbuild/linux-ia32@0.25.12",
1386
-
"@esbuild/linux-loong64@0.25.12",
1387
-
"@esbuild/linux-mips64el@0.25.12",
1388
-
"@esbuild/linux-ppc64@0.25.12",
1389
-
"@esbuild/linux-riscv64@0.25.12",
1390
-
"@esbuild/linux-s390x@0.25.12",
1391
-
"@esbuild/linux-x64@0.25.12",
1392
-
"@esbuild/netbsd-arm64@0.25.12",
1393
-
"@esbuild/netbsd-x64@0.25.12",
1394
-
"@esbuild/openbsd-arm64@0.25.12",
1395
-
"@esbuild/openbsd-x64@0.25.12",
1396
-
"@esbuild/openharmony-arm64@0.25.12",
1397
-
"@esbuild/sunos-x64@0.25.12",
1398
-
"@esbuild/win32-arm64@0.25.12",
1399
-
"@esbuild/win32-ia32@0.25.12",
1400
-
"@esbuild/win32-x64@0.25.12"
1132
+
"@esbuild/aix-ppc64",
1133
+
"@esbuild/android-arm",
1134
+
"@esbuild/android-arm64",
1135
+
"@esbuild/android-x64",
1136
+
"@esbuild/darwin-arm64",
1137
+
"@esbuild/darwin-x64",
1138
+
"@esbuild/freebsd-arm64",
1139
+
"@esbuild/freebsd-x64",
1140
+
"@esbuild/linux-arm",
1141
+
"@esbuild/linux-arm64",
1142
+
"@esbuild/linux-ia32",
1143
+
"@esbuild/linux-loong64",
1144
+
"@esbuild/linux-mips64el",
1145
+
"@esbuild/linux-ppc64",
1146
+
"@esbuild/linux-riscv64",
1147
+
"@esbuild/linux-s390x",
1148
+
"@esbuild/linux-x64",
1149
+
"@esbuild/netbsd-arm64",
1150
+
"@esbuild/netbsd-x64",
1151
+
"@esbuild/openbsd-arm64",
1152
+
"@esbuild/openbsd-x64",
1153
+
"@esbuild/openharmony-arm64",
1154
+
"@esbuild/sunos-x64",
1155
+
"@esbuild/win32-arm64",
1156
+
"@esbuild/win32-ia32",
1157
+
"@esbuild/win32-x64"
1401
1158
],
1402
1159
"scripts": true,
1403
1160
"bin": true
···
1548
1305
"fast-levenshtein@2.0.6": {
1549
1306
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
1550
1307
},
1551
-
"fast-xml-parser@5.3.0": {
1552
-
"integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==",
1308
+
"fast-xml-parser@5.3.2": {
1309
+
"integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==",
1553
1310
"dependencies": [
1554
1311
"strnum"
1555
1312
],
···
1609
1366
"follow-redirects@1.15.11": {
1610
1367
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ=="
1611
1368
},
1612
-
"form-data@4.0.4": {
1613
-
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
1369
+
"form-data@4.0.5": {
1370
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
1614
1371
"dependencies": [
1615
1372
"asynckit",
1616
1373
"combined-stream",
···
2107
1864
"prismjs@1.30.0": {
2108
1865
"integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw=="
2109
1866
},
2110
-
"prometheus-remote-write@0.5.1": {
2111
-
"integrity": "sha512-wCQk35u4EWIzGQyCeBKKaVdUefiTyFA8X/SU8B5KQX82k4vwDQW4LMb8pYmyBLZWAUBHcxSoacwosPRE2VvW+w==",
2112
-
"dependencies": [
2113
-
"protobufjs",
2114
-
"snappyjs"
2115
-
]
2116
-
},
2117
1867
"prometheus-remote-write@0.5.1_node-fetch@3.3.2": {
2118
1868
"integrity": "sha512-wCQk35u4EWIzGQyCeBKKaVdUefiTyFA8X/SU8B5KQX82k4vwDQW4LMb8pYmyBLZWAUBHcxSoacwosPRE2VvW+w==",
2119
1869
"dependencies": [
···
2138
1888
"@protobufjs/path",
2139
1889
"@protobufjs/pool",
2140
1890
"@protobufjs/utf8",
2141
-
"@types/node@24.2.0",
1891
+
"@types/node@24.10.1",
2142
1892
"long"
2143
1893
],
2144
1894
"scripts": true
···
2152
1902
"queue-microtask@1.2.3": {
2153
1903
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="
2154
1904
},
2155
-
"quick-lru@7.2.0": {
2156
-
"integrity": "sha512-fG4L8TlD1CacJiGMGPxM1/K8l/GaKL2eFQZ6DWAjxZYxSf07DkumbC/Mhh+u/NHvxkfQVL25By0pxBS8QE9ZrQ=="
1905
+
"quick-lru@7.3.0": {
1906
+
"integrity": "sha512-k9lSsjl36EJdK7I06v7APZCbyGT2vMTsYSRX1Q2nbYmnkBqgUhRkAuzH08Ciotteu/PLJmIF2+tti7o3C/ts2g=="
2157
1907
},
2158
1908
"rate-limit-threshold@0.1.5": {
2159
1909
"integrity": "sha512-75vpvXC/ZqQJrFDp0dVtfoXZi8kxQP2eBuxVYFvGDfnHhcgE+ZG870u4ItQhWQh54Y6nNwOaaq5g3AL9n27lTg=="
···
2197
1947
"@types/estree"
2198
1948
],
2199
1949
"optionalDependencies": [
2200
-
"@rollup/rollup-android-arm-eabi@4.53.3",
2201
-
"@rollup/rollup-android-arm64@4.53.3",
2202
-
"@rollup/rollup-darwin-arm64@4.53.3",
2203
-
"@rollup/rollup-darwin-x64@4.53.3",
2204
-
"@rollup/rollup-freebsd-arm64@4.53.3",
2205
-
"@rollup/rollup-freebsd-x64@4.53.3",
2206
-
"@rollup/rollup-linux-arm-gnueabihf@4.53.3",
2207
-
"@rollup/rollup-linux-arm-musleabihf@4.53.3",
2208
-
"@rollup/rollup-linux-arm64-gnu@4.53.3",
2209
-
"@rollup/rollup-linux-arm64-musl@4.53.3",
2210
-
"@rollup/rollup-linux-loong64-gnu@4.53.3",
2211
-
"@rollup/rollup-linux-ppc64-gnu@4.53.3",
2212
-
"@rollup/rollup-linux-riscv64-gnu@4.53.3",
2213
-
"@rollup/rollup-linux-riscv64-musl@4.53.3",
2214
-
"@rollup/rollup-linux-s390x-gnu@4.53.3",
2215
-
"@rollup/rollup-linux-x64-gnu@4.53.3",
2216
-
"@rollup/rollup-linux-x64-musl@4.53.3",
2217
-
"@rollup/rollup-openharmony-arm64@4.53.3",
2218
-
"@rollup/rollup-win32-arm64-msvc@4.53.3",
2219
-
"@rollup/rollup-win32-ia32-msvc@4.53.3",
2220
-
"@rollup/rollup-win32-x64-gnu@4.53.3",
2221
-
"@rollup/rollup-win32-x64-msvc@4.53.3",
1950
+
"@rollup/rollup-android-arm-eabi",
1951
+
"@rollup/rollup-android-arm64",
1952
+
"@rollup/rollup-darwin-arm64",
1953
+
"@rollup/rollup-darwin-x64",
1954
+
"@rollup/rollup-freebsd-arm64",
1955
+
"@rollup/rollup-freebsd-x64",
1956
+
"@rollup/rollup-linux-arm-gnueabihf",
1957
+
"@rollup/rollup-linux-arm-musleabihf",
1958
+
"@rollup/rollup-linux-arm64-gnu",
1959
+
"@rollup/rollup-linux-arm64-musl",
1960
+
"@rollup/rollup-linux-loong64-gnu",
1961
+
"@rollup/rollup-linux-ppc64-gnu",
1962
+
"@rollup/rollup-linux-riscv64-gnu",
1963
+
"@rollup/rollup-linux-riscv64-musl",
1964
+
"@rollup/rollup-linux-s390x-gnu",
1965
+
"@rollup/rollup-linux-x64-gnu",
1966
+
"@rollup/rollup-linux-x64-musl",
1967
+
"@rollup/rollup-openharmony-arm64",
1968
+
"@rollup/rollup-win32-arm64-msvc",
1969
+
"@rollup/rollup-win32-ia32-msvc",
1970
+
"@rollup/rollup-win32-x64-gnu",
1971
+
"@rollup/rollup-win32-x64-msvc",
2222
1972
"fsevents"
2223
1973
],
2224
1974
"bin": true
···
2471
2221
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
2472
2222
"bin": true
2473
2223
},
2474
-
"undici-types@7.10.0": {
2475
-
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="
2224
+
"undici-types@6.21.0": {
2225
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="
2476
2226
},
2477
2227
"undici-types@7.16.0": {
2478
2228
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="
···
2573
2323
"yocto-queue@0.1.0": {
2574
2324
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
2575
2325
},
2576
-
"yocto-queue@1.2.1": {
2577
-
"integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg=="
2326
+
"yocto-queue@1.2.2": {
2327
+
"integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ=="
2578
2328
},
2579
2329
"zimmerframe@1.1.4": {
2580
2330
"integrity": "sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ=="
2581
2331
}
2582
2332
},
2583
2333
"workspace": {
2584
-
"packageJson": {
2585
-
"dependencies": [
2586
-
"npm:@jsr/std__toml@*",
2587
-
"npm:@neodrag/svelte@^2.3.3",
2588
-
"npm:@rowanmanning/feed-parser@^2.1.1",
2589
-
"npm:@skyware/bot@0.4",
2590
-
"npm:@sveltejs/adapter-node@^5.4.0",
2591
-
"npm:@sveltejs/kit@^2.49.0",
2592
-
"npm:@sveltejs/vite-plugin-svelte@^6.1.3",
2593
-
"npm:@tailwindcss/forms@~0.5.10",
2594
-
"npm:@tailwindcss/typography@~0.5.16",
2595
-
"npm:@types/deno@^2.5.0",
2596
-
"npm:@types/eslint@^9.6.1",
2597
-
"npm:@types/node-schedule@^2.1.8",
2598
-
"npm:@types/node@^24.10.1",
2599
-
"npm:autoprefixer@^10.4.22",
2600
-
"npm:eslint-config-prettier@^10.1.8",
2601
-
"npm:eslint-plugin-svelte@^3.13.0",
2602
-
"npm:eslint@^9.39.1",
2603
-
"npm:globals@^16.5.0",
2604
-
"npm:mdsvex@~0.12.6",
2605
-
"npm:nanoid@^5.1.5",
2606
-
"npm:node-fetch@^3.3.2",
2607
-
"npm:postcss@^8.5.6",
2608
-
"npm:prettier-plugin-svelte@^3.4.0",
2609
-
"npm:prettier@^3.7.1",
2610
-
"npm:prometheus-remote-write@~0.5.1",
2611
-
"npm:robots-parser@^3.0.1",
2612
-
"npm:steamgriddb@^2.2.0",
2613
-
"npm:svelte-check@^4.3.4",
2614
-
"npm:svelte@^5.45.2",
2615
-
"npm:sveltekit-rate-limiter@0.7",
2616
-
"npm:tailwindcss@^3.4.17",
2617
-
"npm:toad-scheduler@^3.1.0",
2618
-
"npm:tslib@^2.8.1",
2619
-
"npm:typescript-eslint@^8.48.0",
2620
-
"npm:typescript-svelte-plugin@~0.3.50",
2621
-
"npm:typescript@^5.9.2",
2622
-
"npm:vite@^7.2.4"
2623
-
]
2334
+
"members": {
2335
+
"eunomia": {
2336
+
"packageJson": {
2337
+
"dependencies": [
2338
+
"npm:@jsr/std__toml@*",
2339
+
"npm:@neodrag/svelte@^2.3.3",
2340
+
"npm:@rowanmanning/feed-parser@^2.1.1",
2341
+
"npm:@skyware/bot@0.4",
2342
+
"npm:@sveltejs/adapter-node@^5.4.0",
2343
+
"npm:@sveltejs/kit@^2.49.0",
2344
+
"npm:@sveltejs/vite-plugin-svelte@^6.1.3",
2345
+
"npm:@tailwindcss/forms@~0.5.10",
2346
+
"npm:@tailwindcss/typography@~0.5.16",
2347
+
"npm:@types/deno@^2.5.0",
2348
+
"npm:@types/eslint@^9.6.1",
2349
+
"npm:@types/node-schedule@^2.1.8",
2350
+
"npm:@types/node@^24.10.1",
2351
+
"npm:autoprefixer@^10.4.22",
2352
+
"npm:eslint-config-prettier@^10.1.8",
2353
+
"npm:eslint-plugin-svelte@^3.13.0",
2354
+
"npm:eslint@^9.39.1",
2355
+
"npm:globals@^16.5.0",
2356
+
"npm:mdsvex@~0.12.6",
2357
+
"npm:nanoid@^5.1.5",
2358
+
"npm:node-fetch@^3.3.2",
2359
+
"npm:postcss@^8.5.6",
2360
+
"npm:prettier-plugin-svelte@^3.4.0",
2361
+
"npm:prettier@^3.7.1",
2362
+
"npm:prometheus-remote-write@~0.5.1",
2363
+
"npm:robots-parser@^3.0.1",
2364
+
"npm:steamgriddb@^2.2.0",
2365
+
"npm:svelte-check@^4.3.4",
2366
+
"npm:svelte@^5.45.2",
2367
+
"npm:sveltekit-rate-limiter@0.7",
2368
+
"npm:tailwindcss@^3.4.17",
2369
+
"npm:toad-scheduler@^3.1.0",
2370
+
"npm:tslib@^2.8.1",
2371
+
"npm:typescript-eslint@^8.48.0",
2372
+
"npm:typescript-svelte-plugin@~0.3.50",
2373
+
"npm:typescript@^5.9.2",
2374
+
"npm:vite@^7.2.4"
2375
+
]
2376
+
}
2377
+
}
2624
2378
}
2625
2379
}
2626
2380
}
eslint.config.js
eunomia/eslint.config.js
eslint.config.js
eunomia/eslint.config.js
+1
eunomia/deno.json
+1
eunomia/deno.json
···
1
+
{}
+5
-5
flake.nix
+5
-5
flake.nix
···
17
17
pkgs = inp.nixpkgs.legacyPackages.${system};
18
18
in {
19
19
devShells.default = config.mk-naked-shell.lib.mkNakedShell {
20
-
name = "gazesys-devshell";
20
+
name = "eunomia-devshell";
21
21
packages = with pkgs; [
22
22
nodejs-slim_latest deno
23
23
nodePackages.svelte-language-server
···
27
27
export PATH="$PATH:$PWD/node_modules/.bin"
28
28
'';
29
29
};
30
-
packages.gazesys-modules = pkgs.callPackage ./nix/modules.nix {};
31
-
packages.gazesys = pkgs.callPackage ./nix {
32
-
inherit (config.packages) gazesys-modules;
30
+
packages.eunomia-modules = pkgs.callPackage ./nix/modules.nix {};
31
+
packages.eunomia = pkgs.callPackage ./nix {
32
+
inherit (config.packages) eunomia-modules;
33
33
};
34
-
packages.default = config.packages.gazesys;
34
+
packages.default = config.packages.eunomia;
35
35
};
36
36
};
37
37
}
+10
-14
nix/default.nix
+10
-14
nix/default.nix
···
4
4
deno,
5
5
nodejs,
6
6
makeBinaryWrapper,
7
-
gazesys-modules,
7
+
eunomia-modules,
8
8
PUBLIC_BASE_URL ? "http://localhost:5173",
9
9
}:
10
10
stdenv.mkDerivation {
11
-
name = "gazesys-website";
11
+
name = "eunomia";
12
12
13
13
src = lib.fileset.toSource {
14
14
root = ../.;
15
15
fileset = lib.fileset.unions [
16
-
../src
17
-
../static
18
16
../deno.lock
19
-
../package.json
20
-
../postcss.config.js
21
-
../svelte.config.js
22
-
../tailwind.config.js
23
-
../tsconfig.json
24
-
../vite.config.ts
17
+
../deno.json
18
+
../eunomia
25
19
];
26
20
};
27
21
···
34
28
35
29
configurePhase = ''
36
30
runHook preConfigure
37
-
cp -R --no-preserve=ownership ${gazesys-modules} node_modules
31
+
cp -R --no-preserve=ownership ${eunomia-modules} node_modules
38
32
find node_modules -type d -exec chmod 755 {} \;
39
33
substituteInPlace node_modules/.bin/vite \
40
34
--replace-fail "/usr/bin/env node" "${nodejs}/bin/node"
···
42
36
'';
43
37
buildPhase = ''
44
38
runHook preBuild
45
-
HOME=$TMPDIR deno run --cached-only build
39
+
pushd eunomia
40
+
HOME=$TMPDIR ../node_modules/.bin/vite build
41
+
popd
46
42
runHook postBuild
47
43
'';
48
44
installPhase = ''
49
45
runHook preInstall
50
46
51
47
mkdir -p $out/bin
52
-
cp -R ./build/* $out
48
+
cp -R ./eunomia/build/* $out
53
49
cp -R ./node_modules $out
54
50
55
-
makeBinaryWrapper ${deno}/bin/deno $out/bin/website \
51
+
makeBinaryWrapper ${deno}/bin/deno $out/bin/eunomia \
56
52
--prefix PATH : ${lib.makeBinPath [ deno ]} \
57
53
--add-flags "run --allow-all --node-modules-dir=manual --cached-only $out/index.js"
58
54
+7
-3
nix/modules.nix
+7
-3
nix/modules.nix
···
4
4
deno,
5
5
}:
6
6
stdenv.mkDerivation {
7
-
name = "gazesys-modules";
7
+
name = "eunomia-modules";
8
8
9
9
src = lib.fileset.toSource {
10
10
root = ../.;
11
11
fileset = lib.fileset.unions [
12
+
../eunomia/package.json
13
+
../deno.json
12
14
../deno.lock
13
-
../package.json
14
15
];
15
16
};
16
17
17
-
outputHash = "sha256-TkpivNdWLV0t1nJAtNy0OAK7+uNtWxQODSl4petjJvc=";
18
+
outputHash = "sha256-A2foV0GsVZKcuGCDBjb5b27ShoKfIL3qSa+v7IC8geU=";
18
19
outputHashAlgo = "sha256";
19
20
outputHashMode = "recursive";
20
21
···
25
26
dontFixup = true;
26
27
dontPatchShebangs = true;
27
28
29
+
postUnpack = ''
30
+
31
+
'';
28
32
buildPhase = ''
29
33
HOME=$TMPDIR deno install --allow-scripts=npm:protobufjs@7.5.4 --frozen --seed 8008135
30
34
'';
+2
-6
package.json
eunomia/package.json
+2
-6
package.json
eunomia/package.json
···
1
1
{
2
-
"name": "website",
2
+
"name": "eunomia",
3
3
"version": "0.0.1",
4
4
"private": true,
5
5
"scripts": {
6
6
"dev": "vite dev",
7
7
"build": "vite build",
8
-
"preview": "vite preview",
9
-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
10
-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
11
-
"lint": "prettier --check . && eslint .",
12
-
"format": "prettier --write ."
8
+
"preview": "vite preview"
13
9
},
14
10
"devDependencies": {
15
11
"@sveltejs/adapter-node": "^5.4.0",
postcss.config.js
eunomia/postcss.config.js
postcss.config.js
eunomia/postcss.config.js
src/app.d.ts
eunomia/src/app.d.ts
src/app.d.ts
eunomia/src/app.d.ts
src/app.html
eunomia/src/app.html
src/app.html
eunomia/src/app.html
src/components/_window_layout.svelte
eunomia/src/components/_window_layout.svelte
src/components/_window_layout.svelte
eunomia/src/components/_window_layout.svelte
src/components/eye.svelte
eunomia/src/components/eye.svelte
src/components/eye.svelte
eunomia/src/components/eye.svelte
src/components/note.svelte
eunomia/src/components/note.svelte
src/components/note.svelte
eunomia/src/components/note.svelte
src/components/pet.svelte
eunomia/src/components/pet.svelte
src/components/pet.svelte
eunomia/src/components/pet.svelte
src/components/token.svelte
eunomia/src/components/token.svelte
src/components/token.svelte
eunomia/src/components/token.svelte
src/components/tooltip.svelte
eunomia/src/components/tooltip.svelte
src/components/tooltip.svelte
eunomia/src/components/tooltip.svelte
src/components/window.svelte
eunomia/src/components/window.svelte
src/components/window.svelte
eunomia/src/components/window.svelte
src/hooks.server.ts
eunomia/src/hooks.server.ts
src/hooks.server.ts
eunomia/src/hooks.server.ts
src/lib/activity.ts
eunomia/src/lib/activity.ts
src/lib/activity.ts
eunomia/src/lib/activity.ts
src/lib/apiToken.ts
eunomia/src/lib/apiToken.ts
src/lib/apiToken.ts
eunomia/src/lib/apiToken.ts
src/lib/bluesky.ts
eunomia/src/lib/bluesky.ts
src/lib/bluesky.ts
eunomia/src/lib/bluesky.ts
src/lib/convertDate.ts
eunomia/src/lib/convertDate.ts
src/lib/convertDate.ts
eunomia/src/lib/convertDate.ts
src/lib/counter.ts
eunomia/src/lib/counter.ts
src/lib/counter.ts
eunomia/src/lib/counter.ts
src/lib/dateFmt.ts
eunomia/src/lib/dateFmt.ts
src/lib/dateFmt.ts
eunomia/src/lib/dateFmt.ts
src/lib/dollcode.ts
eunomia/src/lib/dollcode.ts
src/lib/dollcode.ts
eunomia/src/lib/dollcode.ts
src/lib/getTitle.ts
eunomia/src/lib/getTitle.ts
src/lib/getTitle.ts
eunomia/src/lib/getTitle.ts
src/lib/index.ts
eunomia/src/lib/index.ts
src/lib/index.ts
eunomia/src/lib/index.ts
src/lib/lastfm.ts
eunomia/src/lib/lastfm.ts
src/lib/lastfm.ts
eunomia/src/lib/lastfm.ts
src/lib/metrics.ts
eunomia/src/lib/metrics.ts
src/lib/metrics.ts
eunomia/src/lib/metrics.ts
src/lib/pushnotif.ts
eunomia/src/lib/pushnotif.ts
src/lib/pushnotif.ts
eunomia/src/lib/pushnotif.ts
src/lib/robots.ts
eunomia/src/lib/robots.ts
src/lib/robots.ts
eunomia/src/lib/robots.ts
src/lib/steam.ts
eunomia/src/lib/steam.ts
src/lib/steam.ts
eunomia/src/lib/steam.ts
src/lib/visits.ts
eunomia/src/lib/visits.ts
src/lib/visits.ts
eunomia/src/lib/visits.ts
src/lib/window.ts
eunomia/src/lib/window.ts
src/lib/window.ts
eunomia/src/lib/window.ts
src/routes/(site)/+layout.server.ts
eunomia/src/routes/(site)/+layout.server.ts
src/routes/(site)/+layout.server.ts
eunomia/src/routes/(site)/+layout.server.ts
src/routes/(site)/+layout.svelte
eunomia/src/routes/(site)/+layout.svelte
src/routes/(site)/+layout.svelte
eunomia/src/routes/(site)/+layout.svelte
src/routes/(site)/+page.server.ts
eunomia/src/routes/(site)/+page.server.ts
src/routes/(site)/+page.server.ts
eunomia/src/routes/(site)/+page.server.ts
src/routes/(site)/+page.svelte
eunomia/src/routes/(site)/+page.svelte
src/routes/(site)/+page.svelte
eunomia/src/routes/(site)/+page.svelte
src/routes/(site)/about/+page.md
eunomia/src/routes/(site)/about/+page.md
src/routes/(site)/about/+page.md
eunomia/src/routes/(site)/about/+page.md
src/routes/(site)/about/_layout.svelte
eunomia/src/routes/(site)/about/_layout.svelte
src/routes/(site)/about/_layout.svelte
eunomia/src/routes/(site)/about/_layout.svelte
src/routes/(site)/about/media.md
eunomia/src/routes/(site)/about/media.md
src/routes/(site)/about/media.md
eunomia/src/routes/(site)/about/media.md
src/routes/(site)/about/stuff.md
eunomia/src/routes/(site)/about/stuff.md
src/routes/(site)/about/stuff.md
eunomia/src/routes/(site)/about/stuff.md
src/routes/(site)/copy/+page.server.ts
eunomia/src/routes/(site)/copy/+page.server.ts
src/routes/(site)/copy/+page.server.ts
eunomia/src/routes/(site)/copy/+page.server.ts
src/routes/(site)/copy/+page.svelte
eunomia/src/routes/(site)/copy/+page.svelte
src/routes/(site)/copy/+page.svelte
eunomia/src/routes/(site)/copy/+page.svelte
src/routes/(site)/entries/+layout.server.ts
eunomia/src/routes/(site)/entries/+layout.server.ts
src/routes/(site)/entries/+layout.server.ts
eunomia/src/routes/(site)/entries/+layout.server.ts
src/routes/(site)/entries/+page.server.ts
eunomia/src/routes/(site)/entries/+page.server.ts
src/routes/(site)/entries/+page.server.ts
eunomia/src/routes/(site)/entries/+page.server.ts
src/routes/(site)/entries/+page.svelte
eunomia/src/routes/(site)/entries/+page.svelte
src/routes/(site)/entries/+page.svelte
eunomia/src/routes/(site)/entries/+page.svelte
src/routes/(site)/entries/_layout.svelte
eunomia/src/routes/(site)/entries/_layout.svelte
src/routes/(site)/entries/_layout.svelte
eunomia/src/routes/(site)/entries/_layout.svelte
src/routes/(site)/entries/_rss/+server.ts
eunomia/src/routes/(site)/entries/_rss/+server.ts
src/routes/(site)/entries/_rss/+server.ts
eunomia/src/routes/(site)/entries/_rss/+server.ts
src/routes/(site)/entries/hello-world/+page.md
eunomia/src/routes/(site)/entries/hello-world/+page.md
src/routes/(site)/entries/hello-world/+page.md
eunomia/src/routes/(site)/entries/hello-world/+page.md
src/routes/(site)/entries/japan-trip24/+page.md
eunomia/src/routes/(site)/entries/japan-trip24/+page.md
src/routes/(site)/entries/japan-trip24/+page.md
eunomia/src/routes/(site)/entries/japan-trip24/+page.md
src/routes/(site)/entries/japan-trip24/+page.server.ts
eunomia/src/routes/(site)/entries/japan-trip24/+page.server.ts
src/routes/(site)/entries/japan-trip24/+page.server.ts
eunomia/src/routes/(site)/entries/japan-trip24/+page.server.ts
src/routes/(site)/entries/japan-trip24/images.json
eunomia/src/routes/(site)/entries/japan-trip24/images.json
src/routes/(site)/entries/japan-trip24/images.json
eunomia/src/routes/(site)/entries/japan-trip24/images.json
src/routes/(site)/entries/test/+page.md
eunomia/src/routes/(site)/entries/test/+page.md
src/routes/(site)/entries/test/+page.md
eunomia/src/routes/(site)/entries/test/+page.md
src/routes/(site)/guestbook/+page.server.ts
eunomia/src/routes/(site)/guestbook/+page.server.ts
src/routes/(site)/guestbook/+page.server.ts
eunomia/src/routes/(site)/guestbook/+page.server.ts
src/routes/(site)/guestbook/+page.svelte
eunomia/src/routes/(site)/guestbook/+page.svelte
src/routes/(site)/guestbook/+page.svelte
eunomia/src/routes/(site)/guestbook/+page.svelte
src/routes/(site)/log/+page.server.ts
eunomia/src/routes/(site)/log/+page.server.ts
src/routes/(site)/log/+page.server.ts
eunomia/src/routes/(site)/log/+page.server.ts
src/routes/(site)/log/+page.svelte
eunomia/src/routes/(site)/log/+page.svelte
src/routes/(site)/log/+page.svelte
eunomia/src/routes/(site)/log/+page.svelte
src/routes/(site)/log/_rss/+server.ts
eunomia/src/routes/(site)/log/_rss/+server.ts
src/routes/(site)/log/_rss/+server.ts
eunomia/src/routes/(site)/log/_rss/+server.ts
src/routes/_api/pet/bounce/+server.ts
eunomia/src/routes/_api/pet/bounce/+server.ts
src/routes/_api/pet/bounce/+server.ts
eunomia/src/routes/_api/pet/bounce/+server.ts
src/routes/_api/pet/distance/+server.ts
eunomia/src/routes/_api/pet/distance/+server.ts
src/routes/_api/pet/distance/+server.ts
eunomia/src/routes/_api/pet/distance/+server.ts
src/routes/_api/pushnotif/+server.ts
eunomia/src/routes/_api/pushnotif/+server.ts
src/routes/_api/pushnotif/+server.ts
eunomia/src/routes/_api/pushnotif/+server.ts
src/routes/annoy/+server.ts
eunomia/src/routes/annoy/+server.ts
src/routes/annoy/+server.ts
eunomia/src/routes/annoy/+server.ts
src/routes/annoy/index.html
eunomia/src/routes/annoy/index.html
src/routes/annoy/index.html
eunomia/src/routes/annoy/index.html
src/routes/robots.txt/+server.ts
eunomia/src/routes/robots.txt/+server.ts
src/routes/robots.txt/+server.ts
eunomia/src/routes/robots.txt/+server.ts
src/styles/app.css
eunomia/src/styles/app.css
src/styles/app.css
eunomia/src/styles/app.css
src/styles/main.css
eunomia/src/styles/main.css
src/styles/main.css
eunomia/src/styles/main.css
src/styles/prism-synthwave84.css
eunomia/src/styles/prism-synthwave84.css
src/styles/prism-synthwave84.css
eunomia/src/styles/prism-synthwave84.css
static/88x31.gif
eunomia/static/88x31.gif
static/88x31.gif
eunomia/static/88x31.gif
static/88x31_midnight.gif
eunomia/static/88x31_midnight.gif
static/88x31_midnight.gif
eunomia/static/88x31_midnight.gif
static/88x31_sunrise.gif
eunomia/static/88x31_sunrise.gif
static/88x31_sunrise.gif
eunomia/static/88x31_sunrise.gif
static/annoy/annoyance-meow.js
eunomia/static/annoy/annoyance-meow.js
static/annoy/annoyance-meow.js
eunomia/static/annoy/annoyance-meow.js
static/annoy/annoyance-meow_bg.wasm
eunomia/static/annoy/annoyance-meow_bg.wasm
static/annoy/annoyance-meow_bg.wasm
eunomia/static/annoy/annoyance-meow_bg.wasm
static/eyes/closed.webp
eunomia/static/eyes/closed.webp
static/eyes/closed.webp
eunomia/static/eyes/closed.webp
static/eyes/normal_forward.webp
eunomia/static/eyes/normal_forward.webp
static/eyes/normal_forward.webp
eunomia/static/eyes/normal_forward.webp
static/eyes/normal_left.webp
eunomia/static/eyes/normal_left.webp
static/eyes/normal_left.webp
eunomia/static/eyes/normal_left.webp
static/eyes/normal_right.webp
eunomia/static/eyes/normal_right.webp
static/eyes/normal_right.webp
eunomia/static/eyes/normal_right.webp
static/fonts/dollmonoopt.woff2
eunomia/static/fonts/dollmonoopt.woff2
static/fonts/dollmonoopt.woff2
eunomia/static/fonts/dollmonoopt.woff2
static/fonts/fusion-pixel-sc-monospaced.woff2
eunomia/static/fonts/fusion-pixel-sc-monospaced.woff2
static/fonts/fusion-pixel-sc-monospaced.woff2
eunomia/static/fonts/fusion-pixel-sc-monospaced.woff2
static/fonts/fusion-pixel-sc-proportional.woff2
eunomia/static/fonts/fusion-pixel-sc-proportional.woff2
static/fonts/fusion-pixel-sc-proportional.woff2
eunomia/static/fonts/fusion-pixel-sc-proportional.woff2
static/icons/about.webp
eunomia/static/icons/about.webp
static/icons/about.webp
eunomia/static/icons/about.webp
static/icons/cd_audio.webp
eunomia/static/icons/cd_audio.webp
static/icons/cd_audio.webp
eunomia/static/icons/cd_audio.webp
static/icons/contact.webp
eunomia/static/icons/contact.webp
static/icons/contact.webp
eunomia/static/icons/contact.webp
static/icons/entries.webp
eunomia/static/icons/entries.webp
static/icons/entries.webp
eunomia/static/icons/entries.webp
static/icons/entry.webp
eunomia/static/icons/entry.webp
static/icons/entry.webp
eunomia/static/icons/entry.webp
static/icons/gaze.webp
eunomia/static/icons/gaze.webp
static/icons/gaze.webp
eunomia/static/icons/gaze.webp
static/icons/gaze_closed.webp
eunomia/static/icons/gaze_closed.webp
static/icons/gaze_closed.webp
eunomia/static/icons/gaze_closed.webp
static/icons/gaze_site.webp
eunomia/static/icons/gaze_site.webp
static/icons/gaze_site.webp
eunomia/static/icons/gaze_site.webp
static/icons/guestbook.webp
eunomia/static/icons/guestbook.webp
static/icons/guestbook.webp
eunomia/static/icons/guestbook.webp
static/icons/home.webp
eunomia/static/icons/home.webp
static/icons/home.webp
eunomia/static/icons/home.webp
static/icons/msg_information.webp
eunomia/static/icons/msg_information.webp
static/icons/msg_information.webp
eunomia/static/icons/msg_information.webp
static/icons/msn.webp
eunomia/static/icons/msn.webp
static/icons/msn.webp
eunomia/static/icons/msn.webp
static/icons/question.webp
eunomia/static/icons/question.webp
static/icons/question.webp
eunomia/static/icons/question.webp
static/icons/warning.webp
eunomia/static/icons/warning.webp
static/icons/warning.webp
eunomia/static/icons/warning.webp
static/others/250kb.webp
eunomia/static/others/250kb.webp
static/others/250kb.webp
eunomia/static/others/250kb.webp
static/others/aph.gif
eunomia/static/others/aph.gif
static/others/aph.gif
eunomia/static/others/aph.gif
static/others/dbd.gif
eunomia/static/others/dbd.gif
static/others/dbd.gif
eunomia/static/others/dbd.gif
static/others/dd86k.gif
eunomia/static/others/dd86k.gif
static/others/dd86k.gif
eunomia/static/others/dd86k.gif
static/others/desktopwebp.webp
eunomia/static/others/desktopwebp.webp
static/others/desktopwebp.webp
eunomia/static/others/desktopwebp.webp
static/others/drewsh.gif
eunomia/static/others/drewsh.gif
static/others/drewsh.gif
eunomia/static/others/drewsh.gif
static/others/godot.gif
eunomia/static/others/godot.gif
static/others/godot.gif
eunomia/static/others/godot.gif
static/others/it.webp
eunomia/static/others/it.webp
static/others/it.webp
eunomia/static/others/it.webp
static/others/killfascists.webp
eunomia/static/others/killfascists.webp
static/others/killfascists.webp
eunomia/static/others/killfascists.webp
static/others/moonlightnow.gif
eunomia/static/others/moonlightnow.gif
static/others/moonlightnow.gif
eunomia/static/others/moonlightnow.gif
static/others/notaperson.webp
eunomia/static/others/notaperson.webp
static/others/notaperson.webp
eunomia/static/others/notaperson.webp
static/others/poweredbynixos.webp
eunomia/static/others/poweredbynixos.webp
static/others/poweredbynixos.webp
eunomia/static/others/poweredbynixos.webp
static/others/skylar.gif
eunomia/static/others/skylar.gif
static/others/skylar.gif
eunomia/static/others/skylar.gif
static/others/slonk.gif
eunomia/static/others/slonk.gif
static/others/slonk.gif
eunomia/static/others/slonk.gif
static/pet/idle.webp
eunomia/static/pet/idle.webp
static/pet/idle.webp
eunomia/static/pet/idle.webp
static/pet/pick.webp
eunomia/static/pet/pick.webp
static/pet/pick.webp
eunomia/static/pet/pick.webp
static/pet/walk1.webp
eunomia/static/pet/walk1.webp
static/pet/walk1.webp
eunomia/static/pet/walk1.webp
static/pet/walk2.webp
eunomia/static/pet/walk2.webp
static/pet/walk2.webp
eunomia/static/pet/walk2.webp
static/pfp-iojkqpwerojnasduijf.webp
eunomia/static/pfp-iojkqpwerojnasduijf.webp
static/pfp-iojkqpwerojnasduijf.webp
eunomia/static/pfp-iojkqpwerojnasduijf.webp
static/resume.pdf
eunomia/static/resume.pdf
static/resume.pdf
eunomia/static/resume.pdf
static/wavey.gif
eunomia/static/wavey.gif
static/wavey.gif
eunomia/static/wavey.gif
svelte.config.js
eunomia/svelte.config.js
svelte.config.js
eunomia/svelte.config.js
tailwind.config.js
eunomia/tailwind.config.js
tailwind.config.js
eunomia/tailwind.config.js
tsconfig.json
eunomia/tsconfig.json
tsconfig.json
eunomia/tsconfig.json
vite.config.ts
eunomia/vite.config.ts
vite.config.ts
eunomia/vite.config.ts