likec4 1.55.1 → 1.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. package/__app__/chunks/AIChat2.mjs +2 -0
  2. package/__app__/chunks/DiagramActorProvider.mjs +10 -0
  3. package/__app__/chunks/EmbedPage.mjs +1 -0
  4. package/__app__/chunks/ExportPage.mjs +2 -0
  5. package/__app__/chunks/LikeC4Diagram.mjs +19 -0
  6. package/__app__/chunks/LikeC4Styles.mjs +48 -0
  7. package/__app__/chunks/Markdown.mjs +1 -0
  8. package/__app__/chunks/NavigationPanel.mjs +1 -0
  9. package/__app__/chunks/ViewReact.mjs +1 -0
  10. package/__app__/chunks/adhoc-editor.mjs +1 -0
  11. package/__app__/chunks/aichat.mjs +1 -0
  12. package/__app__/chunks/box.mjs +1 -0
  13. package/__app__/chunks/create-style-context.mjs +1 -0
  14. package/__app__/chunks/css.mjs +1 -0
  15. package/__app__/chunks/factory.mjs +1 -0
  16. package/__app__/chunks/hooks.mjs +1 -0
  17. package/__app__/chunks/hstack.mjs +1 -0
  18. package/__app__/chunks/libs/@dagrejs/dagre.mjs +1 -0
  19. package/__app__/chunks/libs/@floating-ui/core.mjs +1 -0
  20. package/__app__/chunks/libs/@floating-ui/dom.mjs +1 -0
  21. package/__app__/chunks/libs/@floating-ui/react.mjs +1 -0
  22. package/__app__/chunks/libs/@mantine/core.mjs +41 -0
  23. package/__app__/chunks/libs/@mantine/hooks.mjs +1 -0
  24. package/__app__/chunks/libs/@nanostores/react.mjs +1 -0
  25. package/__app__/chunks/libs/@react-hookz/web.mjs +1 -0
  26. package/__app__/chunks/libs/@tabler/icons-react.mjs +358 -0
  27. package/__app__/chunks/libs/@tanstack/ai-client.mjs +2 -0
  28. package/__app__/chunks/libs/@tanstack/ai-react-ui.mjs +1 -0
  29. package/__app__/chunks/libs/@tanstack/ai-react.mjs +1 -0
  30. package/__app__/chunks/libs/@tanstack/ai.mjs +2 -0
  31. package/__app__/chunks/libs/@tanstack/history.mjs +1 -0
  32. package/__app__/chunks/libs/@tanstack/react-router.mjs +3 -0
  33. package/__app__/chunks/libs/@tanstack/router-core.mjs +1 -0
  34. package/__app__/chunks/libs/@xstate/react.mjs +1 -0
  35. package/__app__/chunks/libs/@xstate/store.mjs +1 -0
  36. package/__app__/chunks/libs/@xyflow/react.mjs +7 -0
  37. package/__app__/chunks/libs/@zag-js/anatomy.mjs +1 -0
  38. package/__app__/chunks/libs/@zag-js/collection.mjs +1 -0
  39. package/__app__/chunks/libs/@zag-js/core.mjs +1 -0
  40. package/__app__/chunks/libs/@zag-js/react.mjs +1 -0
  41. package/__app__/chunks/libs/@zag-js/tree-view.mjs +1 -0
  42. package/__app__/chunks/libs/bezier-js.mjs +1 -0
  43. package/__app__/chunks/libs/copy-anything.mjs +1 -0
  44. package/__app__/chunks/libs/d3-path.mjs +1 -0
  45. package/__app__/chunks/libs/d3-shape.mjs +1 -0
  46. package/__app__/chunks/libs/fast-equals.mjs +1 -0
  47. package/__app__/chunks/libs/framer-motion.mjs +9 -0
  48. package/__app__/chunks/libs/html-to-image.mjs +2 -0
  49. package/__app__/chunks/libs/motion-dom.mjs +1 -0
  50. package/__app__/chunks/libs/nanostores.mjs +1 -0
  51. package/__app__/chunks/libs/react-error-boundary.mjs +1 -0
  52. package/__app__/chunks/libs/react-resizable-panels.mjs +1 -0
  53. package/__app__/chunks/libs/remeda.mjs +1 -0
  54. package/__app__/chunks/libs/superjson.mjs +1 -0
  55. package/__app__/chunks/libs/zod.mjs +64 -0
  56. package/__app__/chunks/rolldown-runtime.mjs +1 -0
  57. package/__app__/chunks/styles.css.mjs +1 -0
  58. package/__app__/chunks/txt.mjs +1 -0
  59. package/__app__/chunks/useLikeC4Project.mjs +1 -0
  60. package/__app__/codegen/react.mjs +11 -0
  61. package/__app__/codegen/webcomponent.mjs +942 -0
  62. package/__app__/src/aichat/index.mjs +1 -0
  63. package/__app__/src/fonts.css +1 -1
  64. package/__app__/src/main.mjs +45 -0
  65. package/__app__/src/pages/AdHocViewEditor.mjs +1 -0
  66. package/__app__/src/pages/EmbedPage.mjs +1 -0
  67. package/__app__/src/pages/ExportPage.mjs +1 -0
  68. package/__app__/src/pages/ProjectsOverview.mjs +1 -0
  69. package/__app__/src/pages/ViewAsD2.mjs +1 -0
  70. package/__app__/src/pages/ViewAsDot.mjs +1 -0
  71. package/__app__/src/pages/ViewAsMmd.mjs +1 -0
  72. package/__app__/src/pages/ViewAsPuml.mjs +1 -0
  73. package/__app__/src/pages/ViewEditor.mjs +1 -0
  74. package/__app__/src/pages/ViewReact.mjs +1 -0
  75. package/__app__/src/style.css +1 -1
  76. package/config/schema.json +14 -41
  77. package/dist/chunks/enableServer.mjs +1 -0
  78. package/dist/chunks/filenames.mjs +17 -0
  79. package/dist/{_chunks → chunks}/index.d.mts +2 -1
  80. package/dist/{_chunks → chunks}/index2.d.mts +639 -388
  81. package/dist/chunks/libs/@chevrotain/gast.mjs +1 -0
  82. package/dist/chunks/libs/@chevrotain/regexp-to-ast.mjs +9 -0
  83. package/dist/chunks/libs/@chevrotain/utils.mjs +1 -0
  84. package/dist/chunks/libs/@hono/mcp.mjs +70 -0
  85. package/dist/chunks/libs/@hono/node-server.mjs +1 -0
  86. package/dist/{_chunks → chunks}/libs/@logtape/logtape.d.mts +2 -0
  87. package/dist/chunks/libs/@logtape/logtape.mjs +4 -0
  88. package/dist/chunks/libs/@lume/kiwi.mjs +1 -0
  89. package/dist/chunks/libs/@modelcontextprotocol/sdk.mjs +12 -0
  90. package/dist/chunks/libs/@ts-graphviz/ast.mjs +3 -0
  91. package/dist/chunks/libs/@ts-graphviz/common.d.mts +9 -0
  92. package/dist/chunks/libs/@ts-graphviz/core.mjs +1 -0
  93. package/dist/chunks/libs/ajv.mjs +1 -0
  94. package/dist/chunks/libs/ansi-align.mjs +2 -0
  95. package/dist/chunks/libs/ansi-regex.mjs +1 -0
  96. package/dist/chunks/libs/ansi-styles.mjs +1 -0
  97. package/dist/chunks/libs/atomically.mjs +1 -0
  98. package/dist/chunks/libs/birpc.mjs +1 -0
  99. package/dist/chunks/libs/boxen.mjs +22 -0
  100. package/dist/chunks/libs/chevrotain-allstar.mjs +2 -0
  101. package/dist/chunks/libs/chevrotain.mjs +58 -0
  102. package/dist/chunks/libs/conf.mjs +1 -0
  103. package/dist/chunks/libs/defu.mjs +1 -0
  104. package/dist/chunks/libs/destr.mjs +1 -0
  105. package/dist/chunks/libs/eventemitter3.mjs +1 -0
  106. package/dist/chunks/libs/find-up-simple.mjs +1 -0
  107. package/dist/chunks/libs/get-port.mjs +1 -0
  108. package/dist/chunks/libs/hono.mjs +1 -0
  109. package/dist/chunks/libs/is-docker.mjs +1 -0
  110. package/dist/chunks/libs/is-error-instance.mjs +1 -0
  111. package/dist/chunks/libs/is-inside-container.mjs +1 -0
  112. package/dist/chunks/libs/is-plain-obj.mjs +1 -0
  113. package/dist/chunks/libs/isexe.mjs +1 -0
  114. package/dist/chunks/libs/json5.mjs +14 -0
  115. package/dist/chunks/libs/khroma.mjs +1 -0
  116. package/dist/chunks/libs/ky.mjs +3 -0
  117. package/dist/{_chunks → chunks}/libs/langium.d.mts +9 -9
  118. package/dist/chunks/libs/langium.mjs +32 -0
  119. package/dist/chunks/libs/merge-error-cause.mjs +2 -0
  120. package/dist/chunks/libs/p-debounce.mjs +1 -0
  121. package/dist/chunks/libs/p-limit.mjs +1 -0
  122. package/dist/chunks/libs/p-queue.mjs +1 -0
  123. package/dist/chunks/libs/p-timeout.mjs +1 -0
  124. package/dist/chunks/libs/package-manager-detector.mjs +1 -0
  125. package/dist/chunks/libs/package-up.mjs +1 -0
  126. package/dist/chunks/libs/pako.mjs +3 -0
  127. package/dist/chunks/libs/parse-ms.mjs +1 -0
  128. package/dist/chunks/libs/pathe.mjs +1 -0
  129. package/dist/chunks/libs/picomatch.mjs +1 -0
  130. package/dist/chunks/libs/pretty-ms.mjs +1 -0
  131. package/dist/chunks/libs/remeda.mjs +1 -0
  132. package/dist/chunks/libs/safe-stringify.mjs +1 -0
  133. package/dist/chunks/libs/strip-indent.mjs +1 -0
  134. package/dist/chunks/libs/tinyrainbow.mjs +1 -0
  135. package/dist/chunks/libs/ts-graphviz.mjs +1 -0
  136. package/dist/chunks/libs/ufo.mjs +1 -0
  137. package/dist/chunks/libs/unctx.mjs +1 -0
  138. package/dist/chunks/libs/unstorage.mjs +1 -0
  139. package/dist/chunks/libs/vscode-languageserver.mjs +1 -0
  140. package/dist/chunks/libs/which.mjs +1 -0
  141. package/dist/chunks/libs/word-wrap.mjs +12 -0
  142. package/dist/{_chunks → chunks}/libs/zod.d.mts +62 -25
  143. package/dist/chunks/node.mjs +93 -0
  144. package/dist/chunks/plugin.mjs +593 -0
  145. package/dist/chunks/rolldown-runtime.mjs +1 -0
  146. package/dist/chunks/sequence-view.mjs +1 -0
  147. package/dist/cli/index.mjs +188 -59
  148. package/dist/config/index.d.mts +1 -2
  149. package/dist/config/index.mjs +1 -1
  150. package/dist/index.d.mts +2 -135
  151. package/dist/index.mjs +1 -1
  152. package/dist/model/index.d.mts +3 -2
  153. package/dist/model/index.mjs +1 -1
  154. package/dist/vite-plugin/index.d.mts +90 -9
  155. package/dist/vite-plugin/index.mjs +1 -1
  156. package/dist/vite-plugin/internal/chunks/libs/@nanostores/react.mjs +1 -0
  157. package/dist/vite-plugin/internal/chunks/libs/birpc.mjs +1 -0
  158. package/dist/vite-plugin/internal/chunks/libs/fast-equals.mjs +1 -0
  159. package/dist/vite-plugin/internal/chunks/libs/nanostores.mjs +1 -0
  160. package/dist/vite-plugin/internal/chunks/libs/remeda.mjs +1 -0
  161. package/dist/vite-plugin/internal/chunks/rolldown-runtime.mjs +1 -0
  162. package/dist/{_chunks/libs/@nanostores/react.d.mts → vite-plugin/internal/index.d.mts} +103 -45
  163. package/dist/vite-plugin/internal/index.mjs +1 -0
  164. package/package.json +74 -80
  165. package/react/index.d.mts +84 -78
  166. package/react/index.mjs +51954 -53701
  167. package/vite-plugin/internal/package.json +2 -2
  168. package/vite-plugin-modules.d.ts +18 -0
  169. package/__app__/react/likec4.tsx +0 -25
  170. package/__app__/src/ProjectsOverview.js +0 -16
  171. package/__app__/src/const.js +0 -19
  172. package/__app__/src/likec4.js +0 -21254
  173. package/__app__/src/main.js +0 -7
  174. package/__app__/src/routes/index.js +0 -324
  175. package/__app__/src/routes/projects.js +0 -193
  176. package/__app__/src/routes/single.js +0 -1983
  177. package/__app__/src/vendors.js +0 -52683
  178. package/__app__/src/webcomponent.js +0 -68
  179. package/dist/THIRD-PARTY-LICENSES.md +0 -1609
  180. package/dist/_chunks/libs/@chevrotain/cst-dts-gen.mjs +0 -30
  181. package/dist/_chunks/libs/@chevrotain/regexp-to-ast.mjs +0 -9
  182. package/dist/_chunks/libs/@chevrotain/types.d.mts +0 -1
  183. package/dist/_chunks/libs/@chevrotain/utils.mjs +0 -1
  184. package/dist/_chunks/libs/@hono/mcp.mjs +0 -45
  185. package/dist/_chunks/libs/@hono/node-server.mjs +0 -1
  186. package/dist/_chunks/libs/@logtape/logtape.mjs +0 -4
  187. package/dist/_chunks/libs/@lume/kiwi.mjs +0 -1
  188. package/dist/_chunks/libs/@modelcontextprotocol/sdk.mjs +0 -12
  189. package/dist/_chunks/libs/@nanostores/react.mjs +0 -1
  190. package/dist/_chunks/libs/ajv.mjs +0 -1
  191. package/dist/_chunks/libs/ansi-align.mjs +0 -2
  192. package/dist/_chunks/libs/ansi-regex.mjs +0 -1
  193. package/dist/_chunks/libs/ansi-styles.mjs +0 -1
  194. package/dist/_chunks/libs/atomically.mjs +0 -1
  195. package/dist/_chunks/libs/birpc.mjs +0 -1
  196. package/dist/_chunks/libs/boxen.mjs +0 -22
  197. package/dist/_chunks/libs/chevrotain-allstar.mjs +0 -2
  198. package/dist/_chunks/libs/chevrotain.mjs +0 -58
  199. package/dist/_chunks/libs/conf.mjs +0 -1
  200. package/dist/_chunks/libs/defu.mjs +0 -1
  201. package/dist/_chunks/libs/destr.mjs +0 -1
  202. package/dist/_chunks/libs/esm-env.mjs +0 -1
  203. package/dist/_chunks/libs/eventemitter3.mjs +0 -1
  204. package/dist/_chunks/libs/fast-equals.mjs +0 -1
  205. package/dist/_chunks/libs/find-up-simple.mjs +0 -1
  206. package/dist/_chunks/libs/get-port.mjs +0 -1
  207. package/dist/_chunks/libs/is-docker.mjs +0 -1
  208. package/dist/_chunks/libs/is-error-instance.mjs +0 -1
  209. package/dist/_chunks/libs/is-inside-container.mjs +0 -1
  210. package/dist/_chunks/libs/is-plain-obj.mjs +0 -1
  211. package/dist/_chunks/libs/isexe.mjs +0 -1
  212. package/dist/_chunks/libs/json5.mjs +0 -14
  213. package/dist/_chunks/libs/khroma.mjs +0 -1
  214. package/dist/_chunks/libs/ky.mjs +0 -3
  215. package/dist/_chunks/libs/langium.mjs +0 -33
  216. package/dist/_chunks/libs/merge-error-cause.mjs +0 -2
  217. package/dist/_chunks/libs/p-limit.mjs +0 -1
  218. package/dist/_chunks/libs/p-queue.mjs +0 -1
  219. package/dist/_chunks/libs/p-timeout.mjs +0 -1
  220. package/dist/_chunks/libs/package-manager-detector.mjs +0 -1
  221. package/dist/_chunks/libs/package-up.mjs +0 -1
  222. package/dist/_chunks/libs/pako.mjs +0 -1
  223. package/dist/_chunks/libs/parse-ms.mjs +0 -1
  224. package/dist/_chunks/libs/pathe.mjs +0 -1
  225. package/dist/_chunks/libs/picomatch.mjs +0 -1
  226. package/dist/_chunks/libs/pretty-ms.mjs +0 -1
  227. package/dist/_chunks/libs/remeda.mjs +0 -2
  228. package/dist/_chunks/libs/safe-stringify.mjs +0 -1
  229. package/dist/_chunks/libs/strip-indent.mjs +0 -1
  230. package/dist/_chunks/libs/tinyrainbow.mjs +0 -1
  231. package/dist/_chunks/libs/ts-graphviz.d.mts +0 -10
  232. package/dist/_chunks/libs/ts-graphviz.mjs +0 -4
  233. package/dist/_chunks/libs/ufo.mjs +0 -1
  234. package/dist/_chunks/libs/unstorage.mjs +0 -1
  235. package/dist/_chunks/libs/vscode-languageserver.mjs +0 -1
  236. package/dist/_chunks/libs/which.mjs +0 -1
  237. package/dist/_chunks/libs/word-wrap.mjs +0 -12
  238. package/dist/_chunks/node.mjs +0 -76
  239. package/dist/_chunks/rolldown-runtime.mjs +0 -1
  240. package/dist/_chunks/sequence.mjs +0 -1
  241. package/dist/_chunks/src.mjs +0 -17
  242. package/dist/_chunks/src2.mjs +0 -499
  243. package/dist/vite-plugin/internal.d.mts +0 -44
  244. package/dist/vite-plugin/internal.mjs +0 -1
@@ -1,1609 +0,0 @@
1
- # Licenses of Bundled Dependencies
2
-
3
- The published artifact additionally contains code with the following licenses:
4
- Apache-2.0, BSD-3-Clause, ISC, MIT, (MIT AND Zlib)
5
-
6
- # Bundled Dependencies
7
-
8
- ## @chevrotain/gast, @chevrotain/regexp-to-ast, @chevrotain/utils, chevrotain
9
-
10
- License: Apache-2.0
11
- Repository: https://github.com/Chevrotain/chevrotain
12
-
13
- License: Apache-2.0
14
- Repository: https://github.com/Chevrotain/chevrotain
15
-
16
- License: Apache-2.0
17
- By: Shahar Soel
18
- Repository: https://github.com/Chevrotain/chevrotain
19
-
20
- License: Apache-2.0
21
- By: Shahar Soel
22
- Repository: https://github.com/Chevrotain/chevrotain
23
-
24
- > Apache License
25
- > Version 2.0, January 2004
26
- > http://www.apache.org/licenses/
27
- >
28
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
29
- >
30
- > 1. Definitions.
31
- >
32
- > "License" shall mean the terms and conditions for use, reproduction,
33
- > and distribution as defined by Sections 1 through 9 of this document.
34
- >
35
- > "Licensor" shall mean the copyright owner or entity authorized by
36
- > the copyright owner that is granting the License.
37
- >
38
- > "Legal Entity" shall mean the union of the acting entity and all
39
- > other entities that control, are controlled by, or are under common
40
- > control with that entity. For the purposes of this definition,
41
- > "control" means (i) the power, direct or indirect, to cause the
42
- > direction or management of such entity, whether by contract or
43
- > otherwise, or (ii) ownership of fifty percent (50%) or more of the
44
- > outstanding shares, or (iii) beneficial ownership of such entity.
45
- >
46
- > "You" (or "Your") shall mean an individual or Legal Entity
47
- > exercising permissions granted by this License.
48
- >
49
- > "Source" form shall mean the preferred form for making modifications,
50
- > including but not limited to software source code, documentation
51
- > source, and configuration files.
52
- >
53
- > "Object" form shall mean any form resulting from mechanical
54
- > transformation or translation of a Source form, including but
55
- > not limited to compiled object code, generated documentation,
56
- > and conversions to other media types.
57
- >
58
- > "Work" shall mean the work of authorship, whether in Source or
59
- > Object form, made available under the License, as indicated by a
60
- > copyright notice that is included in or attached to the work
61
- > (an example is provided in the Appendix below).
62
- >
63
- > "Derivative Works" shall mean any work, whether in Source or Object
64
- > form, that is based on (or derived from) the Work and for which the
65
- > editorial revisions, annotations, elaborations, or other modifications
66
- > represent, as a whole, an original work of authorship. For the purposes
67
- > of this License, Derivative Works shall not include works that remain
68
- > separable from, or merely link (or bind by name) to the interfaces of,
69
- > the Work and Derivative Works thereof.
70
- >
71
- > "Contribution" shall mean any work of authorship, including
72
- > the original version of the Work and any modifications or additions
73
- > to that Work or Derivative Works thereof, that is intentionally
74
- > submitted to Licensor for inclusion in the Work by the copyright owner
75
- > or by an individual or Legal Entity authorized to submit on behalf of
76
- > the copyright owner. For the purposes of this definition, "submitted"
77
- > means any form of electronic, verbal, or written communication sent
78
- > to the Licensor or its representatives, including but not limited to
79
- > communication on electronic mailing lists, source code control systems,
80
- > and issue tracking systems that are managed by, or on behalf of, the
81
- > Licensor for the purpose of discussing and improving the Work, but
82
- > excluding communication that is conspicuously marked or otherwise
83
- > designated in writing by the copyright owner as "Not a Contribution."
84
- >
85
- > "Contributor" shall mean Licensor and any individual or Legal Entity
86
- > on behalf of whom a Contribution has been received by Licensor and
87
- > subsequently incorporated within the Work.
88
- >
89
- > 2. Grant of Copyright License. Subject to the terms and conditions of
90
- > this License, each Contributor hereby grants to You a perpetual,
91
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
92
- > copyright license to reproduce, prepare Derivative Works of,
93
- > publicly display, publicly perform, sublicense, and distribute the
94
- > Work and such Derivative Works in Source or Object form.
95
- >
96
- > 3. Grant of Patent License. Subject to the terms and conditions of
97
- > this License, each Contributor hereby grants to You a perpetual,
98
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
99
- > (except as stated in this section) patent license to make, have made,
100
- > use, offer to sell, sell, import, and otherwise transfer the Work,
101
- > where such license applies only to those patent claims licensable
102
- > by such Contributor that are necessarily infringed by their
103
- > Contribution(s) alone or by combination of their Contribution(s)
104
- > with the Work to which such Contribution(s) was submitted. If You
105
- > institute patent litigation against any entity (including a
106
- > cross-claim or counterclaim in a lawsuit) alleging that the Work
107
- > or a Contribution incorporated within the Work constitutes direct
108
- > or contributory patent infringement, then any patent licenses
109
- > granted to You under this License for that Work shall terminate
110
- > as of the date such litigation is filed.
111
- >
112
- > 4. Redistribution. You may reproduce and distribute copies of the
113
- > Work or Derivative Works thereof in any medium, with or without
114
- > modifications, and in Source or Object form, provided that You
115
- > meet the following conditions:
116
- >
117
- > (a) You must give any other recipients of the Work or
118
- > Derivative Works a copy of this License; and
119
- >
120
- > (b) You must cause any modified files to carry prominent notices
121
- > stating that You changed the files; and
122
- >
123
- > (c) You must retain, in the Source form of any Derivative Works
124
- > that You distribute, all copyright, patent, trademark, and
125
- > attribution notices from the Source form of the Work,
126
- > excluding those notices that do not pertain to any part of
127
- > the Derivative Works; and
128
- >
129
- > (d) If the Work includes a "NOTICE" text file as part of its
130
- > distribution, then any Derivative Works that You distribute must
131
- > include a readable copy of the attribution notices contained
132
- > within such NOTICE file, excluding those notices that do not
133
- > pertain to any part of the Derivative Works, in at least one
134
- > of the following places: within a NOTICE text file distributed
135
- > as part of the Derivative Works; within the Source form or
136
- > documentation, if provided along with the Derivative Works; or,
137
- > within a display generated by the Derivative Works, if and
138
- > wherever such third-party notices normally appear. The contents
139
- > of the NOTICE file are for informational purposes only and
140
- > do not modify the License. You may add Your own attribution
141
- > notices within Derivative Works that You distribute, alongside
142
- > or as an addendum to the NOTICE text from the Work, provided
143
- > that such additional attribution notices cannot be construed
144
- > as modifying the License.
145
- >
146
- > You may add Your own copyright statement to Your modifications and
147
- > may provide additional or different license terms and conditions
148
- > for use, reproduction, or distribution of Your modifications, or
149
- > for any such Derivative Works as a whole, provided Your use,
150
- > reproduction, and distribution of the Work otherwise complies with
151
- > the conditions stated in this License.
152
- >
153
- > 5. Submission of Contributions. Unless You explicitly state otherwise,
154
- > any Contribution intentionally submitted for inclusion in the Work
155
- > by You to the Licensor shall be under the terms and conditions of
156
- > this License, without any additional terms or conditions.
157
- > Notwithstanding the above, nothing herein shall supersede or modify
158
- > the terms of any separate license agreement you may have executed
159
- > with Licensor regarding such Contributions.
160
- >
161
- > 6. Trademarks. This License does not grant permission to use the trade
162
- > names, trademarks, service marks, or product names of the Licensor,
163
- > except as required for reasonable and customary use in describing the
164
- > origin of the Work and reproducing the content of the NOTICE file.
165
- >
166
- > 7. Disclaimer of Warranty. Unless required by applicable law or
167
- > agreed to in writing, Licensor provides the Work (and each
168
- > Contributor provides its Contributions) on an "AS IS" BASIS,
169
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
170
- > implied, including, without limitation, any warranties or conditions
171
- > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
172
- > PARTICULAR PURPOSE. You are solely responsible for determining the
173
- > appropriateness of using or redistributing the Work and assume any
174
- > risks associated with Your exercise of permissions under this License.
175
- >
176
- > 8. Limitation of Liability. In no event and under no legal theory,
177
- > whether in tort (including negligence), contract, or otherwise,
178
- > unless required by applicable law (such as deliberate and grossly
179
- > negligent acts) or agreed to in writing, shall any Contributor be
180
- > liable to You for damages, including any direct, indirect, special,
181
- > incidental, or consequential damages of any character arising as a
182
- > result of this License or out of the use or inability to use the
183
- > Work (including but not limited to damages for loss of goodwill,
184
- > work stoppage, computer failure or malfunction, or any and all
185
- > other commercial damages or losses), even if such Contributor
186
- > has been advised of the possibility of such damages.
187
- >
188
- > 9. Accepting Warranty or Additional Liability. While redistributing
189
- > the Work or Derivative Works thereof, You may choose to offer,
190
- > and charge a fee for, acceptance of support, warranty, indemnity,
191
- > or other liability obligations and/or rights consistent with this
192
- > License. However, in accepting such obligations, You may act only
193
- > on Your own behalf and on Your sole responsibility, not on behalf
194
- > of any other Contributor, and only if You agree to indemnify,
195
- > defend, and hold each Contributor harmless for any liability
196
- > incurred by, or claims asserted against, such Contributor by reason
197
- > of your accepting any such warranty or additional liability.
198
- >
199
- > END OF TERMS AND CONDITIONS
200
- >
201
- > APPENDIX: How to apply the Apache License to your work.
202
- >
203
- > To apply the Apache License to your work, attach the following
204
- > boilerplate notice, with the fields enclosed by brackets "[]"
205
- > replaced with your own identifying information. (Don't include
206
- > the brackets!) The text should be enclosed in the appropriate
207
- > comment syntax for the file format. We also recommend that a
208
- > file or class name and description of purpose be included on the
209
- > same "printed page" as the copyright notice for easier
210
- > identification within third-party archives.
211
- >
212
- > Copyright [yyyy] [name of copyright owner]
213
- >
214
- > Licensed under the Apache License, Version 2.0 (the "License");
215
- > you may not use this file except in compliance with the License.
216
- > You may obtain a copy of the License at
217
- >
218
- > http://www.apache.org/licenses/LICENSE-2.0
219
- >
220
- > Unless required by applicable law or agreed to in writing, software
221
- > distributed under the License is distributed on an "AS IS" BASIS,
222
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
223
- > See the License for the specific language governing permissions and
224
- > limitations under the License.
225
-
226
- ---------------------------------------
227
-
228
- ## @hono/mcp
229
-
230
- License: MIT
231
- Repository: https://github.com/honojs/middleware
232
-
233
- ---------------------------------------
234
-
235
- ## @hono/node-server
236
-
237
- License: MIT
238
- By: Yusuke Wada
239
- Repository: https://github.com/honojs/node-server
240
-
241
- > MIT License
242
- >
243
- > Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
244
- >
245
- > Permission is hereby granted, free of charge, to any person obtaining a copy
246
- > of this software and associated documentation files (the "Software"), to deal
247
- > in the Software without restriction, including without limitation the rights
248
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
249
- > copies of the Software, and to permit persons to whom the Software is
250
- > furnished to do so, subject to the following conditions:
251
- >
252
- > The above copyright notice and this permission notice shall be included in all
253
- > copies or substantial portions of the Software.
254
- >
255
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
256
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
257
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
258
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
259
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
260
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
261
- > SOFTWARE.
262
-
263
- ---------------------------------------
264
-
265
- ## @likec4/config, @likec4/generators, @likec4/language-services, @likec4/layouts, @likec4/log, @likec4/mcp
266
-
267
- License: MIT
268
- By: Denis Davydkov
269
- Repositories: https://github.com/likec4/likec4, https://github.com/likec4/likec4, https://github.com/likec4/likec4, https://github.com/likec4/likec4, https://github.com/likec4/likec4, https://github.com/likec4/likec4
270
-
271
- > MIT License
272
- >
273
- > Copyright (c) 2023-2026 Denis Davydkov
274
- >
275
- > Permission is hereby granted, free of charge, to any person obtaining a copy
276
- > of this software and associated documentation files (the "Software"), to deal
277
- > in the Software without restriction, including without limitation the rights
278
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
279
- > copies of the Software, and to permit persons to whom the Software is
280
- > furnished to do so, subject to the following conditions:
281
- >
282
- > The above copyright notice and this permission notice shall be included in all
283
- > copies or substantial portions of the Software.
284
- >
285
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
286
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
287
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
288
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
289
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
290
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
291
- > SOFTWARE.
292
-
293
- ---------------------------------------
294
-
295
- ## @likec4/language-server
296
-
297
- License: MIT
298
- By: Denis Davydkov
299
- Repository: https://github.com/likec4/likec4
300
-
301
- ---------------------------------------
302
-
303
- ## @likec4/leanix-bridge
304
-
305
- License: MIT
306
- By: Denis Davydkov
307
- Repository: https://github.com/likec4/likec4
308
-
309
- ---------------------------------------
310
-
311
- ## @logtape/logtape
312
-
313
- License: MIT
314
- By: Hong Minhee
315
- Repository: https://github.com/dahlia/logtape
316
-
317
- > MIT License
318
- >
319
- > Copyright 2024–2025 Hong Minhee
320
- >
321
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
322
- > this software and associated documentation files (the "Software"), to deal in
323
- > the Software without restriction, including without limitation the rights to
324
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
325
- > the Software, and to permit persons to whom the Software is furnished to do so,
326
- > subject to the following conditions:
327
- >
328
- > The above copyright notice and this permission notice shall be included in all
329
- > copies or substantial portions of the Software.
330
- >
331
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
332
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
333
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
334
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
335
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
336
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
337
-
338
- ---------------------------------------
339
-
340
- ## @lume/kiwi
341
-
342
- License: BSD-3-Clause
343
- Repository: https://github.com/lume/kiwi
344
-
345
- ---------------------------------------
346
-
347
- ## @modelcontextprotocol/sdk
348
-
349
- License: MIT
350
- By: Anthropic, PBC
351
- Repository: https://github.com/modelcontextprotocol/typescript-sdk
352
-
353
- > MIT License
354
- >
355
- > Copyright (c) 2024 Anthropic, PBC
356
- >
357
- > Permission is hereby granted, free of charge, to any person obtaining a copy
358
- > of this software and associated documentation files (the "Software"), to deal
359
- > in the Software without restriction, including without limitation the rights
360
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
361
- > copies of the Software, and to permit persons to whom the Software is
362
- > furnished to do so, subject to the following conditions:
363
- >
364
- > The above copyright notice and this permission notice shall be included in all
365
- > copies or substantial portions of the Software.
366
- >
367
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
368
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
369
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
370
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
371
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
372
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
373
- > SOFTWARE.
374
-
375
- ---------------------------------------
376
-
377
- ## @nanostores/react, nanostores
378
-
379
- License: MIT
380
- By: Andrey Sitnik
381
- Repositories: https://github.com/nanostores/react, https://github.com/nanostores/nanostores
382
-
383
- > The MIT License (MIT)
384
- >
385
- > Copyright 2020 Andrey Sitnik <andrey@sitnik.ru>
386
- >
387
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
388
- > this software and associated documentation files (the "Software"), to deal in
389
- > the Software without restriction, including without limitation the rights to
390
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
391
- > the Software, and to permit persons to whom the Software is furnished to do so,
392
- > subject to the following conditions:
393
- >
394
- > The above copyright notice and this permission notice shall be included in all
395
- > copies or substantial portions of the Software.
396
- >
397
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
398
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
399
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
400
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
401
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
402
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
403
-
404
- ---------------------------------------
405
-
406
- ## ajv
407
-
408
- License: MIT
409
- By: Evgeny Poberezkin
410
- Repository: https://github.com/ajv-validator/ajv
411
-
412
- > The MIT License (MIT)
413
- >
414
- > Copyright (c) 2015-2021 Evgeny Poberezkin
415
- >
416
- > Permission is hereby granted, free of charge, to any person obtaining a copy
417
- > of this software and associated documentation files (the "Software"), to deal
418
- > in the Software without restriction, including without limitation the rights
419
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
420
- > copies of the Software, and to permit persons to whom the Software is
421
- > furnished to do so, subject to the following conditions:
422
- >
423
- > The above copyright notice and this permission notice shall be included in all
424
- > copies or substantial portions of the Software.
425
- >
426
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
427
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
428
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
429
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
430
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
431
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
432
- > SOFTWARE.
433
-
434
- ---------------------------------------
435
-
436
- ## ajv-formats
437
-
438
- License: MIT
439
- By: Evgeny Poberezkin
440
- Repository: https://github.com/ajv-validator/ajv-formats
441
-
442
- > MIT License
443
- >
444
- > Copyright (c) 2020 Evgeny Poberezkin
445
- >
446
- > Permission is hereby granted, free of charge, to any person obtaining a copy
447
- > of this software and associated documentation files (the "Software"), to deal
448
- > in the Software without restriction, including without limitation the rights
449
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
450
- > copies of the Software, and to permit persons to whom the Software is
451
- > furnished to do so, subject to the following conditions:
452
- >
453
- > The above copyright notice and this permission notice shall be included in all
454
- > copies or substantial portions of the Software.
455
- >
456
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
457
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
458
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
459
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
460
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
461
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
462
- > SOFTWARE.
463
-
464
- ---------------------------------------
465
-
466
- ## ansi-align
467
-
468
- License: ISC
469
- By: nexdrew
470
- Repository: https://github.com/nexdrew/ansi-align
471
-
472
- > Copyright (c) 2016, Contributors
473
- >
474
- > Permission to use, copy, modify, and/or distribute this software for any purpose
475
- > with or without fee is hereby granted, provided that the above copyright notice
476
- > and this permission notice appear in all copies.
477
- >
478
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
479
- > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
480
- > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
481
- > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
482
- > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
483
- > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
484
- > THIS SOFTWARE.
485
-
486
- ---------------------------------------
487
-
488
- ## ansi-regex, is-fullwidth-code-point, string-width, strip-ansi
489
-
490
- License: MIT
491
- By: Sindre Sorhus
492
- Repositories: https://github.com/chalk/ansi-regex, https://github.com/sindresorhus/is-fullwidth-code-point, https://github.com/sindresorhus/string-width, https://github.com/chalk/strip-ansi
493
-
494
- > MIT License
495
- >
496
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
497
- >
498
- > 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:
499
- >
500
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
501
- >
502
- > 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.
503
-
504
- ---------------------------------------
505
-
506
- ## ansi-styles, boxen, camelcase, chalk, cli-boxes, conf, debounce-fn, dot-prop, env-paths, find-up-simple, get-east-asian-width, get-port, is-docker, is-inside-container, is-plain-obj, ky, mimic-function, p-limit, p-queue, p-timeout, package-up, parse-ms, pretty-ms, safe-stringify, strip-indent, uint8array-extras, widest-line, wrap-ansi, yocto-queue
507
-
508
- License: MIT
509
- By: Sindre Sorhus
510
- Repository: https://github.com/chalk/ansi-styles
511
-
512
- License: MIT
513
- By: Sindre Sorhus
514
- Repository: https://github.com/sindresorhus/boxen
515
-
516
- License: MIT
517
- By: Sindre Sorhus
518
- Repository: https://github.com/sindresorhus/camelcase
519
-
520
- License: MIT
521
- Repository: https://github.com/chalk/chalk
522
-
523
- License: MIT
524
- By: Sindre Sorhus
525
- Repository: https://github.com/sindresorhus/cli-boxes
526
-
527
- License: MIT
528
- By: Sindre Sorhus
529
- Repository: https://github.com/sindresorhus/conf
530
-
531
- License: MIT
532
- By: Sindre Sorhus
533
- Repository: https://github.com/sindresorhus/debounce-fn
534
-
535
- License: MIT
536
- By: Sindre Sorhus
537
- Repository: https://github.com/sindresorhus/dot-prop
538
-
539
- License: MIT
540
- By: Sindre Sorhus
541
- Repository: https://github.com/sindresorhus/env-paths
542
-
543
- License: MIT
544
- By: Sindre Sorhus
545
- Repository: https://github.com/sindresorhus/find-up-simple
546
-
547
- License: MIT
548
- By: Sindre Sorhus
549
- Repository: https://github.com/sindresorhus/get-east-asian-width
550
-
551
- License: MIT
552
- By: Sindre Sorhus
553
- Repository: https://github.com/sindresorhus/get-port
554
-
555
- License: MIT
556
- By: Sindre Sorhus
557
- Repository: https://github.com/sindresorhus/is-docker
558
-
559
- License: MIT
560
- By: Sindre Sorhus
561
- Repository: https://github.com/sindresorhus/is-inside-container
562
-
563
- License: MIT
564
- By: Sindre Sorhus
565
- Repository: https://github.com/sindresorhus/is-plain-obj
566
-
567
- License: MIT
568
- By: Sindre Sorhus
569
- Repository: https://github.com/sindresorhus/ky
570
-
571
- License: MIT
572
- By: Sindre Sorhus
573
- Repository: https://github.com/sindresorhus/mimic-function
574
-
575
- License: MIT
576
- By: Sindre Sorhus
577
- Repository: https://github.com/sindresorhus/p-limit
578
-
579
- License: MIT
580
- Repository: https://github.com/sindresorhus/p-queue
581
-
582
- License: MIT
583
- By: Sindre Sorhus
584
- Repository: https://github.com/sindresorhus/p-timeout
585
-
586
- License: MIT
587
- By: Sindre Sorhus
588
- Repository: https://github.com/sindresorhus/package-up
589
-
590
- License: MIT
591
- By: Sindre Sorhus
592
- Repository: https://github.com/sindresorhus/parse-ms
593
-
594
- License: MIT
595
- By: Sindre Sorhus
596
- Repository: https://github.com/sindresorhus/pretty-ms
597
-
598
- License: MIT
599
- By: Sindre Sorhus
600
- Repository: https://github.com/sindresorhus/safe-stringify
601
-
602
- License: MIT
603
- By: Sindre Sorhus
604
- Repository: https://github.com/sindresorhus/strip-indent
605
-
606
- License: MIT
607
- By: Sindre Sorhus
608
- Repository: https://github.com/sindresorhus/uint8array-extras
609
-
610
- License: MIT
611
- By: Sindre Sorhus
612
- Repository: https://github.com/sindresorhus/widest-line
613
-
614
- License: MIT
615
- By: Sindre Sorhus
616
- Repository: https://github.com/chalk/wrap-ansi
617
-
618
- License: MIT
619
- By: Sindre Sorhus
620
- Repository: https://github.com/sindresorhus/yocto-queue
621
-
622
- > MIT License
623
- >
624
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
625
- >
626
- > 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:
627
- >
628
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
629
- >
630
- > 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.
631
-
632
- ---------------------------------------
633
-
634
- ## atomically
635
-
636
- Repository: https://github.com/fabiospampinato/atomically
637
-
638
- > The MIT License (MIT)
639
- >
640
- > Copyright (c) 2020-present Fabio Spampinato
641
- >
642
- > Permission is hereby granted, free of charge, to any person obtaining a
643
- > copy of this software and associated documentation files (the "Software"),
644
- > to deal in the Software without restriction, including without limitation
645
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
646
- > and/or sell copies of the Software, and to permit persons to whom the
647
- > Software is furnished to do so, subject to the following conditions:
648
- >
649
- > The above copyright notice and this permission notice shall be included in
650
- > all copies or substantial portions of the Software.
651
- >
652
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
653
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
654
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
655
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
656
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
657
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
658
- > DEALINGS IN THE SOFTWARE.
659
-
660
- ---------------------------------------
661
-
662
- ## birpc
663
-
664
- License: MIT
665
- By: Anthony Fu
666
- Repository: https://github.com/antfu-collective/birpc
667
-
668
- > MIT License
669
- >
670
- > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
671
- >
672
- > Permission is hereby granted, free of charge, to any person obtaining a copy
673
- > of this software and associated documentation files (the "Software"), to deal
674
- > in the Software without restriction, including without limitation the rights
675
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
676
- > copies of the Software, and to permit persons to whom the Software is
677
- > furnished to do so, subject to the following conditions:
678
- >
679
- > The above copyright notice and this permission notice shall be included in all
680
- > copies or substantial portions of the Software.
681
- >
682
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
683
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
684
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
685
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
686
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
687
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
688
- > SOFTWARE.
689
-
690
- ---------------------------------------
691
-
692
- ## chevrotain-allstar
693
-
694
- License: MIT
695
- By: TypeFox
696
- Repository: https://github.com/langium/chevrotain-allstar
697
-
698
- > Copyright 2022 TypeFox GmbH
699
- >
700
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
701
- > associated documentation files (the "Software"), to deal in the Software without restriction,
702
- > including without limitation the rights to use, copy, modify, merge, publish, distribute,
703
- > sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
704
- > furnished to do so, subject to the following conditions:
705
- >
706
- > The above copyright notice and this permission notice shall be included in all copies or
707
- > substantial portions of the Software.
708
- >
709
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
710
- > BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
711
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
712
- > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
713
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
714
-
715
- ---------------------------------------
716
-
717
- ## defu, destr, ufo, unstorage
718
-
719
- License: MIT
720
- Repositories: https://github.com/unjs/defu, https://github.com/unjs/destr, https://github.com/unjs/ufo, https://github.com/unjs/unstorage
721
-
722
- > MIT License
723
- >
724
- > Copyright (c) Pooya Parsa <pooya@pi0.io>
725
- >
726
- > Permission is hereby granted, free of charge, to any person obtaining a copy
727
- > of this software and associated documentation files (the "Software"), to deal
728
- > in the Software without restriction, including without limitation the rights
729
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
730
- > copies of the Software, and to permit persons to whom the Software is
731
- > furnished to do so, subject to the following conditions:
732
- >
733
- > The above copyright notice and this permission notice shall be included in all
734
- > copies or substantial portions of the Software.
735
- >
736
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
737
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
738
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
739
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
740
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
741
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
742
- > SOFTWARE.
743
-
744
- ---------------------------------------
745
-
746
- ## emoji-regex
747
-
748
- License: MIT
749
- By: Mathias Bynens
750
- Repository: https://github.com/mathiasbynens/emoji-regex
751
-
752
- > Copyright Mathias Bynens <https://mathiasbynens.be/>
753
- >
754
- > Permission is hereby granted, free of charge, to any person obtaining
755
- > a copy of this software and associated documentation files (the
756
- > "Software"), to deal in the Software without restriction, including
757
- > without limitation the rights to use, copy, modify, merge, publish,
758
- > distribute, sublicense, and/or sell copies of the Software, and to
759
- > permit persons to whom the Software is furnished to do so, subject to
760
- > the following conditions:
761
- >
762
- > The above copyright notice and this permission notice shall be
763
- > included in all copies or substantial portions of the Software.
764
- >
765
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
766
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
767
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
768
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
769
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
770
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
771
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
772
-
773
- ---------------------------------------
774
-
775
- ## esm-env
776
-
777
- License: MIT
778
- By: Ben McCann
779
- Repository: https://github.com/benmccann/esm-env
780
-
781
- > Copyright 2022 Benjamin McCann
782
- >
783
- > 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:
784
- >
785
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
786
- >
787
- > 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.
788
-
789
- ---------------------------------------
790
-
791
- ## eventemitter3
792
-
793
- License: MIT
794
- By: Arnout Kazemier
795
- Repository: https://github.com/primus/eventemitter3
796
-
797
- > The MIT License (MIT)
798
- >
799
- > Copyright (c) 2014 Arnout Kazemier
800
- >
801
- > Permission is hereby granted, free of charge, to any person obtaining a copy
802
- > of this software and associated documentation files (the "Software"), to deal
803
- > in the Software without restriction, including without limitation the rights
804
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
805
- > copies of the Software, and to permit persons to whom the Software is
806
- > furnished to do so, subject to the following conditions:
807
- >
808
- > The above copyright notice and this permission notice shall be included in all
809
- > copies or substantial portions of the Software.
810
- >
811
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
812
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
813
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
814
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
815
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
816
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
817
- > SOFTWARE.
818
-
819
- ---------------------------------------
820
-
821
- ## fast-deep-equal, json-schema-traverse
822
-
823
- License: MIT
824
- By: Evgeny Poberezkin
825
- Repositories: https://github.com/epoberezkin/fast-deep-equal, https://github.com/epoberezkin/json-schema-traverse
826
-
827
- > MIT License
828
- >
829
- > Copyright (c) 2017 Evgeny Poberezkin
830
- >
831
- > Permission is hereby granted, free of charge, to any person obtaining a copy
832
- > of this software and associated documentation files (the "Software"), to deal
833
- > in the Software without restriction, including without limitation the rights
834
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
835
- > copies of the Software, and to permit persons to whom the Software is
836
- > furnished to do so, subject to the following conditions:
837
- >
838
- > The above copyright notice and this permission notice shall be included in all
839
- > copies or substantial portions of the Software.
840
- >
841
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
842
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
843
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
844
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
845
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
846
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
847
- > SOFTWARE.
848
-
849
- ---------------------------------------
850
-
851
- ## fast-equals
852
-
853
- License: MIT
854
- By: Tony Quetano
855
- Repository: https://github.com/planttheidea/fast-equals
856
-
857
- > MIT License
858
- >
859
- > Copyright (c) 2025 Tony Quetano
860
- >
861
- > Permission is hereby granted, free of charge, to any person obtaining a copy
862
- > of this software and associated documentation files (the "Software"), to deal
863
- > in the Software without restriction, including without limitation the rights
864
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
865
- > copies of the Software, and to permit persons to whom the Software is
866
- > furnished to do so, subject to the following conditions:
867
- >
868
- > The above copyright notice and this permission notice shall be included in all
869
- > copies or substantial portions of the Software.
870
- >
871
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
872
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
873
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
874
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
875
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
876
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
877
- > SOFTWARE.
878
-
879
- ---------------------------------------
880
-
881
- ## fast-uri
882
-
883
- License: BSD-3-Clause
884
- By: Vincent Le Goff, Matteo Collina, Gürgün Dayıoğlu, Aras Abbasi, Frazer Smith
885
- Repository: https://github.com/fastify/fast-uri
886
-
887
- > Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
888
- > Copyright (c) 2021-present The Fastify team
889
- > All rights reserved.
890
- >
891
- > The Fastify team members are listed at https://github.com/fastify/fastify#team.
892
- >
893
- > Redistribution and use in source and binary forms, with or without
894
- > modification, are permitted provided that the following conditions are met:
895
- > * Redistributions of source code must retain the above copyright
896
- > notice, this list of conditions and the following disclaimer.
897
- > * Redistributions in binary form must reproduce the above copyright
898
- > notice, this list of conditions and the following disclaimer in the
899
- > documentation and/or other materials provided with the distribution.
900
- > * The names of any contributors may not be used to endorse or promote
901
- > products derived from this software without specific prior written
902
- > permission.
903
- >
904
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
905
- > ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
906
- > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
907
- > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
908
- > DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
909
- > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
910
- > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
911
- > ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
912
- > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
913
- > SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
914
- >
915
- > * * *
916
- >
917
- > The complete list of contributors can be found at:
918
- > - https://github.com/garycourt/uri-js/graphs/contributors
919
-
920
- ---------------------------------------
921
-
922
- ## hono
923
-
924
- License: MIT
925
- By: Yusuke Wada
926
- Repository: https://github.com/honojs/hono
927
-
928
- > MIT License
929
- >
930
- > Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
931
- >
932
- > Permission is hereby granted, free of charge, to any person obtaining a copy
933
- > of this software and associated documentation files (the "Software"), to deal
934
- > in the Software without restriction, including without limitation the rights
935
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
936
- > copies of the Software, and to permit persons to whom the Software is
937
- > furnished to do so, subject to the following conditions:
938
- >
939
- > The above copyright notice and this permission notice shall be included in all
940
- > copies or substantial portions of the Software.
941
- >
942
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
943
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
944
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
945
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
946
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
947
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
948
- > SOFTWARE.
949
-
950
- ---------------------------------------
951
-
952
- ## is-error-instance
953
-
954
- License: MIT
955
- By: ehmicky
956
- Repository: https://github.com/ehmicky/is-error-instance
957
-
958
- > Copyright © 2024 ehmicky
959
- >
960
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
961
- > this software and associated documentation files (the “Software”), to deal in
962
- > the Software without restriction, including without limitation the rights to
963
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
964
- > the Software, and to permit persons to whom the Software is furnished to do so,
965
- > subject to the following conditions:
966
- >
967
- > The above copyright notice and this permission notice shall be included in all
968
- > copies or substantial portions of the Software.
969
- >
970
- > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
971
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
972
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
973
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
974
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
975
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
976
-
977
- ---------------------------------------
978
-
979
- ## isexe
980
-
981
- License: ISC
982
- By: Isaac Z. Schlueter
983
- Repository: https://github.com/isaacs/isexe
984
-
985
- > The ISC License
986
- >
987
- > Copyright (c) 2016-2022 Isaac Z. Schlueter and Contributors
988
- >
989
- > Permission to use, copy, modify, and/or distribute this software for any
990
- > purpose with or without fee is hereby granted, provided that the above
991
- > copyright notice and this permission notice appear in all copies.
992
- >
993
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
994
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
995
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
996
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
997
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
998
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
999
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1000
-
1001
- ---------------------------------------
1002
-
1003
- ## json5
1004
-
1005
- License: MIT
1006
- By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
1007
- Repository: https://github.com/json5/json5
1008
-
1009
- > MIT License
1010
- >
1011
- > Copyright (c) 2012-2018 Aseem Kishore, and [others].
1012
- >
1013
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1014
- > of this software and associated documentation files (the "Software"), to deal
1015
- > in the Software without restriction, including without limitation the rights
1016
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1017
- > copies of the Software, and to permit persons to whom the Software is
1018
- > furnished to do so, subject to the following conditions:
1019
- >
1020
- > The above copyright notice and this permission notice shall be included in all
1021
- > copies or substantial portions of the Software.
1022
- >
1023
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1024
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1025
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1026
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1027
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1028
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1029
- > SOFTWARE.
1030
- >
1031
- > [others]: https://github.com/json5/json5/contributors
1032
-
1033
- ---------------------------------------
1034
-
1035
- ## khroma
1036
-
1037
- Repository: https://github.com/fabiospampinato/khroma
1038
-
1039
- > The MIT License (MIT)
1040
- >
1041
- > Copyright (c) 2019-present Fabio Spampinato, Andrew Maney
1042
- >
1043
- > Permission is hereby granted, free of charge, to any person obtaining a
1044
- > copy of this software and associated documentation files (the "Software"),
1045
- > to deal in the Software without restriction, including without limitation
1046
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1047
- > and/or sell copies of the Software, and to permit persons to whom the
1048
- > Software is furnished to do so, subject to the following conditions:
1049
- >
1050
- > The above copyright notice and this permission notice shall be included in
1051
- > all copies or substantial portions of the Software.
1052
- >
1053
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1054
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1055
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1056
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1057
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1058
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1059
- > DEALINGS IN THE SOFTWARE.
1060
-
1061
- ---------------------------------------
1062
-
1063
- ## langium
1064
-
1065
- License: MIT
1066
- By: TypeFox
1067
- Repository: https://github.com/eclipse-langium/langium
1068
-
1069
- > Copyright 2021 TypeFox GmbH
1070
- >
1071
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
1072
- > associated documentation files (the "Software"), to deal in the Software without restriction,
1073
- > including without limitation the rights to use, copy, modify, merge, publish, distribute,
1074
- > sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1075
- > furnished to do so, subject to the following conditions:
1076
- >
1077
- > The above copyright notice and this permission notice shall be included in all copies or
1078
- > substantial portions of the Software.
1079
- >
1080
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
1081
- > BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1082
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1083
- > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1084
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1085
-
1086
- ---------------------------------------
1087
-
1088
- ## lodash-es
1089
-
1090
- License: MIT
1091
- By: John-David Dalton, Mathias Bynens
1092
- Repository: https://github.com/lodash/lodash
1093
-
1094
- > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1095
- >
1096
- > Based on Underscore.js, copyright Jeremy Ashkenas,
1097
- > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1098
- >
1099
- > This software consists of voluntary contributions made by many
1100
- > individuals. For exact contribution history, see the revision history
1101
- > available at https://github.com/lodash/lodash
1102
- >
1103
- > The following license applies to all parts of this software except as
1104
- > documented below:
1105
- >
1106
- > ====
1107
- >
1108
- > Permission is hereby granted, free of charge, to any person obtaining
1109
- > a copy of this software and associated documentation files (the
1110
- > "Software"), to deal in the Software without restriction, including
1111
- > without limitation the rights to use, copy, modify, merge, publish,
1112
- > distribute, sublicense, and/or sell copies of the Software, and to
1113
- > permit persons to whom the Software is furnished to do so, subject to
1114
- > the following conditions:
1115
- >
1116
- > The above copyright notice and this permission notice shall be
1117
- > included in all copies or substantial portions of the Software.
1118
- >
1119
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1120
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1121
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1122
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1123
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1124
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1125
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1126
- >
1127
- > ====
1128
- >
1129
- > Copyright and related rights for sample code are waived via CC0. Sample
1130
- > code is defined as all source code displayed within the prose of the
1131
- > documentation.
1132
- >
1133
- > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1134
- >
1135
- > ====
1136
- >
1137
- > Files located in the node_modules and vendor directories are externally
1138
- > maintained libraries used by this software which have their own
1139
- > licenses; we recommend you read them, as their terms may differ from the
1140
- > terms above.
1141
-
1142
- ---------------------------------------
1143
-
1144
- ## merge-error-cause, normalize-exception, redefine-property, set-error-class, set-error-message, set-error-props, wrap-error-message
1145
-
1146
- License: MIT
1147
- By: ehmicky
1148
- Repositories: https://github.com/ehmicky/merge-error-cause, https://github.com/ehmicky/normalize-exception, https://github.com/ehmicky/redefine-property, https://github.com/ehmicky/set-error-class, https://github.com/ehmicky/set-error-message, https://github.com/ehmicky/set-error-props, https://github.com/ehmicky/wrap-error-message
1149
-
1150
- > Copyright © 2025 ehmicky
1151
- >
1152
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
1153
- > this software and associated documentation files (the “Software”), to deal in
1154
- > the Software without restriction, including without limitation the rights to
1155
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1156
- > the Software, and to permit persons to whom the Software is furnished to do so,
1157
- > subject to the following conditions:
1158
- >
1159
- > The above copyright notice and this permission notice shall be included in all
1160
- > copies or substantial portions of the Software.
1161
- >
1162
- > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1163
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1164
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1165
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1166
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1167
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1168
-
1169
- ---------------------------------------
1170
-
1171
- ## package-manager-detector
1172
-
1173
- License: MIT
1174
- By: Anthony Fu
1175
- Repository: https://github.com/antfu-collective/package-manager-detector
1176
-
1177
- > MIT License
1178
- >
1179
- > Copyright (c) 2020-PRESENT Anthony Fu <https://github.com/antfu>
1180
- >
1181
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1182
- > of this software and associated documentation files (the "Software"), to deal
1183
- > in the Software without restriction, including without limitation the rights
1184
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1185
- > copies of the Software, and to permit persons to whom the Software is
1186
- > furnished to do so, subject to the following conditions:
1187
- >
1188
- > The above copyright notice and this permission notice shall be included in all
1189
- > copies or substantial portions of the Software.
1190
- >
1191
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1192
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1193
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1194
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1195
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1196
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1197
- > SOFTWARE.
1198
-
1199
- ---------------------------------------
1200
-
1201
- ## pako
1202
-
1203
- License: (MIT AND Zlib)
1204
- By: Andrei Tuputcyn, Vitaly Puzrin, Friedel Ziegelmayer, Kirill Efimov, Jean-loup Gailly, Mark Adler
1205
- Repository: https://github.com/nodeca/pako
1206
-
1207
- > (The MIT License)
1208
- >
1209
- > Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
1210
- >
1211
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1212
- > of this software and associated documentation files (the "Software"), to deal
1213
- > in the Software without restriction, including without limitation the rights
1214
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1215
- > copies of the Software, and to permit persons to whom the Software is
1216
- > furnished to do so, subject to the following conditions:
1217
- >
1218
- > The above copyright notice and this permission notice shall be included in
1219
- > all copies or substantial portions of the Software.
1220
- >
1221
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1222
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1223
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1224
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1225
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1226
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1227
- > THE SOFTWARE.
1228
-
1229
- ---------------------------------------
1230
-
1231
- ## pathe
1232
-
1233
- License: MIT
1234
- Repository: https://github.com/unjs/pathe
1235
-
1236
- > MIT License
1237
- >
1238
- > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
1239
- >
1240
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1241
- > of this software and associated documentation files (the "Software"), to deal
1242
- > in the Software without restriction, including without limitation the rights
1243
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1244
- > copies of the Software, and to permit persons to whom the Software is
1245
- > furnished to do so, subject to the following conditions:
1246
- >
1247
- > The above copyright notice and this permission notice shall be included in all
1248
- > copies or substantial portions of the Software.
1249
- >
1250
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1251
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1252
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1253
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1254
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1255
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1256
- > SOFTWARE.
1257
- >
1258
- > ---
1259
- >
1260
- > Copyright Joyent, Inc. and other Node contributors.
1261
- >
1262
- > Permission is hereby granted, free of charge, to any person obtaining a
1263
- > copy of this software and associated documentation files (the
1264
- > "Software"), to deal in the Software without restriction, including
1265
- > without limitation the rights to use, copy, modify, merge, publish,
1266
- > distribute, sublicense, and/or sell copies of the Software, and to permit
1267
- > persons to whom the Software is furnished to do so, subject to the
1268
- > following conditions:
1269
- >
1270
- > The above copyright notice and this permission notice shall be included
1271
- > in all copies or substantial portions of the Software.
1272
- >
1273
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1274
- > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1275
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1276
- > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1277
- > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1278
- > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1279
- > USE OR OTHER DEALINGS IN THE SOFTWARE.
1280
- >
1281
- > ---
1282
- >
1283
- > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
1284
- >
1285
- > The MIT License (MIT)
1286
- >
1287
- > Copyright (c) 2023-present Fabio Spampinato
1288
- >
1289
- > Permission is hereby granted, free of charge, to any person obtaining a
1290
- > copy of this software and associated documentation files (the "Software"),
1291
- > to deal in the Software without restriction, including without limitation
1292
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1293
- > and/or sell copies of the Software, and to permit persons to whom the
1294
- > Software is furnished to do so, subject to the following conditions:
1295
- >
1296
- > The above copyright notice and this permission notice shall be included in
1297
- > all copies or substantial portions of the Software.
1298
- >
1299
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1300
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1301
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1302
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1303
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1304
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1305
- > DEALINGS IN THE SOFTWARE.
1306
-
1307
- ---------------------------------------
1308
-
1309
- ## picomatch
1310
-
1311
- License: MIT
1312
- By: Jon Schlinkert
1313
- Repository: https://github.com/micromatch/picomatch
1314
-
1315
- > The MIT License (MIT)
1316
- >
1317
- > Copyright (c) 2017-present, Jon Schlinkert.
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
1327
- > all 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
1335
- > THE SOFTWARE.
1336
-
1337
- ---------------------------------------
1338
-
1339
- ## pkce-challenge
1340
-
1341
- License: MIT
1342
- By: crouchcd
1343
- Repository: https://github.com/crouchcd/pkce-challenge
1344
-
1345
- > MIT License
1346
- >
1347
- > Copyright (c) 2019
1348
- >
1349
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1350
- > of this software and associated documentation files (the "Software"), to deal
1351
- > in the Software without restriction, including without limitation the rights
1352
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1353
- > copies of the Software, and to permit persons to whom the Software is
1354
- > furnished to do so, subject to the following conditions:
1355
- >
1356
- > The above copyright notice and this permission notice shall be included in all
1357
- > copies or substantial portions of the Software.
1358
- >
1359
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1360
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1361
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1362
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1363
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1364
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1365
- > SOFTWARE.
1366
-
1367
- ---------------------------------------
1368
-
1369
- ## remeda
1370
-
1371
- License: MIT
1372
- By: Łukasz Sentkiewicz
1373
- Repository: https://github.com/remeda/remeda
1374
-
1375
- ---------------------------------------
1376
-
1377
- ## semver, which
1378
-
1379
- License: ISC
1380
- By: GitHub Inc.
1381
- Repositories: https://github.com/npm/node-semver, https://github.com/npm/node-which
1382
-
1383
- > The ISC License
1384
- >
1385
- > Copyright (c) Isaac Z. Schlueter and Contributors
1386
- >
1387
- > Permission to use, copy, modify, and/or distribute this software for any
1388
- > purpose with or without fee is hereby granted, provided that the above
1389
- > copyright notice and this permission notice appear in all copies.
1390
- >
1391
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1392
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1393
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1394
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1395
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1396
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1397
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1398
-
1399
- ---------------------------------------
1400
-
1401
- ## stubborn-fs, when-exit
1402
-
1403
- Repository: https://github.com/fabiospampinato/stubborn-fs
1404
-
1405
- License: MIT
1406
- Repository: https://github.com/fabiospampinato/when-exit
1407
-
1408
- > The MIT License (MIT)
1409
- >
1410
- > Copyright (c) 2022-present Fabio Spampinato
1411
- >
1412
- > Permission is hereby granted, free of charge, to any person obtaining a
1413
- > copy of this software and associated documentation files (the "Software"),
1414
- > to deal in the Software without restriction, including without limitation
1415
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1416
- > and/or sell copies of the Software, and to permit persons to whom the
1417
- > Software is furnished to do so, subject to the following conditions:
1418
- >
1419
- > The above copyright notice and this permission notice shall be included in
1420
- > all copies or substantial portions of the Software.
1421
- >
1422
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1423
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1424
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1425
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1426
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1427
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1428
- > DEALINGS IN THE SOFTWARE.
1429
-
1430
- ---------------------------------------
1431
-
1432
- ## tinyrainbow
1433
-
1434
- License: MIT
1435
- Repository: https://github.com/tinylibs/tinyrainbow
1436
-
1437
- > MIT License
1438
- >
1439
- > Copyright (c) 2022 Tinylibs
1440
- >
1441
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1442
- > of this software and associated documentation files (the "Software"), to deal
1443
- > in the Software without restriction, including without limitation the rights
1444
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1445
- > copies of the Software, and to permit persons to whom the Software is
1446
- > furnished to do so, subject to the following conditions:
1447
- >
1448
- > The above copyright notice and this permission notice shall be included in all
1449
- > copies or substantial portions of the Software.
1450
- >
1451
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1452
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1453
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1454
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1455
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1456
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1457
- > SOFTWARE.
1458
-
1459
- ---------------------------------------
1460
-
1461
- ## ts-graphviz
1462
-
1463
- License: MIT
1464
- By: kamiazya
1465
- Repository: https://github.com/ts-graphviz/ts-graphviz
1466
-
1467
- > The MIT License (MIT)
1468
- >
1469
- > Copyright (c) 2019-2024 Yuki Yamazaki
1470
- >
1471
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1472
- > of this software and associated documentation files (the "Software"), to deal
1473
- > in the Software without restriction, including without limitation the rights
1474
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1475
- > copies of the Software, and to permit persons to whom the Software is
1476
- > furnished to do so, subject to the following conditions:
1477
- >
1478
- > The above copyright notice and this permission notice shall be included in all
1479
- > copies or substantial portions of the Software.
1480
- >
1481
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1482
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1483
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1484
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1485
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1486
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1487
- > SOFTWARE.
1488
-
1489
- ---------------------------------------
1490
-
1491
- ## vscode-jsonrpc, vscode-languageserver, vscode-languageserver-protocol, vscode-languageserver-textdocument, vscode-languageserver-types
1492
-
1493
- License: MIT
1494
- By: Microsoft Corporation
1495
- Repositories: https://github.com/Microsoft/vscode-languageserver-node, https://github.com/Microsoft/vscode-languageserver-node, https://github.com/Microsoft/vscode-languageserver-node, https://github.com/Microsoft/vscode-languageserver-node, https://github.com/Microsoft/vscode-languageserver-node
1496
-
1497
- > Copyright (c) Microsoft Corporation
1498
- >
1499
- > All rights reserved.
1500
- >
1501
- > MIT License
1502
- >
1503
- > 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:
1504
- >
1505
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1506
- >
1507
- > 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.
1508
-
1509
- ---------------------------------------
1510
-
1511
- ## vscode-uri
1512
-
1513
- License: MIT
1514
- By: Microsoft
1515
- Repository: https://github.com/microsoft/vscode-uri
1516
-
1517
- > The MIT License (MIT)
1518
- >
1519
- > Copyright (c) Microsoft
1520
- >
1521
- > 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:
1522
- >
1523
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1524
- >
1525
- > 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.
1526
-
1527
- ---------------------------------------
1528
-
1529
- ## word-wrap
1530
-
1531
- License: MIT
1532
- By: Jon Schlinkert, Danilo Sampaio, Fede Ramirez, Joe Hildebrand, Todd Kennedy, Waldemar Reusch, Wolfgang Faust, Zach Hale
1533
- Repository: https://github.com/jonschlinkert/word-wrap
1534
-
1535
- > The MIT License (MIT)
1536
- >
1537
- > Copyright (c) 2014-2016, Jon Schlinkert
1538
- >
1539
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1540
- > of this software and associated documentation files (the "Software"), to deal
1541
- > in the Software without restriction, including without limitation the rights
1542
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1543
- > copies of the Software, and to permit persons to whom the Software is
1544
- > furnished to do so, subject to the following conditions:
1545
- >
1546
- > The above copyright notice and this permission notice shall be included in
1547
- > all copies or substantial portions of the Software.
1548
- >
1549
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1550
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1551
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1552
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1553
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1554
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1555
- > THE SOFTWARE.
1556
-
1557
- ---------------------------------------
1558
-
1559
- ## zod
1560
-
1561
- License: MIT
1562
- By: Colin McDonnell
1563
- Repository: https://github.com/colinhacks/zod
1564
-
1565
- > MIT License
1566
- >
1567
- > Copyright (c) 2025 Colin McDonnell
1568
- >
1569
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1570
- > of this software and associated documentation files (the "Software"), to deal
1571
- > in the Software without restriction, including without limitation the rights
1572
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1573
- > copies of the Software, and to permit persons to whom the Software is
1574
- > furnished to do so, subject to the following conditions:
1575
- >
1576
- > The above copyright notice and this permission notice shall be included in all
1577
- > copies or substantial portions of the Software.
1578
- >
1579
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1580
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1581
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1582
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1583
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1584
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1585
- > SOFTWARE.
1586
-
1587
- ---------------------------------------
1588
-
1589
- ## zod-to-json-schema
1590
-
1591
- License: ISC
1592
- By: Stefan Terdell, Hammad Asif, Noah Rosenzweig, John Wright, Krzysztof Ciombor, Yuta Mombetsu, Tom Arad, Isaac Way, Andreas Berger, Jan Potoms, Santiago Cammi, Philipp Burckhardt, Bram del Canho, Gilad Hecht, Colin McDonnell, Spappz, Jacob Lee, Brett Zamir, Isaiah Marc Sanchez, Mitchell Merry, Enzo Monjardín, Víctor Hernández, Faïz Hernawan Abdillah, Felix Mosheev
1593
- Repository: https://github.com/StefanTerdell/zod-to-json-schema
1594
-
1595
- > ISC License
1596
- >
1597
- > Copyright (c) 2020, Stefan Terdell
1598
- >
1599
- > Permission to use, copy, modify, and/or distribute this software for any
1600
- > purpose with or without fee is hereby granted, provided that the above
1601
- > copyright notice and this permission notice appear in all copies.
1602
- >
1603
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1604
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1605
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1606
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1607
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1608
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1609
- > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.