dlxj commited on
Commit
d39d0c7
·
1 Parent(s): fa291f8
Files changed (5) hide show
  1. .gitignore +1 -0
  2. .vscode/launch.json +27 -0
  3. package-lock.json +827 -0
  4. package.json +20 -0
  5. server.js +13 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ node_modules
.vscode/launch.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.2.0",
3
+ "configurations": [
4
+ // {
5
+ // "type": "pwa-node",
6
+ // "request": "launch",
7
+ // "name": "Launch Server",
8
+ // "skipFiles": [
9
+ // "<node_internals>/**"
10
+ // ],
11
+ // "program": "${workspaceFolder}/server.js"
12
+ // },
13
+ {
14
+ "type": "pwa-chrome",
15
+ "request": "launch",
16
+ "name": "Launch Chrome",
17
+ "url": "http://localhost:3000",
18
+ "webRoot": "${workspaceFolder}"
19
+ }
20
+ ],
21
+ "compounds": [
22
+ {
23
+ "name": "Full Stack",
24
+ "configurations": ["Launch Server", "Launch Chrome"]
25
+ }
26
+ ]
27
+ }
package-lock.json ADDED
@@ -0,0 +1,827 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "iptv-web-player",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "iptv-web-player",
9
+ "version": "1.0.0",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "express": "^5.2.1"
13
+ }
14
+ },
15
+ "node_modules/accepts": {
16
+ "version": "2.0.0",
17
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
18
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
19
+ "license": "MIT",
20
+ "dependencies": {
21
+ "mime-types": "^3.0.0",
22
+ "negotiator": "^1.0.0"
23
+ },
24
+ "engines": {
25
+ "node": ">= 0.6"
26
+ }
27
+ },
28
+ "node_modules/body-parser": {
29
+ "version": "2.2.2",
30
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
31
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
32
+ "license": "MIT",
33
+ "dependencies": {
34
+ "bytes": "^3.1.2",
35
+ "content-type": "^1.0.5",
36
+ "debug": "^4.4.3",
37
+ "http-errors": "^2.0.0",
38
+ "iconv-lite": "^0.7.0",
39
+ "on-finished": "^2.4.1",
40
+ "qs": "^6.14.1",
41
+ "raw-body": "^3.0.1",
42
+ "type-is": "^2.0.1"
43
+ },
44
+ "engines": {
45
+ "node": ">=18"
46
+ },
47
+ "funding": {
48
+ "type": "opencollective",
49
+ "url": "https://opencollective.com/express"
50
+ }
51
+ },
52
+ "node_modules/bytes": {
53
+ "version": "3.1.2",
54
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
55
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
56
+ "license": "MIT",
57
+ "engines": {
58
+ "node": ">= 0.8"
59
+ }
60
+ },
61
+ "node_modules/call-bind-apply-helpers": {
62
+ "version": "1.0.2",
63
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
64
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
65
+ "license": "MIT",
66
+ "dependencies": {
67
+ "es-errors": "^1.3.0",
68
+ "function-bind": "^1.1.2"
69
+ },
70
+ "engines": {
71
+ "node": ">= 0.4"
72
+ }
73
+ },
74
+ "node_modules/call-bound": {
75
+ "version": "1.0.4",
76
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
77
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
78
+ "license": "MIT",
79
+ "dependencies": {
80
+ "call-bind-apply-helpers": "^1.0.2",
81
+ "get-intrinsic": "^1.3.0"
82
+ },
83
+ "engines": {
84
+ "node": ">= 0.4"
85
+ },
86
+ "funding": {
87
+ "url": "https://github.com/sponsors/ljharb"
88
+ }
89
+ },
90
+ "node_modules/content-disposition": {
91
+ "version": "1.0.1",
92
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
93
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
94
+ "license": "MIT",
95
+ "engines": {
96
+ "node": ">=18"
97
+ },
98
+ "funding": {
99
+ "type": "opencollective",
100
+ "url": "https://opencollective.com/express"
101
+ }
102
+ },
103
+ "node_modules/content-type": {
104
+ "version": "1.0.5",
105
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
106
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
107
+ "license": "MIT",
108
+ "engines": {
109
+ "node": ">= 0.6"
110
+ }
111
+ },
112
+ "node_modules/cookie": {
113
+ "version": "0.7.2",
114
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
115
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
116
+ "license": "MIT",
117
+ "engines": {
118
+ "node": ">= 0.6"
119
+ }
120
+ },
121
+ "node_modules/cookie-signature": {
122
+ "version": "1.2.2",
123
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
124
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
125
+ "license": "MIT",
126
+ "engines": {
127
+ "node": ">=6.6.0"
128
+ }
129
+ },
130
+ "node_modules/debug": {
131
+ "version": "4.4.3",
132
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
133
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
134
+ "license": "MIT",
135
+ "dependencies": {
136
+ "ms": "^2.1.3"
137
+ },
138
+ "engines": {
139
+ "node": ">=6.0"
140
+ },
141
+ "peerDependenciesMeta": {
142
+ "supports-color": {
143
+ "optional": true
144
+ }
145
+ }
146
+ },
147
+ "node_modules/depd": {
148
+ "version": "2.0.0",
149
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
150
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
151
+ "license": "MIT",
152
+ "engines": {
153
+ "node": ">= 0.8"
154
+ }
155
+ },
156
+ "node_modules/dunder-proto": {
157
+ "version": "1.0.1",
158
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
159
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
160
+ "license": "MIT",
161
+ "dependencies": {
162
+ "call-bind-apply-helpers": "^1.0.1",
163
+ "es-errors": "^1.3.0",
164
+ "gopd": "^1.2.0"
165
+ },
166
+ "engines": {
167
+ "node": ">= 0.4"
168
+ }
169
+ },
170
+ "node_modules/ee-first": {
171
+ "version": "1.1.1",
172
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
173
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
174
+ "license": "MIT"
175
+ },
176
+ "node_modules/encodeurl": {
177
+ "version": "2.0.0",
178
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
179
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
180
+ "license": "MIT",
181
+ "engines": {
182
+ "node": ">= 0.8"
183
+ }
184
+ },
185
+ "node_modules/es-define-property": {
186
+ "version": "1.0.1",
187
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
188
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
189
+ "license": "MIT",
190
+ "engines": {
191
+ "node": ">= 0.4"
192
+ }
193
+ },
194
+ "node_modules/es-errors": {
195
+ "version": "1.3.0",
196
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
197
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
198
+ "license": "MIT",
199
+ "engines": {
200
+ "node": ">= 0.4"
201
+ }
202
+ },
203
+ "node_modules/es-object-atoms": {
204
+ "version": "1.1.1",
205
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
206
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
207
+ "license": "MIT",
208
+ "dependencies": {
209
+ "es-errors": "^1.3.0"
210
+ },
211
+ "engines": {
212
+ "node": ">= 0.4"
213
+ }
214
+ },
215
+ "node_modules/escape-html": {
216
+ "version": "1.0.3",
217
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
218
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
219
+ "license": "MIT"
220
+ },
221
+ "node_modules/etag": {
222
+ "version": "1.8.1",
223
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
224
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
225
+ "license": "MIT",
226
+ "engines": {
227
+ "node": ">= 0.6"
228
+ }
229
+ },
230
+ "node_modules/express": {
231
+ "version": "5.2.1",
232
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
233
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
234
+ "license": "MIT",
235
+ "dependencies": {
236
+ "accepts": "^2.0.0",
237
+ "body-parser": "^2.2.1",
238
+ "content-disposition": "^1.0.0",
239
+ "content-type": "^1.0.5",
240
+ "cookie": "^0.7.1",
241
+ "cookie-signature": "^1.2.1",
242
+ "debug": "^4.4.0",
243
+ "depd": "^2.0.0",
244
+ "encodeurl": "^2.0.0",
245
+ "escape-html": "^1.0.3",
246
+ "etag": "^1.8.1",
247
+ "finalhandler": "^2.1.0",
248
+ "fresh": "^2.0.0",
249
+ "http-errors": "^2.0.0",
250
+ "merge-descriptors": "^2.0.0",
251
+ "mime-types": "^3.0.0",
252
+ "on-finished": "^2.4.1",
253
+ "once": "^1.4.0",
254
+ "parseurl": "^1.3.3",
255
+ "proxy-addr": "^2.0.7",
256
+ "qs": "^6.14.0",
257
+ "range-parser": "^1.2.1",
258
+ "router": "^2.2.0",
259
+ "send": "^1.1.0",
260
+ "serve-static": "^2.2.0",
261
+ "statuses": "^2.0.1",
262
+ "type-is": "^2.0.1",
263
+ "vary": "^1.1.2"
264
+ },
265
+ "engines": {
266
+ "node": ">= 18"
267
+ },
268
+ "funding": {
269
+ "type": "opencollective",
270
+ "url": "https://opencollective.com/express"
271
+ }
272
+ },
273
+ "node_modules/finalhandler": {
274
+ "version": "2.1.1",
275
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
276
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
277
+ "license": "MIT",
278
+ "dependencies": {
279
+ "debug": "^4.4.0",
280
+ "encodeurl": "^2.0.0",
281
+ "escape-html": "^1.0.3",
282
+ "on-finished": "^2.4.1",
283
+ "parseurl": "^1.3.3",
284
+ "statuses": "^2.0.1"
285
+ },
286
+ "engines": {
287
+ "node": ">= 18.0.0"
288
+ },
289
+ "funding": {
290
+ "type": "opencollective",
291
+ "url": "https://opencollective.com/express"
292
+ }
293
+ },
294
+ "node_modules/forwarded": {
295
+ "version": "0.2.0",
296
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
297
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
298
+ "license": "MIT",
299
+ "engines": {
300
+ "node": ">= 0.6"
301
+ }
302
+ },
303
+ "node_modules/fresh": {
304
+ "version": "2.0.0",
305
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
306
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
307
+ "license": "MIT",
308
+ "engines": {
309
+ "node": ">= 0.8"
310
+ }
311
+ },
312
+ "node_modules/function-bind": {
313
+ "version": "1.1.2",
314
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
315
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
316
+ "license": "MIT",
317
+ "funding": {
318
+ "url": "https://github.com/sponsors/ljharb"
319
+ }
320
+ },
321
+ "node_modules/get-intrinsic": {
322
+ "version": "1.3.0",
323
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
324
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
325
+ "license": "MIT",
326
+ "dependencies": {
327
+ "call-bind-apply-helpers": "^1.0.2",
328
+ "es-define-property": "^1.0.1",
329
+ "es-errors": "^1.3.0",
330
+ "es-object-atoms": "^1.1.1",
331
+ "function-bind": "^1.1.2",
332
+ "get-proto": "^1.0.1",
333
+ "gopd": "^1.2.0",
334
+ "has-symbols": "^1.1.0",
335
+ "hasown": "^2.0.2",
336
+ "math-intrinsics": "^1.1.0"
337
+ },
338
+ "engines": {
339
+ "node": ">= 0.4"
340
+ },
341
+ "funding": {
342
+ "url": "https://github.com/sponsors/ljharb"
343
+ }
344
+ },
345
+ "node_modules/get-proto": {
346
+ "version": "1.0.1",
347
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
348
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
349
+ "license": "MIT",
350
+ "dependencies": {
351
+ "dunder-proto": "^1.0.1",
352
+ "es-object-atoms": "^1.0.0"
353
+ },
354
+ "engines": {
355
+ "node": ">= 0.4"
356
+ }
357
+ },
358
+ "node_modules/gopd": {
359
+ "version": "1.2.0",
360
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
361
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
362
+ "license": "MIT",
363
+ "engines": {
364
+ "node": ">= 0.4"
365
+ },
366
+ "funding": {
367
+ "url": "https://github.com/sponsors/ljharb"
368
+ }
369
+ },
370
+ "node_modules/has-symbols": {
371
+ "version": "1.1.0",
372
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
373
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
374
+ "license": "MIT",
375
+ "engines": {
376
+ "node": ">= 0.4"
377
+ },
378
+ "funding": {
379
+ "url": "https://github.com/sponsors/ljharb"
380
+ }
381
+ },
382
+ "node_modules/hasown": {
383
+ "version": "2.0.2",
384
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
385
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
386
+ "license": "MIT",
387
+ "dependencies": {
388
+ "function-bind": "^1.1.2"
389
+ },
390
+ "engines": {
391
+ "node": ">= 0.4"
392
+ }
393
+ },
394
+ "node_modules/http-errors": {
395
+ "version": "2.0.1",
396
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
397
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
398
+ "license": "MIT",
399
+ "dependencies": {
400
+ "depd": "~2.0.0",
401
+ "inherits": "~2.0.4",
402
+ "setprototypeof": "~1.2.0",
403
+ "statuses": "~2.0.2",
404
+ "toidentifier": "~1.0.1"
405
+ },
406
+ "engines": {
407
+ "node": ">= 0.8"
408
+ },
409
+ "funding": {
410
+ "type": "opencollective",
411
+ "url": "https://opencollective.com/express"
412
+ }
413
+ },
414
+ "node_modules/iconv-lite": {
415
+ "version": "0.7.2",
416
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
417
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
418
+ "license": "MIT",
419
+ "dependencies": {
420
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
421
+ },
422
+ "engines": {
423
+ "node": ">=0.10.0"
424
+ },
425
+ "funding": {
426
+ "type": "opencollective",
427
+ "url": "https://opencollective.com/express"
428
+ }
429
+ },
430
+ "node_modules/inherits": {
431
+ "version": "2.0.4",
432
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
433
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
434
+ "license": "ISC"
435
+ },
436
+ "node_modules/ipaddr.js": {
437
+ "version": "1.9.1",
438
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
439
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
440
+ "license": "MIT",
441
+ "engines": {
442
+ "node": ">= 0.10"
443
+ }
444
+ },
445
+ "node_modules/is-promise": {
446
+ "version": "4.0.0",
447
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
448
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
449
+ "license": "MIT"
450
+ },
451
+ "node_modules/math-intrinsics": {
452
+ "version": "1.1.0",
453
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
454
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
455
+ "license": "MIT",
456
+ "engines": {
457
+ "node": ">= 0.4"
458
+ }
459
+ },
460
+ "node_modules/media-typer": {
461
+ "version": "1.1.0",
462
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
463
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
464
+ "license": "MIT",
465
+ "engines": {
466
+ "node": ">= 0.8"
467
+ }
468
+ },
469
+ "node_modules/merge-descriptors": {
470
+ "version": "2.0.0",
471
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
472
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
473
+ "license": "MIT",
474
+ "engines": {
475
+ "node": ">=18"
476
+ },
477
+ "funding": {
478
+ "url": "https://github.com/sponsors/sindresorhus"
479
+ }
480
+ },
481
+ "node_modules/mime-db": {
482
+ "version": "1.54.0",
483
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
484
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
485
+ "license": "MIT",
486
+ "engines": {
487
+ "node": ">= 0.6"
488
+ }
489
+ },
490
+ "node_modules/mime-types": {
491
+ "version": "3.0.2",
492
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
493
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
494
+ "license": "MIT",
495
+ "dependencies": {
496
+ "mime-db": "^1.54.0"
497
+ },
498
+ "engines": {
499
+ "node": ">=18"
500
+ },
501
+ "funding": {
502
+ "type": "opencollective",
503
+ "url": "https://opencollective.com/express"
504
+ }
505
+ },
506
+ "node_modules/ms": {
507
+ "version": "2.1.3",
508
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
509
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
510
+ "license": "MIT"
511
+ },
512
+ "node_modules/negotiator": {
513
+ "version": "1.0.0",
514
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
515
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
516
+ "license": "MIT",
517
+ "engines": {
518
+ "node": ">= 0.6"
519
+ }
520
+ },
521
+ "node_modules/object-inspect": {
522
+ "version": "1.13.4",
523
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
524
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
525
+ "license": "MIT",
526
+ "engines": {
527
+ "node": ">= 0.4"
528
+ },
529
+ "funding": {
530
+ "url": "https://github.com/sponsors/ljharb"
531
+ }
532
+ },
533
+ "node_modules/on-finished": {
534
+ "version": "2.4.1",
535
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
536
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
537
+ "license": "MIT",
538
+ "dependencies": {
539
+ "ee-first": "1.1.1"
540
+ },
541
+ "engines": {
542
+ "node": ">= 0.8"
543
+ }
544
+ },
545
+ "node_modules/once": {
546
+ "version": "1.4.0",
547
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
548
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
549
+ "license": "ISC",
550
+ "dependencies": {
551
+ "wrappy": "1"
552
+ }
553
+ },
554
+ "node_modules/parseurl": {
555
+ "version": "1.3.3",
556
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
557
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
558
+ "license": "MIT",
559
+ "engines": {
560
+ "node": ">= 0.8"
561
+ }
562
+ },
563
+ "node_modules/path-to-regexp": {
564
+ "version": "8.3.0",
565
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
566
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
567
+ "license": "MIT",
568
+ "funding": {
569
+ "type": "opencollective",
570
+ "url": "https://opencollective.com/express"
571
+ }
572
+ },
573
+ "node_modules/proxy-addr": {
574
+ "version": "2.0.7",
575
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
576
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
577
+ "license": "MIT",
578
+ "dependencies": {
579
+ "forwarded": "0.2.0",
580
+ "ipaddr.js": "1.9.1"
581
+ },
582
+ "engines": {
583
+ "node": ">= 0.10"
584
+ }
585
+ },
586
+ "node_modules/qs": {
587
+ "version": "6.15.0",
588
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
589
+ "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
590
+ "license": "BSD-3-Clause",
591
+ "dependencies": {
592
+ "side-channel": "^1.1.0"
593
+ },
594
+ "engines": {
595
+ "node": ">=0.6"
596
+ },
597
+ "funding": {
598
+ "url": "https://github.com/sponsors/ljharb"
599
+ }
600
+ },
601
+ "node_modules/range-parser": {
602
+ "version": "1.2.1",
603
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
604
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
605
+ "license": "MIT",
606
+ "engines": {
607
+ "node": ">= 0.6"
608
+ }
609
+ },
610
+ "node_modules/raw-body": {
611
+ "version": "3.0.2",
612
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
613
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
614
+ "license": "MIT",
615
+ "dependencies": {
616
+ "bytes": "~3.1.2",
617
+ "http-errors": "~2.0.1",
618
+ "iconv-lite": "~0.7.0",
619
+ "unpipe": "~1.0.0"
620
+ },
621
+ "engines": {
622
+ "node": ">= 0.10"
623
+ }
624
+ },
625
+ "node_modules/router": {
626
+ "version": "2.2.0",
627
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
628
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
629
+ "license": "MIT",
630
+ "dependencies": {
631
+ "debug": "^4.4.0",
632
+ "depd": "^2.0.0",
633
+ "is-promise": "^4.0.0",
634
+ "parseurl": "^1.3.3",
635
+ "path-to-regexp": "^8.0.0"
636
+ },
637
+ "engines": {
638
+ "node": ">= 18"
639
+ }
640
+ },
641
+ "node_modules/safer-buffer": {
642
+ "version": "2.1.2",
643
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
644
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
645
+ "license": "MIT"
646
+ },
647
+ "node_modules/send": {
648
+ "version": "1.2.1",
649
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
650
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
651
+ "license": "MIT",
652
+ "dependencies": {
653
+ "debug": "^4.4.3",
654
+ "encodeurl": "^2.0.0",
655
+ "escape-html": "^1.0.3",
656
+ "etag": "^1.8.1",
657
+ "fresh": "^2.0.0",
658
+ "http-errors": "^2.0.1",
659
+ "mime-types": "^3.0.2",
660
+ "ms": "^2.1.3",
661
+ "on-finished": "^2.4.1",
662
+ "range-parser": "^1.2.1",
663
+ "statuses": "^2.0.2"
664
+ },
665
+ "engines": {
666
+ "node": ">= 18"
667
+ },
668
+ "funding": {
669
+ "type": "opencollective",
670
+ "url": "https://opencollective.com/express"
671
+ }
672
+ },
673
+ "node_modules/serve-static": {
674
+ "version": "2.2.1",
675
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
676
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
677
+ "license": "MIT",
678
+ "dependencies": {
679
+ "encodeurl": "^2.0.0",
680
+ "escape-html": "^1.0.3",
681
+ "parseurl": "^1.3.3",
682
+ "send": "^1.2.0"
683
+ },
684
+ "engines": {
685
+ "node": ">= 18"
686
+ },
687
+ "funding": {
688
+ "type": "opencollective",
689
+ "url": "https://opencollective.com/express"
690
+ }
691
+ },
692
+ "node_modules/setprototypeof": {
693
+ "version": "1.2.0",
694
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
695
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
696
+ "license": "ISC"
697
+ },
698
+ "node_modules/side-channel": {
699
+ "version": "1.1.0",
700
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
701
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
702
+ "license": "MIT",
703
+ "dependencies": {
704
+ "es-errors": "^1.3.0",
705
+ "object-inspect": "^1.13.3",
706
+ "side-channel-list": "^1.0.0",
707
+ "side-channel-map": "^1.0.1",
708
+ "side-channel-weakmap": "^1.0.2"
709
+ },
710
+ "engines": {
711
+ "node": ">= 0.4"
712
+ },
713
+ "funding": {
714
+ "url": "https://github.com/sponsors/ljharb"
715
+ }
716
+ },
717
+ "node_modules/side-channel-list": {
718
+ "version": "1.0.0",
719
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
720
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
721
+ "license": "MIT",
722
+ "dependencies": {
723
+ "es-errors": "^1.3.0",
724
+ "object-inspect": "^1.13.3"
725
+ },
726
+ "engines": {
727
+ "node": ">= 0.4"
728
+ },
729
+ "funding": {
730
+ "url": "https://github.com/sponsors/ljharb"
731
+ }
732
+ },
733
+ "node_modules/side-channel-map": {
734
+ "version": "1.0.1",
735
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
736
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
737
+ "license": "MIT",
738
+ "dependencies": {
739
+ "call-bound": "^1.0.2",
740
+ "es-errors": "^1.3.0",
741
+ "get-intrinsic": "^1.2.5",
742
+ "object-inspect": "^1.13.3"
743
+ },
744
+ "engines": {
745
+ "node": ">= 0.4"
746
+ },
747
+ "funding": {
748
+ "url": "https://github.com/sponsors/ljharb"
749
+ }
750
+ },
751
+ "node_modules/side-channel-weakmap": {
752
+ "version": "1.0.2",
753
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
754
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
755
+ "license": "MIT",
756
+ "dependencies": {
757
+ "call-bound": "^1.0.2",
758
+ "es-errors": "^1.3.0",
759
+ "get-intrinsic": "^1.2.5",
760
+ "object-inspect": "^1.13.3",
761
+ "side-channel-map": "^1.0.1"
762
+ },
763
+ "engines": {
764
+ "node": ">= 0.4"
765
+ },
766
+ "funding": {
767
+ "url": "https://github.com/sponsors/ljharb"
768
+ }
769
+ },
770
+ "node_modules/statuses": {
771
+ "version": "2.0.2",
772
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
773
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
774
+ "license": "MIT",
775
+ "engines": {
776
+ "node": ">= 0.8"
777
+ }
778
+ },
779
+ "node_modules/toidentifier": {
780
+ "version": "1.0.1",
781
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
782
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
783
+ "license": "MIT",
784
+ "engines": {
785
+ "node": ">=0.6"
786
+ }
787
+ },
788
+ "node_modules/type-is": {
789
+ "version": "2.0.1",
790
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
791
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
792
+ "license": "MIT",
793
+ "dependencies": {
794
+ "content-type": "^1.0.5",
795
+ "media-typer": "^1.1.0",
796
+ "mime-types": "^3.0.0"
797
+ },
798
+ "engines": {
799
+ "node": ">= 0.6"
800
+ }
801
+ },
802
+ "node_modules/unpipe": {
803
+ "version": "1.0.0",
804
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
805
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
806
+ "license": "MIT",
807
+ "engines": {
808
+ "node": ">= 0.8"
809
+ }
810
+ },
811
+ "node_modules/vary": {
812
+ "version": "1.1.2",
813
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
814
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
815
+ "license": "MIT",
816
+ "engines": {
817
+ "node": ">= 0.8"
818
+ }
819
+ },
820
+ "node_modules/wrappy": {
821
+ "version": "1.0.2",
822
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
823
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
824
+ "license": "ISC"
825
+ }
826
+ }
827
+ }
package.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "iptv-web-player",
3
+ "version": "1.0.0",
4
+ "description": "[![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=html5&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5) [![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=css3&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue?style=flat-square)](LICENSE) [![Open Source](https://img.shields.io/badge/Open%20Source-Yes-brightgreen?style=flat-square)]() [![Responsive](https://img.shields.io/badge/Responsive-Yes-blue?style=flat-square)]() [![Multi-Platform](https://img.shields.io/badge/Multi--Platform-Yes-blueviolet?style=flat-square)]() [![Web App](https://img.shields.io/badge/Web%20App-Yes-orange?style=flat-square)]()",
5
+ "main": "core.js",
6
+ "scripts": {
7
+ "start": "node server.js",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://huggingface.co/datasets/echodict/IPTV-Web-Player"
13
+ },
14
+ "keywords": [],
15
+ "author": "",
16
+ "license": "ISC",
17
+ "dependencies": {
18
+ "express": "^5.2.1"
19
+ }
20
+ }
server.js ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ const express = require('express');
2
+ const path = require('path');
3
+ const app = express();
4
+ const PORT = process.env.PORT || 3000;
5
+
6
+ // 设置静态文件目录
7
+ app.use(express.static(path.join(__dirname, '/')));
8
+
9
+ // 启动服务
10
+ app.listen(PORT, () => {
11
+ console.log(`Server is running on http://localhost:${PORT}`);
12
+ console.log(`Open http://localhost:${PORT} in your browser to view the site.`);
13
+ });