muon-ui 0.6.0 → 0.8.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 (62) hide show
  1. package/README.md +1 -0
  2. package/dist/cli.cjs +530 -28
  3. package/dist/cli.cjs.map +1 -1
  4. package/dist/index.cjs +2 -2
  5. package/dist/index.mjs +2 -2
  6. package/dist/native/{linux64 → linux-amd64}/muon-bootstrap +0 -0
  7. package/dist/native/linux-amd64/muon-builder +0 -0
  8. package/dist/native/{linuxarm64 → linux-arm64}/muon-bootstrap +0 -0
  9. package/dist/native/{linuxarm64/muon-prepare → linux-arm64/muon-builder} +0 -0
  10. package/dist/native/{linuxarm → linux-armhf}/muon-bootstrap +0 -0
  11. package/dist/native/{linuxarm/muon-prepare → linux-armhf/muon-builder} +0 -0
  12. package/dist/native/muon-bootstrap.png +0 -0
  13. package/dist/native/{windows64 → windows-amd64}/muon-bootstrap.exe +0 -0
  14. package/dist/native/windows-amd64/muon-builder.exe +0 -0
  15. package/dist/native/{windows32 → windows-i686}/muon-bootstrap.exe +0 -0
  16. package/dist/native/windows-i686/muon-builder.exe +0 -0
  17. package/dist/runtime/{linux64 → linux-amd64}/CREDITS.md +24 -97
  18. package/dist/runtime/{linux64 → linux-amd64}/libmuon-ui.so +0 -0
  19. package/dist/runtime/linux-amd64/muon-core +0 -0
  20. package/dist/runtime/{linuxarm → linux-arm64}/CREDITS.md +24 -97
  21. package/dist/runtime/linux-arm64/libmuon-ui.so +0 -0
  22. package/dist/runtime/linux-arm64/muon-core +0 -0
  23. package/dist/runtime/{windows32 → linux-armhf}/CREDITS.md +24 -97
  24. package/dist/runtime/{linuxarm → linux-armhf}/libmuon-ui.so +0 -0
  25. package/dist/runtime/linux-armhf/muon-core +0 -0
  26. package/dist/runtime/{linuxarm64 → windows-amd64}/CREDITS.md +24 -97
  27. package/dist/runtime/{windows64 → windows-amd64}/libcardio.dll +0 -0
  28. package/dist/runtime/windows-amd64/libmuon-ui.dll +0 -0
  29. package/dist/runtime/windows-amd64/muon-core.exe +0 -0
  30. package/dist/runtime/windows-i686/CREDITS.md +290 -0
  31. package/dist/runtime/{windows32 → windows-i686}/libcardio.dll +0 -0
  32. package/dist/runtime/windows-i686/libmuon-ui.dll +0 -0
  33. package/dist/runtime/{windows64 → windows-i686}/muon-core.exe +0 -0
  34. package/dist/{vite-options-KNDVcH-e.cjs → vite-internals-ChWiL2TL.cjs} +1450 -236
  35. package/dist/vite-internals-ChWiL2TL.cjs.map +1 -0
  36. package/dist/vite.cjs +28 -6
  37. package/dist/vite.cjs.map +1 -1
  38. package/dist/vite.mjs +1091 -165
  39. package/dist/vite.mjs.map +1 -1
  40. package/images/muon-120.png +0 -0
  41. package/muon.d.ts +162 -27
  42. package/package.json +14 -10
  43. package/vite.d.ts +172 -15
  44. package/dist/native/linux64/muon-prepare +0 -0
  45. package/dist/native/windows32/muon-prepare.exe +0 -0
  46. package/dist/native/windows64/muon-prepare.exe +0 -0
  47. package/dist/runtime/linux64/muon-core +0 -0
  48. package/dist/runtime/linuxarm/muon-core +0 -0
  49. package/dist/runtime/linuxarm64/libmuon-ui.so +0 -0
  50. package/dist/runtime/linuxarm64/muon-core +0 -0
  51. package/dist/runtime/windows32/libmuon-ui.dll +0 -0
  52. package/dist/runtime/windows32/muon-core.exe +0 -0
  53. package/dist/runtime/windows64/CREDITS.md +0 -363
  54. package/dist/runtime/windows64/libmuon-ui.dll +0 -0
  55. package/dist/vite-options-KNDVcH-e.cjs.map +0 -1
  56. /package/dist/runtime/{linux64 → linux-amd64}/libcardio.so +0 -0
  57. /package/dist/runtime/{linuxarm64 → linux-arm64}/libcardio.so +0 -0
  58. /package/dist/runtime/{linuxarm → linux-armhf}/libcardio.so +0 -0
  59. /package/dist/runtime/{windows64 → windows-amd64}/libgcc_s_seh-1.dll +0 -0
  60. /package/dist/runtime/{windows64 → windows-amd64}/libstdc++-6.dll +0 -0
  61. /package/dist/runtime/{windows32 → windows-i686}/libgcc_s_dw2-1.dll +0 -0
  62. /package/dist/runtime/{windows32 → windows-i686}/libstdc++-6.dll +0 -0
@@ -0,0 +1,290 @@
1
+ # muon license
2
+
3
+ ## muon
4
+
5
+ Source: https://github.com/kekyo/muon-ui/
6
+
7
+ Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ ## Chromium Embedded Framework (CEF)
28
+
29
+ Source: https://github.com/chromiumembedded/cef/
30
+
31
+ Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c)
32
+ 2006-2009 Google Inc. All rights reserved.
33
+
34
+ Redistribution and use in source and binary forms, with or without
35
+ modification, are permitted provided that the following conditions are
36
+ met:
37
+
38
+ * Redistributions of source code must retain the above copyright
39
+ notice, this list of conditions and the following disclaimer.
40
+ * Redistributions in binary form must reproduce the above
41
+ copyright notice, this list of conditions and the following disclaimer
42
+ in the documentation and/or other materials provided with the
43
+ distribution.
44
+ * Neither the name of Google Inc. nor the name Chromium Embedded
45
+ Framework nor the names of its contributors may be used to endorse
46
+ or promote products derived from this software without specific prior
47
+ written permission.
48
+
49
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
50
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
52
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
53
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
54
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
55
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60
+
61
+ ## libffi 3.4.6
62
+
63
+ Source: https://github.com/libffi/libffi/releases/tag/v3.4.6
64
+
65
+ libffi - Copyright (c) 1996-2024 Anthony Green, Red Hat, Inc and others.
66
+ See source files for details.
67
+
68
+ Permission is hereby granted, free of charge, to any person obtaining
69
+ a copy of this software and associated documentation files (the
70
+ ``Software''), to deal in the Software without restriction, including
71
+ without limitation the rights to use, copy, modify, merge, publish,
72
+ distribute, sublicense, and/or sell copies of the Software, and to
73
+ permit persons to whom the Software is furnished to do so, subject to
74
+ the following conditions:
75
+
76
+ The above copyright notice and this permission notice shall be
77
+ included in all copies or substantial portions of the Software.
78
+
79
+ THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
80
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
81
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
82
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
83
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
84
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
85
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
86
+
87
+ ## yyjson 0.12.0
88
+
89
+ Source: https://github.com/ibireme/yyjson/tree/0.12.0
90
+
91
+ Copyright (c) 2020 YaoYuan <ibireme@gmail.com>
92
+
93
+ Permission is hereby granted, free of charge, to any person obtaining a copy
94
+ of this software and associated documentation files (the "Software"), to deal
95
+ in the Software without restriction, including without limitation the rights
96
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
97
+ copies of the Software, and to permit persons to whom the Software is
98
+ furnished to do so, subject to the following conditions:
99
+
100
+ The above copyright notice and this permission notice shall be included in all
101
+ copies or substantial portions of the Software.
102
+
103
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
106
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109
+ SOFTWARE.
110
+
111
+ ## engraver
112
+
113
+ Source: https://github.com/kekyo/engraver/
114
+
115
+ Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
116
+
117
+ Permission is hereby granted, free of charge, to any person obtaining a copy
118
+ of this software and associated documentation files (the "Software"), to deal
119
+ in the Software without restriction, including without limitation the rights
120
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
121
+ copies of the Software, and to permit persons to whom the Software is
122
+ furnished to do so, subject to the following conditions:
123
+
124
+ The above copyright notice and this permission notice shall be included in all
125
+ copies or substantial portions of the Software.
126
+
127
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
128
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
129
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
130
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
131
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
132
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
133
+ SOFTWARE.
134
+
135
+ ## NetBSD SHA1
136
+
137
+ Source:
138
+ https://github.com/NetBSD/src/tree/trunk/common/lib/libc/hash/sha1
139
+
140
+ SHA-1 in C
141
+ By Steve Reid <steve@edmweb.com>
142
+ 100% Public Domain
143
+
144
+ ## libarchive 3.8.7
145
+
146
+ Source: https://github.com/libarchive/libarchive/releases/tag/v3.8.7
147
+
148
+ The libarchive distribution as a whole is Copyright by Tim Kientzle
149
+ and is subject to the copyright notice reproduced below.
150
+
151
+ Copyright (c) 2003-2018 <author(s)>
152
+ All rights reserved.
153
+
154
+ Redistribution and use in source and binary forms, with or without
155
+ modification, are permitted provided that the following conditions
156
+ are met:
157
+ 1. Redistributions of source code must retain the above copyright
158
+ notice, this list of conditions and the following disclaimer
159
+ in this position and unchanged.
160
+ 2. Redistributions in binary form must reproduce the above copyright
161
+ notice, this list of conditions and the following disclaimer in the
162
+ documentation and/or other materials provided with the distribution.
163
+
164
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
165
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
166
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
167
+ IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
168
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
169
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
170
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
171
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
172
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
173
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
174
+
175
+ ## bzip2/libbzip2 1.0.8
176
+
177
+ Source: https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
178
+
179
+ License: bzip2/libbzip2 license
180
+
181
+ This program, "bzip2", the associated library "libbzip2", and all
182
+ documentation, are copyright (C) 1996-2019 Julian R Seward. All
183
+ rights reserved.
184
+
185
+ Redistribution and use in source and binary forms, with or without
186
+ modification, are permitted provided that the following conditions
187
+ are met:
188
+
189
+ 1. Redistributions of source code must retain the above copyright
190
+ notice, this list of conditions and the following disclaimer.
191
+
192
+ 2. The origin of this software must not be misrepresented; you must
193
+ not claim that you wrote the original software. If you use this
194
+ software in a product, an acknowledgment in the product
195
+ documentation would be appreciated but is not required.
196
+
197
+ 3. Altered source versions must be plainly marked as such, and must
198
+ not be misrepresented as being the original software.
199
+
200
+ 4. The name of the author may not be used to endorse or promote
201
+ products derived from this software without specific prior written
202
+ permission.
203
+
204
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
205
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
206
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
207
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
208
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
209
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
210
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
211
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
212
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
213
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
214
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215
+
216
+ Julian Seward, jseward@acm.org
217
+ bzip2/libbzip2 version 1.0.8 of 13 July 2019
218
+
219
+ ## miniz 3.1.1
220
+
221
+ Source: https://github.com/richgel999/miniz/tree/3.1.1
222
+
223
+ Copyright 2013-2014 RAD Game Tools and Valve Software
224
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
225
+
226
+ Permission is hereby granted, free of charge, to any person obtaining a copy
227
+ of this software and associated documentation files (the "Software"), to deal
228
+ in the Software without restriction, including without limitation the rights
229
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
230
+ copies of the Software, and to permit persons to whom the Software is
231
+ furnished to do so, subject to the following conditions:
232
+
233
+ The above copyright notice and this permission notice shall be included in all
234
+ copies or substantial portions of the Software.
235
+
236
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
237
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
238
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
239
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
240
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
241
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
242
+ SOFTWARE.
243
+
244
+ ## cardio
245
+
246
+ Source: https://github.com/kekyo/cardio/
247
+
248
+ Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
249
+
250
+ Permission is hereby granted, free of charge, to any person obtaining a copy
251
+ of this software and associated documentation files (the "Software"), to deal
252
+ in the Software without restriction, including without limitation the rights
253
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
254
+ copies of the Software, and to permit persons to whom the Software is
255
+ furnished to do so, subject to the following conditions:
256
+
257
+ The above copyright notice and this permission notice shall be included in all
258
+ copies or substantial portions of the Software.
259
+
260
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
261
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
262
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
263
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
264
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
265
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
266
+ SOFTWARE.
267
+
268
+ ## tra-ffic
269
+
270
+ Source: https://github.com/kekyo/tra-ffic/
271
+
272
+ Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
273
+
274
+ Permission is hereby granted, free of charge, to any person obtaining a copy
275
+ of this software and associated documentation files (the "Software"), to deal
276
+ in the Software without restriction, including without limitation the rights
277
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
278
+ copies of the Software, and to permit persons to whom the Software is
279
+ furnished to do so, subject to the following conditions:
280
+
281
+ The above copyright notice and this permission notice shall be included in all
282
+ copies or substantial portions of the Software.
283
+
284
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
285
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
286
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
287
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
288
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
289
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
290
+ SOFTWARE.