@axionorbital/tamarind 0.4.2 → 1.0.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.
@@ -0,0 +1,137 @@
1
+ # Third-Party Notices
2
+
3
+ Tamarind includes open-source components. The required copyright notices and
4
+ license texts for those components are reproduced below. These notices apply
5
+ only to the third-party components identified here; they do not grant any
6
+ rights to Tamarind itself, which is proprietary software of AxionOrbital.
7
+
8
+ ---
9
+
10
+ ## OpenCode
11
+
12
+ Portions of Tamarind are derived from OpenCode, used under the MIT License:
13
+
14
+ ```
15
+ MIT License
16
+
17
+ Copyright (c) 2025 opencode
18
+
19
+ Permission is hereby granted, free of charge, to any person obtaining a copy
20
+ of this software and associated documentation files (the "Software"), to deal
21
+ in the Software without restriction, including without limitation the rights
22
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23
+ copies of the Software, and to permit persons to whom the Software is
24
+ furnished to do so, subject to the following conditions:
25
+
26
+ The above copyright notice and this permission notice shall be included in all
27
+ copies or substantial portions of the Software.
28
+
29
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35
+ SOFTWARE.
36
+ ```
37
+
38
+ ---
39
+
40
+ ## Other bundled components
41
+
42
+ | Component | License |
43
+ | --- | --- |
44
+ | Electron | MIT |
45
+ | Bun (embedded runtime in the compiled CLI binary) | MIT (with LGPL-2.1 components, e.g. JavaScriptCore) |
46
+ | PDFium (via @hyzyla/pdfium) | BSD-3-Clause (wrapper: MIT) |
47
+ | pngjs | MIT |
48
+ | unpdf | MIT |
49
+ | SolidJS (solid-js) | MIT |
50
+ | Effect | MIT |
51
+
52
+ ### Electron
53
+
54
+ ```
55
+ Copyright (c) Electron contributors
56
+ Copyright (c) 2013-2020 GitHub Inc.
57
+
58
+ Permission is hereby granted, free of charge, to any person obtaining
59
+ a copy of this software and associated documentation files (the
60
+ "Software"), to deal in the Software without restriction, including
61
+ without limitation the rights to use, copy, modify, merge, publish,
62
+ distribute, sublicense, and/or sell copies of the Software, and to
63
+ permit persons to whom the Software is furnished to do so, subject to
64
+ the following conditions:
65
+
66
+ The above copyright notice and this permission notice shall be
67
+ included in all copies or substantial portions of the Software.
68
+
69
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
70
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
71
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
72
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
73
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
74
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
75
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76
+ SOFTWARE.
77
+ ```
78
+
79
+ ### PDFium
80
+
81
+ PDFium is used under the BSD-3-Clause license:
82
+
83
+ ```
84
+ Copyright 2014 The PDFium Authors
85
+
86
+ Redistribution and use in source and binary forms, with or without
87
+ modification, are permitted provided that the following conditions are
88
+ met:
89
+
90
+ * Redistributions of source code must retain the above copyright
91
+ notice, this list of conditions and the following disclaimer.
92
+ * Redistributions in binary form must reproduce the above
93
+ copyright notice, this list of conditions and the following disclaimer
94
+ in the documentation and/or other materials provided with the
95
+ distribution.
96
+ * Neither the name of Google Inc. nor the names of its
97
+ contributors may be used to endorse or promote products derived from
98
+ this software without specific prior written permission.
99
+
100
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
101
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
102
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
103
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
104
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
105
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
106
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
107
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
108
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
109
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
110
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
111
+ ```
112
+
113
+ The @hyzyla/pdfium JavaScript wrapper is used under the MIT License,
114
+ Copyright (c) 2012-2023 Scott Chacon and others (copyright line as shipped in
115
+ the package's LICENSE.md). The MIT License text is reproduced above under
116
+ "OpenCode" and applies with the wrapper's copyright line substituted.
117
+
118
+ ### MIT-licensed components
119
+
120
+ The following components are each used under the MIT License. The MIT License
121
+ text is reproduced in full above (under "OpenCode") and applies to each of
122
+ these components with the copyright line shown here substituted:
123
+
124
+ - Bun — Copyright (c) Oven-sh (Bun contributors). The compiled Tamarind CLI
125
+ embeds the Bun runtime, which additionally bundles JavaScriptCore (LGPL-2.1)
126
+ and other components; see https://bun.com for the complete set of Bun's own
127
+ third-party notices.
128
+ - pngjs — pngjs original work Copyright (c) 2015 Luke Page & Original
129
+ Contributors; pngjs derived work Copyright (c) 2012 Kuba Niegowski
130
+ - unpdf — Copyright (c) 2023-PRESENT Johann Schopplich
131
+ - solid-js — Copyright (c) 2016-2025 Ryan Carniato
132
+ - effect — Copyright (c) 2023 Effectful Technologies Inc
133
+
134
+ ---
135
+
136
+ Additional open-source packages are bundled in compiled form; their license
137
+ identifiers are recorded in the package metadata of the source dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axionorbital/tamarind",
3
- "version": "0.4.2",
3
+ "version": "1.0.0",
4
4
  "description": "Tamarind — verification-first coding agent for the terminal.",
5
5
  "bin": {
6
6
  "tamarind": "bin/tamarind"
@@ -11,7 +11,8 @@
11
11
  "files": [
12
12
  "bin",
13
13
  "postinstall.mjs",
14
- "LICENSE"
14
+ "LICENSE",
15
+ "THIRD-PARTY-NOTICES.md"
15
16
  ],
16
17
  "os": [
17
18
  "darwin",
@@ -23,10 +24,10 @@
23
24
  "x64"
24
25
  ],
25
26
  "optionalDependencies": {
26
- "@axionorbital/tamarind-darwin-arm64": "0.4.2",
27
- "@axionorbital/tamarind-linux-arm64": "0.4.2",
28
- "@axionorbital/tamarind-linux-x64": "0.4.2",
29
- "@axionorbital/tamarind-darwin-x64": "0.4.2"
27
+ "@axionorbital/tamarind-darwin-arm64": "1.0.0",
28
+ "@axionorbital/tamarind-linux-arm64": "1.0.0",
29
+ "@axionorbital/tamarind-linux-x64": "1.0.0",
30
+ "@axionorbital/tamarind-darwin-x64": "1.0.0"
30
31
  },
31
32
  "license": "UNLICENSED",
32
33
  "private": false,