@sproutboat/cli-linux-x64 0.10.3

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.
@@ -0,0 +1,29 @@
1
+ # Third-party notices and provenance
2
+
3
+ This release contains or acquires the components below. Pins and checksums are
4
+ recorded so a released executable and every first-build download can be traced
5
+ to its upstream source.
6
+
7
+ | Component | Version or revision | Distribution role | License | Source |
8
+ | --- | --- | --- | --- | --- |
9
+ | Porffor | `a415d194e74948f0ac32b9d608153ea8720c71fd` | Acquired on first application build | MIT | https://github.com/CanadaHonk/porffor |
10
+ | Zig | `0.16.0` | Acquired cross-compiler | MIT | https://ziglang.org |
11
+ | uWebSockets and uSockets | `360c276d609d59af56ae6932adb95154ace9f15f` | Embedded source and static archive | Apache-2.0 | https://github.com/uNetworking/uWebSockets |
12
+ | esbuild | `0.28.2` | Embedded platform executable | MIT | https://esbuild.github.io |
13
+ | SQLite | `3.50.4` | Acquired for standalone builds | Public domain | https://sqlite.org |
14
+ | BearSSL | `0.6` | Acquired for standalone builds | MIT | https://bearssl.org |
15
+
16
+ ## Integrity pins
17
+
18
+ | Component | SHA-256 |
19
+ | --- | --- |
20
+ | Porffor source archive | `677779c8be49efc28686378f665cd6fc4a8a2dd81e7b15a89298103ded960829` |
21
+ | Embedded uWebSockets archive | `e83736f3f8cf9d56a1ebe6ea61625a7af12386763374d47c14cff472ada7484a` |
22
+ | SQLite amalgamation archive | `1d3049dd0f830a025a53105fc79fd2ab9431aea99e137809d064d8ee8356b032` |
23
+ | BearSSL source archive | `6705bba1714961b41a728dfc5debbe348d2966c117649392f8c8139efc83ff14` |
24
+ | Mozilla CA bundle | `f66dff1bdf8f96060b8177976f8b7d9254bc89bc4db933d769f7384d28480bc9` |
25
+
26
+ The complete Apache-2.0 notice for uWebSockets and uSockets is retained in the
27
+ embedded source archive. Porffor and BearSSL retain their MIT notices in the
28
+ source archives acquired at the revisions above. esbuild's MIT notice is
29
+ available from its upstream distribution.
package/bin/esbuild ADDED
Binary file
package/bin/sproutboat ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@sproutboat/cli-linux-x64",
3
+ "version": "0.10.3",
4
+ "description": "Sproutboat CLI executable for linux x64",
5
+ "license": "MIT",
6
+ "files": [
7
+ "bin/sproutboat",
8
+ "bin/esbuild",
9
+ "THIRD_PARTY_NOTICES.md"
10
+ ],
11
+ "os": [
12
+ "linux"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ]
17
+ }