@magnusekdahl/parallix 1.3.3 → 1.5.125

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 (227) hide show
  1. package/NOTICES +1423 -0
  2. package/README.md +76 -103
  3. package/build/asset-manifest.json +129 -0
  4. package/{config → build/config}/agents.json +4 -8
  5. package/build/manifest.sha256 +40 -0
  6. package/build/migrations/0001-initial-schema.sql +91 -0
  7. package/build/migrations/0002-import-history.sql +16 -0
  8. package/build/migrations/0003-board-lane-events.sql +72 -0
  9. package/build/migrations/0004-mission-aggregate.sql +151 -0
  10. package/build/migrations/0005-mission-external-task-ref.sql +18 -0
  11. package/build/migrations/0005-repository-scoped-session-markers.sql +47 -0
  12. package/build/migrations/0006-session-markers.sql +35 -0
  13. package/build/migrations/0007-usage-statistics-identity.sql +60 -0
  14. package/build/migrations/0008-review-workflow-state.sql +61 -0
  15. package/build/migrations/0009-review-gate-retries.sql +16 -0
  16. package/build/migrations/0010-review-events-and-implementer-response.sql +64 -0
  17. package/build/migrations/0011-board-lane-events-repository-id.sql +89 -0
  18. package/build/migrations/0012-review-hook-retries.sql +11 -0
  19. package/build/migrations/0013-usage-statistics-thoughts-tokens.sql +11 -0
  20. package/build/migrations/0014-remove-usage-closed.sql +33 -0
  21. package/build/migrations/0015-current-work-latest-per-mission.sql +5 -0
  22. package/build/migrations/0016-review-drop-retry-counters.sql +21 -0
  23. package/build/migrations/0017-retire-mission-import-provenance.sql +5 -0
  24. package/build/migrations/0018-adhoc-mission-counter.sql +19 -0
  25. package/build/migrations/0019-custom-agent-leases.sql +12 -0
  26. package/build/package.json +5 -0
  27. package/{prompts/act-on-review.md → build/prompts/act-on-review-core.md} +6 -4
  28. package/build/prompts/act-on-review.md +1 -0
  29. package/{prompts/draft.md → build/prompts/draft-core.md} +8 -1
  30. package/build/prompts/execute-core.md +37 -0
  31. package/build/prompts/execute.md +0 -0
  32. package/build/prompts/review-core.md +71 -0
  33. package/build/prompts/review.md +0 -0
  34. package/build/px.mjs +1226 -0
  35. package/build/px.mjs.map +7 -0
  36. package/build/sbom.json +2155 -0
  37. package/build/templates/mission-scaffold.md +61 -0
  38. package/build/web/assets/index-B8Hv3ORh.js +9 -0
  39. package/build/web/assets/index-DYY4ROtr.css +1 -0
  40. package/build/web/index.html +13 -0
  41. package/build/web/manifest.json +20 -0
  42. package/package.json +56 -29
  43. package/CHANGELOG.md +0 -140
  44. package/config/agents.local.json.template +0 -8
  45. package/config/integration-pipelines.json +0 -14
  46. package/config/state-map.json.template +0 -31
  47. package/config/workflow.config.schema.json +0 -110
  48. package/docs/adr/0031-ai-agent-instruction-boundary-and-command-floor.md +0 -114
  49. package/docs/adr/0032-mission-refinement-state-and-usage-budget-signals.md +0 -137
  50. package/docs/adr/0034-module-and-skill-invocation-model.md +0 -202
  51. package/docs/adr/0036-mission-sizing-and-dependency-wave-heuristics.md +0 -81
  52. package/docs/adr/0037-ai-workflow-coordination-architecture.md +0 -162
  53. package/docs/adr/0041-integration-pipeline-gates.md +0 -165
  54. package/docs/adr/0042-workflow-cli-color-rendering-approach.md +0 -106
  55. package/docs/adr/0043-git-target-resolution-strategy.md +0 -185
  56. package/docs/adr/0044-workflow-distribution-model.md +0 -277
  57. package/docs/adr/0045-parallax-branch-model.md +0 -182
  58. package/docs/adr/0046-npm-publish-process-and-security.md +0 -138
  59. package/docs/adr/0047-per-mission-change-size-budget.md +0 -161
  60. package/docs/adr/0048-fail-closed-harness-defense-against-agent-hallucinations.md +0 -161
  61. package/docs/adr/index.md +0 -23
  62. package/docs/agents.md +0 -212
  63. package/docs/authority-reference.md +0 -328
  64. package/docs/doc-standards.md +0 -89
  65. package/docs/forgejo-setup.md +0 -55
  66. package/docs/migration/extraction.md +0 -61
  67. package/docs/migration/task-classification.md +0 -36
  68. package/docs/operator-setup.md +0 -76
  69. package/docs/readme-rewrite-benchmark.md +0 -188
  70. package/docs/use-cases.md +0 -149
  71. package/examples/README.md +0 -62
  72. package/examples/run-enterprise-tarball-workflow-smoke.sh +0 -257
  73. package/examples/run-verify-env-smoke.sh +0 -40
  74. package/index.js +0 -262
  75. package/lib/README.md +0 -13
  76. package/lib/agents/agents.js +0 -863
  77. package/lib/agents/agents.ts +0 -967
  78. package/lib/agents/claude-telemetry.js +0 -232
  79. package/lib/agents/claude-telemetry.ts +0 -233
  80. package/lib/agents/claude.js +0 -152
  81. package/lib/agents/claude.ts +0 -158
  82. package/lib/agents/codex-telemetry.js +0 -227
  83. package/lib/agents/codex-telemetry.ts +0 -205
  84. package/lib/agents/codex.js +0 -213
  85. package/lib/agents/codex.ts +0 -238
  86. package/lib/agents/limit-hit.js +0 -259
  87. package/lib/agents/limit-hit.ts +0 -262
  88. package/lib/agents/mistral-telemetry.js +0 -140
  89. package/lib/agents/mistral-telemetry.ts +0 -159
  90. package/lib/agents/mistral.js +0 -60
  91. package/lib/agents/mistral.ts +0 -84
  92. package/lib/agents/opencode-export.js +0 -158
  93. package/lib/agents/opencode-export.ts +0 -160
  94. package/lib/agents/opencode-telemetry.js +0 -372
  95. package/lib/agents/opencode-telemetry.ts +0 -350
  96. package/lib/agents/opencode.js +0 -355
  97. package/lib/agents/opencode.ts +0 -372
  98. package/lib/agents/stage-telemetry.js +0 -41
  99. package/lib/agents/stage-telemetry.ts +0 -47
  100. package/lib/commands/active.js +0 -612
  101. package/lib/commands/active.ts +0 -670
  102. package/lib/commands/checkpoint.js +0 -102
  103. package/lib/commands/checkpoint.ts +0 -79
  104. package/lib/commands/config.js +0 -76
  105. package/lib/commands/config.ts +0 -52
  106. package/lib/commands/coverage-gate.js +0 -408
  107. package/lib/commands/coverage-gate.ts +0 -367
  108. package/lib/commands/diff.js +0 -151
  109. package/lib/commands/diff.ts +0 -130
  110. package/lib/commands/draft.js +0 -920
  111. package/lib/commands/draft.ts +0 -1026
  112. package/lib/commands/handoff.js +0 -680
  113. package/lib/commands/handoff.ts +0 -699
  114. package/lib/commands/integrate.js +0 -1612
  115. package/lib/commands/integrate.ts +0 -1724
  116. package/lib/commands/mission-start.js +0 -313
  117. package/lib/commands/mission-start.ts +0 -268
  118. package/lib/commands/rebase.js +0 -667
  119. package/lib/commands/rebase.ts +0 -639
  120. package/lib/commands/repair-handoff.js +0 -242
  121. package/lib/commands/repair-handoff.ts +0 -233
  122. package/lib/commands/resolve-conflict.js +0 -137
  123. package/lib/commands/resolve-conflict.ts +0 -117
  124. package/lib/commands/review.js +0 -18
  125. package/lib/commands/review.ts +0 -19
  126. package/lib/commands/setup-review.js +0 -18
  127. package/lib/commands/setup-review.ts +0 -19
  128. package/lib/commands/setup.js +0 -9
  129. package/lib/commands/setup.ts +0 -7
  130. package/lib/commands/stats-backfill.js +0 -448
  131. package/lib/commands/stats-backfill.ts +0 -423
  132. package/lib/commands/stats.js +0 -1989
  133. package/lib/commands/stats.ts +0 -2191
  134. package/lib/commands/status.js +0 -246
  135. package/lib/commands/status.ts +0 -224
  136. package/lib/commands/verify.js +0 -12
  137. package/lib/commands/verify.ts +0 -7
  138. package/lib/core/fmt.js +0 -178
  139. package/lib/core/fmt.ts +0 -189
  140. package/lib/core/git.js +0 -140
  141. package/lib/core/git.ts +0 -146
  142. package/lib/core/gitignore.js +0 -73
  143. package/lib/core/gitignore.ts +0 -108
  144. package/lib/core/mission-utils.js +0 -1058
  145. package/lib/core/mission-utils.ts +0 -998
  146. package/lib/core/nels.js +0 -184
  147. package/lib/core/nels.ts +0 -189
  148. package/lib/core/persistent-data-migration.js +0 -285
  149. package/lib/core/persistent-data-migration.ts +0 -257
  150. package/lib/core/product-config.js +0 -460
  151. package/lib/core/product-config.ts +0 -518
  152. package/lib/core/runtime-matrix.js +0 -49
  153. package/lib/core/runtime-matrix.ts +0 -84
  154. package/lib/core/spawn-tee.js +0 -160
  155. package/lib/core/spawn-tee.ts +0 -202
  156. package/lib/core/state-map.js +0 -108
  157. package/lib/core/state-map.ts +0 -115
  158. package/lib/core/storage.js +0 -151
  159. package/lib/core/storage.ts +0 -182
  160. package/lib/core/subagent-limit.js +0 -27
  161. package/lib/core/subagent-limit.ts +0 -25
  162. package/lib/core/verification.js +0 -176
  163. package/lib/core/verification.ts +0 -200
  164. package/lib/index.js +0 -160
  165. package/lib/index.ts +0 -134
  166. package/lib/review/rebase.js +0 -168
  167. package/lib/review/rebase.ts +0 -188
  168. package/lib/review/review-adapter.js +0 -234
  169. package/lib/review/review-adapter.ts +0 -198
  170. package/lib/review/review-artifacts.js +0 -542
  171. package/lib/review/review-artifacts.ts +0 -622
  172. package/lib/review/review-commands.js +0 -1318
  173. package/lib/review/review-commands.ts +0 -1579
  174. package/lib/review/review-events.js +0 -716
  175. package/lib/review/review-events.ts +0 -954
  176. package/lib/review/review-loop.js +0 -1042
  177. package/lib/review/review-loop.ts +0 -1177
  178. package/lib/review/review-polling.js +0 -132
  179. package/lib/review/review-polling.ts +0 -194
  180. package/lib/review/review-prompts.js +0 -208
  181. package/lib/review/review-prompts.ts +0 -182
  182. package/lib/review/review-state.js +0 -325
  183. package/lib/review/review-state.ts +0 -353
  184. package/lib/review/review.js +0 -126
  185. package/lib/review/review.ts +0 -143
  186. package/lib/tools/backlog.js +0 -848
  187. package/lib/tools/backlog.ts +0 -835
  188. package/lib/tools/forgejo.js +0 -1659
  189. package/lib/tools/forgejo.ts +0 -1793
  190. package/lib/tools/gatekeeper.js +0 -134
  191. package/lib/tools/gatekeeper.ts +0 -124
  192. package/lib/tools/redgreen.js +0 -239
  193. package/lib/tools/redgreen.ts +0 -221
  194. package/lib/tools/sessions.js +0 -87
  195. package/lib/tools/sessions.ts +0 -81
  196. package/lib/tools/setup-review.js +0 -1083
  197. package/lib/tools/setup-review.ts +0 -1152
  198. package/prompts/act-on-review-verbose.md +0 -20
  199. package/prompts/execute.md +0 -24
  200. package/prompts/portfolio.md +0 -30
  201. package/prompts/review-verbose.md +0 -36
  202. package/prompts/review.md +0 -50
  203. package/px.js +0 -268
  204. package/templates/AGENTS-snippet.md +0 -14
  205. package/templates/AGENTS.md.template +0 -34
  206. package/templates/CLAUDE.md.template +0 -27
  207. package/templates/CODEX.md.template +0 -38
  208. package/templates/MISTRAL.md.template +0 -24
  209. package/templates/claude-commands/act-on-review.md +0 -3
  210. package/templates/claude-commands/area-review.md +0 -3
  211. package/templates/claude-commands/draft.md +0 -6
  212. package/templates/claude-commands/execute.md +0 -6
  213. package/templates/claude-commands/integrate.md +0 -4
  214. package/templates/claude-commands/portfolio.md +0 -5
  215. package/templates/claude-commands/review.md +0 -4
  216. package/templates/codex/config.toml +0 -6
  217. package/templates/mission-scaffold.md +0 -39
  218. package/templates/vibe/skills/act-on-review/SKILL.md +0 -16
  219. package/templates/vibe/skills/area-review/SKILL.md +0 -16
  220. package/templates/vibe/skills/draft/SKILL.md +0 -16
  221. package/templates/vibe/skills/execute/SKILL.md +0 -16
  222. package/templates/vibe/skills/integrate/SKILL.md +0 -16
  223. package/templates/vibe/skills/portfolio/SKILL.md +0 -21
  224. package/templates/vibe/skills/review/SKILL.md +0 -16
  225. package/tools/setup-forgejo-docker.sh +0 -87
  226. /package/{config → build/config}/state-map.json +0 -0
  227. /package/{data/.gitkeep → build/prompts/draft.md} +0 -0
package/NOTICES ADDED
@@ -0,0 +1,1423 @@
1
+ THIRD-PARTY NOTICES for @magnusekdahl/parallix 1.5.125
2
+
3
+ @magnusekdahl/parallix itself is licensed under AGPL-3.0-or-later; see LICENSE.
4
+
5
+ The published package is a single bundled ESM payload (build/px.mjs). The
6
+ third-party packages listed below are statically inlined into that payload by
7
+ the build, so their notices are reproduced here. This file is generated by
8
+ scripts/release-metadata.ts from package-lock.json; do not edit it by hand.
9
+
10
+ Bundled third-party packages: 82
11
+
12
+ ==============================================================================
13
+ INDEX
14
+ ==============================================================================
15
+
16
+ @alcalzone/ansi-tokenize@0.2.5 — MIT
17
+ @fastify/ajv-compiler@4.0.6 — MIT — https://github.com/fastify/ajv-compiler#readme
18
+ @fastify/error@4.2.0 — MIT — https://github.com/fastify/fastify-error#readme
19
+ @fastify/fast-json-stringify-compiler@5.1.0 — MIT — https://github.com/fastify/fast-json-stringify-compiler#readme
20
+ @fastify/forwarded@3.0.2 — MIT — https://github.com/fastify/forwarded#readme
21
+ @fastify/merge-json-schemas@0.2.1 — MIT — https://github.com/fastify/merge-json-schemas#readme
22
+ @fastify/proxy-addr@5.1.0 — MIT — https://github.com/fastify/proxy-addr#readme
23
+ @pinojs/redact@0.4.0 — MIT — https://github.com/pinojs/redact#readme
24
+ abstract-logging@2.0.1 — MIT — https://github.com/jsumners/abstract-logging#readme
25
+ ajv@8.20.0 — MIT — https://ajv.js.org
26
+ ajv-formats@3.0.1 — MIT — https://github.com/ajv-validator/ajv-formats#readme
27
+ ansi-escapes@7.3.0 — MIT — sindresorhus/ansi-escapes
28
+ ansi-regex@6.2.2 — MIT — chalk/ansi-regex
29
+ ansi-styles@6.2.3 — MIT — chalk/ansi-styles
30
+ atomic-sleep@1.0.0 — MIT — https://github.com/davidmarkclements/atomic-sleep#readme
31
+ auto-bind@5.0.1 — MIT — sindresorhus/auto-bind
32
+ avvio@9.3.0 — MIT — https://github.com/fastify/avvio#readme
33
+ chalk@5.6.2 — MIT — chalk/chalk
34
+ cli-boxes@3.0.0 — MIT — sindresorhus/cli-boxes
35
+ cli-cursor@4.0.0 — MIT — sindresorhus/cli-cursor
36
+ cli-truncate@5.2.0 — MIT — sindresorhus/cli-truncate
37
+ code-excerpt@4.0.0 — MIT — vadimdemedes/code-excerpt
38
+ convert-to-spaces@2.0.1 — MIT — vadimdemedes/convert-to-spaces
39
+ cookie@1.1.1 — MIT — jshttp/cookie
40
+ dequal@2.0.3 — MIT — lukeed/dequal
41
+ emoji-regex@10.6.0 — MIT — https://mths.be/emoji-regex
42
+ environment@1.1.0 — MIT — sindresorhus/environment
43
+ es-toolkit@1.49.0 — MIT — https://es-toolkit.dev
44
+ escape-string-regexp@2.0.0 — MIT — sindresorhus/escape-string-regexp
45
+ fast-decode-uri-component@1.0.1 — MIT — https://github.com/delvedor/fast-decode-uri-component#readme
46
+ fast-deep-equal@3.1.3 — MIT — https://github.com/epoberezkin/fast-deep-equal#readme
47
+ fast-json-stringify@7.0.1 — MIT — https://github.com/fastify/fast-json-stringify#readme
48
+ fast-querystring@1.1.2 — MIT — git+https://github.com/anonrig/fast-querystring.git
49
+ fast-uri@3.1.6 — BSD-3-Clause — https://github.com/fastify/fast-uri
50
+ fast-uri@4.1.3 — BSD-3-Clause — https://github.com/fastify/fast-uri
51
+ fastify@5.12.1 — MIT — https://fastify.dev/
52
+ fastq@1.20.2 — ISC — https://github.com/mcollina/fastq#readme
53
+ find-my-way@9.9.0 — MIT — https://github.com/delvedor/find-my-way#readme
54
+ get-east-asian-width@1.6.0 — MIT — sindresorhus/get-east-asian-width
55
+ indent-string@5.0.0 — MIT — sindresorhus/indent-string
56
+ ink@6.8.0 — MIT — vadimdemedes/ink
57
+ ipaddr.js@2.5.0 — MIT — git+https://github.com/whitequark/ipaddr.js.git
58
+ is-fullwidth-code-point@5.1.0 — MIT — sindresorhus/is-fullwidth-code-point
59
+ is-in-ci@2.0.0 — MIT — sindresorhus/is-in-ci
60
+ json-schema-ref-resolver@3.0.0 — MIT — https://github.com/fastify/json-schema-ref-resolver#readme
61
+ json-schema-traverse@1.0.0 — MIT — https://github.com/epoberezkin/json-schema-traverse#readme
62
+ light-my-request@6.6.0 — BSD-3-Clause — https://github.com/fastify/light-my-request#readme
63
+ mimic-fn@2.1.0 — MIT — sindresorhus/mimic-fn
64
+ on-exit-leak-free@2.1.2 — MIT — https://github.com/mcollina/on-exit-or-gc#readme
65
+ onetime@5.1.2 — MIT — sindresorhus/onetime
66
+ patch-console@2.0.0 — MIT — vadimdemedes/patch-console
67
+ pino@10.3.1 — MIT — https://getpino.io
68
+ pino-std-serializers@7.1.0 — MIT — https://github.com/pinojs/pino-std-serializers#readme
69
+ process-warning@4.0.1 — MIT — https://github.com/fastify/fastify-warning#readme
70
+ process-warning@5.1.0 — MIT — https://github.com/fastify/fastify-warning#readme
71
+ quick-format-unescaped@4.0.4 — MIT — https://github.com/davidmarkclements/quick-format#readme
72
+ react@19.2.8 — MIT — https://react.dev/
73
+ react-reconciler@0.33.0 — MIT — https://react.dev/
74
+ restore-cursor@4.0.0 — MIT — sindresorhus/restore-cursor
75
+ ret@0.5.0 — MIT — git://github.com/fent/ret.js.git
76
+ reusify@1.1.0 — MIT — https://github.com/mcollina/reusify#readme
77
+ rfdc@1.4.1 — MIT — https://github.com/davidmarkclements/rfdc#readme
78
+ safe-regex2@5.1.1 — MIT — https://github.com/fastify/safe-regex2
79
+ safe-stable-stringify@2.5.0 — MIT — https://github.com/BridgeAR/safe-stable-stringify#readme
80
+ scheduler@0.27.0 — MIT — https://react.dev/
81
+ secure-json-parse@4.1.0 — BSD-3-Clause — https://github.com/fastify/secure-json-parse#readme
82
+ semver@7.7.4 — ISC — git+https://github.com/npm/node-semver.git
83
+ set-cookie-parser@2.7.2 — MIT — https://github.com/nfriedly/set-cookie-parser
84
+ signal-exit@3.0.7 — ISC — https://github.com/tapjs/signal-exit
85
+ slice-ansi@8.0.0 — MIT — chalk/slice-ansi
86
+ sonic-boom@4.2.1 — MIT — https://github.com/pinojs/sonic-boom#readme
87
+ stack-utils@2.0.6 — MIT — tapjs/stack-utils
88
+ string-width@7.2.0 — MIT — sindresorhus/string-width
89
+ string-width@8.2.2 — MIT — sindresorhus/string-width
90
+ strip-ansi@7.2.0 — MIT — chalk/strip-ansi
91
+ terminal-size@4.0.1 — MIT — sindresorhus/terminal-size
92
+ thread-stream@4.2.0 — MIT — https://github.com/mcollina/thread-stream#readme
93
+ toad-cache@3.7.4 — MIT — https://github.com/kibertoad/toad-cache
94
+ widest-line@6.0.0 — MIT — sindresorhus/widest-line
95
+ wrap-ansi@9.0.2 — MIT — chalk/wrap-ansi
96
+ ws@8.21.1 — MIT — https://github.com/websockets/ws
97
+ yoga-layout@3.2.1 — MIT — https://yogalayout.dev/
98
+
99
+ ==============================================================================
100
+ LICENSE TEXTS
101
+ ==============================================================================
102
+
103
+ ------------------------------------------------------------------------------
104
+ @alcalzone/ansi-tokenize@0.2.5 (MIT)
105
+ ------------------------------------------------------------------------------
106
+
107
+ MIT License
108
+
109
+ Copyright (c) 2020-2026 AlCalzone
110
+
111
+ Permission is hereby granted, free of charge, to any person obtaining a copy
112
+ of this software and associated documentation files (the "Software"), to deal
113
+ in the Software without restriction, including without limitation the rights
114
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
115
+ copies of the Software, and to permit persons to whom the Software is
116
+ furnished to do so, subject to the following conditions:
117
+
118
+ The above copyright notice and this permission notice shall be included in all
119
+ copies or substantial portions of the Software.
120
+
121
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
122
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
123
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
124
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
125
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
126
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
127
+ SOFTWARE.
128
+
129
+ ------------------------------------------------------------------------------
130
+ @fastify/ajv-compiler@4.0.6 (MIT)
131
+ @fastify/fast-json-stringify-compiler@5.1.0 (MIT)
132
+ ------------------------------------------------------------------------------
133
+
134
+ MIT License
135
+
136
+ Copyright (c) 2022-present The Fastify team <https://github.com/fastify/fastify#team>
137
+
138
+ Permission is hereby granted, free of charge, to any person obtaining a copy
139
+ of this software and associated documentation files (the "Software"), to deal
140
+ in the Software without restriction, including without limitation the rights
141
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
142
+ copies of the Software, and to permit persons to whom the Software is
143
+ furnished to do so, subject to the following conditions:
144
+
145
+ The above copyright notice and this permission notice shall be included in all
146
+ copies or substantial portions of the Software.
147
+
148
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
149
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
150
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
151
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
152
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
153
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
154
+ SOFTWARE.
155
+
156
+ ------------------------------------------------------------------------------
157
+ @fastify/error@4.2.0 (MIT)
158
+ ------------------------------------------------------------------------------
159
+
160
+ MIT License
161
+
162
+ Copyright (c) 2020 Fastify
163
+
164
+ Permission is hereby granted, free of charge, to any person obtaining a copy
165
+ of this software and associated documentation files (the "Software"), to deal
166
+ in the Software without restriction, including without limitation the rights
167
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
168
+ copies of the Software, and to permit persons to whom the Software is
169
+ furnished to do so, subject to the following conditions:
170
+
171
+ The above copyright notice and this permission notice shall be included in all
172
+ copies or substantial portions of the Software.
173
+
174
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
175
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
176
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
177
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
178
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
179
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
180
+ SOFTWARE.
181
+
182
+ ------------------------------------------------------------------------------
183
+ @fastify/forwarded@3.0.2 (MIT)
184
+ ------------------------------------------------------------------------------
185
+
186
+ MIT License
187
+
188
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
189
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
190
+
191
+ Permission is hereby granted, free of charge, to any person obtaining a copy
192
+ of this software and associated documentation files (the "Software"), to deal
193
+ in the Software without restriction, including without limitation the rights
194
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
195
+ copies of the Software, and to permit persons to whom the Software is
196
+ furnished to do so, subject to the following conditions:
197
+
198
+ The above copyright notice and this permission notice shall be included in all
199
+ copies or substantial portions of the Software.
200
+
201
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
202
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
203
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
204
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
205
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
206
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
207
+ SOFTWARE.
208
+
209
+ ------------------------------------------------------------------------------
210
+ @fastify/merge-json-schemas@0.2.1 (MIT)
211
+ ------------------------------------------------------------------------------
212
+
213
+ MIT License
214
+
215
+ Copyright (c) 2024 Fastify
216
+
217
+ Permission is hereby granted, free of charge, to any person obtaining a copy
218
+ of this software and associated documentation files (the "Software"), to deal
219
+ in the Software without restriction, including without limitation the rights
220
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
221
+ copies of the Software, and to permit persons to whom the Software is
222
+ furnished to do so, subject to the following conditions:
223
+
224
+ The above copyright notice and this permission notice shall be included in all
225
+ copies or substantial portions of the Software.
226
+
227
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
228
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
229
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
230
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
231
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
232
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
233
+ SOFTWARE.
234
+
235
+ ------------------------------------------------------------------------------
236
+ @fastify/proxy-addr@5.1.0 (MIT)
237
+ ------------------------------------------------------------------------------
238
+
239
+ MIT License
240
+
241
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
242
+ Copyright (c) 2021-present The Fastify team
243
+
244
+ The Fastify team members are listed at https://github.com/fastify/fastify#team.
245
+
246
+ Permission is hereby granted, free of charge, to any person obtaining a copy
247
+ of this software and associated documentation files (the "Software"), to deal
248
+ in the Software without restriction, including without limitation the rights
249
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
250
+ copies of the Software, and to permit persons to whom the Software is
251
+ furnished to do so, subject to the following conditions:
252
+
253
+ The above copyright notice and this permission notice shall be included in all
254
+ copies or substantial portions of the Software.
255
+
256
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
257
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
258
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
259
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
260
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
261
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
262
+ SOFTWARE.
263
+
264
+ ------------------------------------------------------------------------------
265
+ @pinojs/redact@0.4.0 (MIT)
266
+ ------------------------------------------------------------------------------
267
+
268
+ MIT License
269
+
270
+ Copyright (c) 2025 pinojs contributors
271
+
272
+ Permission is hereby granted, free of charge, to any person obtaining a copy
273
+ of this software and associated documentation files (the "Software"), to deal
274
+ in the Software without restriction, including without limitation the rights
275
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
276
+ copies of the Software, and to permit persons to whom the Software is
277
+ furnished to do so, subject to the following conditions:
278
+
279
+ The above copyright notice and this permission notice shall be included in all
280
+ copies or substantial portions of the Software.
281
+
282
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
283
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
284
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
285
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
286
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
287
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
288
+ SOFTWARE.
289
+
290
+ ------------------------------------------------------------------------------
291
+ ajv@8.20.0 (MIT)
292
+ ------------------------------------------------------------------------------
293
+
294
+ The MIT License (MIT)
295
+
296
+ Copyright (c) 2015-2021 Evgeny Poberezkin
297
+
298
+ Permission is hereby granted, free of charge, to any person obtaining a copy
299
+ of this software and associated documentation files (the "Software"), to deal
300
+ in the Software without restriction, including without limitation the rights
301
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
302
+ copies of the Software, and to permit persons to whom the Software is
303
+ furnished to do so, subject to the following conditions:
304
+
305
+ The above copyright notice and this permission notice shall be included in all
306
+ copies or substantial portions of the Software.
307
+
308
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
309
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
310
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
311
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
312
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
313
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
314
+ SOFTWARE.
315
+
316
+ ------------------------------------------------------------------------------
317
+ ajv-formats@3.0.1 (MIT)
318
+ ------------------------------------------------------------------------------
319
+
320
+ MIT License
321
+
322
+ Copyright (c) 2020 Evgeny Poberezkin
323
+
324
+ Permission is hereby granted, free of charge, to any person obtaining a copy
325
+ of this software and associated documentation files (the "Software"), to deal
326
+ in the Software without restriction, including without limitation the rights
327
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
328
+ copies of the Software, and to permit persons to whom the Software is
329
+ furnished to do so, subject to the following conditions:
330
+
331
+ The above copyright notice and this permission notice shall be included in all
332
+ copies or substantial portions of the Software.
333
+
334
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
335
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
336
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
337
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
338
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
339
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
340
+ SOFTWARE.
341
+
342
+ ------------------------------------------------------------------------------
343
+ ansi-escapes@7.3.0 (MIT)
344
+ ansi-regex@6.2.2 (MIT)
345
+ ansi-styles@6.2.3 (MIT)
346
+ auto-bind@5.0.1 (MIT)
347
+ chalk@5.6.2 (MIT)
348
+ cli-boxes@3.0.0 (MIT)
349
+ cli-cursor@4.0.0 (MIT)
350
+ cli-truncate@5.2.0 (MIT)
351
+ environment@1.1.0 (MIT)
352
+ get-east-asian-width@1.6.0 (MIT)
353
+ indent-string@5.0.0 (MIT)
354
+ is-fullwidth-code-point@5.1.0 (MIT)
355
+ is-in-ci@2.0.0 (MIT)
356
+ onetime@5.1.2 (MIT)
357
+ restore-cursor@4.0.0 (MIT)
358
+ string-width@7.2.0 (MIT)
359
+ string-width@8.2.2 (MIT)
360
+ strip-ansi@7.2.0 (MIT)
361
+ terminal-size@4.0.1 (MIT)
362
+ widest-line@6.0.0 (MIT)
363
+ wrap-ansi@9.0.2 (MIT)
364
+ ------------------------------------------------------------------------------
365
+
366
+ MIT License
367
+
368
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
369
+
370
+ 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:
371
+
372
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
373
+
374
+ 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.
375
+
376
+ ------------------------------------------------------------------------------
377
+ atomic-sleep@1.0.0 (MIT)
378
+ ------------------------------------------------------------------------------
379
+
380
+ The MIT License (MIT)
381
+ Copyright (c) 2020 David Mark Clements
382
+
383
+
384
+ Permission is hereby granted, free of charge, to any person obtaining a copy
385
+ of this software and associated documentation files (the "Software"), to deal
386
+ in the Software without restriction, including without limitation the rights
387
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
388
+ copies of the Software, and to permit persons to whom the Software is
389
+ furnished to do so, subject to the following conditions:
390
+
391
+ The above copyright notice and this permission notice shall be included in all
392
+ copies or substantial portions of the Software.
393
+
394
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
395
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
396
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
397
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
398
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
399
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
400
+ OR OTHER DEALINGS IN THE SOFTWARE.
401
+
402
+ ------------------------------------------------------------------------------
403
+ avvio@9.3.0 (MIT)
404
+ ------------------------------------------------------------------------------
405
+
406
+ MIT License
407
+
408
+ Copyright (c) 2016-2020 Matteo Collina
409
+ Copyright (c) 2020-present The Fastify team <https://github.com/fastify/fastify#team>
410
+
411
+ Permission is hereby granted, free of charge, to any person obtaining a copy
412
+ of this software and associated documentation files (the "Software"), to deal
413
+ in the Software without restriction, including without limitation the rights
414
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
415
+ copies of the Software, and to permit persons to whom the Software is
416
+ furnished to do so, subject to the following conditions:
417
+
418
+ The above copyright notice and this permission notice shall be included in all
419
+ copies or substantial portions of the Software.
420
+
421
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
422
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
423
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
424
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
425
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
426
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
427
+ SOFTWARE.
428
+
429
+ ------------------------------------------------------------------------------
430
+ code-excerpt@4.0.0 (MIT)
431
+ ------------------------------------------------------------------------------
432
+
433
+ The MIT License (MIT)
434
+
435
+ Copyright (c) Vadim Demedes <vdemedes@gmail.com> (github.com/vadimdemedes)
436
+
437
+ Permission is hereby granted, free of charge, to any person obtaining a copy
438
+ of this software and associated documentation files (the "Software"), to deal
439
+ in the Software without restriction, including without limitation the rights
440
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
441
+ copies of the Software, and to permit persons to whom the Software is
442
+ furnished to do so, subject to the following conditions:
443
+
444
+ The above copyright notice and this permission notice shall be included in
445
+ all copies or substantial portions of the Software.
446
+
447
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
448
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
449
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
450
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
451
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
452
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
453
+ THE SOFTWARE.
454
+
455
+ ------------------------------------------------------------------------------
456
+ convert-to-spaces@2.0.1 (MIT)
457
+ ------------------------------------------------------------------------------
458
+
459
+ The MIT License (MIT)
460
+
461
+ Copyright (c) Vadim Demedes <vdemedes@gmail.com> (https://vadimdemedes.com)
462
+
463
+ Permission is hereby granted, free of charge, to any person obtaining a copy
464
+ of this software and associated documentation files (the "Software"), to deal
465
+ in the Software without restriction, including without limitation the rights
466
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
467
+ copies of the Software, and to permit persons to whom the Software is
468
+ furnished to do so, subject to the following conditions:
469
+
470
+ The above copyright notice and this permission notice shall be included in
471
+ all copies or substantial portions of the Software.
472
+
473
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
474
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
475
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
476
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
477
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
478
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
479
+ THE SOFTWARE.
480
+
481
+ ------------------------------------------------------------------------------
482
+ cookie@1.1.1 (MIT)
483
+ ------------------------------------------------------------------------------
484
+
485
+ (The MIT License)
486
+
487
+ Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
488
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
489
+
490
+ Permission is hereby granted, free of charge, to any person obtaining
491
+ a copy of this software and associated documentation files (the
492
+ 'Software'), to deal in the Software without restriction, including
493
+ without limitation the rights to use, copy, modify, merge, publish,
494
+ distribute, sublicense, and/or sell copies of the Software, and to
495
+ permit persons to whom the Software is furnished to do so, subject to
496
+ the following conditions:
497
+
498
+ The above copyright notice and this permission notice shall be
499
+ included in all copies or substantial portions of the Software.
500
+
501
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
502
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
503
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
504
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
505
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
506
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
507
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
508
+
509
+ ------------------------------------------------------------------------------
510
+ dequal@2.0.3 (MIT)
511
+ ------------------------------------------------------------------------------
512
+
513
+ The MIT License (MIT)
514
+
515
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
516
+
517
+ Permission is hereby granted, free of charge, to any person obtaining a copy
518
+ of this software and associated documentation files (the "Software"), to deal
519
+ in the Software without restriction, including without limitation the rights
520
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
521
+ copies of the Software, and to permit persons to whom the Software is
522
+ furnished to do so, subject to the following conditions:
523
+
524
+ The above copyright notice and this permission notice shall be included in
525
+ all copies or substantial portions of the Software.
526
+
527
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
528
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
529
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
530
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
531
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
532
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
533
+ THE SOFTWARE.
534
+
535
+ ------------------------------------------------------------------------------
536
+ es-toolkit@1.49.0 (MIT)
537
+ ------------------------------------------------------------------------------
538
+
539
+ MIT License
540
+
541
+ Copyright (c) 2024 Viva Republica, Inc.
542
+
543
+ Permission is hereby granted, free of charge, to any person obtaining a copy
544
+ of this software and associated documentation files (the "Software"), to deal
545
+ in the Software without restriction, including without limitation the rights
546
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
547
+ copies of the Software, and to permit persons to whom the Software is
548
+ furnished to do so, subject to the following conditions:
549
+
550
+ The above copyright notice and this permission notice shall be included in all
551
+ copies or substantial portions of the Software.
552
+
553
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
554
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
555
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
556
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
557
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
558
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
559
+ SOFTWARE.
560
+
561
+ ------------------------------------------------------------------------------
562
+ escape-string-regexp@2.0.0 (MIT)
563
+ mimic-fn@2.1.0 (MIT)
564
+ ------------------------------------------------------------------------------
565
+
566
+ MIT License
567
+
568
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
569
+
570
+ 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:
571
+
572
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
573
+
574
+ 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.
575
+
576
+ ------------------------------------------------------------------------------
577
+ fast-decode-uri-component@1.0.1 (MIT)
578
+ ------------------------------------------------------------------------------
579
+
580
+ MIT License
581
+
582
+ Copyright (c) 2018 Tomas Della Vedova
583
+ Copyright (c) 2017 Justin Ridgewell
584
+ Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
585
+
586
+ Permission is hereby granted, free of charge, to any person obtaining a copy
587
+ of this software and associated documentation files (the "Software"), to deal
588
+ in the Software without restriction, including without limitation the rights
589
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
590
+ copies of the Software, and to permit persons to whom the Software is
591
+ furnished to do so, subject to the following conditions:
592
+
593
+ The above copyright notice and this permission notice shall be included in all
594
+ copies or substantial portions of the Software.
595
+
596
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
597
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
598
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
599
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
600
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
601
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
602
+ SOFTWARE.
603
+
604
+ ------------------------------------------------------------------------------
605
+ fast-deep-equal@3.1.3 (MIT)
606
+ json-schema-traverse@1.0.0 (MIT)
607
+ ------------------------------------------------------------------------------
608
+
609
+ MIT License
610
+
611
+ Copyright (c) 2017 Evgeny Poberezkin
612
+
613
+ Permission is hereby granted, free of charge, to any person obtaining a copy
614
+ of this software and associated documentation files (the "Software"), to deal
615
+ in the Software without restriction, including without limitation the rights
616
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
617
+ copies of the Software, and to permit persons to whom the Software is
618
+ furnished to do so, subject to the following conditions:
619
+
620
+ The above copyright notice and this permission notice shall be included in all
621
+ copies or substantial portions of the Software.
622
+
623
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
624
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
625
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
626
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
627
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
628
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
629
+ SOFTWARE.
630
+
631
+ ------------------------------------------------------------------------------
632
+ fast-json-stringify@7.0.1 (MIT)
633
+ ------------------------------------------------------------------------------
634
+
635
+ MIT License
636
+
637
+ Copyright (c) 2016-present Matteo Collina
638
+ Copyright (c) 2016-present The Fastify team <https://github.com/fastify/fastify#team>
639
+
640
+ Permission is hereby granted, free of charge, to any person obtaining a copy
641
+ of this software and associated documentation files (the "Software"), to deal
642
+ in the Software without restriction, including without limitation the rights
643
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
644
+ copies of the Software, and to permit persons to whom the Software is
645
+ furnished to do so, subject to the following conditions:
646
+
647
+ The above copyright notice and this permission notice shall be included in all
648
+ copies or substantial portions of the Software.
649
+
650
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
651
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
652
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
653
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
654
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
655
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
656
+ SOFTWARE.
657
+
658
+ ------------------------------------------------------------------------------
659
+ fast-querystring@1.1.2 (MIT)
660
+ ------------------------------------------------------------------------------
661
+
662
+ Copyright (c) 2022 Yagiz Nizipli
663
+
664
+ Permission is hereby granted, free of charge, to any
665
+ person obtaining a copy of this software and associated
666
+ documentation files (the "Software"), to deal in the
667
+ Software without restriction, including without
668
+ limitation the rights to use, copy, modify, merge,
669
+ publish, distribute, sublicense, and/or sell copies of
670
+ the Software, and to permit persons to whom the Software
671
+ is furnished to do so, subject to the following
672
+ conditions:
673
+
674
+ The above copyright notice and this permission notice
675
+ shall be included in all copies or substantial portions
676
+ of the Software.
677
+
678
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
679
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
680
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
681
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
682
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
683
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
684
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
685
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
686
+ DEALINGS IN THE SOFTWARE.
687
+
688
+ ------------------------------------------------------------------------------
689
+ fast-uri@3.1.6 (BSD-3-Clause)
690
+ fast-uri@4.1.3 (BSD-3-Clause)
691
+ ------------------------------------------------------------------------------
692
+
693
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
694
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
695
+ All rights reserved.
696
+
697
+ Redistribution and use in source and binary forms, with or without
698
+ modification, are permitted provided that the following conditions are met:
699
+ * Redistributions of source code must retain the above copyright
700
+ notice, this list of conditions and the following disclaimer.
701
+ * Redistributions in binary form must reproduce the above copyright
702
+ notice, this list of conditions and the following disclaimer in the
703
+ documentation and/or other materials provided with the distribution.
704
+ * The names of any contributors may not be used to endorse or promote
705
+ products derived from this software without specific prior written
706
+ permission.
707
+
708
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
709
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
710
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
711
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
712
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
713
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
714
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
715
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
716
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
717
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
718
+
719
+ * * *
720
+
721
+ The complete list of contributors can be found at:
722
+ - https://github.com/garycourt/uri-js/graphs/contributors
723
+
724
+ ------------------------------------------------------------------------------
725
+ fastify@5.12.1 (MIT)
726
+ ------------------------------------------------------------------------------
727
+
728
+ MIT License
729
+
730
+ Copyright (c) 2016-present The Fastify team <https://github.com/fastify/fastify#team>
731
+
732
+ Permission is hereby granted, free of charge, to any person obtaining a copy
733
+ of this software and associated documentation files (the "Software"), to deal
734
+ in the Software without restriction, including without limitation the rights
735
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
736
+ copies of the Software, and to permit persons to whom the Software is
737
+ furnished to do so, subject to the following conditions:
738
+
739
+ The above copyright notice and this permission notice shall be included in all
740
+ copies or substantial portions of the Software.
741
+
742
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
743
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
744
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
745
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
746
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
747
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
748
+ SOFTWARE.
749
+
750
+ ------------------------------------------------------------------------------
751
+ fastq@1.20.2 (ISC)
752
+ ------------------------------------------------------------------------------
753
+
754
+ Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
755
+
756
+ Permission to use, copy, modify, and/or distribute this software for any
757
+ purpose with or without fee is hereby granted, provided that the above
758
+ copyright notice and this permission notice appear in all copies.
759
+
760
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
761
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
762
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
763
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
764
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
765
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
766
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
767
+
768
+ ------------------------------------------------------------------------------
769
+ find-my-way@9.9.0 (MIT)
770
+ ------------------------------------------------------------------------------
771
+
772
+ MIT License
773
+
774
+ Copyright (c) 2017-2019 Tomas Della Vedova
775
+
776
+ Permission is hereby granted, free of charge, to any person obtaining a copy
777
+ of this software and associated documentation files (the "Software"), to deal
778
+ in the Software without restriction, including without limitation the rights
779
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
780
+ copies of the Software, and to permit persons to whom the Software is
781
+ furnished to do so, subject to the following conditions:
782
+
783
+ The above copyright notice and this permission notice shall be included in all
784
+ copies or substantial portions of the Software.
785
+
786
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
787
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
788
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
789
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
790
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
791
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
792
+ SOFTWARE.
793
+
794
+ ------------------------------------------------------------------------------
795
+ ink@6.8.0 (MIT)
796
+ ------------------------------------------------------------------------------
797
+
798
+ MIT License
799
+
800
+ Copyright (c) Vadym Demedes <vadimdemedes@hey.com> (https://github.com/vadimdemedes)
801
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
802
+
803
+ 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:
804
+
805
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
806
+
807
+ 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.
808
+
809
+ ------------------------------------------------------------------------------
810
+ ipaddr.js@2.5.0 (MIT)
811
+ ------------------------------------------------------------------------------
812
+
813
+ Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
814
+
815
+ Permission is hereby granted, free of charge, to any person obtaining a copy
816
+ of this software and associated documentation files (the "Software"), to deal
817
+ in the Software without restriction, including without limitation the rights
818
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
819
+ copies of the Software, and to permit persons to whom the Software is
820
+ furnished to do so, subject to the following conditions:
821
+
822
+ The above copyright notice and this permission notice shall be included in
823
+ all copies or substantial portions of the Software.
824
+
825
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
826
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
827
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
828
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
829
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
830
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
831
+ THE SOFTWARE.
832
+
833
+ ------------------------------------------------------------------------------
834
+ json-schema-ref-resolver@3.0.0 (MIT)
835
+ ------------------------------------------------------------------------------
836
+
837
+ MIT License
838
+
839
+ Copyright (c) 2023 Fastify
840
+
841
+ Permission is hereby granted, free of charge, to any person obtaining a copy
842
+ of this software and associated documentation files (the "Software"), to deal
843
+ in the Software without restriction, including without limitation the rights
844
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
845
+ copies of the Software, and to permit persons to whom the Software is
846
+ furnished to do so, subject to the following conditions:
847
+
848
+ The above copyright notice and this permission notice shall be included in all
849
+ copies or substantial portions of the Software.
850
+
851
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
852
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
853
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
854
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
855
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
856
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
857
+ SOFTWARE.
858
+
859
+ ------------------------------------------------------------------------------
860
+ light-my-request@6.6.0 (BSD-3-Clause)
861
+ ------------------------------------------------------------------------------
862
+
863
+ Copyright (c) 2017 The Fastify Team
864
+ Copyright (c) 2012-2017, Project contributors
865
+ Copyright (c) 2012-2014, Walmart
866
+ All rights reserved.
867
+
868
+ Redistribution and use in source and binary forms, with or without
869
+ modification, are permitted provided that the following conditions are met:
870
+ * Redistributions of source code must retain the above copyright
871
+ notice, this list of conditions and the following disclaimer.
872
+ * Redistributions in binary form must reproduce the above copyright
873
+ notice, this list of conditions and the following disclaimer in the
874
+ documentation and/or other materials provided with the distribution.
875
+ * The names of any contributors may not be used to endorse or promote
876
+ products derived from this software without specific prior written
877
+ permission.
878
+
879
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
880
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
881
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
882
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
883
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
884
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
885
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
886
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
887
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
888
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
889
+
890
+ * * *
891
+
892
+ The complete list of contributors can be found at:
893
+ - https://github.com/hapijs/shot/graphs/contributors
894
+ - https://github.com/fastify/light-my-request/graphs/contributors
895
+
896
+ ------------------------------------------------------------------------------
897
+ on-exit-leak-free@2.1.2 (MIT)
898
+ thread-stream@4.2.0 (MIT)
899
+ ------------------------------------------------------------------------------
900
+
901
+ MIT License
902
+
903
+ Copyright (c) 2021 Matteo Collina
904
+
905
+ Permission is hereby granted, free of charge, to any person obtaining a copy
906
+ of this software and associated documentation files (the "Software"), to deal
907
+ in the Software without restriction, including without limitation the rights
908
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
909
+ copies of the Software, and to permit persons to whom the Software is
910
+ furnished to do so, subject to the following conditions:
911
+
912
+ The above copyright notice and this permission notice shall be included in all
913
+ copies or substantial portions of the Software.
914
+
915
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
916
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
917
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
918
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
920
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
921
+ SOFTWARE.
922
+
923
+ ------------------------------------------------------------------------------
924
+ patch-console@2.0.0 (MIT)
925
+ ------------------------------------------------------------------------------
926
+
927
+ MIT License
928
+
929
+ Copyright (c) Vadim Demedes <vadimdemedes@hey.com> (https://vadimdemedes.com)
930
+
931
+ 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:
932
+
933
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
934
+
935
+ 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.
936
+
937
+ ------------------------------------------------------------------------------
938
+ pino@10.3.1 (MIT)
939
+ ------------------------------------------------------------------------------
940
+
941
+ The MIT License (MIT)
942
+
943
+ Copyright (c) 2016-2025 Matteo Collina, David Mark Clements and the Pino contributors listed at <https://github.com/pinojs/pino#the-team> and in the README file.
944
+
945
+ Permission is hereby granted, free of charge, to any person obtaining a copy
946
+ of this software and associated documentation files (the "Software"), to deal
947
+ in the Software without restriction, including without limitation the rights
948
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
949
+ copies of the Software, and to permit persons to whom the Software is
950
+ furnished to do so, subject to the following conditions:
951
+
952
+ The above copyright notice and this permission notice shall be included in all
953
+ copies or substantial portions of the Software.
954
+
955
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
956
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
957
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
958
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
959
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
960
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
961
+ SOFTWARE.
962
+
963
+ ------------------------------------------------------------------------------
964
+ pino-std-serializers@7.1.0 (MIT)
965
+ ------------------------------------------------------------------------------
966
+
967
+ Copyright Mateo Collina, David Mark Clements, James Sumners
968
+
969
+ 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:
970
+
971
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
972
+
973
+ 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.
974
+
975
+ ------------------------------------------------------------------------------
976
+ process-warning@4.0.1 (MIT)
977
+ ------------------------------------------------------------------------------
978
+
979
+ MIT License
980
+
981
+ Copyright (c) Fastify
982
+
983
+ Permission is hereby granted, free of charge, to any person obtaining a copy
984
+ of this software and associated documentation files (the "Software"), to deal
985
+ in the Software without restriction, including without limitation the rights
986
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
987
+ copies of the Software, and to permit persons to whom the Software is
988
+ furnished to do so, subject to the following conditions:
989
+
990
+ The above copyright notice and this permission notice shall be included in all
991
+ copies or substantial portions of the Software.
992
+
993
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
994
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
995
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
996
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
997
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
998
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
999
+ SOFTWARE.
1000
+
1001
+ ------------------------------------------------------------------------------
1002
+ process-warning@5.1.0 (MIT)
1003
+ ------------------------------------------------------------------------------
1004
+
1005
+ MIT License
1006
+
1007
+ Copyright (c) 2020-present The Fastify team <https://github.com/fastify/fastify#team>
1008
+
1009
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1010
+ of this software and associated documentation files (the "Software"), to deal
1011
+ in the Software without restriction, including without limitation the rights
1012
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1013
+ copies of the Software, and to permit persons to whom the Software is
1014
+ furnished to do so, subject to the following conditions:
1015
+
1016
+ The above copyright notice and this permission notice shall be included in all
1017
+ copies or substantial portions of the Software.
1018
+
1019
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1020
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1021
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1022
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1023
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1024
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1025
+ SOFTWARE.
1026
+
1027
+ ------------------------------------------------------------------------------
1028
+ quick-format-unescaped@4.0.4 (MIT)
1029
+ ------------------------------------------------------------------------------
1030
+
1031
+ The MIT License (MIT)
1032
+
1033
+ Copyright (c) 2016-2019 David Mark Clements
1034
+
1035
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1036
+ of this software and associated documentation files (the "Software"), to deal
1037
+ in the Software without restriction, including without limitation the rights
1038
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1039
+ copies of the Software, and to permit persons to whom the Software is
1040
+ furnished to do so, subject to the following conditions:
1041
+
1042
+ The above copyright notice and this permission notice shall be included in all
1043
+ copies or substantial portions of the Software.
1044
+
1045
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1046
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1047
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1048
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1049
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1050
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1051
+ SOFTWARE.
1052
+
1053
+ ------------------------------------------------------------------------------
1054
+ react@19.2.8 (MIT)
1055
+ react-reconciler@0.33.0 (MIT)
1056
+ scheduler@0.27.0 (MIT)
1057
+ ------------------------------------------------------------------------------
1058
+
1059
+ MIT License
1060
+
1061
+ Copyright (c) Meta Platforms, Inc. and affiliates.
1062
+
1063
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1064
+ of this software and associated documentation files (the "Software"), to deal
1065
+ in the Software without restriction, including without limitation the rights
1066
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1067
+ copies of the Software, and to permit persons to whom the Software is
1068
+ furnished to do so, subject to the following conditions:
1069
+
1070
+ The above copyright notice and this permission notice shall be included in all
1071
+ copies or substantial portions of the Software.
1072
+
1073
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1074
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1075
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1076
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1077
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1078
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1079
+ SOFTWARE.
1080
+
1081
+ ------------------------------------------------------------------------------
1082
+ ret@0.5.0 (MIT)
1083
+ ------------------------------------------------------------------------------
1084
+
1085
+ MIT License
1086
+
1087
+ Copyright (C) 2011 by fent
1088
+
1089
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1090
+ of this software and associated documentation files (the "Software"), to deal
1091
+ in the Software without restriction, including without limitation the rights
1092
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1093
+ copies of the Software, and to permit persons to whom the Software is
1094
+ furnished to do so, subject to the following conditions:
1095
+
1096
+ The above copyright notice and this permission notice shall be included in
1097
+ all copies or substantial portions of the Software.
1098
+
1099
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1100
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1101
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1102
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1103
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1104
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1105
+ THE SOFTWARE.
1106
+
1107
+ ------------------------------------------------------------------------------
1108
+ reusify@1.1.0 (MIT)
1109
+ ------------------------------------------------------------------------------
1110
+
1111
+ The MIT License (MIT)
1112
+
1113
+ Copyright (c) 2015-2024 Matteo Collina
1114
+
1115
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1116
+ of this software and associated documentation files (the "Software"), to deal
1117
+ in the Software without restriction, including without limitation the rights
1118
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1119
+ copies of the Software, and to permit persons to whom the Software is
1120
+ furnished to do so, subject to the following conditions:
1121
+
1122
+ The above copyright notice and this permission notice shall be included in all
1123
+ copies or substantial portions of the Software.
1124
+
1125
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1126
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1127
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1128
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1129
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1130
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1131
+ SOFTWARE.
1132
+
1133
+ ------------------------------------------------------------------------------
1134
+ rfdc@1.4.1 (MIT)
1135
+ ------------------------------------------------------------------------------
1136
+
1137
+ Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
1138
+
1139
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1140
+ documentation files (the "Software"), to deal in the Software without restriction, including without limitation
1141
+ the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
1142
+ to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1143
+
1144
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions
1145
+ of the Software.
1146
+
1147
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1148
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1149
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1150
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1151
+ IN THE SOFTWARE.
1152
+
1153
+ ------------------------------------------------------------------------------
1154
+ safe-regex2@5.1.1 (MIT)
1155
+ ------------------------------------------------------------------------------
1156
+
1157
+ MIT License
1158
+
1159
+ Copyright (c) 2019-present The Fastify team <https://github.com/fastify/fastify#team>
1160
+
1161
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1162
+ of this software and associated documentation files (the "Software"), to deal
1163
+ in the Software without restriction, including without limitation the rights
1164
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1165
+ copies of the Software, and to permit persons to whom the Software is
1166
+ furnished to do so, subject to the following conditions:
1167
+
1168
+ The above copyright notice and this permission notice shall be included in all
1169
+ copies or substantial portions of the Software.
1170
+
1171
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1172
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1173
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1174
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1175
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1176
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1177
+ SOFTWARE.
1178
+
1179
+ ------------------------------------------------------------------------------
1180
+ safe-stable-stringify@2.5.0 (MIT)
1181
+ ------------------------------------------------------------------------------
1182
+
1183
+ The MIT License (MIT)
1184
+
1185
+ Copyright (c) Ruben Bridgewater
1186
+
1187
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1188
+ of this software and associated documentation files (the "Software"), to deal
1189
+ in the Software without restriction, including without limitation the rights
1190
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1191
+ copies of the Software, and to permit persons to whom the Software is
1192
+ furnished to do so, subject to the following conditions:
1193
+
1194
+ The above copyright notice and this permission notice shall be included in all
1195
+ copies or substantial portions of the Software.
1196
+
1197
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1198
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1199
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1200
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1201
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1202
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1203
+ SOFTWARE.
1204
+
1205
+ ------------------------------------------------------------------------------
1206
+ secure-json-parse@4.1.0 (BSD-3-Clause)
1207
+ ------------------------------------------------------------------------------
1208
+
1209
+ Copyright (c) 2019, Sideway Inc, and project contributors
1210
+ Copyright (c) 2019-present The Fastify team
1211
+ All rights reserved.
1212
+
1213
+ The Fastify team members are listed at https://github.com/fastify/fastify#team.
1214
+
1215
+ The complete list of contributors can be found at:
1216
+ - https://github.com/hapijs/bourne/graphs/contributors
1217
+ - https://github.com/fastify/secure-json-parse/graphs/contributors
1218
+
1219
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1220
+
1221
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1222
+
1223
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1224
+
1225
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1226
+
1227
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1228
+
1229
+ ------------------------------------------------------------------------------
1230
+ semver@7.7.4 (ISC)
1231
+ ------------------------------------------------------------------------------
1232
+
1233
+ The ISC License
1234
+
1235
+ Copyright (c) Isaac Z. Schlueter and Contributors
1236
+
1237
+ Permission to use, copy, modify, and/or distribute this software for any
1238
+ purpose with or without fee is hereby granted, provided that the above
1239
+ copyright notice and this permission notice appear in all copies.
1240
+
1241
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1242
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1243
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1244
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1245
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1246
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1247
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1248
+
1249
+ ------------------------------------------------------------------------------
1250
+ set-cookie-parser@2.7.2 (MIT)
1251
+ ------------------------------------------------------------------------------
1252
+
1253
+ The MIT License (MIT)
1254
+
1255
+ Copyright (c) 2015 Nathan Friedly <nathan@nfriedly.com> (http://nfriedly.com/)
1256
+
1257
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1258
+ of this software and associated documentation files (the "Software"), to deal
1259
+ in the Software without restriction, including without limitation the rights
1260
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1261
+ copies of the Software, and to permit persons to whom the Software is
1262
+ furnished to do so, subject to the following conditions:
1263
+
1264
+ The above copyright notice and this permission notice shall be included in
1265
+ all copies or substantial portions of the Software.
1266
+
1267
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1268
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1269
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1270
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1271
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1272
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1273
+ THE SOFTWARE.
1274
+
1275
+ ------------------------------------------------------------------------------
1276
+ signal-exit@3.0.7 (ISC)
1277
+ ------------------------------------------------------------------------------
1278
+
1279
+ The ISC License
1280
+
1281
+ Copyright (c) 2015, Contributors
1282
+
1283
+ Permission to use, copy, modify, and/or distribute this software
1284
+ for any purpose with or without fee is hereby granted, provided
1285
+ that the above copyright notice and this permission notice
1286
+ appear in all copies.
1287
+
1288
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1289
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1290
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
1291
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
1292
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1293
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1294
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1295
+
1296
+ ------------------------------------------------------------------------------
1297
+ slice-ansi@8.0.0 (MIT)
1298
+ ------------------------------------------------------------------------------
1299
+
1300
+ MIT License
1301
+
1302
+ Copyright (c) DC <threedeecee@gmail.com>
1303
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1304
+
1305
+ 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:
1306
+
1307
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1308
+
1309
+ 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.
1310
+
1311
+ ------------------------------------------------------------------------------
1312
+ sonic-boom@4.2.1 (MIT)
1313
+ ------------------------------------------------------------------------------
1314
+
1315
+ MIT License
1316
+
1317
+ Copyright (c) 2017 Matteo Collina
1318
+
1319
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1320
+ of this software and associated documentation files (the "Software"), to deal
1321
+ in the Software without restriction, including without limitation the rights
1322
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1323
+ copies of the Software, and to permit persons to whom the Software is
1324
+ furnished to do so, subject to the following conditions:
1325
+
1326
+ The above copyright notice and this permission notice shall be included in all
1327
+ copies or substantial portions of the Software.
1328
+
1329
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1330
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1331
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1332
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1333
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1334
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1335
+ SOFTWARE.
1336
+
1337
+ ------------------------------------------------------------------------------
1338
+ stack-utils@2.0.6 (MIT)
1339
+ ------------------------------------------------------------------------------
1340
+
1341
+ The MIT License (MIT)
1342
+
1343
+ Copyright (c) 2016-2022 Isaac Z. Schlueter <i@izs.me>, James Talmage <james@talmage.io> (github.com/jamestalmage), and Contributors
1344
+
1345
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1346
+ of this software and associated documentation files (the "Software"), to deal
1347
+ in the Software without restriction, including without limitation the rights
1348
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1349
+ copies of the Software, and to permit persons to whom the Software is
1350
+ furnished to do so, subject to the following conditions:
1351
+
1352
+ The above copyright notice and this permission notice shall be included in
1353
+ all copies or substantial portions of the Software.
1354
+
1355
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1356
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1357
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1358
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1359
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1360
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1361
+ THE SOFTWARE.
1362
+
1363
+ ------------------------------------------------------------------------------
1364
+ toad-cache@3.7.4 (MIT)
1365
+ ------------------------------------------------------------------------------
1366
+
1367
+ MIT License
1368
+
1369
+ Copyright (c) 2023 Igor Savin
1370
+
1371
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1372
+ of this software and associated documentation files (the "Software"), to deal
1373
+ in the Software without restriction, including without limitation the rights
1374
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1375
+ copies of the Software, and to permit persons to whom the Software is
1376
+ furnished to do so, subject to the following conditions:
1377
+
1378
+ The above copyright notice and this permission notice shall be included in all
1379
+ copies or substantial portions of the Software.
1380
+
1381
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1382
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1383
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1384
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1385
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1386
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1387
+ SOFTWARE.
1388
+
1389
+ ------------------------------------------------------------------------------
1390
+ ws@8.21.1 (MIT)
1391
+ ------------------------------------------------------------------------------
1392
+
1393
+ Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
1394
+ Copyright (c) 2013 Arnout Kazemier and contributors
1395
+ Copyright (c) 2016 Luigi Pinca and contributors
1396
+
1397
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1398
+ this software and associated documentation files (the "Software"), to deal in
1399
+ the Software without restriction, including without limitation the rights to
1400
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1401
+ the Software, and to permit persons to whom the Software is furnished to do so,
1402
+ subject to the following conditions:
1403
+
1404
+ The above copyright notice and this permission notice shall be included in all
1405
+ copies or substantial portions of the Software.
1406
+
1407
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1408
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1409
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1410
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1411
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1412
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1413
+
1414
+ ==============================================================================
1415
+ PACKAGES WITHOUT A BUNDLED LICENSE FILE
1416
+ ==============================================================================
1417
+
1418
+ These packages declare an SPDX license identifier but ship no license file;
1419
+ the canonical text is the published SPDX text for the identifier shown.
1420
+
1421
+ abstract-logging@2.0.1 — MIT
1422
+ emoji-regex@10.6.0 — MIT
1423
+ yoga-layout@3.2.1 — MIT