layoutbridge-spm 0.0.1 → 1.0.0

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 (79) hide show
  1. package/CHANGELOG.md +171 -0
  2. package/LICENSE +26 -0
  3. package/README.de.md +318 -0
  4. package/README.md +304 -4
  5. package/THIRD-PARTY-NOTICES.md +2878 -0
  6. package/dist/src/mcp/config.js +125 -0
  7. package/dist/src/mcp/dispatch.js +123 -0
  8. package/dist/src/mcp/license/free-tools.js +16 -0
  9. package/dist/src/mcp/license/gate.js +209 -0
  10. package/dist/src/mcp/license/index.js +96 -0
  11. package/dist/src/mcp/license/instance-name.js +56 -0
  12. package/dist/src/mcp/license/key-source.js +58 -0
  13. package/dist/src/mcp/license/lemonsqueezy-verifier.js +207 -0
  14. package/dist/src/mcp/license/placeholder-verifier.js +10 -0
  15. package/dist/src/mcp/license/polar-ids.js +63 -0
  16. package/dist/src/mcp/license/polar-verifier.js +265 -0
  17. package/dist/src/mcp/license/product-ids.js +72 -0
  18. package/dist/src/mcp/license/state-store.js +91 -0
  19. package/dist/src/mcp/license/types.js +11 -0
  20. package/dist/src/mcp/logging.js +270 -0
  21. package/dist/src/mcp/product-info.js +48 -0
  22. package/dist/src/mcp/server.js +250 -0
  23. package/dist/src/mcp/setup.js +608 -0
  24. package/dist/src/mcp/start.cjs +95 -0
  25. package/dist/src/mcp/tool-definition.js +2 -0
  26. package/dist/src/mcp/tools.js +2004 -0
  27. package/dist/src/mcp/typography-rules.js +70 -0
  28. package/dist/src/transport/com.js +250 -0
  29. package/dist/src/transport/osascript.js +171 -0
  30. package/dist/src/transport/queue.js +19 -0
  31. package/dist/src/transport/script-bundle.js +92 -0
  32. package/dist/src/transport/transport.js +30 -0
  33. package/indesign/commands/10-app.js +6 -0
  34. package/indesign/commands/20-documents.js +513 -0
  35. package/indesign/commands/22-document-setup.js +118 -0
  36. package/indesign/commands/23-save-package.js +255 -0
  37. package/indesign/commands/25-export.js +379 -0
  38. package/indesign/commands/26-export-image.js +197 -0
  39. package/indesign/commands/27-textdefaults.js +151 -0
  40. package/indesign/commands/28-selection.js +174 -0
  41. package/indesign/commands/30-pages.js +1032 -0
  42. package/indesign/commands/31-view.js +210 -0
  43. package/indesign/commands/32-sections.js +203 -0
  44. package/indesign/commands/35-parents.js +428 -0
  45. package/indesign/commands/37-layout.js +760 -0
  46. package/indesign/commands/40-frames.js +836 -0
  47. package/indesign/commands/41-shapes.js +505 -0
  48. package/indesign/commands/42-groups.js +117 -0
  49. package/indesign/commands/43-layers.js +291 -0
  50. package/indesign/commands/44-effects.js +274 -0
  51. package/indesign/commands/45-frame-options.js +247 -0
  52. package/indesign/commands/47-anchored.js +287 -0
  53. package/indesign/commands/50-modify.js +781 -0
  54. package/indesign/commands/52-align.js +139 -0
  55. package/indesign/commands/55-fit.js +106 -0
  56. package/indesign/commands/60-images.js +771 -0
  57. package/indesign/commands/62-embed.js +120 -0
  58. package/indesign/commands/69-placeholders.js +127 -0
  59. package/indesign/commands/70-text.js +567 -0
  60. package/indesign/commands/71-outlines.js +92 -0
  61. package/indesign/commands/72-place-text.js +366 -0
  62. package/indesign/commands/74-stories.js +116 -0
  63. package/indesign/commands/75-tables.js +676 -0
  64. package/indesign/commands/76-text-variables.js +260 -0
  65. package/indesign/commands/77-story-options.js +86 -0
  66. package/indesign/commands/78-frame-lines.js +304 -0
  67. package/indesign/commands/79-check-typography.js +303 -0
  68. package/indesign/commands/80-styles.js +1620 -0
  69. package/indesign/commands/81-composition.js +355 -0
  70. package/indesign/commands/82-object-styles.js +263 -0
  71. package/indesign/commands/83-indents-tabs.js +237 -0
  72. package/indesign/commands/84-import-styles.js +142 -0
  73. package/indesign/commands/85-swatches.js +112 -0
  74. package/indesign/commands/86-gradients.js +185 -0
  75. package/indesign/commands/87-replace-swatch.js +180 -0
  76. package/indesign/commands/88-replace-font.js +217 -0
  77. package/indesign/interpreter.js +758 -0
  78. package/package.json +55 -6
  79. package/rules/typography-rules.json +31 -0
@@ -0,0 +1,2878 @@
1
+ # Third-party notices – layoutbridge-spm 1.0.0
2
+
3
+ This package includes the following third-party software (runtime dependencies,
4
+ including transitive packages). Each entry lists name, version, licence identifier,
5
+ copyright line and the full licence text as shipped in the package. Development
6
+ dependencies are not part of the published package and are not listed.
7
+
8
+ Generated on 2026-09-23 with `node scripts/third-party-notices.mjs` (dependency list from `npm ls --omit=dev --all --parseable`).
9
+
10
+ Packages: 92. Licences: MIT (82), BSD-3-Clause (2), ISC (7), BSD-2-Clause (1).
11
+
12
+ ## Overview
13
+
14
+ | Package | Version | Licence | Copyright |
15
+ |---|---|---|---|
16
+ | @hono/node-server | 2.1.1 | MIT | Copyright (c) 2022 - present, Yusuke Wada and Hono contributors |
17
+ | @modelcontextprotocol/sdk | 1.30.0 | MIT | Copyright (c) 2024 Anthropic, PBC |
18
+ | accepts | 2.0.0 | MIT | Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
19
+ | ajv | 8.20.0 | MIT | Copyright (c) 2015-2021 Evgeny Poberezkin |
20
+ | ajv-formats | 3.0.1 | MIT | Copyright (c) 2020 Evgeny Poberezkin |
21
+ | body-parser | 2.3.0 | MIT | Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
22
+ | bytes | 3.1.2 | MIT | Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca> |
23
+ | call-bind-apply-helpers | 1.0.2 | MIT | Copyright (c) 2024 Jordan Harband |
24
+ | call-bound | 1.0.4 | MIT | Copyright (c) 2024 Jordan Harband |
25
+ | content-disposition | 1.1.0 | MIT | Copyright (c) 2014-2017 Douglas Christopher Wilson |
26
+ | content-type | 1.0.5 | MIT | Copyright (c) 2015 Douglas Christopher Wilson |
27
+ | content-type | 2.1.0 | MIT | Copyright (c) 2015 Douglas Christopher Wilson |
28
+ | cookie | 0.7.2 | MIT | Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com> |
29
+ | cookie-signature | 1.2.2 | MIT | Copyright (c) 2012–2024 LearnBoost <tj@learnboost.com> and other contributors; |
30
+ | cors | 2.8.6 | MIT | Copyright (c) 2013 Troy Goode <troygoode@gmail.com> |
31
+ | cross-spawn | 7.0.6 | MIT | Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio> |
32
+ | debug | 4.4.3 | MIT | Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca> |
33
+ | depd | 2.0.0 | MIT | Copyright (c) 2014-2018 Douglas Christopher Wilson |
34
+ | dunder-proto | 1.0.1 | MIT | Copyright (c) 2024 ECMAScript Shims |
35
+ | ee-first | 1.1.1 | MIT | Copyright (c) 2014 Jonathan Ong me@jongleberry.com |
36
+ | encodeurl | 2.0.0 | MIT | Copyright (c) 2016 Douglas Christopher Wilson |
37
+ | es-define-property | 1.0.1 | MIT | Copyright (c) 2024 Jordan Harband |
38
+ | es-errors | 1.3.0 | MIT | Copyright (c) 2024 Jordan Harband |
39
+ | es-object-atoms | 1.1.2 | MIT | Copyright (c) 2024 Jordan Harband |
40
+ | escape-html | 1.0.3 | MIT | Copyright (c) 2012-2013 TJ Holowaychuk |
41
+ | etag | 1.8.1 | MIT | Copyright (c) 2014-2016 Douglas Christopher Wilson |
42
+ | eventsource | 3.0.7 | MIT | Copyright (c) EventSource GitHub organisation |
43
+ | eventsource-parser | 3.1.1 | MIT | Copyright (c) 2026 Espen Hovlandsdal <espen@hovlandsdal.com> |
44
+ | express | 5.2.1 | MIT | Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca> |
45
+ | express-rate-limit | 8.7.0 | MIT | Copyright 2023 Nathan Friedly, Vedant K |
46
+ | fast-deep-equal | 3.1.3 | MIT | Copyright (c) 2017 Evgeny Poberezkin |
47
+ | fast-uri | 3.1.7 | BSD-3-Clause | Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae |
48
+ | finalhandler | 2.1.1 | MIT | Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com> |
49
+ | forwarded | 0.2.0 | MIT | Copyright (c) 2014-2017 Douglas Christopher Wilson |
50
+ | fresh | 2.0.0 | MIT | Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca> |
51
+ | function-bind | 1.1.2 | MIT | Copyright (c) 2013 Raynos. |
52
+ | get-intrinsic | 1.3.0 | MIT | Copyright (c) 2020 Jordan Harband |
53
+ | get-proto | 1.0.1 | MIT | Copyright (c) 2025 Jordan Harband |
54
+ | gopd | 1.2.0 | MIT | Copyright (c) 2022 Jordan Harband |
55
+ | has-symbols | 1.1.0 | MIT | Copyright (c) 2016 Jordan Harband |
56
+ | hasown | 2.0.4 | MIT | Copyright (c) Jordan Harband and contributors |
57
+ | hono | 4.13.5 | MIT | Copyright (c) 2021 - present, Yusuke Wada and Hono contributors |
58
+ | http-errors | 2.0.1 | MIT | Copyright (c) 2014 Jonathan Ong me@jongleberry.com |
59
+ | iconv-lite | 0.7.3 | MIT | Copyright (c) 2011 Alexander Shtuchkin |
60
+ | inherits | 2.0.4 | ISC | Copyright (c) Isaac Z. Schlueter |
61
+ | ip-address | 10.7.0 | MIT | Copyright (C) 2011 by Beau Gunderson |
62
+ | ipaddr.js | 1.9.1 | MIT | Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org> |
63
+ | is-promise | 4.0.0 | MIT | Copyright (c) 2014 Forbes Lindesay |
64
+ | isexe | 2.0.0 | ISC | Copyright (c) Isaac Z. Schlueter and Contributors |
65
+ | jose | 6.2.10 | MIT | Copyright (c) 2018 Filip Skokan |
66
+ | json-schema-traverse | 1.0.0 | MIT | Copyright (c) 2017 Evgeny Poberezkin |
67
+ | json-schema-typed | 8.0.2 | BSD-2-Clause | Original source code is copyright (c) 2019-2025 Remy Rylan |
68
+ | math-intrinsics | 1.1.0 | MIT | Copyright (c) 2024 ECMAScript Shims |
69
+ | media-typer | 1.1.1 | MIT | Copyright (c) 2014-2017 Douglas Christopher Wilson |
70
+ | merge-descriptors | 2.0.0 | MIT | Copyright (c) Jonathan Ong <me@jongleberry.com> |
71
+ | mime-db | 1.54.0 | MIT | Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
72
+ | mime-types | 3.0.2 | MIT | Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
73
+ | ms | 2.1.3 | MIT | Copyright (c) 2020 Vercel, Inc. |
74
+ | negotiator | 1.1.0 | MIT | Copyright (c) 2012-2014 Federico Romero |
75
+ | object-assign | 4.1.1 | MIT | Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) |
76
+ | object-inspect | 1.13.4 | MIT | Copyright (c) 2013 James Halliday |
77
+ | on-finished | 2.4.1 | MIT | Copyright (c) 2013 Jonathan Ong <me@jongleberry.com> |
78
+ | once | 1.4.0 | ISC | Copyright (c) Isaac Z. Schlueter and Contributors |
79
+ | parseurl | 1.3.3 | MIT | Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
80
+ | path-key | 3.1.1 | MIT | Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) |
81
+ | path-to-regexp | 8.4.2 | MIT | Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) |
82
+ | pkce-challenge | 5.0.1 | MIT | Copyright (c) 2019 |
83
+ | proxy-addr | 2.0.7 | MIT | Copyright (c) 2014-2016 Douglas Christopher Wilson |
84
+ | qs | 6.16.0 | BSD-3-Clause | Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors) |
85
+ | range-parser | 1.3.0 | MIT | Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca> |
86
+ | raw-body | 3.0.2 | MIT | Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com> |
87
+ | require-from-string | 2.0.2 | MIT | Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop) |
88
+ | router | 2.2.0 | MIT | Copyright (c) 2013 Roman Shtylman |
89
+ | safer-buffer | 2.1.2 | MIT | Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com> |
90
+ | send | 1.2.1 | MIT | Copyright (c) 2012 TJ Holowaychuk |
91
+ | serve-static | 2.2.1 | MIT | Copyright (c) 2010 Sencha Inc. |
92
+ | setprototypeof | 1.2.0 | ISC | Copyright (c) 2015, Wes Todd |
93
+ | shebang-command | 2.0.0 | MIT | Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva) |
94
+ | shebang-regex | 3.0.0 | MIT | Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) |
95
+ | side-channel | 1.1.1 | MIT | Copyright (c) 2019 Jordan Harband |
96
+ | side-channel-list | 1.0.1 | MIT | Copyright (c) 2024 Jordan Harband |
97
+ | side-channel-map | 1.0.1 | MIT | Copyright (c) 2024 Jordan Harband |
98
+ | side-channel-weakmap | 1.0.2 | MIT | Copyright (c) 2019 Jordan Harband |
99
+ | statuses | 2.0.2 | MIT | Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
100
+ | toidentifier | 1.0.1 | MIT | Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> |
101
+ | type-is | 2.1.0 | MIT | Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
102
+ | unpipe | 1.0.0 | MIT | Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> |
103
+ | vary | 1.1.2 | MIT | Copyright (c) 2014-2017 Douglas Christopher Wilson |
104
+ | which | 2.0.2 | ISC | Copyright (c) Isaac Z. Schlueter and Contributors |
105
+ | wrappy | 1.0.2 | ISC | Copyright (c) Isaac Z. Schlueter and Contributors |
106
+ | zod | 4.5.4 | MIT | Copyright (c) 2025 Colin McDonnell |
107
+ | zod-to-json-schema | 3.25.2 | ISC | Copyright (c) 2020, Stefan Terdell |
108
+
109
+ ## Licence texts
110
+
111
+ ### @hono/node-server 2.1.1
112
+
113
+ Licence: MIT
114
+ Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
115
+ Source: git+https://github.com/honojs/node-server.git
116
+
117
+ ```text
118
+ MIT License
119
+
120
+ Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
121
+
122
+ Permission is hereby granted, free of charge, to any person obtaining a copy
123
+ of this software and associated documentation files (the "Software"), to deal
124
+ in the Software without restriction, including without limitation the rights
125
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
126
+ copies of the Software, and to permit persons to whom the Software is
127
+ furnished to do so, subject to the following conditions:
128
+
129
+ The above copyright notice and this permission notice shall be included in all
130
+ copies or substantial portions of the Software.
131
+
132
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
133
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
134
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
135
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
136
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
137
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
138
+ SOFTWARE.
139
+ ```
140
+
141
+ ### @modelcontextprotocol/sdk 1.30.0
142
+
143
+ Licence: MIT
144
+ Copyright (c) 2024 Anthropic, PBC
145
+ Source: git+https://github.com/modelcontextprotocol/typescript-sdk.git
146
+
147
+ ```text
148
+ MIT License
149
+
150
+ Copyright (c) 2024 Anthropic, PBC
151
+
152
+ Permission is hereby granted, free of charge, to any person obtaining a copy
153
+ of this software and associated documentation files (the "Software"), to deal
154
+ in the Software without restriction, including without limitation the rights
155
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
156
+ copies of the Software, and to permit persons to whom the Software is
157
+ furnished to do so, subject to the following conditions:
158
+
159
+ The above copyright notice and this permission notice shall be included in all
160
+ copies or substantial portions of the Software.
161
+
162
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
163
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
164
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
165
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
166
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
167
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
168
+ SOFTWARE.
169
+ ```
170
+
171
+ ### accepts 2.0.0
172
+
173
+ Licence: MIT
174
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
175
+ Source: jshttp/accepts
176
+
177
+ ```text
178
+ (The MIT License)
179
+
180
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
181
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
182
+
183
+ Permission is hereby granted, free of charge, to any person obtaining
184
+ a copy of this software and associated documentation files (the
185
+ 'Software'), to deal in the Software without restriction, including
186
+ without limitation the rights to use, copy, modify, merge, publish,
187
+ distribute, sublicense, and/or sell copies of the Software, and to
188
+ permit persons to whom the Software is furnished to do so, subject to
189
+ the following conditions:
190
+
191
+ The above copyright notice and this permission notice shall be
192
+ included in all copies or substantial portions of the Software.
193
+
194
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
195
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
196
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
197
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
198
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
199
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
200
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
201
+ ```
202
+
203
+ ### ajv 8.20.0
204
+
205
+ Licence: MIT
206
+ Copyright (c) 2015-2021 Evgeny Poberezkin
207
+ Source: ajv-validator/ajv
208
+
209
+ ```text
210
+ The MIT License (MIT)
211
+
212
+ Copyright (c) 2015-2021 Evgeny Poberezkin
213
+
214
+ Permission is hereby granted, free of charge, to any person obtaining a copy
215
+ of this software and associated documentation files (the "Software"), to deal
216
+ in the Software without restriction, including without limitation the rights
217
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
218
+ copies of the Software, and to permit persons to whom the Software is
219
+ furnished to do so, subject to the following conditions:
220
+
221
+ The above copyright notice and this permission notice shall be included in all
222
+ copies or substantial portions of the Software.
223
+
224
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
225
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
226
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
227
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
228
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
229
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
230
+ SOFTWARE.
231
+ ```
232
+
233
+ ### ajv-formats 3.0.1
234
+
235
+ Licence: MIT
236
+ Copyright (c) 2020 Evgeny Poberezkin
237
+ Source: git+https://github.com/ajv-validator/ajv-formats.git
238
+
239
+ ```text
240
+ MIT License
241
+
242
+ Copyright (c) 2020 Evgeny Poberezkin
243
+
244
+ Permission is hereby granted, free of charge, to any person obtaining a copy
245
+ of this software and associated documentation files (the "Software"), to deal
246
+ in the Software without restriction, including without limitation the rights
247
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
248
+ copies of the Software, and to permit persons to whom the Software is
249
+ furnished to do so, subject to the following conditions:
250
+
251
+ The above copyright notice and this permission notice shall be included in all
252
+ copies or substantial portions of the Software.
253
+
254
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
255
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
256
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
257
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
258
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
259
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
260
+ SOFTWARE.
261
+ ```
262
+
263
+ ### body-parser 2.3.0
264
+
265
+ Licence: MIT
266
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
267
+ Source: expressjs/body-parser
268
+
269
+ ```text
270
+ (The MIT License)
271
+
272
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
273
+ Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
274
+
275
+ Permission is hereby granted, free of charge, to any person obtaining
276
+ a copy of this software and associated documentation files (the
277
+ 'Software'), to deal in the Software without restriction, including
278
+ without limitation the rights to use, copy, modify, merge, publish,
279
+ distribute, sublicense, and/or sell copies of the Software, and to
280
+ permit persons to whom the Software is furnished to do so, subject to
281
+ the following conditions:
282
+
283
+ The above copyright notice and this permission notice shall be
284
+ included in all copies or substantial portions of the Software.
285
+
286
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
287
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
288
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
289
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
290
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
291
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
292
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
293
+ ```
294
+
295
+ ### bytes 3.1.2
296
+
297
+ Licence: MIT
298
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
299
+ Source: visionmedia/bytes.js
300
+
301
+ ```text
302
+ (The MIT License)
303
+
304
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
305
+ Copyright (c) 2015 Jed Watson <jed.watson@me.com>
306
+
307
+ Permission is hereby granted, free of charge, to any person obtaining
308
+ a copy of this software and associated documentation files (the
309
+ 'Software'), to deal in the Software without restriction, including
310
+ without limitation the rights to use, copy, modify, merge, publish,
311
+ distribute, sublicense, and/or sell copies of the Software, and to
312
+ permit persons to whom the Software is furnished to do so, subject to
313
+ the following conditions:
314
+
315
+ The above copyright notice and this permission notice shall be
316
+ included in all copies or substantial portions of the Software.
317
+
318
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
319
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
320
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
321
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
322
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
323
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
324
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
325
+ ```
326
+
327
+ ### call-bind-apply-helpers 1.0.2
328
+
329
+ Licence: MIT
330
+ Copyright (c) 2024 Jordan Harband
331
+ Source: git+https://github.com/ljharb/call-bind-apply-helpers.git
332
+
333
+ ```text
334
+ MIT License
335
+
336
+ Copyright (c) 2024 Jordan Harband
337
+
338
+ Permission is hereby granted, free of charge, to any person obtaining a copy
339
+ of this software and associated documentation files (the "Software"), to deal
340
+ in the Software without restriction, including without limitation the rights
341
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
342
+ copies of the Software, and to permit persons to whom the Software is
343
+ furnished to do so, subject to the following conditions:
344
+
345
+ The above copyright notice and this permission notice shall be included in all
346
+ copies or substantial portions of the Software.
347
+
348
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
349
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
350
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
351
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
352
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
353
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
354
+ SOFTWARE.
355
+ ```
356
+
357
+ ### call-bound 1.0.4
358
+
359
+ Licence: MIT
360
+ Copyright (c) 2024 Jordan Harband
361
+ Source: git+https://github.com/ljharb/call-bound.git
362
+
363
+ ```text
364
+ MIT License
365
+
366
+ Copyright (c) 2024 Jordan Harband
367
+
368
+ Permission is hereby granted, free of charge, to any person obtaining a copy
369
+ of this software and associated documentation files (the "Software"), to deal
370
+ in the Software without restriction, including without limitation the rights
371
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
372
+ copies of the Software, and to permit persons to whom the Software is
373
+ furnished to do so, subject to the following conditions:
374
+
375
+ The above copyright notice and this permission notice shall be included in all
376
+ copies or substantial portions of the Software.
377
+
378
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
379
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
380
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
381
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
382
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
383
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
384
+ SOFTWARE.
385
+ ```
386
+
387
+ ### content-disposition 1.1.0
388
+
389
+ Licence: MIT
390
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
391
+ Source: jshttp/content-disposition
392
+
393
+ ```text
394
+ (The MIT License)
395
+
396
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
397
+
398
+ Permission is hereby granted, free of charge, to any person obtaining
399
+ a copy of this software and associated documentation files (the
400
+ 'Software'), to deal in the Software without restriction, including
401
+ without limitation the rights to use, copy, modify, merge, publish,
402
+ distribute, sublicense, and/or sell copies of the Software, and to
403
+ permit persons to whom the Software is furnished to do so, subject to
404
+ the following conditions:
405
+
406
+ The above copyright notice and this permission notice shall be
407
+ included in all copies or substantial portions of the Software.
408
+
409
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
410
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
411
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
412
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
413
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
414
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
415
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
416
+ ```
417
+
418
+ ### content-type 1.0.5
419
+
420
+ Licence: MIT
421
+ Copyright (c) 2015 Douglas Christopher Wilson
422
+ Source: jshttp/content-type
423
+
424
+ ```text
425
+ (The MIT License)
426
+
427
+ Copyright (c) 2015 Douglas Christopher Wilson
428
+
429
+ Permission is hereby granted, free of charge, to any person obtaining
430
+ a copy of this software and associated documentation files (the
431
+ 'Software'), to deal in the Software without restriction, including
432
+ without limitation the rights to use, copy, modify, merge, publish,
433
+ distribute, sublicense, and/or sell copies of the Software, and to
434
+ permit persons to whom the Software is furnished to do so, subject to
435
+ the following conditions:
436
+
437
+ The above copyright notice and this permission notice shall be
438
+ included in all copies or substantial portions of the Software.
439
+
440
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
441
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
442
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
443
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
444
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
445
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
446
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
447
+ ```
448
+
449
+ ### content-type 2.1.0
450
+
451
+ Licence: MIT
452
+ Copyright (c) 2015 Douglas Christopher Wilson
453
+ Source: jshttp/content-type
454
+
455
+ ```text
456
+ (The MIT License)
457
+
458
+ Copyright (c) 2015 Douglas Christopher Wilson
459
+
460
+ Permission is hereby granted, free of charge, to any person obtaining
461
+ a copy of this software and associated documentation files (the
462
+ 'Software'), to deal in the Software without restriction, including
463
+ without limitation the rights to use, copy, modify, merge, publish,
464
+ distribute, sublicense, and/or sell copies of the Software, and to
465
+ permit persons to whom the Software is furnished to do so, subject to
466
+ the following conditions:
467
+
468
+ The above copyright notice and this permission notice shall be
469
+ included in all copies or substantial portions of the Software.
470
+
471
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
472
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
473
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
474
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
475
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
476
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
477
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
478
+ ```
479
+
480
+ ### cookie 0.7.2
481
+
482
+ Licence: MIT
483
+ Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
484
+ Source: jshttp/cookie
485
+
486
+ ```text
487
+ (The MIT License)
488
+
489
+ Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
490
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
491
+
492
+ Permission is hereby granted, free of charge, to any person obtaining
493
+ a copy of this software and associated documentation files (the
494
+ 'Software'), to deal in the Software without restriction, including
495
+ without limitation the rights to use, copy, modify, merge, publish,
496
+ distribute, sublicense, and/or sell copies of the Software, and to
497
+ permit persons to whom the Software is furnished to do so, subject to
498
+ the following conditions:
499
+
500
+ The above copyright notice and this permission notice shall be
501
+ included in all copies or substantial portions of the Software.
502
+
503
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
504
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
505
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
506
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
507
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
508
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
509
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
510
+ ```
511
+
512
+ ### cookie-signature 1.2.2
513
+
514
+ Licence: MIT
515
+ Copyright (c) 2012–2024 LearnBoost <tj@learnboost.com> and other contributors;
516
+ Source: https://github.com/visionmedia/node-cookie-signature.git
517
+
518
+ ```text
519
+ (The MIT License)
520
+
521
+ Copyright (c) 2012–2024 LearnBoost <tj@learnboost.com> and other contributors;
522
+
523
+ Permission is hereby granted, free of charge, to any person obtaining
524
+ a copy of this software and associated documentation files (the
525
+ 'Software'), to deal in the Software without restriction, including
526
+ without limitation the rights to use, copy, modify, merge, publish,
527
+ distribute, sublicense, and/or sell copies of the Software, and to
528
+ permit persons to whom the Software is furnished to do so, subject to
529
+ the following conditions:
530
+
531
+ The above copyright notice and this permission notice shall be
532
+ included in all copies or substantial portions of the Software.
533
+
534
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
535
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
536
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
537
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
538
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
539
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
540
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
541
+ ```
542
+
543
+ ### cors 2.8.6
544
+
545
+ Licence: MIT
546
+ Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
547
+ Source: expressjs/cors
548
+
549
+ ```text
550
+ (The MIT License)
551
+
552
+ Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
553
+
554
+ Permission is hereby granted, free of charge, to any person obtaining
555
+ a copy of this software and associated documentation files (the
556
+ 'Software'), to deal in the Software without restriction, including
557
+ without limitation the rights to use, copy, modify, merge, publish,
558
+ distribute, sublicense, and/or sell copies of the Software, and to
559
+ permit persons to whom the Software is furnished to do so, subject to
560
+ the following conditions:
561
+
562
+ The above copyright notice and this permission notice shall be
563
+ included in all copies or substantial portions of the Software.
564
+
565
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
566
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
567
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
568
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
569
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
570
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
571
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
572
+ ```
573
+
574
+ ### cross-spawn 7.0.6
575
+
576
+ Licence: MIT
577
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
578
+ Source: git@github.com:moxystudio/node-cross-spawn.git
579
+
580
+ ```text
581
+ The MIT License (MIT)
582
+
583
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
584
+
585
+ Permission is hereby granted, free of charge, to any person obtaining a copy
586
+ of this software and associated documentation files (the "Software"), to deal
587
+ in the Software without restriction, including without limitation the rights
588
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
589
+ copies of the Software, and to permit persons to whom the Software is
590
+ furnished to do so, subject to the following conditions:
591
+
592
+ The above copyright notice and this permission notice shall be included in
593
+ all copies or substantial portions of the Software.
594
+
595
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
596
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
597
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
598
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
599
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
600
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
601
+ THE SOFTWARE.
602
+ ```
603
+
604
+ ### debug 4.4.3
605
+
606
+ Licence: MIT
607
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
608
+ Source: git://github.com/debug-js/debug.git
609
+
610
+ ```text
611
+ (The MIT License)
612
+
613
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
614
+ Copyright (c) 2018-2021 Josh Junon
615
+
616
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
617
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
618
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
619
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
620
+ subject to the following conditions:
621
+
622
+ The above copyright notice and this permission notice shall be included in all copies or substantial
623
+ portions of the Software.
624
+
625
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
626
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
627
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
628
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
629
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
630
+ ```
631
+
632
+ ### depd 2.0.0
633
+
634
+ Licence: MIT
635
+ Copyright (c) 2014-2018 Douglas Christopher Wilson
636
+ Source: dougwilson/nodejs-depd
637
+
638
+ ```text
639
+ (The MIT License)
640
+
641
+ Copyright (c) 2014-2018 Douglas Christopher Wilson
642
+
643
+ Permission is hereby granted, free of charge, to any person obtaining
644
+ a copy of this software and associated documentation files (the
645
+ 'Software'), to deal in the Software without restriction, including
646
+ without limitation the rights to use, copy, modify, merge, publish,
647
+ distribute, sublicense, and/or sell copies of the Software, and to
648
+ permit persons to whom the Software is furnished to do so, subject to
649
+ the following conditions:
650
+
651
+ The above copyright notice and this permission notice shall be
652
+ included in all copies or substantial portions of the Software.
653
+
654
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
655
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
656
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
657
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
658
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
659
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
660
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
661
+ ```
662
+
663
+ ### dunder-proto 1.0.1
664
+
665
+ Licence: MIT
666
+ Copyright (c) 2024 ECMAScript Shims
667
+ Source: git+https://github.com/es-shims/dunder-proto.git
668
+
669
+ ```text
670
+ MIT License
671
+
672
+ Copyright (c) 2024 ECMAScript Shims
673
+
674
+ Permission is hereby granted, free of charge, to any person obtaining a copy
675
+ of this software and associated documentation files (the "Software"), to deal
676
+ in the Software without restriction, including without limitation the rights
677
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
678
+ copies of the Software, and to permit persons to whom the Software is
679
+ furnished to do so, subject to the following conditions:
680
+
681
+ The above copyright notice and this permission notice shall be included in all
682
+ copies or substantial portions of the Software.
683
+
684
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
685
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
686
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
687
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
688
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
689
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
690
+ SOFTWARE.
691
+ ```
692
+
693
+ ### ee-first 1.1.1
694
+
695
+ Licence: MIT
696
+ Copyright (c) 2014 Jonathan Ong me@jongleberry.com
697
+ Source: jonathanong/ee-first
698
+
699
+ ```text
700
+ The MIT License (MIT)
701
+
702
+ Copyright (c) 2014 Jonathan Ong me@jongleberry.com
703
+
704
+ Permission is hereby granted, free of charge, to any person obtaining a copy
705
+ of this software and associated documentation files (the "Software"), to deal
706
+ in the Software without restriction, including without limitation the rights
707
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
708
+ copies of the Software, and to permit persons to whom the Software is
709
+ furnished to do so, subject to the following conditions:
710
+
711
+ The above copyright notice and this permission notice shall be included in
712
+ all copies or substantial portions of the Software.
713
+
714
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
715
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
716
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
717
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
718
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
719
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
720
+ THE SOFTWARE.
721
+ ```
722
+
723
+ ### encodeurl 2.0.0
724
+
725
+ Licence: MIT
726
+ Copyright (c) 2016 Douglas Christopher Wilson
727
+ Source: pillarjs/encodeurl
728
+
729
+ ```text
730
+ (The MIT License)
731
+
732
+ Copyright (c) 2016 Douglas Christopher Wilson
733
+
734
+ Permission is hereby granted, free of charge, to any person obtaining
735
+ a copy of this software and associated documentation files (the
736
+ 'Software'), to deal in the Software without restriction, including
737
+ without limitation the rights to use, copy, modify, merge, publish,
738
+ distribute, sublicense, and/or sell copies of the Software, and to
739
+ permit persons to whom the Software is furnished to do so, subject to
740
+ the following conditions:
741
+
742
+ The above copyright notice and this permission notice shall be
743
+ included in all copies or substantial portions of the Software.
744
+
745
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
746
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
747
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
748
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
749
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
750
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
751
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
752
+ ```
753
+
754
+ ### es-define-property 1.0.1
755
+
756
+ Licence: MIT
757
+ Copyright (c) 2024 Jordan Harband
758
+ Source: git+https://github.com/ljharb/es-define-property.git
759
+
760
+ ```text
761
+ MIT License
762
+
763
+ Copyright (c) 2024 Jordan Harband
764
+
765
+ Permission is hereby granted, free of charge, to any person obtaining a copy
766
+ of this software and associated documentation files (the "Software"), to deal
767
+ in the Software without restriction, including without limitation the rights
768
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
769
+ copies of the Software, and to permit persons to whom the Software is
770
+ furnished to do so, subject to the following conditions:
771
+
772
+ The above copyright notice and this permission notice shall be included in all
773
+ copies or substantial portions of the Software.
774
+
775
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
776
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
777
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
778
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
779
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
780
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
781
+ SOFTWARE.
782
+ ```
783
+
784
+ ### es-errors 1.3.0
785
+
786
+ Licence: MIT
787
+ Copyright (c) 2024 Jordan Harband
788
+ Source: git+https://github.com/ljharb/es-errors.git
789
+
790
+ ```text
791
+ MIT License
792
+
793
+ Copyright (c) 2024 Jordan Harband
794
+
795
+ Permission is hereby granted, free of charge, to any person obtaining a copy
796
+ of this software and associated documentation files (the "Software"), to deal
797
+ in the Software without restriction, including without limitation the rights
798
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
799
+ copies of the Software, and to permit persons to whom the Software is
800
+ furnished to do so, subject to the following conditions:
801
+
802
+ The above copyright notice and this permission notice shall be included in all
803
+ copies or substantial portions of the Software.
804
+
805
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
806
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
807
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
808
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
809
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
810
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
811
+ SOFTWARE.
812
+ ```
813
+
814
+ ### es-object-atoms 1.1.2
815
+
816
+ Licence: MIT
817
+ Copyright (c) 2024 Jordan Harband
818
+ Source: git+https://github.com/ljharb/es-object-atoms.git
819
+
820
+ ```text
821
+ MIT License
822
+
823
+ Copyright (c) 2024 Jordan Harband
824
+
825
+ Permission is hereby granted, free of charge, to any person obtaining a copy
826
+ of this software and associated documentation files (the "Software"), to deal
827
+ in the Software without restriction, including without limitation the rights
828
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
829
+ copies of the Software, and to permit persons to whom the Software is
830
+ furnished to do so, subject to the following conditions:
831
+
832
+ The above copyright notice and this permission notice shall be included in all
833
+ copies or substantial portions of the Software.
834
+
835
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
836
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
837
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
838
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
839
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
840
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
841
+ SOFTWARE.
842
+ ```
843
+
844
+ ### escape-html 1.0.3
845
+
846
+ Licence: MIT
847
+ Copyright (c) 2012-2013 TJ Holowaychuk
848
+ Source: component/escape-html
849
+
850
+ ```text
851
+ (The MIT License)
852
+
853
+ Copyright (c) 2012-2013 TJ Holowaychuk
854
+ Copyright (c) 2015 Andreas Lubbe
855
+ Copyright (c) 2015 Tiancheng "Timothy" Gu
856
+
857
+ Permission is hereby granted, free of charge, to any person obtaining
858
+ a copy of this software and associated documentation files (the
859
+ 'Software'), to deal in the Software without restriction, including
860
+ without limitation the rights to use, copy, modify, merge, publish,
861
+ distribute, sublicense, and/or sell copies of the Software, and to
862
+ permit persons to whom the Software is furnished to do so, subject to
863
+ the following conditions:
864
+
865
+ The above copyright notice and this permission notice shall be
866
+ included in all copies or substantial portions of the Software.
867
+
868
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
869
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
870
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
871
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
872
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
873
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
874
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
875
+ ```
876
+
877
+ ### etag 1.8.1
878
+
879
+ Licence: MIT
880
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
881
+ Source: jshttp/etag
882
+
883
+ ```text
884
+ (The MIT License)
885
+
886
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
887
+
888
+ Permission is hereby granted, free of charge, to any person obtaining
889
+ a copy of this software and associated documentation files (the
890
+ 'Software'), to deal in the Software without restriction, including
891
+ without limitation the rights to use, copy, modify, merge, publish,
892
+ distribute, sublicense, and/or sell copies of the Software, and to
893
+ permit persons to whom the Software is furnished to do so, subject to
894
+ the following conditions:
895
+
896
+ The above copyright notice and this permission notice shall be
897
+ included in all copies or substantial portions of the Software.
898
+
899
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
900
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
901
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
902
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
903
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
904
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
905
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
906
+ ```
907
+
908
+ ### eventsource 3.0.7
909
+
910
+ Licence: MIT
911
+ Copyright (c) EventSource GitHub organisation
912
+ Source: git://git@github.com/EventSource/eventsource.git
913
+
914
+ ```text
915
+ The MIT License
916
+
917
+ Copyright (c) EventSource GitHub organisation
918
+
919
+ Permission is hereby granted, free of charge, to any person obtaining
920
+ a copy of this software and associated documentation files (the
921
+ "Software"), to deal in the Software without restriction, including
922
+ without limitation the rights to use, copy, modify, merge, publish,
923
+ distribute, sublicense, and/or sell copies of the Software, and to
924
+ permit persons to whom the Software is furnished to do so, subject to
925
+ the following conditions:
926
+
927
+ The above copyright notice and this permission notice shall be
928
+ included in all copies or substantial portions of the Software.
929
+
930
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
931
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
932
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
933
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
934
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
935
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
936
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
937
+ ```
938
+
939
+ ### eventsource-parser 3.1.1
940
+
941
+ Licence: MIT
942
+ Copyright (c) 2026 Espen Hovlandsdal <espen@hovlandsdal.com>
943
+ Source: git+ssh://git@github.com/rexxars/eventsource-parser.git
944
+
945
+ ```text
946
+ MIT License
947
+
948
+ Copyright (c) 2026 Espen Hovlandsdal <espen@hovlandsdal.com>
949
+
950
+ Permission is hereby granted, free of charge, to any person obtaining a copy
951
+ of this software and associated documentation files (the "Software"), to deal
952
+ in the Software without restriction, including without limitation the rights
953
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
954
+ copies of the Software, and to permit persons to whom the Software is
955
+ furnished to do so, subject to the following conditions:
956
+
957
+ The above copyright notice and this permission notice shall be included in all
958
+ copies or substantial portions of the Software.
959
+
960
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
961
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
962
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
963
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
964
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
965
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
966
+ SOFTWARE.
967
+ ```
968
+
969
+ ### express 5.2.1
970
+
971
+ Licence: MIT
972
+ Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
973
+ Source: expressjs/express
974
+
975
+ ```text
976
+ (The MIT License)
977
+
978
+ Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
979
+ Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
980
+ Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
981
+
982
+ Permission is hereby granted, free of charge, to any person obtaining
983
+ a copy of this software and associated documentation files (the
984
+ 'Software'), to deal in the Software without restriction, including
985
+ without limitation the rights to use, copy, modify, merge, publish,
986
+ distribute, sublicense, and/or sell copies of the Software, and to
987
+ permit persons to whom the Software is furnished to do so, subject to
988
+ the following conditions:
989
+
990
+ The above copyright notice and this permission notice shall be
991
+ included in all copies or substantial portions of the Software.
992
+
993
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
994
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
995
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
996
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
997
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
998
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
999
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1000
+ ```
1001
+
1002
+ ### express-rate-limit 8.7.0
1003
+
1004
+ Licence: MIT
1005
+ Copyright 2023 Nathan Friedly, Vedant K
1006
+ Source: git+https://github.com/express-rate-limit/express-rate-limit.git
1007
+
1008
+ ```text
1009
+ MIT License
1010
+
1011
+ Copyright 2023 Nathan Friedly, Vedant K
1012
+
1013
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1014
+ this software and associated documentation files (the "Software"), to deal in
1015
+ the Software without restriction, including without limitation the rights to
1016
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1017
+ the Software, and to permit persons to whom the Software is furnished to do so,
1018
+ subject to the following conditions:
1019
+
1020
+ The above copyright notice and this permission notice shall be included in all
1021
+ copies or substantial portions of the Software.
1022
+
1023
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1024
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1025
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1026
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1027
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1028
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1029
+ SOFTWARE.
1030
+ ```
1031
+
1032
+ ### fast-deep-equal 3.1.3
1033
+
1034
+ Licence: MIT
1035
+ Copyright (c) 2017 Evgeny Poberezkin
1036
+ Source: git+https://github.com/epoberezkin/fast-deep-equal.git
1037
+
1038
+ ```text
1039
+ MIT License
1040
+
1041
+ Copyright (c) 2017 Evgeny Poberezkin
1042
+
1043
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1044
+ of this software and associated documentation files (the "Software"), to deal
1045
+ in the Software without restriction, including without limitation the rights
1046
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1047
+ copies of the Software, and to permit persons to whom the Software is
1048
+ furnished to do so, subject to the following conditions:
1049
+
1050
+ The above copyright notice and this permission notice shall be included in all
1051
+ copies or substantial portions of the Software.
1052
+
1053
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1054
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1055
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1056
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1057
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1058
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1059
+ SOFTWARE.
1060
+ ```
1061
+
1062
+ ### fast-uri 3.1.7
1063
+
1064
+ Licence: BSD-3-Clause
1065
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
1066
+ Source: git+https://github.com/fastify/fast-uri.git
1067
+
1068
+ ```text
1069
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
1070
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
1071
+ All rights reserved.
1072
+
1073
+ Redistribution and use in source and binary forms, with or without
1074
+ modification, are permitted provided that the following conditions are met:
1075
+ * Redistributions of source code must retain the above copyright
1076
+ notice, this list of conditions and the following disclaimer.
1077
+ * Redistributions in binary form must reproduce the above copyright
1078
+ notice, this list of conditions and the following disclaimer in the
1079
+ documentation and/or other materials provided with the distribution.
1080
+ * The names of any contributors may not be used to endorse or promote
1081
+ products derived from this software without specific prior written
1082
+ permission.
1083
+
1084
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1085
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1086
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1087
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
1088
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1089
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1090
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1091
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1092
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1093
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1094
+
1095
+ * * *
1096
+
1097
+ The complete list of contributors can be found at:
1098
+ - https://github.com/garycourt/uri-js/graphs/contributors
1099
+ ```
1100
+
1101
+ ### finalhandler 2.1.1
1102
+
1103
+ Licence: MIT
1104
+ Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1105
+ Source: pillarjs/finalhandler
1106
+
1107
+ ```text
1108
+ (The MIT License)
1109
+
1110
+ Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1111
+
1112
+ Permission is hereby granted, free of charge, to any person obtaining
1113
+ a copy of this software and associated documentation files (the
1114
+ 'Software'), to deal in the Software without restriction, including
1115
+ without limitation the rights to use, copy, modify, merge, publish,
1116
+ distribute, sublicense, and/or sell copies of the Software, and to
1117
+ permit persons to whom the Software is furnished to do so, subject to
1118
+ the following conditions:
1119
+
1120
+ The above copyright notice and this permission notice shall be
1121
+ included in all copies or substantial portions of the Software.
1122
+
1123
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1124
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1125
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1126
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1127
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1128
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1129
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1130
+ ```
1131
+
1132
+ ### forwarded 0.2.0
1133
+
1134
+ Licence: MIT
1135
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
1136
+ Source: jshttp/forwarded
1137
+
1138
+ ```text
1139
+ (The MIT License)
1140
+
1141
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
1142
+
1143
+ Permission is hereby granted, free of charge, to any person obtaining
1144
+ a copy of this software and associated documentation files (the
1145
+ 'Software'), to deal in the Software without restriction, including
1146
+ without limitation the rights to use, copy, modify, merge, publish,
1147
+ distribute, sublicense, and/or sell copies of the Software, and to
1148
+ permit persons to whom the Software is furnished to do so, subject to
1149
+ the following conditions:
1150
+
1151
+ The above copyright notice and this permission notice shall be
1152
+ included in all copies or substantial portions of the Software.
1153
+
1154
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1155
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1156
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1157
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1158
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1159
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1160
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1161
+ ```
1162
+
1163
+ ### fresh 2.0.0
1164
+
1165
+ Licence: MIT
1166
+ Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
1167
+ Source: jshttp/fresh
1168
+
1169
+ ```text
1170
+ (The MIT License)
1171
+
1172
+ Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
1173
+ Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1174
+
1175
+ Permission is hereby granted, free of charge, to any person obtaining
1176
+ a copy of this software and associated documentation files (the
1177
+ 'Software'), to deal in the Software without restriction, including
1178
+ without limitation the rights to use, copy, modify, merge, publish,
1179
+ distribute, sublicense, and/or sell copies of the Software, and to
1180
+ permit persons to whom the Software is furnished to do so, subject to
1181
+ the following conditions:
1182
+
1183
+ The above copyright notice and this permission notice shall be
1184
+ included in all copies or substantial portions of the Software.
1185
+
1186
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1187
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1188
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1189
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1190
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1191
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1192
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1193
+ ```
1194
+
1195
+ ### function-bind 1.1.2
1196
+
1197
+ Licence: MIT
1198
+ Copyright (c) 2013 Raynos.
1199
+ Source: https://github.com/Raynos/function-bind.git
1200
+
1201
+ ```text
1202
+ Copyright (c) 2013 Raynos.
1203
+
1204
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1205
+ of this software and associated documentation files (the "Software"), to deal
1206
+ in the Software without restriction, including without limitation the rights
1207
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1208
+ copies of the Software, and to permit persons to whom the Software is
1209
+ furnished to do so, subject to the following conditions:
1210
+
1211
+ The above copyright notice and this permission notice shall be included in
1212
+ all copies or substantial portions of the Software.
1213
+
1214
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1215
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1216
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1217
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1218
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1219
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1220
+ THE SOFTWARE.
1221
+ ```
1222
+
1223
+ ### get-intrinsic 1.3.0
1224
+
1225
+ Licence: MIT
1226
+ Copyright (c) 2020 Jordan Harband
1227
+ Source: git+https://github.com/ljharb/get-intrinsic.git
1228
+
1229
+ ```text
1230
+ MIT License
1231
+
1232
+ Copyright (c) 2020 Jordan Harband
1233
+
1234
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1235
+ of this software and associated documentation files (the "Software"), to deal
1236
+ in the Software without restriction, including without limitation the rights
1237
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1238
+ copies of the Software, and to permit persons to whom the Software is
1239
+ furnished to do so, subject to the following conditions:
1240
+
1241
+ The above copyright notice and this permission notice shall be included in all
1242
+ copies or substantial portions of the Software.
1243
+
1244
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1245
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1246
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1247
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1248
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1249
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1250
+ SOFTWARE.
1251
+ ```
1252
+
1253
+ ### get-proto 1.0.1
1254
+
1255
+ Licence: MIT
1256
+ Copyright (c) 2025 Jordan Harband
1257
+ Source: git+https://github.com/ljharb/get-proto.git
1258
+
1259
+ ```text
1260
+ MIT License
1261
+
1262
+ Copyright (c) 2025 Jordan Harband
1263
+
1264
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1265
+ of this software and associated documentation files (the "Software"), to deal
1266
+ in the Software without restriction, including without limitation the rights
1267
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1268
+ copies of the Software, and to permit persons to whom the Software is
1269
+ furnished to do so, subject to the following conditions:
1270
+
1271
+ The above copyright notice and this permission notice shall be included in all
1272
+ copies or substantial portions of the Software.
1273
+
1274
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1275
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1276
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1277
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1278
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1279
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1280
+ SOFTWARE.
1281
+ ```
1282
+
1283
+ ### gopd 1.2.0
1284
+
1285
+ Licence: MIT
1286
+ Copyright (c) 2022 Jordan Harband
1287
+ Source: git+https://github.com/ljharb/gopd.git
1288
+
1289
+ ```text
1290
+ MIT License
1291
+
1292
+ Copyright (c) 2022 Jordan Harband
1293
+
1294
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1295
+ of this software and associated documentation files (the "Software"), to deal
1296
+ in the Software without restriction, including without limitation the rights
1297
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1298
+ copies of the Software, and to permit persons to whom the Software is
1299
+ furnished to do so, subject to the following conditions:
1300
+
1301
+ The above copyright notice and this permission notice shall be included in all
1302
+ copies or substantial portions of the Software.
1303
+
1304
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1305
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1306
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1307
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1308
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1309
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1310
+ SOFTWARE.
1311
+ ```
1312
+
1313
+ ### has-symbols 1.1.0
1314
+
1315
+ Licence: MIT
1316
+ Copyright (c) 2016 Jordan Harband
1317
+ Source: git://github.com/inspect-js/has-symbols.git
1318
+
1319
+ ```text
1320
+ MIT License
1321
+
1322
+ Copyright (c) 2016 Jordan Harband
1323
+
1324
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1325
+ of this software and associated documentation files (the "Software"), to deal
1326
+ in the Software without restriction, including without limitation the rights
1327
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1328
+ copies of the Software, and to permit persons to whom the Software is
1329
+ furnished to do so, subject to the following conditions:
1330
+
1331
+ The above copyright notice and this permission notice shall be included in all
1332
+ copies or substantial portions of the Software.
1333
+
1334
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1335
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1336
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1337
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1338
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1339
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1340
+ SOFTWARE.
1341
+ ```
1342
+
1343
+ ### hasown 2.0.4
1344
+
1345
+ Licence: MIT
1346
+ Copyright (c) Jordan Harband and contributors
1347
+ Source: git+https://github.com/inspect-js/hasOwn.git
1348
+
1349
+ ```text
1350
+ MIT License
1351
+
1352
+ Copyright (c) Jordan Harband and contributors
1353
+
1354
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1355
+ of this software and associated documentation files (the "Software"), to deal
1356
+ in the Software without restriction, including without limitation the rights
1357
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1358
+ copies of the Software, and to permit persons to whom the Software is
1359
+ furnished to do so, subject to the following conditions:
1360
+
1361
+ The above copyright notice and this permission notice shall be included in all
1362
+ copies or substantial portions of the Software.
1363
+
1364
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1365
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1366
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1367
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1368
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1369
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1370
+ SOFTWARE.
1371
+ ```
1372
+
1373
+ ### hono 4.13.5
1374
+
1375
+ Licence: MIT
1376
+ Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
1377
+ Source: git+https://github.com/honojs/hono.git
1378
+
1379
+ ```text
1380
+ MIT License
1381
+
1382
+ Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
1383
+
1384
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1385
+ of this software and associated documentation files (the "Software"), to deal
1386
+ in the Software without restriction, including without limitation the rights
1387
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1388
+ copies of the Software, and to permit persons to whom the Software is
1389
+ furnished to do so, subject to the following conditions:
1390
+
1391
+ The above copyright notice and this permission notice shall be included in all
1392
+ copies or substantial portions of the Software.
1393
+
1394
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1395
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1396
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1397
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1398
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1399
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1400
+ SOFTWARE.
1401
+ ```
1402
+
1403
+ ### http-errors 2.0.1
1404
+
1405
+ Licence: MIT
1406
+ Copyright (c) 2014 Jonathan Ong me@jongleberry.com
1407
+ Source: jshttp/http-errors
1408
+
1409
+ ```text
1410
+ The MIT License (MIT)
1411
+
1412
+ Copyright (c) 2014 Jonathan Ong me@jongleberry.com
1413
+ Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
1414
+
1415
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1416
+ of this software and associated documentation files (the "Software"), to deal
1417
+ in the Software without restriction, including without limitation the rights
1418
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1419
+ copies of the Software, and to permit persons to whom the Software is
1420
+ furnished to do so, subject to the following conditions:
1421
+
1422
+ The above copyright notice and this permission notice shall be included in
1423
+ all copies or substantial portions of the Software.
1424
+
1425
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1426
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1427
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1428
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1429
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1430
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1431
+ THE SOFTWARE.
1432
+ ```
1433
+
1434
+ ### iconv-lite 0.7.3
1435
+
1436
+ Licence: MIT
1437
+ Copyright (c) 2011 Alexander Shtuchkin
1438
+ Source: https://github.com/pillarjs/iconv-lite.git
1439
+
1440
+ ```text
1441
+ Copyright (c) 2011 Alexander Shtuchkin
1442
+
1443
+ Permission is hereby granted, free of charge, to any person obtaining
1444
+ a copy of this software and associated documentation files (the
1445
+ "Software"), to deal in the Software without restriction, including
1446
+ without limitation the rights to use, copy, modify, merge, publish,
1447
+ distribute, sublicense, and/or sell copies of the Software, and to
1448
+ permit persons to whom the Software is furnished to do so, subject to
1449
+ the following conditions:
1450
+
1451
+ The above copyright notice and this permission notice shall be
1452
+ included in all copies or substantial portions of the Software.
1453
+
1454
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1455
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1456
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1457
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1458
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1459
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1460
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1461
+ ```
1462
+
1463
+ ### inherits 2.0.4
1464
+
1465
+ Licence: ISC
1466
+ Copyright (c) Isaac Z. Schlueter
1467
+ Source: git://github.com/isaacs/inherits
1468
+
1469
+ ```text
1470
+ The ISC License
1471
+
1472
+ Copyright (c) Isaac Z. Schlueter
1473
+
1474
+ Permission to use, copy, modify, and/or distribute this software for any
1475
+ purpose with or without fee is hereby granted, provided that the above
1476
+ copyright notice and this permission notice appear in all copies.
1477
+
1478
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1479
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1480
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1481
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1482
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1483
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1484
+ PERFORMANCE OF THIS SOFTWARE.
1485
+ ```
1486
+
1487
+ ### ip-address 10.7.0
1488
+
1489
+ Licence: MIT
1490
+ Copyright (C) 2011 by Beau Gunderson
1491
+ Source: https://github.com/beaugunderson/ip-address.git
1492
+
1493
+ ```text
1494
+ Copyright (C) 2011 by Beau Gunderson
1495
+
1496
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1497
+ of this software and associated documentation files (the "Software"), to deal
1498
+ in the Software without restriction, including without limitation the rights
1499
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1500
+ copies of the Software, and to permit persons to whom the Software is
1501
+ furnished to do so, subject to the following conditions:
1502
+
1503
+ The above copyright notice and this permission notice shall be included in
1504
+ all copies or substantial portions of the Software.
1505
+
1506
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1507
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1508
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1509
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1510
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1511
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1512
+ THE SOFTWARE.
1513
+ ```
1514
+
1515
+ ### ipaddr.js 1.9.1
1516
+
1517
+ Licence: MIT
1518
+ Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
1519
+ Source: git://github.com/whitequark/ipaddr.js
1520
+
1521
+ ```text
1522
+ Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
1523
+
1524
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1525
+ of this software and associated documentation files (the "Software"), to deal
1526
+ in the Software without restriction, including without limitation the rights
1527
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1528
+ copies of the Software, and to permit persons to whom the Software is
1529
+ furnished to do so, subject to the following conditions:
1530
+
1531
+ The above copyright notice and this permission notice shall be included in
1532
+ all copies or substantial portions of the Software.
1533
+
1534
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1535
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1536
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1537
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1538
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1539
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1540
+ THE SOFTWARE.
1541
+ ```
1542
+
1543
+ ### is-promise 4.0.0
1544
+
1545
+ Licence: MIT
1546
+ Copyright (c) 2014 Forbes Lindesay
1547
+ Source: https://github.com/then/is-promise.git
1548
+
1549
+ ```text
1550
+ Copyright (c) 2014 Forbes Lindesay
1551
+
1552
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1553
+ of this software and associated documentation files (the "Software"), to deal
1554
+ in the Software without restriction, including without limitation the rights
1555
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1556
+ copies of the Software, and to permit persons to whom the Software is
1557
+ furnished to do so, subject to the following conditions:
1558
+
1559
+ The above copyright notice and this permission notice shall be included in
1560
+ all copies or substantial portions of the Software.
1561
+
1562
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1563
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1564
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1565
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1566
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1567
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1568
+ THE SOFTWARE.
1569
+ ```
1570
+
1571
+ ### isexe 2.0.0
1572
+
1573
+ Licence: ISC
1574
+ Copyright (c) Isaac Z. Schlueter and Contributors
1575
+ Source: git+https://github.com/isaacs/isexe.git
1576
+
1577
+ ```text
1578
+ The ISC License
1579
+
1580
+ Copyright (c) Isaac Z. Schlueter and Contributors
1581
+
1582
+ Permission to use, copy, modify, and/or distribute this software for any
1583
+ purpose with or without fee is hereby granted, provided that the above
1584
+ copyright notice and this permission notice appear in all copies.
1585
+
1586
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1587
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1588
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1589
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1590
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1591
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1592
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1593
+ ```
1594
+
1595
+ ### jose 6.2.10
1596
+
1597
+ Licence: MIT
1598
+ Copyright (c) 2018 Filip Skokan
1599
+ Source: panva/jose
1600
+
1601
+ ```text
1602
+ The MIT License (MIT)
1603
+
1604
+ Copyright (c) 2018 Filip Skokan
1605
+
1606
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1607
+ of this software and associated documentation files (the "Software"), to deal
1608
+ in the Software without restriction, including without limitation the rights
1609
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1610
+ copies of the Software, and to permit persons to whom the Software is
1611
+ furnished to do so, subject to the following conditions:
1612
+
1613
+ The above copyright notice and this permission notice shall be included in all
1614
+ copies or substantial portions of the Software.
1615
+
1616
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1617
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1618
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1619
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1620
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1621
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1622
+ SOFTWARE.
1623
+ ```
1624
+
1625
+ ### json-schema-traverse 1.0.0
1626
+
1627
+ Licence: MIT
1628
+ Copyright (c) 2017 Evgeny Poberezkin
1629
+ Source: git+https://github.com/epoberezkin/json-schema-traverse.git
1630
+
1631
+ ```text
1632
+ MIT License
1633
+
1634
+ Copyright (c) 2017 Evgeny Poberezkin
1635
+
1636
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1637
+ of this software and associated documentation files (the "Software"), to deal
1638
+ in the Software without restriction, including without limitation the rights
1639
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1640
+ copies of the Software, and to permit persons to whom the Software is
1641
+ furnished to do so, subject to the following conditions:
1642
+
1643
+ The above copyright notice and this permission notice shall be included in all
1644
+ copies or substantial portions of the Software.
1645
+
1646
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1647
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1648
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1649
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1650
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1651
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1652
+ SOFTWARE.
1653
+ ```
1654
+
1655
+ ### json-schema-typed 8.0.2
1656
+
1657
+ Licence: BSD-2-Clause
1658
+ Original source code is copyright (c) 2019-2025 Remy Rylan
1659
+ Source: https://github.com/RemyRylan/json-schema-typed.git
1660
+
1661
+ ```text
1662
+ BSD 2-Clause License
1663
+
1664
+ Original source code is copyright (c) 2019-2025 Remy Rylan
1665
+ <https://github.com/RemyRylan>
1666
+
1667
+ All JSON Schema documentation and descriptions are copyright (c):
1668
+
1669
+ 2009 [draft-0] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
1670
+ and SitePen (USA) <https://www.sitepen.com/>.
1671
+
1672
+ 2009 [draft-1] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
1673
+ and SitePen (USA) <https://www.sitepen.com/>.
1674
+
1675
+ 2010 [draft-2] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
1676
+ and SitePen (USA) <https://www.sitepen.com/>.
1677
+
1678
+ 2010 [draft-3] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
1679
+ Gary Court <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
1680
+
1681
+ 2013 [draft-4] IETF Trust <https://www.ietf.org/>), Francis Galiegue
1682
+ <fgaliegue@gmail.com>, Kris Zyp <kris@sitepen.com>, Gary Court
1683
+ <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
1684
+
1685
+ 2018 [draft-7] IETF Trust <https://www.ietf.org/>, Austin Wright <aaa@bzfx.net>,
1686
+ Henry Andrews <henry@cloudflare.com>, Geraint Luff <luffgd@gmail.com>, and
1687
+ Cloudflare, Inc. <https://www.cloudflare.com/>.
1688
+
1689
+ 2019 [draft-2019-09] IETF Trust <https://www.ietf.org/>, Austin Wright
1690
+ <aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
1691
+ <bh7@sanger.ac.uk>, and Greg Dennis <gregsdennis@yahoo.com>.
1692
+
1693
+ 2020 [draft-2020-12] IETF Trust <https://www.ietf.org/>, Austin Wright
1694
+ <aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
1695
+ <ben@jsonschema.dev>, and Greg Dennis <gregsdennis@yahoo.com>.
1696
+
1697
+ All rights reserved.
1698
+
1699
+ Redistribution and use in source and binary forms, with or without modification,
1700
+ are permitted provided that the following conditions are met:
1701
+
1702
+ 1. Redistributions of source code must retain the above copyright notice, this
1703
+ list of conditions and the following disclaimer.
1704
+
1705
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1706
+ this list of conditions and the following disclaimer in the documentation
1707
+ and/or other materials provided with the distribution.
1708
+
1709
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1710
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1711
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1712
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
1713
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1714
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1715
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1716
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1717
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1718
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1719
+ ```
1720
+
1721
+ ### math-intrinsics 1.1.0
1722
+
1723
+ Licence: MIT
1724
+ Copyright (c) 2024 ECMAScript Shims
1725
+ Source: git+https://github.com/es-shims/math-intrinsics.git
1726
+
1727
+ ```text
1728
+ MIT License
1729
+
1730
+ Copyright (c) 2024 ECMAScript Shims
1731
+
1732
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1733
+ of this software and associated documentation files (the "Software"), to deal
1734
+ in the Software without restriction, including without limitation the rights
1735
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1736
+ copies of the Software, and to permit persons to whom the Software is
1737
+ furnished to do so, subject to the following conditions:
1738
+
1739
+ The above copyright notice and this permission notice shall be included in all
1740
+ copies or substantial portions of the Software.
1741
+
1742
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1743
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1744
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1745
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1746
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1747
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1748
+ SOFTWARE.
1749
+ ```
1750
+
1751
+ ### media-typer 1.1.1
1752
+
1753
+ Licence: MIT
1754
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
1755
+ Source: jshttp/media-typer
1756
+
1757
+ ```text
1758
+ (The MIT License)
1759
+
1760
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
1761
+
1762
+ Permission is hereby granted, free of charge, to any person obtaining
1763
+ a copy of this software and associated documentation files (the
1764
+ 'Software'), to deal in the Software without restriction, including
1765
+ without limitation the rights to use, copy, modify, merge, publish,
1766
+ distribute, sublicense, and/or sell copies of the Software, and to
1767
+ permit persons to whom the Software is furnished to do so, subject to
1768
+ the following conditions:
1769
+
1770
+ The above copyright notice and this permission notice shall be
1771
+ included in all copies or substantial portions of the Software.
1772
+
1773
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1774
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1775
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1776
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1777
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1778
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1779
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1780
+ ```
1781
+
1782
+ ### merge-descriptors 2.0.0
1783
+
1784
+ Licence: MIT
1785
+ Copyright (c) Jonathan Ong <me@jongleberry.com>
1786
+ Source: sindresorhus/merge-descriptors
1787
+
1788
+ ```text
1789
+ MIT License
1790
+
1791
+ Copyright (c) Jonathan Ong <me@jongleberry.com>
1792
+ Copyright (c) Douglas Christopher Wilson <doug@somethingdoug.com>
1793
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1794
+
1795
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1796
+
1797
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1798
+
1799
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1800
+ ```
1801
+
1802
+ ### mime-db 1.54.0
1803
+
1804
+ Licence: MIT
1805
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1806
+ Source: jshttp/mime-db
1807
+
1808
+ ```text
1809
+ (The MIT License)
1810
+
1811
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1812
+ Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1813
+
1814
+ Permission is hereby granted, free of charge, to any person obtaining
1815
+ a copy of this software and associated documentation files (the
1816
+ 'Software'), to deal in the Software without restriction, including
1817
+ without limitation the rights to use, copy, modify, merge, publish,
1818
+ distribute, sublicense, and/or sell copies of the Software, and to
1819
+ permit persons to whom the Software is furnished to do so, subject to
1820
+ the following conditions:
1821
+
1822
+ The above copyright notice and this permission notice shall be
1823
+ included in all copies or substantial portions of the Software.
1824
+
1825
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1826
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1827
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1828
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1829
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1830
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1831
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1832
+ ```
1833
+
1834
+ ### mime-types 3.0.2
1835
+
1836
+ Licence: MIT
1837
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1838
+ Source: jshttp/mime-types
1839
+
1840
+ ```text
1841
+ (The MIT License)
1842
+
1843
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1844
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1845
+
1846
+ Permission is hereby granted, free of charge, to any person obtaining
1847
+ a copy of this software and associated documentation files (the
1848
+ 'Software'), to deal in the Software without restriction, including
1849
+ without limitation the rights to use, copy, modify, merge, publish,
1850
+ distribute, sublicense, and/or sell copies of the Software, and to
1851
+ permit persons to whom the Software is furnished to do so, subject to
1852
+ the following conditions:
1853
+
1854
+ The above copyright notice and this permission notice shall be
1855
+ included in all copies or substantial portions of the Software.
1856
+
1857
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1858
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1859
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1860
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1861
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1862
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1863
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1864
+ ```
1865
+
1866
+ ### ms 2.1.3
1867
+
1868
+ Licence: MIT
1869
+ Copyright (c) 2020 Vercel, Inc.
1870
+ Source: vercel/ms
1871
+
1872
+ ```text
1873
+ The MIT License (MIT)
1874
+
1875
+ Copyright (c) 2020 Vercel, Inc.
1876
+
1877
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1878
+ of this software and associated documentation files (the "Software"), to deal
1879
+ in the Software without restriction, including without limitation the rights
1880
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1881
+ copies of the Software, and to permit persons to whom the Software is
1882
+ furnished to do so, subject to the following conditions:
1883
+
1884
+ The above copyright notice and this permission notice shall be included in all
1885
+ copies or substantial portions of the Software.
1886
+
1887
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1888
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1889
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1890
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1891
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1892
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1893
+ SOFTWARE.
1894
+ ```
1895
+
1896
+ ### negotiator 1.1.0
1897
+
1898
+ Licence: MIT
1899
+ Copyright (c) 2012-2014 Federico Romero
1900
+ Source: jshttp/negotiator
1901
+
1902
+ ```text
1903
+ (The MIT License)
1904
+
1905
+ Copyright (c) 2012-2014 Federico Romero
1906
+ Copyright (c) 2012-2014 Isaac Z. Schlueter
1907
+ Copyright (c) 2014-2015 Douglas Christopher Wilson
1908
+
1909
+ Permission is hereby granted, free of charge, to any person obtaining
1910
+ a copy of this software and associated documentation files (the
1911
+ 'Software'), to deal in the Software without restriction, including
1912
+ without limitation the rights to use, copy, modify, merge, publish,
1913
+ distribute, sublicense, and/or sell copies of the Software, and to
1914
+ permit persons to whom the Software is furnished to do so, subject to
1915
+ the following conditions:
1916
+
1917
+ The above copyright notice and this permission notice shall be
1918
+ included in all copies or substantial portions of the Software.
1919
+
1920
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1921
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1922
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1923
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1924
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1925
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1926
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1927
+ ```
1928
+
1929
+ ### object-assign 4.1.1
1930
+
1931
+ Licence: MIT
1932
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1933
+ Source: sindresorhus/object-assign
1934
+
1935
+ ```text
1936
+ The MIT License (MIT)
1937
+
1938
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1939
+
1940
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1941
+ of this software and associated documentation files (the "Software"), to deal
1942
+ in the Software without restriction, including without limitation the rights
1943
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1944
+ copies of the Software, and to permit persons to whom the Software is
1945
+ furnished to do so, subject to the following conditions:
1946
+
1947
+ The above copyright notice and this permission notice shall be included in
1948
+ all copies or substantial portions of the Software.
1949
+
1950
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1951
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1952
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1953
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1954
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1955
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1956
+ THE SOFTWARE.
1957
+ ```
1958
+
1959
+ ### object-inspect 1.13.4
1960
+
1961
+ Licence: MIT
1962
+ Copyright (c) 2013 James Halliday
1963
+ Source: git://github.com/inspect-js/object-inspect.git
1964
+
1965
+ ```text
1966
+ MIT License
1967
+
1968
+ Copyright (c) 2013 James Halliday
1969
+
1970
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1971
+ of this software and associated documentation files (the "Software"), to deal
1972
+ in the Software without restriction, including without limitation the rights
1973
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1974
+ copies of the Software, and to permit persons to whom the Software is
1975
+ furnished to do so, subject to the following conditions:
1976
+
1977
+ The above copyright notice and this permission notice shall be included in all
1978
+ copies or substantial portions of the Software.
1979
+
1980
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1981
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1982
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1983
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1984
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1985
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1986
+ SOFTWARE.
1987
+ ```
1988
+
1989
+ ### on-finished 2.4.1
1990
+
1991
+ Licence: MIT
1992
+ Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
1993
+ Source: jshttp/on-finished
1994
+
1995
+ ```text
1996
+ (The MIT License)
1997
+
1998
+ Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
1999
+ Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
2000
+
2001
+ Permission is hereby granted, free of charge, to any person obtaining
2002
+ a copy of this software and associated documentation files (the
2003
+ 'Software'), to deal in the Software without restriction, including
2004
+ without limitation the rights to use, copy, modify, merge, publish,
2005
+ distribute, sublicense, and/or sell copies of the Software, and to
2006
+ permit persons to whom the Software is furnished to do so, subject to
2007
+ the following conditions:
2008
+
2009
+ The above copyright notice and this permission notice shall be
2010
+ included in all copies or substantial portions of the Software.
2011
+
2012
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2013
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2014
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2015
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2016
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2017
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2018
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2019
+ ```
2020
+
2021
+ ### once 1.4.0
2022
+
2023
+ Licence: ISC
2024
+ Copyright (c) Isaac Z. Schlueter and Contributors
2025
+ Source: git://github.com/isaacs/once
2026
+
2027
+ ```text
2028
+ The ISC License
2029
+
2030
+ Copyright (c) Isaac Z. Schlueter and Contributors
2031
+
2032
+ Permission to use, copy, modify, and/or distribute this software for any
2033
+ purpose with or without fee is hereby granted, provided that the above
2034
+ copyright notice and this permission notice appear in all copies.
2035
+
2036
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2037
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2038
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2039
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2040
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2041
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2042
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2043
+ ```
2044
+
2045
+ ### parseurl 1.3.3
2046
+
2047
+ Licence: MIT
2048
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2049
+ Source: pillarjs/parseurl
2050
+
2051
+ ```text
2052
+ (The MIT License)
2053
+
2054
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2055
+ Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
2056
+
2057
+ Permission is hereby granted, free of charge, to any person obtaining
2058
+ a copy of this software and associated documentation files (the
2059
+ 'Software'), to deal in the Software without restriction, including
2060
+ without limitation the rights to use, copy, modify, merge, publish,
2061
+ distribute, sublicense, and/or sell copies of the Software, and to
2062
+ permit persons to whom the Software is furnished to do so, subject to
2063
+ the following conditions:
2064
+
2065
+ The above copyright notice and this permission notice shall be
2066
+ included in all copies or substantial portions of the Software.
2067
+
2068
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2069
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2070
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2071
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2072
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2073
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2074
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2075
+ ```
2076
+
2077
+ ### path-key 3.1.1
2078
+
2079
+ Licence: MIT
2080
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2081
+ Source: sindresorhus/path-key
2082
+
2083
+ ```text
2084
+ MIT License
2085
+
2086
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2087
+
2088
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2089
+
2090
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2091
+
2092
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2093
+ ```
2094
+
2095
+ ### path-to-regexp 8.4.2
2096
+
2097
+ Licence: MIT
2098
+ Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
2099
+ Source: https://github.com/pillarjs/path-to-regexp.git
2100
+
2101
+ ```text
2102
+ The MIT License (MIT)
2103
+
2104
+ Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
2105
+
2106
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2107
+ of this software and associated documentation files (the "Software"), to deal
2108
+ in the Software without restriction, including without limitation the rights
2109
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2110
+ copies of the Software, and to permit persons to whom the Software is
2111
+ furnished to do so, subject to the following conditions:
2112
+
2113
+ The above copyright notice and this permission notice shall be included in
2114
+ all copies or substantial portions of the Software.
2115
+
2116
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2117
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2118
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2119
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2120
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2122
+ THE SOFTWARE.
2123
+ ```
2124
+
2125
+ ### pkce-challenge 5.0.1
2126
+
2127
+ Licence: MIT
2128
+ Copyright (c) 2019
2129
+ Source: git+https://github.com/crouchcd/pkce-challenge.git
2130
+
2131
+ ```text
2132
+ MIT License
2133
+
2134
+ Copyright (c) 2019
2135
+
2136
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2137
+ of this software and associated documentation files (the "Software"), to deal
2138
+ in the Software without restriction, including without limitation the rights
2139
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2140
+ copies of the Software, and to permit persons to whom the Software is
2141
+ furnished to do so, subject to the following conditions:
2142
+
2143
+ The above copyright notice and this permission notice shall be included in all
2144
+ copies or substantial portions of the Software.
2145
+
2146
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2147
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2148
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2149
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2150
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2151
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2152
+ SOFTWARE.
2153
+ ```
2154
+
2155
+ ### proxy-addr 2.0.7
2156
+
2157
+ Licence: MIT
2158
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
2159
+ Source: jshttp/proxy-addr
2160
+
2161
+ ```text
2162
+ (The MIT License)
2163
+
2164
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
2165
+
2166
+ Permission is hereby granted, free of charge, to any person obtaining
2167
+ a copy of this software and associated documentation files (the
2168
+ 'Software'), to deal in the Software without restriction, including
2169
+ without limitation the rights to use, copy, modify, merge, publish,
2170
+ distribute, sublicense, and/or sell copies of the Software, and to
2171
+ permit persons to whom the Software is furnished to do so, subject to
2172
+ the following conditions:
2173
+
2174
+ The above copyright notice and this permission notice shall be
2175
+ included in all copies or substantial portions of the Software.
2176
+
2177
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2178
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2179
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2180
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2181
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2182
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2183
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2184
+ ```
2185
+
2186
+ ### qs 6.16.0
2187
+
2188
+ Licence: BSD-3-Clause
2189
+ Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
2190
+ Source: https://github.com/ljharb/qs.git
2191
+
2192
+ ```text
2193
+ BSD 3-Clause License
2194
+
2195
+ Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
2196
+ All rights reserved.
2197
+
2198
+ Redistribution and use in source and binary forms, with or without
2199
+ modification, are permitted provided that the following conditions are met:
2200
+
2201
+ 1. Redistributions of source code must retain the above copyright notice, this
2202
+ list of conditions and the following disclaimer.
2203
+
2204
+ 2. Redistributions in binary form must reproduce the above copyright notice,
2205
+ this list of conditions and the following disclaimer in the documentation
2206
+ and/or other materials provided with the distribution.
2207
+
2208
+ 3. Neither the name of the copyright holder nor the names of its
2209
+ contributors may be used to endorse or promote products derived from
2210
+ this software without specific prior written permission.
2211
+
2212
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2213
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2214
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2215
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2216
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2217
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2218
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2219
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2220
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2221
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2222
+ ```
2223
+
2224
+ ### range-parser 1.3.0
2225
+
2226
+ Licence: MIT
2227
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
2228
+ Source: jshttp/range-parser
2229
+
2230
+ ```text
2231
+ (The MIT License)
2232
+
2233
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
2234
+ Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com
2235
+
2236
+ Permission is hereby granted, free of charge, to any person obtaining
2237
+ a copy of this software and associated documentation files (the
2238
+ 'Software'), to deal in the Software without restriction, including
2239
+ without limitation the rights to use, copy, modify, merge, publish,
2240
+ distribute, sublicense, and/or sell copies of the Software, and to
2241
+ permit persons to whom the Software is furnished to do so, subject to
2242
+ the following conditions:
2243
+
2244
+ The above copyright notice and this permission notice shall be
2245
+ included in all copies or substantial portions of the Software.
2246
+
2247
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2248
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2249
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2250
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2251
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2252
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2253
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2254
+ ```
2255
+
2256
+ ### raw-body 3.0.2
2257
+
2258
+ Licence: MIT
2259
+ Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
2260
+ Source: stream-utils/raw-body
2261
+
2262
+ ```text
2263
+ The MIT License (MIT)
2264
+
2265
+ Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
2266
+ Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
2267
+
2268
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2269
+ of this software and associated documentation files (the "Software"), to deal
2270
+ in the Software without restriction, including without limitation the rights
2271
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2272
+ copies of the Software, and to permit persons to whom the Software is
2273
+ furnished to do so, subject to the following conditions:
2274
+
2275
+ The above copyright notice and this permission notice shall be included in
2276
+ all copies or substantial portions of the Software.
2277
+
2278
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2279
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2280
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2281
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2282
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2283
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2284
+ THE SOFTWARE.
2285
+ ```
2286
+
2287
+ ### require-from-string 2.0.2
2288
+
2289
+ Licence: MIT
2290
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
2291
+ Source: floatdrop/require-from-string
2292
+
2293
+ ```text
2294
+ The MIT License (MIT)
2295
+
2296
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
2297
+
2298
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2299
+ of this software and associated documentation files (the "Software"), to deal
2300
+ in the Software without restriction, including without limitation the rights
2301
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2302
+ copies of the Software, and to permit persons to whom the Software is
2303
+ furnished to do so, subject to the following conditions:
2304
+
2305
+ The above copyright notice and this permission notice shall be included in
2306
+ all copies or substantial portions of the Software.
2307
+
2308
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2309
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2310
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2311
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2312
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2313
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2314
+ THE SOFTWARE.
2315
+ ```
2316
+
2317
+ ### router 2.2.0
2318
+
2319
+ Licence: MIT
2320
+ Copyright (c) 2013 Roman Shtylman
2321
+ Source: pillarjs/router
2322
+
2323
+ ```text
2324
+ (The MIT License)
2325
+
2326
+ Copyright (c) 2013 Roman Shtylman
2327
+ Copyright (c) 2014-2022 Douglas Christopher Wilson
2328
+
2329
+ Permission is hereby granted, free of charge, to any person obtaining
2330
+ a copy of this software and associated documentation files (the
2331
+ 'Software'), to deal in the Software without restriction, including
2332
+ without limitation the rights to use, copy, modify, merge, publish,
2333
+ distribute, sublicense, and/or sell copies of the Software, and to
2334
+ permit persons to whom the Software is furnished to do so, subject to
2335
+ the following conditions:
2336
+
2337
+ The above copyright notice and this permission notice shall be
2338
+ included in all copies or substantial portions of the Software.
2339
+
2340
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2341
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2342
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2343
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2344
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2345
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2346
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2347
+ ```
2348
+
2349
+ ### safer-buffer 2.1.2
2350
+
2351
+ Licence: MIT
2352
+ Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
2353
+ Source: git+https://github.com/ChALkeR/safer-buffer.git
2354
+
2355
+ ```text
2356
+ MIT License
2357
+
2358
+ Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
2359
+
2360
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2361
+ of this software and associated documentation files (the "Software"), to deal
2362
+ in the Software without restriction, including without limitation the rights
2363
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2364
+ copies of the Software, and to permit persons to whom the Software is
2365
+ furnished to do so, subject to the following conditions:
2366
+
2367
+ The above copyright notice and this permission notice shall be included in all
2368
+ copies or substantial portions of the Software.
2369
+
2370
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2371
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2372
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2373
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2374
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2375
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2376
+ SOFTWARE.
2377
+ ```
2378
+
2379
+ ### send 1.2.1
2380
+
2381
+ Licence: MIT
2382
+ Copyright (c) 2012 TJ Holowaychuk
2383
+ Source: pillarjs/send
2384
+
2385
+ ```text
2386
+ (The MIT License)
2387
+
2388
+ Copyright (c) 2012 TJ Holowaychuk
2389
+ Copyright (c) 2014-2022 Douglas Christopher Wilson
2390
+
2391
+ Permission is hereby granted, free of charge, to any person obtaining
2392
+ a copy of this software and associated documentation files (the
2393
+ 'Software'), to deal in the Software without restriction, including
2394
+ without limitation the rights to use, copy, modify, merge, publish,
2395
+ distribute, sublicense, and/or sell copies of the Software, and to
2396
+ permit persons to whom the Software is furnished to do so, subject to
2397
+ the following conditions:
2398
+
2399
+ The above copyright notice and this permission notice shall be
2400
+ included in all copies or substantial portions of the Software.
2401
+
2402
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2403
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2404
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2405
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2406
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2407
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2408
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2409
+ ```
2410
+
2411
+ ### serve-static 2.2.1
2412
+
2413
+ Licence: MIT
2414
+ Copyright (c) 2010 Sencha Inc.
2415
+ Source: expressjs/serve-static
2416
+
2417
+ ```text
2418
+ (The MIT License)
2419
+
2420
+ Copyright (c) 2010 Sencha Inc.
2421
+ Copyright (c) 2011 LearnBoost
2422
+ Copyright (c) 2011 TJ Holowaychuk
2423
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
2424
+
2425
+ Permission is hereby granted, free of charge, to any person obtaining
2426
+ a copy of this software and associated documentation files (the
2427
+ 'Software'), to deal in the Software without restriction, including
2428
+ without limitation the rights to use, copy, modify, merge, publish,
2429
+ distribute, sublicense, and/or sell copies of the Software, and to
2430
+ permit persons to whom the Software is furnished to do so, subject to
2431
+ the following conditions:
2432
+
2433
+ The above copyright notice and this permission notice shall be
2434
+ included in all copies or substantial portions of the Software.
2435
+
2436
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2437
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2438
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2439
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2440
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2441
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2442
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2443
+ ```
2444
+
2445
+ ### setprototypeof 1.2.0
2446
+
2447
+ Licence: ISC
2448
+ Copyright (c) 2015, Wes Todd
2449
+ Source: https://github.com/wesleytodd/setprototypeof.git
2450
+
2451
+ ```text
2452
+ Copyright (c) 2015, Wes Todd
2453
+
2454
+ Permission to use, copy, modify, and/or distribute this software for any
2455
+ purpose with or without fee is hereby granted, provided that the above
2456
+ copyright notice and this permission notice appear in all copies.
2457
+
2458
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2459
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2460
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
2461
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2462
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
2463
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
2464
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2465
+ ```
2466
+
2467
+ ### shebang-command 2.0.0
2468
+
2469
+ Licence: MIT
2470
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
2471
+ Source: kevva/shebang-command
2472
+
2473
+ ```text
2474
+ MIT License
2475
+
2476
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
2477
+
2478
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2479
+
2480
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2481
+
2482
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2483
+ ```
2484
+
2485
+ ### shebang-regex 3.0.0
2486
+
2487
+ Licence: MIT
2488
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2489
+ Source: sindresorhus/shebang-regex
2490
+
2491
+ ```text
2492
+ MIT License
2493
+
2494
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2495
+
2496
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2497
+
2498
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2499
+
2500
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2501
+ ```
2502
+
2503
+ ### side-channel 1.1.1
2504
+
2505
+ Licence: MIT
2506
+ Copyright (c) 2019 Jordan Harband
2507
+ Source: git+https://github.com/ljharb/side-channel.git
2508
+
2509
+ ```text
2510
+ MIT License
2511
+
2512
+ Copyright (c) 2019 Jordan Harband
2513
+
2514
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2515
+ of this software and associated documentation files (the "Software"), to deal
2516
+ in the Software without restriction, including without limitation the rights
2517
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2518
+ copies of the Software, and to permit persons to whom the Software is
2519
+ furnished to do so, subject to the following conditions:
2520
+
2521
+ The above copyright notice and this permission notice shall be included in all
2522
+ copies or substantial portions of the Software.
2523
+
2524
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2525
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2526
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2527
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2528
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2529
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2530
+ SOFTWARE.
2531
+ ```
2532
+
2533
+ ### side-channel-list 1.0.1
2534
+
2535
+ Licence: MIT
2536
+ Copyright (c) 2024 Jordan Harband
2537
+ Source: git+https://github.com/ljharb/side-channel-list.git
2538
+
2539
+ ```text
2540
+ MIT License
2541
+
2542
+ Copyright (c) 2024 Jordan Harband
2543
+
2544
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2545
+ of this software and associated documentation files (the "Software"), to deal
2546
+ in the Software without restriction, including without limitation the rights
2547
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2548
+ copies of the Software, and to permit persons to whom the Software is
2549
+ furnished to do so, subject to the following conditions:
2550
+
2551
+ The above copyright notice and this permission notice shall be included in all
2552
+ copies or substantial portions of the Software.
2553
+
2554
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2555
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2556
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2557
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2558
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2559
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2560
+ SOFTWARE.
2561
+ ```
2562
+
2563
+ ### side-channel-map 1.0.1
2564
+
2565
+ Licence: MIT
2566
+ Copyright (c) 2024 Jordan Harband
2567
+ Source: git+https://github.com/ljharb/side-channel-map.git
2568
+
2569
+ ```text
2570
+ MIT License
2571
+
2572
+ Copyright (c) 2024 Jordan Harband
2573
+
2574
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2575
+ of this software and associated documentation files (the "Software"), to deal
2576
+ in the Software without restriction, including without limitation the rights
2577
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2578
+ copies of the Software, and to permit persons to whom the Software is
2579
+ furnished to do so, subject to the following conditions:
2580
+
2581
+ The above copyright notice and this permission notice shall be included in all
2582
+ copies or substantial portions of the Software.
2583
+
2584
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2585
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2586
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2587
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2588
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2589
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2590
+ SOFTWARE.
2591
+ ```
2592
+
2593
+ ### side-channel-weakmap 1.0.2
2594
+
2595
+ Licence: MIT
2596
+ Copyright (c) 2019 Jordan Harband
2597
+ Source: git+https://github.com/ljharb/side-channel-weakmap.git
2598
+
2599
+ ```text
2600
+ MIT License
2601
+
2602
+ Copyright (c) 2019 Jordan Harband
2603
+
2604
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2605
+ of this software and associated documentation files (the "Software"), to deal
2606
+ in the Software without restriction, including without limitation the rights
2607
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2608
+ copies of the Software, and to permit persons to whom the Software is
2609
+ furnished to do so, subject to the following conditions:
2610
+
2611
+ The above copyright notice and this permission notice shall be included in all
2612
+ copies or substantial portions of the Software.
2613
+
2614
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2615
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2616
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2617
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2618
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2619
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2620
+ SOFTWARE.
2621
+ ```
2622
+
2623
+ ### statuses 2.0.2
2624
+
2625
+ Licence: MIT
2626
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2627
+ Source: jshttp/statuses
2628
+
2629
+ ```text
2630
+ The MIT License (MIT)
2631
+
2632
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2633
+ Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
2634
+
2635
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2636
+ of this software and associated documentation files (the "Software"), to deal
2637
+ in the Software without restriction, including without limitation the rights
2638
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2639
+ copies of the Software, and to permit persons to whom the Software is
2640
+ furnished to do so, subject to the following conditions:
2641
+
2642
+ The above copyright notice and this permission notice shall be included in
2643
+ all copies or substantial portions of the Software.
2644
+
2645
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2646
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2647
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2648
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2649
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2650
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2651
+ THE SOFTWARE.
2652
+ ```
2653
+
2654
+ ### toidentifier 1.0.1
2655
+
2656
+ Licence: MIT
2657
+ Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
2658
+ Source: component/toidentifier
2659
+
2660
+ ```text
2661
+ MIT License
2662
+
2663
+ Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
2664
+
2665
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2666
+ of this software and associated documentation files (the "Software"), to deal
2667
+ in the Software without restriction, including without limitation the rights
2668
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2669
+ copies of the Software, and to permit persons to whom the Software is
2670
+ furnished to do so, subject to the following conditions:
2671
+
2672
+ The above copyright notice and this permission notice shall be included in all
2673
+ copies or substantial portions of the Software.
2674
+
2675
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2676
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2677
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2678
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2679
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2680
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2681
+ SOFTWARE.
2682
+ ```
2683
+
2684
+ ### type-is 2.1.0
2685
+
2686
+ Licence: MIT
2687
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2688
+ Source: jshttp/type-is
2689
+
2690
+ ```text
2691
+ (The MIT License)
2692
+
2693
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2694
+ Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2695
+
2696
+ Permission is hereby granted, free of charge, to any person obtaining
2697
+ a copy of this software and associated documentation files (the
2698
+ 'Software'), to deal in the Software without restriction, including
2699
+ without limitation the rights to use, copy, modify, merge, publish,
2700
+ distribute, sublicense, and/or sell copies of the Software, and to
2701
+ permit persons to whom the Software is furnished to do so, subject to
2702
+ the following conditions:
2703
+
2704
+ The above copyright notice and this permission notice shall be
2705
+ included in all copies or substantial portions of the Software.
2706
+
2707
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2708
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2709
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2710
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2711
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2712
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2713
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2714
+ ```
2715
+
2716
+ ### unpipe 1.0.0
2717
+
2718
+ Licence: MIT
2719
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2720
+ Source: stream-utils/unpipe
2721
+
2722
+ ```text
2723
+ (The MIT License)
2724
+
2725
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2726
+
2727
+ Permission is hereby granted, free of charge, to any person obtaining
2728
+ a copy of this software and associated documentation files (the
2729
+ 'Software'), to deal in the Software without restriction, including
2730
+ without limitation the rights to use, copy, modify, merge, publish,
2731
+ distribute, sublicense, and/or sell copies of the Software, and to
2732
+ permit persons to whom the Software is furnished to do so, subject to
2733
+ the following conditions:
2734
+
2735
+ The above copyright notice and this permission notice shall be
2736
+ included in all copies or substantial portions of the Software.
2737
+
2738
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2739
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2740
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2741
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2742
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2743
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2744
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2745
+ ```
2746
+
2747
+ ### vary 1.1.2
2748
+
2749
+ Licence: MIT
2750
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
2751
+ Source: jshttp/vary
2752
+
2753
+ ```text
2754
+ (The MIT License)
2755
+
2756
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
2757
+
2758
+ Permission is hereby granted, free of charge, to any person obtaining
2759
+ a copy of this software and associated documentation files (the
2760
+ 'Software'), to deal in the Software without restriction, including
2761
+ without limitation the rights to use, copy, modify, merge, publish,
2762
+ distribute, sublicense, and/or sell copies of the Software, and to
2763
+ permit persons to whom the Software is furnished to do so, subject to
2764
+ the following conditions:
2765
+
2766
+ The above copyright notice and this permission notice shall be
2767
+ included in all copies or substantial portions of the Software.
2768
+
2769
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2770
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2771
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2772
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2773
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2774
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2775
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2776
+ ```
2777
+
2778
+ ### which 2.0.2
2779
+
2780
+ Licence: ISC
2781
+ Copyright (c) Isaac Z. Schlueter and Contributors
2782
+ Source: git://github.com/isaacs/node-which.git
2783
+
2784
+ ```text
2785
+ The ISC License
2786
+
2787
+ Copyright (c) Isaac Z. Schlueter and Contributors
2788
+
2789
+ Permission to use, copy, modify, and/or distribute this software for any
2790
+ purpose with or without fee is hereby granted, provided that the above
2791
+ copyright notice and this permission notice appear in all copies.
2792
+
2793
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2794
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2795
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2796
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2797
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2798
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2799
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2800
+ ```
2801
+
2802
+ ### wrappy 1.0.2
2803
+
2804
+ Licence: ISC
2805
+ Copyright (c) Isaac Z. Schlueter and Contributors
2806
+ Source: https://github.com/npm/wrappy
2807
+
2808
+ ```text
2809
+ The ISC License
2810
+
2811
+ Copyright (c) Isaac Z. Schlueter and Contributors
2812
+
2813
+ Permission to use, copy, modify, and/or distribute this software for any
2814
+ purpose with or without fee is hereby granted, provided that the above
2815
+ copyright notice and this permission notice appear in all copies.
2816
+
2817
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2818
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2819
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2820
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2821
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2822
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2823
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2824
+ ```
2825
+
2826
+ ### zod 4.5.4
2827
+
2828
+ Licence: MIT
2829
+ Copyright (c) 2025 Colin McDonnell
2830
+ Source: git+https://github.com/colinhacks/zod.git
2831
+
2832
+ ```text
2833
+ MIT License
2834
+
2835
+ Copyright (c) 2025 Colin McDonnell
2836
+
2837
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2838
+ of this software and associated documentation files (the "Software"), to deal
2839
+ in the Software without restriction, including without limitation the rights
2840
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2841
+ copies of the Software, and to permit persons to whom the Software is
2842
+ furnished to do so, subject to the following conditions:
2843
+
2844
+ The above copyright notice and this permission notice shall be included in all
2845
+ copies or substantial portions of the Software.
2846
+
2847
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2848
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2849
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2850
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2851
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2852
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2853
+ SOFTWARE.
2854
+ ```
2855
+
2856
+ ### zod-to-json-schema 3.25.2
2857
+
2858
+ Licence: ISC
2859
+ Copyright (c) 2020, Stefan Terdell
2860
+ Source: https://github.com/StefanTerdell/zod-to-json-schema
2861
+
2862
+ ```text
2863
+ ISC License
2864
+
2865
+ Copyright (c) 2020, Stefan Terdell
2866
+
2867
+ Permission to use, copy, modify, and/or distribute this software for any
2868
+ purpose with or without fee is hereby granted, provided that the above
2869
+ copyright notice and this permission notice appear in all copies.
2870
+
2871
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2872
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2873
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2874
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2875
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2876
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2877
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2878
+ ```