fenrir-runtime 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/App/App.axaml +8 -0
  2. package/App/App.axaml.cs +23 -0
  3. package/App/FenrirLinux.csproj +27 -0
  4. package/App/LICENSE +674 -0
  5. package/App/MainWindow.axaml +10 -0
  6. package/App/MainWindow.axaml.cs +16 -0
  7. package/App/Program.cs +19 -0
  8. package/App/README.md +24 -0
  9. package/App/Views/InstallationView.axaml +48 -0
  10. package/App/Views/InstallationView.axaml.cs +204 -0
  11. package/App/Views/PasswordView.axaml +34 -0
  12. package/App/Views/PasswordView.axaml.cs +62 -0
  13. package/App/Views/WelcomeView.axaml +63 -0
  14. package/App/Views/WelcomeView.axaml.cs +22 -0
  15. package/App/app.manifest +18 -0
  16. package/App/images/screenshot1.png +0 -0
  17. package/App/images/screenshot2.png +0 -0
  18. package/App/obj/Debug/net9.0/Avalonia/Resources.Inputs.cache +1 -0
  19. package/App/obj/Debug/net9.0/Avalonia/original.dll +0 -0
  20. package/App/obj/Debug/net9.0/Avalonia/original.pdb +0 -0
  21. package/App/obj/Debug/net9.0/Avalonia/original.ref.dll +0 -0
  22. package/App/obj/Debug/net9.0/Avalonia/references +202 -0
  23. package/App/obj/Debug/net9.0/Avalonia/resources +0 -0
  24. package/App/obj/Debug/net9.0/FenrirLi.7B98506C.Up2Date +0 -0
  25. package/App/obj/Debug/net9.0/FenrirLinux.AssemblyInfo.cs +22 -0
  26. package/App/obj/Debug/net9.0/FenrirLinux.AssemblyInfoInputs.cache +1 -0
  27. package/App/obj/Debug/net9.0/FenrirLinux.GeneratedMSBuildEditorConfig.editorconfig +35 -0
  28. package/App/obj/Debug/net9.0/FenrirLinux.assets.cache +0 -0
  29. package/App/obj/Debug/net9.0/FenrirLinux.csproj.AssemblyReference.cache +0 -0
  30. package/App/obj/Debug/net9.0/FenrirLinux.csproj.CoreCompileInputs.cache +1 -0
  31. package/App/obj/Debug/net9.0/FenrirLinux.csproj.FileListAbsolute.txt +135 -0
  32. package/App/obj/Debug/net9.0/FenrirLinux.dll +0 -0
  33. package/App/obj/Debug/net9.0/FenrirLinux.genruntimeconfig.cache +1 -0
  34. package/App/obj/Debug/net9.0/FenrirLinux.pdb +0 -0
  35. package/App/obj/Debug/net9.0/apphost +0 -0
  36. package/App/obj/Debug/net9.0/ref/FenrirLinux.dll +0 -0
  37. package/App/obj/Debug/net9.0/refint/FenrirLinux.dll +0 -0
  38. package/App/obj/FenrirLinux.csproj.nuget.dgspec.json +115 -0
  39. package/App/obj/FenrirLinux.csproj.nuget.g.props +26 -0
  40. package/App/obj/FenrirLinux.csproj.nuget.g.targets +9 -0
  41. package/App/obj/Release/net9.0/linux-x64/Avalonia/Resources.Inputs.cache +1 -0
  42. package/App/obj/Release/net9.0/linux-x64/Avalonia/original.dll +0 -0
  43. package/App/obj/Release/net9.0/linux-x64/Avalonia/original.pdb +0 -0
  44. package/App/obj/Release/net9.0/linux-x64/Avalonia/original.ref.dll +0 -0
  45. package/App/obj/Release/net9.0/linux-x64/Avalonia/references +194 -0
  46. package/App/obj/Release/net9.0/linux-x64/Avalonia/resources +0 -0
  47. package/App/obj/Release/net9.0/linux-x64/FenrirLi.7B98506C.Up2Date +0 -0
  48. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.AssemblyInfo.cs +22 -0
  49. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.AssemblyInfoInputs.cache +1 -0
  50. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.GeneratedMSBuildEditorConfig.editorconfig +39 -0
  51. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.assets.cache +0 -0
  52. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.csproj.AssemblyReference.cache +0 -0
  53. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.csproj.CoreCompileInputs.cache +1 -0
  54. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.csproj.FileListAbsolute.txt +238 -0
  55. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.deps.json +1317 -0
  56. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.dll +0 -0
  57. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.genbundle.cache +1 -0
  58. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.genpublishdeps.cache +1 -0
  59. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.genruntimeconfig.cache +1 -0
  60. package/App/obj/Release/net9.0/linux-x64/FenrirLinux.pdb +0 -0
  61. package/App/obj/Release/net9.0/linux-x64/PublishOutputs.fac9e24064.txt +4 -0
  62. package/App/obj/Release/net9.0/linux-x64/apphost +0 -0
  63. package/App/obj/Release/net9.0/linux-x64/ref/FenrirLinux.dll +0 -0
  64. package/App/obj/Release/net9.0/linux-x64/refint/FenrirLinux.dll +0 -0
  65. package/App/obj/Release/net9.0/linux-x64/singlefilehost +0 -0
  66. package/App/obj/project.assets.json +2463 -0
  67. package/App/obj/project.nuget.cache +47 -0
  68. package/LICENSE +674 -0
  69. package/Makefile +16 -0
  70. package/README.md +89 -0
  71. package/dist/archiveSystem.js +219 -0
  72. package/dist/cli.js +188 -0
  73. package/dist/packageManager.js +98 -0
  74. package/dist/parser.js +24 -0
  75. package/dist/runtime.js +99 -0
  76. package/dist/transformer.js +120 -0
  77. package/example/fenrir+aperium/aperium.json +17 -0
  78. package/example/fenrir+aperium/aperium_modules/hello-world/index.js +4 -0
  79. package/example/fenrir+aperium/aperium_modules/hello-world/module.json +6 -0
  80. package/example/fenrir+aperium/app.fnr +19 -0
  81. package/example/fenrir+aperium/package-lock.json +890 -0
  82. package/example/fenrir+aperium/package.json +17 -0
  83. package/example/fenrir.json +10 -0
  84. package/example/main.fnr +18 -0
  85. package/example/package-lock.json +867 -0
  86. package/example/package.json +17 -0
  87. package/package.json +32 -0
  88. package/src/archiveSystem.ts +264 -0
  89. package/src/cli.ts +216 -0
  90. package/src/packageManager.ts +119 -0
  91. package/src/parser.ts +36 -0
  92. package/src/runtime.ts +111 -0
  93. package/src/transformer.ts +147 -0
  94. package/tsconfig.json +15 -0
@@ -0,0 +1,890 @@
1
+ {
2
+ "name": "fenrir-test",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "fenrir-test",
9
+ "version": "1.0.0",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "express": "^5.1.0",
13
+ "fs-extra": "^11.3.2",
14
+ "hello-world": "file:./aperium_modules/hello-world"
15
+ }
16
+ },
17
+ "aperium_modules/hello-world": {},
18
+ "node_modules/accepts": {
19
+ "version": "2.0.0",
20
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
21
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
22
+ "license": "MIT",
23
+ "dependencies": {
24
+ "mime-types": "^3.0.0",
25
+ "negotiator": "^1.0.0"
26
+ },
27
+ "engines": {
28
+ "node": ">= 0.6"
29
+ }
30
+ },
31
+ "node_modules/body-parser": {
32
+ "version": "2.2.0",
33
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",
34
+ "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
35
+ "license": "MIT",
36
+ "dependencies": {
37
+ "bytes": "^3.1.2",
38
+ "content-type": "^1.0.5",
39
+ "debug": "^4.4.0",
40
+ "http-errors": "^2.0.0",
41
+ "iconv-lite": "^0.6.3",
42
+ "on-finished": "^2.4.1",
43
+ "qs": "^6.14.0",
44
+ "raw-body": "^3.0.0",
45
+ "type-is": "^2.0.0"
46
+ },
47
+ "engines": {
48
+ "node": ">=18"
49
+ }
50
+ },
51
+ "node_modules/bytes": {
52
+ "version": "3.1.2",
53
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
54
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
55
+ "license": "MIT",
56
+ "engines": {
57
+ "node": ">= 0.8"
58
+ }
59
+ },
60
+ "node_modules/call-bind-apply-helpers": {
61
+ "version": "1.0.2",
62
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
63
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
64
+ "license": "MIT",
65
+ "dependencies": {
66
+ "es-errors": "^1.3.0",
67
+ "function-bind": "^1.1.2"
68
+ },
69
+ "engines": {
70
+ "node": ">= 0.4"
71
+ }
72
+ },
73
+ "node_modules/call-bound": {
74
+ "version": "1.0.4",
75
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
76
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
77
+ "license": "MIT",
78
+ "dependencies": {
79
+ "call-bind-apply-helpers": "^1.0.2",
80
+ "get-intrinsic": "^1.3.0"
81
+ },
82
+ "engines": {
83
+ "node": ">= 0.4"
84
+ },
85
+ "funding": {
86
+ "url": "https://github.com/sponsors/ljharb"
87
+ }
88
+ },
89
+ "node_modules/content-disposition": {
90
+ "version": "1.0.0",
91
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz",
92
+ "integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==",
93
+ "license": "MIT",
94
+ "dependencies": {
95
+ "safe-buffer": "5.2.1"
96
+ },
97
+ "engines": {
98
+ "node": ">= 0.6"
99
+ }
100
+ },
101
+ "node_modules/content-type": {
102
+ "version": "1.0.5",
103
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
104
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
105
+ "license": "MIT",
106
+ "engines": {
107
+ "node": ">= 0.6"
108
+ }
109
+ },
110
+ "node_modules/cookie": {
111
+ "version": "0.7.2",
112
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
113
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
114
+ "license": "MIT",
115
+ "engines": {
116
+ "node": ">= 0.6"
117
+ }
118
+ },
119
+ "node_modules/cookie-signature": {
120
+ "version": "1.2.2",
121
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
122
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
123
+ "license": "MIT",
124
+ "engines": {
125
+ "node": ">=6.6.0"
126
+ }
127
+ },
128
+ "node_modules/debug": {
129
+ "version": "4.4.3",
130
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
131
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
132
+ "license": "MIT",
133
+ "dependencies": {
134
+ "ms": "^2.1.3"
135
+ },
136
+ "engines": {
137
+ "node": ">=6.0"
138
+ },
139
+ "peerDependenciesMeta": {
140
+ "supports-color": {
141
+ "optional": true
142
+ }
143
+ }
144
+ },
145
+ "node_modules/depd": {
146
+ "version": "2.0.0",
147
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
148
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
149
+ "license": "MIT",
150
+ "engines": {
151
+ "node": ">= 0.8"
152
+ }
153
+ },
154
+ "node_modules/dunder-proto": {
155
+ "version": "1.0.1",
156
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
157
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
158
+ "license": "MIT",
159
+ "dependencies": {
160
+ "call-bind-apply-helpers": "^1.0.1",
161
+ "es-errors": "^1.3.0",
162
+ "gopd": "^1.2.0"
163
+ },
164
+ "engines": {
165
+ "node": ">= 0.4"
166
+ }
167
+ },
168
+ "node_modules/ee-first": {
169
+ "version": "1.1.1",
170
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
171
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
172
+ "license": "MIT"
173
+ },
174
+ "node_modules/encodeurl": {
175
+ "version": "2.0.0",
176
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
177
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
178
+ "license": "MIT",
179
+ "engines": {
180
+ "node": ">= 0.8"
181
+ }
182
+ },
183
+ "node_modules/es-define-property": {
184
+ "version": "1.0.1",
185
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
186
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
187
+ "license": "MIT",
188
+ "engines": {
189
+ "node": ">= 0.4"
190
+ }
191
+ },
192
+ "node_modules/es-errors": {
193
+ "version": "1.3.0",
194
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
195
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
196
+ "license": "MIT",
197
+ "engines": {
198
+ "node": ">= 0.4"
199
+ }
200
+ },
201
+ "node_modules/es-object-atoms": {
202
+ "version": "1.1.1",
203
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
204
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
205
+ "license": "MIT",
206
+ "dependencies": {
207
+ "es-errors": "^1.3.0"
208
+ },
209
+ "engines": {
210
+ "node": ">= 0.4"
211
+ }
212
+ },
213
+ "node_modules/escape-html": {
214
+ "version": "1.0.3",
215
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
216
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
217
+ "license": "MIT"
218
+ },
219
+ "node_modules/etag": {
220
+ "version": "1.8.1",
221
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
222
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
223
+ "license": "MIT",
224
+ "engines": {
225
+ "node": ">= 0.6"
226
+ }
227
+ },
228
+ "node_modules/express": {
229
+ "version": "5.1.0",
230
+ "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz",
231
+ "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==",
232
+ "license": "MIT",
233
+ "dependencies": {
234
+ "accepts": "^2.0.0",
235
+ "body-parser": "^2.2.0",
236
+ "content-disposition": "^1.0.0",
237
+ "content-type": "^1.0.5",
238
+ "cookie": "^0.7.1",
239
+ "cookie-signature": "^1.2.1",
240
+ "debug": "^4.4.0",
241
+ "encodeurl": "^2.0.0",
242
+ "escape-html": "^1.0.3",
243
+ "etag": "^1.8.1",
244
+ "finalhandler": "^2.1.0",
245
+ "fresh": "^2.0.0",
246
+ "http-errors": "^2.0.0",
247
+ "merge-descriptors": "^2.0.0",
248
+ "mime-types": "^3.0.0",
249
+ "on-finished": "^2.4.1",
250
+ "once": "^1.4.0",
251
+ "parseurl": "^1.3.3",
252
+ "proxy-addr": "^2.0.7",
253
+ "qs": "^6.14.0",
254
+ "range-parser": "^1.2.1",
255
+ "router": "^2.2.0",
256
+ "send": "^1.1.0",
257
+ "serve-static": "^2.2.0",
258
+ "statuses": "^2.0.1",
259
+ "type-is": "^2.0.1",
260
+ "vary": "^1.1.2"
261
+ },
262
+ "engines": {
263
+ "node": ">= 18"
264
+ },
265
+ "funding": {
266
+ "type": "opencollective",
267
+ "url": "https://opencollective.com/express"
268
+ }
269
+ },
270
+ "node_modules/finalhandler": {
271
+ "version": "2.1.0",
272
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz",
273
+ "integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==",
274
+ "license": "MIT",
275
+ "dependencies": {
276
+ "debug": "^4.4.0",
277
+ "encodeurl": "^2.0.0",
278
+ "escape-html": "^1.0.3",
279
+ "on-finished": "^2.4.1",
280
+ "parseurl": "^1.3.3",
281
+ "statuses": "^2.0.1"
282
+ },
283
+ "engines": {
284
+ "node": ">= 0.8"
285
+ }
286
+ },
287
+ "node_modules/forwarded": {
288
+ "version": "0.2.0",
289
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
290
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
291
+ "license": "MIT",
292
+ "engines": {
293
+ "node": ">= 0.6"
294
+ }
295
+ },
296
+ "node_modules/fresh": {
297
+ "version": "2.0.0",
298
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
299
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
300
+ "license": "MIT",
301
+ "engines": {
302
+ "node": ">= 0.8"
303
+ }
304
+ },
305
+ "node_modules/fs-extra": {
306
+ "version": "11.3.2",
307
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
308
+ "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
309
+ "license": "MIT",
310
+ "dependencies": {
311
+ "graceful-fs": "^4.2.0",
312
+ "jsonfile": "^6.0.1",
313
+ "universalify": "^2.0.0"
314
+ },
315
+ "engines": {
316
+ "node": ">=14.14"
317
+ }
318
+ },
319
+ "node_modules/function-bind": {
320
+ "version": "1.1.2",
321
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
322
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
323
+ "license": "MIT",
324
+ "funding": {
325
+ "url": "https://github.com/sponsors/ljharb"
326
+ }
327
+ },
328
+ "node_modules/get-intrinsic": {
329
+ "version": "1.3.0",
330
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
331
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
332
+ "license": "MIT",
333
+ "dependencies": {
334
+ "call-bind-apply-helpers": "^1.0.2",
335
+ "es-define-property": "^1.0.1",
336
+ "es-errors": "^1.3.0",
337
+ "es-object-atoms": "^1.1.1",
338
+ "function-bind": "^1.1.2",
339
+ "get-proto": "^1.0.1",
340
+ "gopd": "^1.2.0",
341
+ "has-symbols": "^1.1.0",
342
+ "hasown": "^2.0.2",
343
+ "math-intrinsics": "^1.1.0"
344
+ },
345
+ "engines": {
346
+ "node": ">= 0.4"
347
+ },
348
+ "funding": {
349
+ "url": "https://github.com/sponsors/ljharb"
350
+ }
351
+ },
352
+ "node_modules/get-proto": {
353
+ "version": "1.0.1",
354
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
355
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
356
+ "license": "MIT",
357
+ "dependencies": {
358
+ "dunder-proto": "^1.0.1",
359
+ "es-object-atoms": "^1.0.0"
360
+ },
361
+ "engines": {
362
+ "node": ">= 0.4"
363
+ }
364
+ },
365
+ "node_modules/gopd": {
366
+ "version": "1.2.0",
367
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
368
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
369
+ "license": "MIT",
370
+ "engines": {
371
+ "node": ">= 0.4"
372
+ },
373
+ "funding": {
374
+ "url": "https://github.com/sponsors/ljharb"
375
+ }
376
+ },
377
+ "node_modules/graceful-fs": {
378
+ "version": "4.2.11",
379
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
380
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
381
+ "license": "ISC"
382
+ },
383
+ "node_modules/has-symbols": {
384
+ "version": "1.1.0",
385
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
386
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
387
+ "license": "MIT",
388
+ "engines": {
389
+ "node": ">= 0.4"
390
+ },
391
+ "funding": {
392
+ "url": "https://github.com/sponsors/ljharb"
393
+ }
394
+ },
395
+ "node_modules/hasown": {
396
+ "version": "2.0.2",
397
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
398
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
399
+ "license": "MIT",
400
+ "dependencies": {
401
+ "function-bind": "^1.1.2"
402
+ },
403
+ "engines": {
404
+ "node": ">= 0.4"
405
+ }
406
+ },
407
+ "node_modules/hello-world": {
408
+ "resolved": "aperium_modules/hello-world",
409
+ "link": true
410
+ },
411
+ "node_modules/http-errors": {
412
+ "version": "2.0.0",
413
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
414
+ "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
415
+ "license": "MIT",
416
+ "dependencies": {
417
+ "depd": "2.0.0",
418
+ "inherits": "2.0.4",
419
+ "setprototypeof": "1.2.0",
420
+ "statuses": "2.0.1",
421
+ "toidentifier": "1.0.1"
422
+ },
423
+ "engines": {
424
+ "node": ">= 0.8"
425
+ }
426
+ },
427
+ "node_modules/http-errors/node_modules/statuses": {
428
+ "version": "2.0.1",
429
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
430
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
431
+ "license": "MIT",
432
+ "engines": {
433
+ "node": ">= 0.8"
434
+ }
435
+ },
436
+ "node_modules/iconv-lite": {
437
+ "version": "0.6.3",
438
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
439
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
440
+ "license": "MIT",
441
+ "dependencies": {
442
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
443
+ },
444
+ "engines": {
445
+ "node": ">=0.10.0"
446
+ }
447
+ },
448
+ "node_modules/inherits": {
449
+ "version": "2.0.4",
450
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
451
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
452
+ "license": "ISC"
453
+ },
454
+ "node_modules/ipaddr.js": {
455
+ "version": "1.9.1",
456
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
457
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
458
+ "license": "MIT",
459
+ "engines": {
460
+ "node": ">= 0.10"
461
+ }
462
+ },
463
+ "node_modules/is-promise": {
464
+ "version": "4.0.0",
465
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
466
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
467
+ "license": "MIT"
468
+ },
469
+ "node_modules/jsonfile": {
470
+ "version": "6.2.0",
471
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
472
+ "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
473
+ "license": "MIT",
474
+ "dependencies": {
475
+ "universalify": "^2.0.0"
476
+ },
477
+ "optionalDependencies": {
478
+ "graceful-fs": "^4.1.6"
479
+ }
480
+ },
481
+ "node_modules/math-intrinsics": {
482
+ "version": "1.1.0",
483
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
484
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
485
+ "license": "MIT",
486
+ "engines": {
487
+ "node": ">= 0.4"
488
+ }
489
+ },
490
+ "node_modules/media-typer": {
491
+ "version": "1.1.0",
492
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
493
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
494
+ "license": "MIT",
495
+ "engines": {
496
+ "node": ">= 0.8"
497
+ }
498
+ },
499
+ "node_modules/merge-descriptors": {
500
+ "version": "2.0.0",
501
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
502
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
503
+ "license": "MIT",
504
+ "engines": {
505
+ "node": ">=18"
506
+ },
507
+ "funding": {
508
+ "url": "https://github.com/sponsors/sindresorhus"
509
+ }
510
+ },
511
+ "node_modules/mime-db": {
512
+ "version": "1.54.0",
513
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
514
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
515
+ "license": "MIT",
516
+ "engines": {
517
+ "node": ">= 0.6"
518
+ }
519
+ },
520
+ "node_modules/mime-types": {
521
+ "version": "3.0.1",
522
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
523
+ "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
524
+ "license": "MIT",
525
+ "dependencies": {
526
+ "mime-db": "^1.54.0"
527
+ },
528
+ "engines": {
529
+ "node": ">= 0.6"
530
+ }
531
+ },
532
+ "node_modules/ms": {
533
+ "version": "2.1.3",
534
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
535
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
536
+ "license": "MIT"
537
+ },
538
+ "node_modules/negotiator": {
539
+ "version": "1.0.0",
540
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
541
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
542
+ "license": "MIT",
543
+ "engines": {
544
+ "node": ">= 0.6"
545
+ }
546
+ },
547
+ "node_modules/object-inspect": {
548
+ "version": "1.13.4",
549
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
550
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
551
+ "license": "MIT",
552
+ "engines": {
553
+ "node": ">= 0.4"
554
+ },
555
+ "funding": {
556
+ "url": "https://github.com/sponsors/ljharb"
557
+ }
558
+ },
559
+ "node_modules/on-finished": {
560
+ "version": "2.4.1",
561
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
562
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
563
+ "license": "MIT",
564
+ "dependencies": {
565
+ "ee-first": "1.1.1"
566
+ },
567
+ "engines": {
568
+ "node": ">= 0.8"
569
+ }
570
+ },
571
+ "node_modules/once": {
572
+ "version": "1.4.0",
573
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
574
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
575
+ "license": "ISC",
576
+ "dependencies": {
577
+ "wrappy": "1"
578
+ }
579
+ },
580
+ "node_modules/parseurl": {
581
+ "version": "1.3.3",
582
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
583
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
584
+ "license": "MIT",
585
+ "engines": {
586
+ "node": ">= 0.8"
587
+ }
588
+ },
589
+ "node_modules/path-to-regexp": {
590
+ "version": "8.3.0",
591
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
592
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
593
+ "license": "MIT",
594
+ "funding": {
595
+ "type": "opencollective",
596
+ "url": "https://opencollective.com/express"
597
+ }
598
+ },
599
+ "node_modules/proxy-addr": {
600
+ "version": "2.0.7",
601
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
602
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
603
+ "license": "MIT",
604
+ "dependencies": {
605
+ "forwarded": "0.2.0",
606
+ "ipaddr.js": "1.9.1"
607
+ },
608
+ "engines": {
609
+ "node": ">= 0.10"
610
+ }
611
+ },
612
+ "node_modules/qs": {
613
+ "version": "6.14.0",
614
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
615
+ "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
616
+ "license": "BSD-3-Clause",
617
+ "dependencies": {
618
+ "side-channel": "^1.1.0"
619
+ },
620
+ "engines": {
621
+ "node": ">=0.6"
622
+ },
623
+ "funding": {
624
+ "url": "https://github.com/sponsors/ljharb"
625
+ }
626
+ },
627
+ "node_modules/range-parser": {
628
+ "version": "1.2.1",
629
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
630
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
631
+ "license": "MIT",
632
+ "engines": {
633
+ "node": ">= 0.6"
634
+ }
635
+ },
636
+ "node_modules/raw-body": {
637
+ "version": "3.0.1",
638
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.1.tgz",
639
+ "integrity": "sha512-9G8cA+tuMS75+6G/TzW8OtLzmBDMo8p1JRxN5AZ+LAp8uxGA8V8GZm4GQ4/N5QNQEnLmg6SS7wyuSmbKepiKqA==",
640
+ "license": "MIT",
641
+ "dependencies": {
642
+ "bytes": "3.1.2",
643
+ "http-errors": "2.0.0",
644
+ "iconv-lite": "0.7.0",
645
+ "unpipe": "1.0.0"
646
+ },
647
+ "engines": {
648
+ "node": ">= 0.10"
649
+ }
650
+ },
651
+ "node_modules/raw-body/node_modules/iconv-lite": {
652
+ "version": "0.7.0",
653
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
654
+ "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
655
+ "license": "MIT",
656
+ "dependencies": {
657
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
658
+ },
659
+ "engines": {
660
+ "node": ">=0.10.0"
661
+ },
662
+ "funding": {
663
+ "type": "opencollective",
664
+ "url": "https://opencollective.com/express"
665
+ }
666
+ },
667
+ "node_modules/router": {
668
+ "version": "2.2.0",
669
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
670
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
671
+ "license": "MIT",
672
+ "dependencies": {
673
+ "debug": "^4.4.0",
674
+ "depd": "^2.0.0",
675
+ "is-promise": "^4.0.0",
676
+ "parseurl": "^1.3.3",
677
+ "path-to-regexp": "^8.0.0"
678
+ },
679
+ "engines": {
680
+ "node": ">= 18"
681
+ }
682
+ },
683
+ "node_modules/safe-buffer": {
684
+ "version": "5.2.1",
685
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
686
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
687
+ "funding": [
688
+ {
689
+ "type": "github",
690
+ "url": "https://github.com/sponsors/feross"
691
+ },
692
+ {
693
+ "type": "patreon",
694
+ "url": "https://www.patreon.com/feross"
695
+ },
696
+ {
697
+ "type": "consulting",
698
+ "url": "https://feross.org/support"
699
+ }
700
+ ],
701
+ "license": "MIT"
702
+ },
703
+ "node_modules/safer-buffer": {
704
+ "version": "2.1.2",
705
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
706
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
707
+ "license": "MIT"
708
+ },
709
+ "node_modules/send": {
710
+ "version": "1.2.0",
711
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
712
+ "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
713
+ "license": "MIT",
714
+ "dependencies": {
715
+ "debug": "^4.3.5",
716
+ "encodeurl": "^2.0.0",
717
+ "escape-html": "^1.0.3",
718
+ "etag": "^1.8.1",
719
+ "fresh": "^2.0.0",
720
+ "http-errors": "^2.0.0",
721
+ "mime-types": "^3.0.1",
722
+ "ms": "^2.1.3",
723
+ "on-finished": "^2.4.1",
724
+ "range-parser": "^1.2.1",
725
+ "statuses": "^2.0.1"
726
+ },
727
+ "engines": {
728
+ "node": ">= 18"
729
+ }
730
+ },
731
+ "node_modules/serve-static": {
732
+ "version": "2.2.0",
733
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
734
+ "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
735
+ "license": "MIT",
736
+ "dependencies": {
737
+ "encodeurl": "^2.0.0",
738
+ "escape-html": "^1.0.3",
739
+ "parseurl": "^1.3.3",
740
+ "send": "^1.2.0"
741
+ },
742
+ "engines": {
743
+ "node": ">= 18"
744
+ }
745
+ },
746
+ "node_modules/setprototypeof": {
747
+ "version": "1.2.0",
748
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
749
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
750
+ "license": "ISC"
751
+ },
752
+ "node_modules/side-channel": {
753
+ "version": "1.1.0",
754
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
755
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
756
+ "license": "MIT",
757
+ "dependencies": {
758
+ "es-errors": "^1.3.0",
759
+ "object-inspect": "^1.13.3",
760
+ "side-channel-list": "^1.0.0",
761
+ "side-channel-map": "^1.0.1",
762
+ "side-channel-weakmap": "^1.0.2"
763
+ },
764
+ "engines": {
765
+ "node": ">= 0.4"
766
+ },
767
+ "funding": {
768
+ "url": "https://github.com/sponsors/ljharb"
769
+ }
770
+ },
771
+ "node_modules/side-channel-list": {
772
+ "version": "1.0.0",
773
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
774
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
775
+ "license": "MIT",
776
+ "dependencies": {
777
+ "es-errors": "^1.3.0",
778
+ "object-inspect": "^1.13.3"
779
+ },
780
+ "engines": {
781
+ "node": ">= 0.4"
782
+ },
783
+ "funding": {
784
+ "url": "https://github.com/sponsors/ljharb"
785
+ }
786
+ },
787
+ "node_modules/side-channel-map": {
788
+ "version": "1.0.1",
789
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
790
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
791
+ "license": "MIT",
792
+ "dependencies": {
793
+ "call-bound": "^1.0.2",
794
+ "es-errors": "^1.3.0",
795
+ "get-intrinsic": "^1.2.5",
796
+ "object-inspect": "^1.13.3"
797
+ },
798
+ "engines": {
799
+ "node": ">= 0.4"
800
+ },
801
+ "funding": {
802
+ "url": "https://github.com/sponsors/ljharb"
803
+ }
804
+ },
805
+ "node_modules/side-channel-weakmap": {
806
+ "version": "1.0.2",
807
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
808
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
809
+ "license": "MIT",
810
+ "dependencies": {
811
+ "call-bound": "^1.0.2",
812
+ "es-errors": "^1.3.0",
813
+ "get-intrinsic": "^1.2.5",
814
+ "object-inspect": "^1.13.3",
815
+ "side-channel-map": "^1.0.1"
816
+ },
817
+ "engines": {
818
+ "node": ">= 0.4"
819
+ },
820
+ "funding": {
821
+ "url": "https://github.com/sponsors/ljharb"
822
+ }
823
+ },
824
+ "node_modules/statuses": {
825
+ "version": "2.0.2",
826
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
827
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
828
+ "license": "MIT",
829
+ "engines": {
830
+ "node": ">= 0.8"
831
+ }
832
+ },
833
+ "node_modules/toidentifier": {
834
+ "version": "1.0.1",
835
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
836
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
837
+ "license": "MIT",
838
+ "engines": {
839
+ "node": ">=0.6"
840
+ }
841
+ },
842
+ "node_modules/type-is": {
843
+ "version": "2.0.1",
844
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
845
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
846
+ "license": "MIT",
847
+ "dependencies": {
848
+ "content-type": "^1.0.5",
849
+ "media-typer": "^1.1.0",
850
+ "mime-types": "^3.0.0"
851
+ },
852
+ "engines": {
853
+ "node": ">= 0.6"
854
+ }
855
+ },
856
+ "node_modules/universalify": {
857
+ "version": "2.0.1",
858
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
859
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
860
+ "license": "MIT",
861
+ "engines": {
862
+ "node": ">= 10.0.0"
863
+ }
864
+ },
865
+ "node_modules/unpipe": {
866
+ "version": "1.0.0",
867
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
868
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
869
+ "license": "MIT",
870
+ "engines": {
871
+ "node": ">= 0.8"
872
+ }
873
+ },
874
+ "node_modules/vary": {
875
+ "version": "1.1.2",
876
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
877
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
878
+ "license": "MIT",
879
+ "engines": {
880
+ "node": ">= 0.8"
881
+ }
882
+ },
883
+ "node_modules/wrappy": {
884
+ "version": "1.0.2",
885
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
886
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
887
+ "license": "ISC"
888
+ }
889
+ }
890
+ }