@yyopc/yyork-darwin-arm64 0.1.0-alpha.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/LICENSE ADDED
@@ -0,0 +1,76 @@
1
+ YYOIT License
2
+ Version 1.0
3
+
4
+ Copyright (c) 2026 yyopc
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to use,
8
+ copy, study, and modify the Software for private or internal purposes, subject
9
+ to the following conditions.
10
+
11
+ 1. Definitions
12
+
13
+ "Original Author" means yyopc, the original author and owner of yyork.
14
+
15
+ "Fork" means any copy, modification, adaptation, derivative work, renamed
16
+ version, reimplementation substantially based on the Software, or product or
17
+ service that incorporates a substantial portion of the Software.
18
+
19
+ "Redistribute" means to publish, sell, sublicense, host for third-party access,
20
+ transfer, provide, package, release, or otherwise make a Fork available to any
21
+ third party, whether in source, binary, hosted, or bundled form.
22
+
23
+ 2. Private Use Grant
24
+
25
+ You may use, copy, study, and modify the Software privately or inside your own
26
+ organization. You may create private Forks for evaluation, development, and
27
+ internal use.
28
+
29
+ 3. Fork Redistribution Condition
30
+
31
+ You may Redistribute a Fork only if, before the first Redistribution, you and
32
+ the Original Author have entered into a separate written agreement, signed by
33
+ both parties, that makes the Original Author a cofounder of the project,
34
+ company, organization, or other venture responsible for the Fork.
35
+
36
+ That written agreement must define, at minimum, the Original Author's title,
37
+ ownership or equity share, vesting or revenue rights, governance or voting
38
+ rights, responsibilities, termination terms, and intellectual-property rights.
39
+
40
+ If no such written agreement exists, this license grants you no permission to
41
+ Redistribute the Fork.
42
+
43
+ 4. Original Copies
44
+
45
+ You may share an unmodified copy of the Software only if you include this
46
+ license and all copyright, permission, limitation, and warranty notices.
47
+
48
+ 5. No Trademark Grant
49
+
50
+ This license does not grant permission to use the names "yyork", "yyopc",
51
+ "YYOIT", or any related names, logos, marks, or branding to imply endorsement,
52
+ partnership, or official status.
53
+
54
+ 6. No Implied Cofounder Relationship
55
+
56
+ Redistributing a Fork without the written agreement required by Section 3 does
57
+ not make the Original Author your cofounder. It is an unlicensed act. The
58
+ Original Author has no obligation to accept any proposed cofounder role or enter
59
+ into any agreement.
60
+
61
+ 7. Existing MIT-Licensed Copies
62
+
63
+ This license applies only to copies or versions of the Software that expressly
64
+ include this YYOIT License. Copies of the Software that were previously received
65
+ under another license remain governed by the license under which they were
66
+ received.
67
+
68
+ 8. Warranty Disclaimer
69
+
70
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
72
+ FOR A PARTICULAR PURPOSE, TITLE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
74
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM,
75
+ OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @yyopc/yyork-darwin-arm64
2
+
3
+ Native yyork runtime package for darwin/arm64.
4
+
5
+ Install `@yyopc/yyork` instead of installing this package directly.
@@ -0,0 +1,33 @@
1
+ # Third-Party Notices
2
+
3
+ ## Zellij
4
+
5
+ yyork native packages include the Zellij executable as yyork's private managed
6
+ terminal runtime.
7
+
8
+ - Project: https://github.com/zellij-org/zellij
9
+ - Version: 0.44.3
10
+ - Release: https://github.com/zellij-org/zellij/releases/tag/v0.44.3
11
+ - License: MIT
12
+
13
+ MIT License
14
+
15
+ Copyright (c) 2020 Zellij contributors
16
+
17
+ Permission is hereby granted, free of charge, to any person obtaining a copy
18
+ of this software and associated documentation files (the "Software"), to deal
19
+ in the Software without restriction, including without limitation the rights
20
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21
+ copies of the Software, and to permit persons to whom the Software is
22
+ furnished to do so, subject to the following conditions:
23
+
24
+ The above copyright notice and this permission notice shall be included in all
25
+ copies or substantial portions of the Software.
26
+
27
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33
+ SOFTWARE.
package/bin/yyork ADDED
Binary file
package/bin/zellij ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "@yyopc/yyork-darwin-arm64",
3
+ "version": "0.1.0-alpha.1",
4
+ "description": "Prebuilt yyork app runtime for darwin/arm64.",
5
+ "homepage": "https://github.com/yyopc/yyork#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/yyopc/yyork/issues"
8
+ },
9
+ "license": "SEE LICENSE IN LICENSE",
10
+ "author": {
11
+ "name": "yyopc",
12
+ "email": "itsyyopc@gmail.com",
13
+ "url": "https://github.com/yyopc"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/yyopc/yyork.git"
18
+ },
19
+ "os": [
20
+ "darwin"
21
+ ],
22
+ "cpu": [
23
+ "arm64"
24
+ ],
25
+ "files": [
26
+ "bin/**",
27
+ "LICENSE",
28
+ "README.md",
29
+ "THIRD_PARTY_NOTICES.md"
30
+ ],
31
+ "publishConfig": {
32
+ "access": "public"
33
+ }
34
+ }