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