@ailoha/cli-win-arm64 0.1.9

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/LICENSE ADDED
@@ -0,0 +1,99 @@
1
+ Ailoha Binary Distribution License
2
+ Version 1.0
3
+
4
+ Copyright (c) 2026 Ailoha contributors.
5
+ All rights reserved.
6
+
7
+ This is a custom source-available license. It is not an open source license.
8
+ It is intended for official Ailoha package consumption in applications while
9
+ reserving all other source and redistribution rights.
10
+
11
+ 1. Definitions
12
+
13
+ "Licensor" means the copyright holders for Ailoha.
14
+
15
+ "Software" means the Ailoha source code, object code, packages, binaries,
16
+ documentation, samples, and related materials made available by Licensor.
17
+
18
+ "Official Package" means an unmodified package, archive, release asset, source
19
+ package, or binary artifact published by Licensor through the Ailoha repository,
20
+ GitHub Releases, GitHub Packages, NuGet, Maven, npm, pub.dev, Swift Package
21
+ Manager, or another Licensor-controlled distribution channel.
22
+
23
+ "Binary Form" means compiled object code, executable code, linked libraries,
24
+ transpiled, bundled, minified, or otherwise transformed app output, app bundles,
25
+ release archives, and other non-source forms of the Software.
26
+
27
+ "Source Form" means the human-readable source code form of the Software.
28
+
29
+ "Application" means an app, service, internal tool, or product that depends on
30
+ or incorporates an Official Package and whose primary purpose is not to provide,
31
+ host, distribute, sell, or replace Ailoha or an Ailoha package.
32
+
33
+ 2. Official Package Use Grant
34
+
35
+ Subject to this license, Licensor grants you a worldwide, no-cost,
36
+ non-exclusive, non-transferable license to use, reproduce, and distribute
37
+ Official Packages in Binary Form, including as part of your Applications, for
38
+ personal, internal, evaluation, commercial, and production use.
39
+
40
+ 3. Build-Time Source Use
41
+
42
+ When an official package manager distributes an Official Package in Source Form,
43
+ such as Swift Package Manager or source-based JavaScript/Dart package managers,
44
+ you may download, copy, and compile the unmodified Source Form solely as needed
45
+ to create Binary Form for use under Section 2. This permission does not grant
46
+ any right to distribute Source Form or modified versions of the Software.
47
+
48
+ 4. Source Evaluation
49
+
50
+ You may view and internally evaluate the Source Form for integration, debugging,
51
+ security review, and feedback. No other source-code rights are granted.
52
+
53
+ 5. Restrictions
54
+
55
+ Except as expressly permitted by this license or by a separate written agreement
56
+ with Licensor, you may not:
57
+
58
+ - distribute, sublicense, sell, rent, lease, or otherwise provide the Software in
59
+ Source Form;
60
+ - modify the Software, create derivative works of the Software, or distribute
61
+ modified versions of the Software;
62
+ - publish, mirror, repackage, or operate a package, registry, feed, download
63
+ service, hosted service, or API that provides the Software as a standalone
64
+ product or package;
65
+ - remove, obscure, or alter copyright, license, trademark, or attribution
66
+ notices in the Software;
67
+ - use Ailoha names, logos, or trademarks except to identify compatibility with
68
+ the Software; or
69
+ - reverse engineer, decompile, or disassemble Binary Form except to the extent
70
+ applicable law prohibits this restriction.
71
+
72
+ 6. Contributions and Feedback
73
+
74
+ If you intentionally submit code, documentation, feedback, suggestions, issues,
75
+ or other materials to Licensor for inclusion in or improvement of the Software,
76
+ you grant Licensor a perpetual, irrevocable, worldwide, royalty-free,
77
+ sublicensable license to use, reproduce, modify, distribute, and otherwise
78
+ exploit those materials in any form.
79
+
80
+ 7. Third-Party Materials
81
+
82
+ Third-party dependencies and materials included with or used by the Software are
83
+ licensed by their respective owners under their own license terms. Those terms
84
+ continue to apply to the third-party materials.
85
+
86
+ 8. Termination
87
+
88
+ This license terminates automatically if you violate its terms. Upon
89
+ termination, you must stop using and distributing the Software and destroy all
90
+ copies in your possession or control, except for copies already incorporated
91
+ into Applications distributed before termination.
92
+
93
+ 9. Disclaimer
94
+
95
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
96
+ IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
97
+ PURPOSE, TITLE, AND NON-INFRINGEMENT. LICENSOR WILL NOT BE LIABLE FOR ANY
98
+ CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM OR RELATED TO THE SOFTWARE OR
99
+ THIS LICENSE, WHETHER IN CONTRACT, TORT, OR OTHERWISE.
package/bin/ailoha.exe ADDED
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@ailoha/cli-win-arm64",
3
+ "version": "0.1.9",
4
+ "description": "Ailoha CLI native binary for win-arm64",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "os": [
7
+ "win32"
8
+ ],
9
+ "cpu": [
10
+ "arm64"
11
+ ],
12
+ "publishConfig": {
13
+ "registry": "https://registry.npmjs.org",
14
+ "access": "public"
15
+ },
16
+ "files": [
17
+ "bin",
18
+ "LICENSE"
19
+ ]
20
+ }