@blitsen/darwin-x64 0.2.0 → 0.2.1
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/NOTICES.json +46 -1
- package/NOTICES.txt +125 -4
- package/blitsen-runtime +0 -0
- package/blitsen.node +0 -0
- package/package.json +1 -1
package/NOTICES.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"target": "x86_64-apple-darwin",
|
|
3
3
|
"root": "blitsen-runtime",
|
|
4
|
-
"generatedFor": "0.2.
|
|
4
|
+
"generatedFor": "0.2.1",
|
|
5
5
|
"packages": [
|
|
6
6
|
{
|
|
7
7
|
"name": "accesskit",
|
|
@@ -3089,6 +3089,21 @@
|
|
|
3089
3089
|
"Copyright (c) Radzivon Bartoshyk. All rights reserved."
|
|
3090
3090
|
]
|
|
3091
3091
|
},
|
|
3092
|
+
{
|
|
3093
|
+
"name": "muda",
|
|
3094
|
+
"version": "0.19.3",
|
|
3095
|
+
"license": "Apache-2.0 OR MIT",
|
|
3096
|
+
"licenseFile": null,
|
|
3097
|
+
"repository": "https://github.com/tauri-apps/muda",
|
|
3098
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3099
|
+
"copyright": [
|
|
3100
|
+
"copyright notice that is included in or attached to the work",
|
|
3101
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
3102
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
3103
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
3104
|
+
"Copyright (c) 2022-2022 Tauri Programme within The Commons Conservancy"
|
|
3105
|
+
]
|
|
3106
|
+
},
|
|
3092
3107
|
{
|
|
3093
3108
|
"name": "naga",
|
|
3094
3109
|
"version": "29.0.4",
|
|
@@ -4563,6 +4578,21 @@
|
|
|
4563
4578
|
"Copyright (c) 2015 Nicholas Allegra (comex)."
|
|
4564
4579
|
]
|
|
4565
4580
|
},
|
|
4581
|
+
{
|
|
4582
|
+
"name": "signal-hook-registry",
|
|
4583
|
+
"version": "1.4.8",
|
|
4584
|
+
"license": "MIT OR Apache-2.0",
|
|
4585
|
+
"licenseFile": null,
|
|
4586
|
+
"repository": "https://github.com/vorner/signal-hook",
|
|
4587
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4588
|
+
"copyright": [
|
|
4589
|
+
"copyright notice that is included in or attached to the work",
|
|
4590
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4591
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4592
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
4593
|
+
"Copyright (c) 2017 tokio-jsonrpc developers"
|
|
4594
|
+
]
|
|
4595
|
+
},
|
|
4566
4596
|
{
|
|
4567
4597
|
"name": "simd-adler32",
|
|
4568
4598
|
"version": "0.3.10",
|
|
@@ -5722,6 +5752,21 @@
|
|
|
5722
5752
|
"Copyright (c) 2022 The transpose Developers"
|
|
5723
5753
|
]
|
|
5724
5754
|
},
|
|
5755
|
+
{
|
|
5756
|
+
"name": "tray-icon",
|
|
5757
|
+
"version": "0.24.2",
|
|
5758
|
+
"license": "MIT OR Apache-2.0",
|
|
5759
|
+
"licenseFile": null,
|
|
5760
|
+
"repository": "https://github.com/tauri-apps/tray-icon",
|
|
5761
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
5762
|
+
"copyright": [
|
|
5763
|
+
"copyright notice that is included in or attached to the work",
|
|
5764
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
5765
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
5766
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
5767
|
+
"Copyright (c) 2022-2022 Tauri Programme within The Commons Conservancy"
|
|
5768
|
+
]
|
|
5769
|
+
},
|
|
5725
5770
|
{
|
|
5726
5771
|
"name": "try-lock",
|
|
5727
5772
|
"version": "0.2.5",
|
package/NOTICES.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
THIRD-PARTY NOTICES
|
|
2
2
|
|
|
3
|
-
This application was built with Blitsen 0.2.
|
|
3
|
+
This application was built with Blitsen 0.2.1, which links the open-source packages listed
|
|
4
4
|
below for x86_64-apple-darwin. Their terms apply to this executable; the application's own HTML, CSS and
|
|
5
5
|
JavaScript is an interpreted payload and is not covered by them.
|
|
6
6
|
|
|
@@ -61,7 +61,7 @@ named there, and on request from the distributor of this application.
|
|
|
61
61
|
to_shmem_derive 0.1.0 — registry+https://github.com/rust-lang/crates.io-index
|
|
62
62
|
uluru 3.1.0 — registry+https://github.com/rust-lang/crates.io-index
|
|
63
63
|
|
|
64
|
-
PACKAGES (
|
|
64
|
+
PACKAGES (525)
|
|
65
65
|
|
|
66
66
|
accesskit 0.24.1 — MIT OR Apache-2.0
|
|
67
67
|
https://github.com/AccessKit/accesskit
|
|
@@ -1252,6 +1252,13 @@ moxcms 0.8.1 — BSD-3-Clause OR Apache-2.0
|
|
|
1252
1252
|
(c) You must retain, in the Source form of any Derivative Works
|
|
1253
1253
|
Copyright 2024 Radzivon Bartoshyk
|
|
1254
1254
|
Copyright (c) Radzivon Bartoshyk. All rights reserved.
|
|
1255
|
+
muda 0.19.3 — Apache-2.0 OR MIT
|
|
1256
|
+
https://github.com/tauri-apps/muda
|
|
1257
|
+
copyright notice that is included in or attached to the work
|
|
1258
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1259
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1260
|
+
Copyright [yyyy] [name of copyright owner]
|
|
1261
|
+
Copyright (c) 2022-2022 Tauri Programme within The Commons Conservancy
|
|
1255
1262
|
naga 29.0.4 — MIT OR Apache-2.0
|
|
1256
1263
|
https://github.com/gfx-rs/wgpu
|
|
1257
1264
|
copyright notice that is included in or attached to the work
|
|
@@ -1833,6 +1840,13 @@ shlex 2.0.1 — MIT OR Apache-2.0
|
|
|
1833
1840
|
https://github.com/comex/rust-shlex
|
|
1834
1841
|
Copyright 2015 Nicholas Allegra (comex).
|
|
1835
1842
|
Copyright (c) 2015 Nicholas Allegra (comex).
|
|
1843
|
+
signal-hook-registry 1.4.8 — MIT OR Apache-2.0
|
|
1844
|
+
https://github.com/vorner/signal-hook
|
|
1845
|
+
copyright notice that is included in or attached to the work
|
|
1846
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1847
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1848
|
+
Copyright [yyyy] [name of copyright owner]
|
|
1849
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1836
1850
|
simd-adler32 0.3.10 — MIT
|
|
1837
1851
|
https://github.com/mcountryman/simd-adler32
|
|
1838
1852
|
Copyright (c) [2021] [Marvin Countryman]
|
|
@@ -2219,6 +2233,13 @@ transpose 0.2.3 — MIT OR Apache-2.0
|
|
|
2219
2233
|
(c) You must retain, in the Source form of any Derivative Works
|
|
2220
2234
|
Copyright 2022 The transpose developers
|
|
2221
2235
|
Copyright (c) 2022 The transpose Developers
|
|
2236
|
+
tray-icon 0.24.2 — MIT OR Apache-2.0
|
|
2237
|
+
https://github.com/tauri-apps/tray-icon
|
|
2238
|
+
copyright notice that is included in or attached to the work
|
|
2239
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
2240
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
2241
|
+
Copyright [yyyy] [name of copyright owner]
|
|
2242
|
+
Copyright (c) 2022-2022 Tauri Programme within The Commons Conservancy
|
|
2222
2243
|
try-lock 0.2.5 — MIT
|
|
2223
2244
|
https://github.com/seanmonstar/try-lock
|
|
2224
2245
|
Copyright (c) 2018-2023 Sean McArthur
|
|
@@ -2574,7 +2595,7 @@ zune-jpeg 0.5.15 — MIT OR Apache-2.0 OR Zlib
|
|
|
2574
2595
|
Copyright (c) zune-image developers
|
|
2575
2596
|
(C) zune-image developers
|
|
2576
2597
|
|
|
2577
|
-
LICENCE TEXTS (
|
|
2598
|
+
LICENCE TEXTS (270)
|
|
2578
2599
|
|
|
2579
2600
|
Each distinct text appears once, followed by the packages it came with.
|
|
2580
2601
|
|
|
@@ -3413,7 +3434,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3413
3434
|
SOFTWARE.
|
|
3414
3435
|
|
|
3415
3436
|
------------------------------------------------------------------------------
|
|
3416
|
-
LICENSE-APACHE —
|
|
3437
|
+
LICENSE-APACHE — 116 package(s): arc-swap 1.9.2, arrayvec 0.7.8, atomic-waker 1.1.2, autocfg 1.5.1, base64 0.22.1, base64 0.23.1, bitflags 1.3.2, bitflags 2.13.1, cc 1.4.2, cexpr 0.6.0, cfg-if 1.0.4, core-foundation 0.10.1, core-foundation-sys 0.8.7, coreaudio-rs 0.14.2, crossbeam-channel 0.5.16, crossbeam-deque 0.8.7, crossbeam-epoch 0.9.20, crossbeam-utils 0.8.22, data-url 0.3.2, displaydoc 0.2.7, either 1.17.0, equivalent 1.0.2, errno 0.3.14, euclid 0.22.14, fastrand 2.5.0, find-msvc-tools 0.1.10, flate2 1.1.9, fnv 1.0.7, fontique 0.11.1, form_urlencoded 1.2.2, gif 0.14.2, glob 0.3.4, glow 0.17.0, hashbrown 0.15.5, hashbrown 0.16.1, hashbrown 0.17.1, heck 0.5.0, html5ever 0.39.0, httparse 1.10.1, hyper-tls 0.6.0, idna 1.1.0, idna_adapter 1.2.2, indexmap 2.14.0, itertools 0.13.0, itertools 0.14.0, jobserver 0.1.35, keyboard-types 0.7.0, keyboard-types 0.8.3, khronos-egl 6.0.0, lazy_static 1.5.0, lock_api 0.4.14, log 0.4.33, malloc_size_of_derive 0.1.3, markup5ever 0.39.0, mime 0.3.17, muda 0.19.3, num_cpus 1.17.0, num-bigint 0.4.8, num-complex 0.4.6, num-derive 0.4.2, num-integer 0.1.46, num-rational 0.4.2, num-traits 0.2.19, once_cell 1.21.4, parking_lot 0.12.5, parking_lot_core 0.9.12, parlance 0.1.0, parley 0.11.1, parley_data 0.11.1, percent-encoding 2.3.2, pkg-config 0.3.33, png 0.18.1, pollster 0.4.0, primal-check 0.3.4, rayon 1.12.0, rayon-core 1.13.0, regex 1.13.1, regex-automata 0.4.18, regex-lite 0.1.9, regex-syntax 0.8.11, renderdoc-sys 1.1.0, roxmltree 0.21.1, rtrb 0.3.4, rustc_version 0.4.1, rustc-hash 1.1.0, rustix 1.1.4, scopeguard 1.2.0, security-framework 3.7.0, security-framework-sys 2.17.0, servo_arc 0.4.3, signal-hook-registry 1.4.8, simplecss 0.2.2, smallbitvec 2.6.1, smallvec 1.15.2, smol_str 0.3.6, socket2 0.6.5, stable_deref_trait 1.2.1, string_cache 0.9.0, string_cache_codegen 0.6.1, stylo_malloc_size_of 0.20.0, svgtypes 0.16.1, tempfile 3.27.0, tendril 0.5.1, thread_local 1.1.10, tray-icon 0.24.2, tungstenite 0.29.0, unicode-bidi 0.3.18, unicode-segmentation 1.13.3, unicode-vo 0.1.0, unicode-width 0.2.2, url 2.5.8, uuid 1.24.0, version_check 0.9.5, web_atoms 0.2.6, weezl 0.1.12, xml5ever 0.39.0
|
|
3417
3438
|
------------------------------------------------------------------------------
|
|
3418
3439
|
Apache License
|
|
3419
3440
|
Version 2.0, January 2004
|
|
@@ -11888,6 +11909,54 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
11888
11909
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
11889
11910
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
11890
11911
|
|
|
11912
|
+
------------------------------------------------------------------------------
|
|
11913
|
+
LICENSE-MIT — 2 package(s): muda 0.19.3, tray-icon 0.24.2
|
|
11914
|
+
------------------------------------------------------------------------------
|
|
11915
|
+
MIT License
|
|
11916
|
+
|
|
11917
|
+
Copyright (c) 2022-2022 Tauri Programme within The Commons Conservancy
|
|
11918
|
+
|
|
11919
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11920
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11921
|
+
in the Software without restriction, including without limitation the rights
|
|
11922
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11923
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11924
|
+
furnished to do so, subject to the following conditions:
|
|
11925
|
+
|
|
11926
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11927
|
+
copies or substantial portions of the Software.
|
|
11928
|
+
|
|
11929
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11930
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11931
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11932
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11933
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11934
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11935
|
+
SOFTWARE.
|
|
11936
|
+
|
|
11937
|
+
------------------------------------------------------------------------------
|
|
11938
|
+
LICENSE.spdx — 1 package(s): muda 0.19.3
|
|
11939
|
+
------------------------------------------------------------------------------
|
|
11940
|
+
SPDXVersion: SPDX-2.1
|
|
11941
|
+
DataLicense: CC0-1.0
|
|
11942
|
+
PackageName: muda
|
|
11943
|
+
DataFormat: SPDXRef-1
|
|
11944
|
+
PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
|
|
11945
|
+
PackageHomePage: https://tauri.app
|
|
11946
|
+
PackageLicenseDeclared: Apache-2.0
|
|
11947
|
+
PackageLicenseDeclared: MIT
|
|
11948
|
+
PackageCopyrightText: 2020-2022, The Tauri Programme in the Commons Conservancy
|
|
11949
|
+
PackageSummary: <text>Menu Utilities for Desktop Applications.
|
|
11950
|
+
</text>
|
|
11951
|
+
PackageComment: <text>The package includes the following libraries; see
|
|
11952
|
+
Relationship information.
|
|
11953
|
+
</text>
|
|
11954
|
+
Created: 2022-12-05T09:00:00Z
|
|
11955
|
+
PackageDownloadLocation: git://github.com/tauri-apps/muda
|
|
11956
|
+
PackageDownloadLocation: git+https://github.com/tauri-apps/muda.git
|
|
11957
|
+
PackageDownloadLocation: git+ssh://github.com/tauri-apps/muda.git
|
|
11958
|
+
Creator: Person: Daniel Thompson-Yvetot
|
|
11959
|
+
|
|
11891
11960
|
------------------------------------------------------------------------------
|
|
11892
11961
|
LICENSE.MIT — 7 package(s): naga 29.0.4, wgpu 29.0.4, wgpu-core 29.0.4, wgpu-core-deps-apple 29.0.4, wgpu-hal 29.0.4, wgpu-naga-bridge 29.0.4, wgpu-types 29.0.4
|
|
11893
11962
|
------------------------------------------------------------------------------
|
|
@@ -14038,6 +14107,35 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
14038
14107
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14039
14108
|
THE SOFTWARE.
|
|
14040
14109
|
|
|
14110
|
+
------------------------------------------------------------------------------
|
|
14111
|
+
LICENSE-MIT — 1 package(s): signal-hook-registry 1.4.8
|
|
14112
|
+
------------------------------------------------------------------------------
|
|
14113
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
14114
|
+
|
|
14115
|
+
Permission is hereby granted, free of charge, to any
|
|
14116
|
+
person obtaining a copy of this software and associated
|
|
14117
|
+
documentation files (the "Software"), to deal in the
|
|
14118
|
+
Software without restriction, including without
|
|
14119
|
+
limitation the rights to use, copy, modify, merge,
|
|
14120
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
14121
|
+
the Software, and to permit persons to whom the Software
|
|
14122
|
+
is furnished to do so, subject to the following
|
|
14123
|
+
conditions:
|
|
14124
|
+
|
|
14125
|
+
The above copyright notice and this permission notice
|
|
14126
|
+
shall be included in all copies or substantial portions
|
|
14127
|
+
of the Software.
|
|
14128
|
+
|
|
14129
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
14130
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
14131
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
14132
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
14133
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
14134
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
14135
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
14136
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
14137
|
+
DEALINGS IN THE SOFTWARE.
|
|
14138
|
+
|
|
14041
14139
|
------------------------------------------------------------------------------
|
|
14042
14140
|
LICENSE.md — 1 package(s): simd-adler32 0.3.10
|
|
14043
14141
|
------------------------------------------------------------------------------
|
|
@@ -15424,6 +15522,29 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
15424
15522
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15425
15523
|
DEALINGS IN THE SOFTWARE.
|
|
15426
15524
|
|
|
15525
|
+
------------------------------------------------------------------------------
|
|
15526
|
+
LICENSE.spdx — 1 package(s): tray-icon 0.24.2
|
|
15527
|
+
------------------------------------------------------------------------------
|
|
15528
|
+
SPDXVersion: SPDX-2.1
|
|
15529
|
+
DataLicense: CC0-1.0
|
|
15530
|
+
PackageName: tray-icon
|
|
15531
|
+
DataFormat: SPDXRef-1
|
|
15532
|
+
PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
|
|
15533
|
+
PackageHomePage: https://tauri.app
|
|
15534
|
+
PackageLicenseDeclared: Apache-2.0
|
|
15535
|
+
PackageLicenseDeclared: MIT
|
|
15536
|
+
PackageCopyrightText: 2020-2022, The Tauri Programme in the Commons Conservancy
|
|
15537
|
+
PackageSummary: <text>Create tray icons for desktop applications.
|
|
15538
|
+
</text>
|
|
15539
|
+
PackageComment: <text>The package includes the following libraries; see
|
|
15540
|
+
Relationship information.
|
|
15541
|
+
</text>
|
|
15542
|
+
Created: 2022-12-05T09:00:00Z
|
|
15543
|
+
PackageDownloadLocation: git://github.com/tauri-apps/tray-icon
|
|
15544
|
+
PackageDownloadLocation: git+https://github.com/tauri-apps/tray-icon.git
|
|
15545
|
+
PackageDownloadLocation: git+ssh://github.com/tauri-apps/tray-icon.git
|
|
15546
|
+
Creator: Person: Daniel Thompson-Yvetot
|
|
15547
|
+
|
|
15427
15548
|
------------------------------------------------------------------------------
|
|
15428
15549
|
LICENSE — 1 package(s): try-lock 0.2.5
|
|
15429
15550
|
------------------------------------------------------------------------------
|
package/blitsen-runtime
CHANGED
|
Binary file
|
package/blitsen.node
CHANGED
|
Binary file
|