@intuizi/cli-darwin-x64 0.1.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.
package/LICENSE ADDED
@@ -0,0 +1,56 @@
1
+ Intuizi CLI License
2
+
3
+ Copyright (c) 2026 Intuizi Inc. All rights reserved.
4
+
5
+ This software, including its source code, documentation and any binaries
6
+ built from it (the "Software"), is the property of Intuizi Inc. ("Intuizi") and is
7
+ protected by copyright and other intellectual property laws. The source code is
8
+ published for transparency and review. It is not open source.
9
+
10
+ 1. License grant. Subject to your compliance with this license and with the
11
+ Intuizi Terms of Service, Intuizi grants you a limited, non-exclusive,
12
+ non-transferable, non-sublicensable, revocable license to download,
13
+ install and run unmodified copies of the Software solely to access Intuizi
14
+ services through an Intuizi account that you are authorized to use.
15
+
16
+ 2. Restrictions. Except as expressly permitted in section 1, you may not, and
17
+ may not allow anyone else to:
18
+ (a) copy, modify, translate, adapt or create derivative works of the
19
+ Software;
20
+ (b) distribute, publish, sublicense, rent, lease, lend, sell or otherwise
21
+ make the Software or any part of it available to any third party;
22
+ (c) use the Software, or any part of it, to build, offer, market or
23
+ operate any product or service, whether or not for a fee;
24
+ (d) remove, obscure or alter any copyright, trademark or other
25
+ proprietary notice in the Software;
26
+ (e) use the Intuizi name, logo or trademarks, including to name, describe
27
+ or promote any modified or redistributed version of the Software; or
28
+ (f) use the Software to access Intuizi services other than through a valid
29
+ account and in accordance with the Intuizi Terms of Service.
30
+
31
+ 3. Ownership. Intuizi retains all right, title and interest in and to the
32
+ Software. No rights are granted by implication, estoppel or otherwise
33
+ except as expressly stated in this license.
34
+
35
+ 4. Contributions. If you submit any code, documentation or other material to
36
+ Intuizi in connection with the Software, you assign all rights in it to
37
+ Intuizi, and Intuizi may use it without restriction or obligation to you.
38
+
39
+ 5. Termination. This license terminates automatically if you breach any of
40
+ its terms or when your Intuizi account ends. On termination you must stop
41
+ using the Software and delete all copies in your possession or control.
42
+
43
+ 6. Third-party components. The Software incorporates open-source components
44
+ that remain subject to their own licenses, reproduced in the accompanying
45
+ THIRD_PARTY_NOTICES file. Nothing in this license restricts the rights
46
+ those licenses grant in those components.
47
+
48
+ 7. Disclaimer of warranty. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
49
+ OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
50
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
51
+ NON-INFRINGEMENT.
52
+
53
+ 8. Limitation of liability. TO THE FULLEST EXTENT PERMITTED BY LAW, INTUIZI
54
+ SHALL NOT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
55
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
56
+ CONNECTION WITH THE SOFTWARE OR ITS USE.
@@ -0,0 +1,515 @@
1
+ Third-party notices for the Intuizi CLI
2
+
3
+ The CLI is built with Go and statically links the open-source libraries
4
+ below. Each remains under its own license, reproduced here in full as
5
+ those licenses require. Regenerate this file when go.mod changes.
6
+
7
+ Go standard library and runtime (https://go.dev), BSD-3-Clause
8
+ ----------------------------------------------------------------------
9
+ Copyright 2009 The Go Authors.
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions are
13
+ met:
14
+
15
+ * Redistributions of source code must retain the above copyright
16
+ notice, this list of conditions and the following disclaimer.
17
+ * Redistributions in binary form must reproduce the above
18
+ copyright notice, this list of conditions and the following disclaimer
19
+ in the documentation and/or other materials provided with the
20
+ distribution.
21
+ * Neither the name of Google LLC nor the names of its
22
+ contributors may be used to endorse or promote products derived from
23
+ this software without specific prior written permission.
24
+
25
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
+
37
+
38
+ github.com/spf13/cobra v1.10.2, Apache-2.0
39
+ ----------------------------------------------------------------------
40
+ Apache License
41
+ Version 2.0, January 2004
42
+ http://www.apache.org/licenses/
43
+
44
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
45
+
46
+ 1. Definitions.
47
+
48
+ "License" shall mean the terms and conditions for use, reproduction,
49
+ and distribution as defined by Sections 1 through 9 of this document.
50
+
51
+ "Licensor" shall mean the copyright owner or entity authorized by
52
+ the copyright owner that is granting the License.
53
+
54
+ "Legal Entity" shall mean the union of the acting entity and all
55
+ other entities that control, are controlled by, or are under common
56
+ control with that entity. For the purposes of this definition,
57
+ "control" means (i) the power, direct or indirect, to cause the
58
+ direction or management of such entity, whether by contract or
59
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
60
+ outstanding shares, or (iii) beneficial ownership of such entity.
61
+
62
+ "You" (or "Your") shall mean an individual or Legal Entity
63
+ exercising permissions granted by this License.
64
+
65
+ "Source" form shall mean the preferred form for making modifications,
66
+ including but not limited to software source code, documentation
67
+ source, and configuration files.
68
+
69
+ "Object" form shall mean any form resulting from mechanical
70
+ transformation or translation of a Source form, including but
71
+ not limited to compiled object code, generated documentation,
72
+ and conversions to other media types.
73
+
74
+ "Work" shall mean the work of authorship, whether in Source or
75
+ Object form, made available under the License, as indicated by a
76
+ copyright notice that is included in or attached to the work
77
+ (an example is provided in the Appendix below).
78
+
79
+ "Derivative Works" shall mean any work, whether in Source or Object
80
+ form, that is based on (or derived from) the Work and for which the
81
+ editorial revisions, annotations, elaborations, or other modifications
82
+ represent, as a whole, an original work of authorship. For the purposes
83
+ of this License, Derivative Works shall not include works that remain
84
+ separable from, or merely link (or bind by name) to the interfaces of,
85
+ the Work and Derivative Works thereof.
86
+
87
+ "Contribution" shall mean any work of authorship, including
88
+ the original version of the Work and any modifications or additions
89
+ to that Work or Derivative Works thereof, that is intentionally
90
+ submitted to Licensor for inclusion in the Work by the copyright owner
91
+ or by an individual or Legal Entity authorized to submit on behalf of
92
+ the copyright owner. For the purposes of this definition, "submitted"
93
+ means any form of electronic, verbal, or written communication sent
94
+ to the Licensor or its representatives, including but not limited to
95
+ communication on electronic mailing lists, source code control systems,
96
+ and issue tracking systems that are managed by, or on behalf of, the
97
+ Licensor for the purpose of discussing and improving the Work, but
98
+ excluding communication that is conspicuously marked or otherwise
99
+ designated in writing by the copyright owner as "Not a Contribution."
100
+
101
+ "Contributor" shall mean Licensor and any individual or Legal Entity
102
+ on behalf of whom a Contribution has been received by Licensor and
103
+ subsequently incorporated within the Work.
104
+
105
+ 2. Grant of Copyright License. Subject to the terms and conditions of
106
+ this License, each Contributor hereby grants to You a perpetual,
107
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
108
+ copyright license to reproduce, prepare Derivative Works of,
109
+ publicly display, publicly perform, sublicense, and distribute the
110
+ Work and such Derivative Works in Source or Object form.
111
+
112
+ 3. Grant of Patent License. Subject to the terms and conditions of
113
+ this License, each Contributor hereby grants to You a perpetual,
114
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
115
+ (except as stated in this section) patent license to make, have made,
116
+ use, offer to sell, sell, import, and otherwise transfer the Work,
117
+ where such license applies only to those patent claims licensable
118
+ by such Contributor that are necessarily infringed by their
119
+ Contribution(s) alone or by combination of their Contribution(s)
120
+ with the Work to which such Contribution(s) was submitted. If You
121
+ institute patent litigation against any entity (including a
122
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
123
+ or a Contribution incorporated within the Work constitutes direct
124
+ or contributory patent infringement, then any patent licenses
125
+ granted to You under this License for that Work shall terminate
126
+ as of the date such litigation is filed.
127
+
128
+ 4. Redistribution. You may reproduce and distribute copies of the
129
+ Work or Derivative Works thereof in any medium, with or without
130
+ modifications, and in Source or Object form, provided that You
131
+ meet the following conditions:
132
+
133
+ (a) You must give any other recipients of the Work or
134
+ Derivative Works a copy of this License; and
135
+
136
+ (b) You must cause any modified files to carry prominent notices
137
+ stating that You changed the files; and
138
+
139
+ (c) You must retain, in the Source form of any Derivative Works
140
+ that You distribute, all copyright, patent, trademark, and
141
+ attribution notices from the Source form of the Work,
142
+ excluding those notices that do not pertain to any part of
143
+ the Derivative Works; and
144
+
145
+ (d) If the Work includes a "NOTICE" text file as part of its
146
+ distribution, then any Derivative Works that You distribute must
147
+ include a readable copy of the attribution notices contained
148
+ within such NOTICE file, excluding those notices that do not
149
+ pertain to any part of the Derivative Works, in at least one
150
+ of the following places: within a NOTICE text file distributed
151
+ as part of the Derivative Works; within the Source form or
152
+ documentation, if provided along with the Derivative Works; or,
153
+ within a display generated by the Derivative Works, if and
154
+ wherever such third-party notices normally appear. The contents
155
+ of the NOTICE file are for informational purposes only and
156
+ do not modify the License. You may add Your own attribution
157
+ notices within Derivative Works that You distribute, alongside
158
+ or as an addendum to the NOTICE text from the Work, provided
159
+ that such additional attribution notices cannot be construed
160
+ as modifying the License.
161
+
162
+ You may add Your own copyright statement to Your modifications and
163
+ may provide additional or different license terms and conditions
164
+ for use, reproduction, or distribution of Your modifications, or
165
+ for any such Derivative Works as a whole, provided Your use,
166
+ reproduction, and distribution of the Work otherwise complies with
167
+ the conditions stated in this License.
168
+
169
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
170
+ any Contribution intentionally submitted for inclusion in the Work
171
+ by You to the Licensor shall be under the terms and conditions of
172
+ this License, without any additional terms or conditions.
173
+ Notwithstanding the above, nothing herein shall supersede or modify
174
+ the terms of any separate license agreement you may have executed
175
+ with Licensor regarding such Contributions.
176
+
177
+ 6. Trademarks. This License does not grant permission to use the trade
178
+ names, trademarks, service marks, or product names of the Licensor,
179
+ except as required for reasonable and customary use in describing the
180
+ origin of the Work and reproducing the content of the NOTICE file.
181
+
182
+ 7. Disclaimer of Warranty. Unless required by applicable law or
183
+ agreed to in writing, Licensor provides the Work (and each
184
+ Contributor provides its Contributions) on an "AS IS" BASIS,
185
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
186
+ implied, including, without limitation, any warranties or conditions
187
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
188
+ PARTICULAR PURPOSE. You are solely responsible for determining the
189
+ appropriateness of using or redistributing the Work and assume any
190
+ risks associated with Your exercise of permissions under this License.
191
+
192
+ 8. Limitation of Liability. In no event and under no legal theory,
193
+ whether in tort (including negligence), contract, or otherwise,
194
+ unless required by applicable law (such as deliberate and grossly
195
+ negligent acts) or agreed to in writing, shall any Contributor be
196
+ liable to You for damages, including any direct, indirect, special,
197
+ incidental, or consequential damages of any character arising as a
198
+ result of this License or out of the use or inability to use the
199
+ Work (including but not limited to damages for loss of goodwill,
200
+ work stoppage, computer failure or malfunction, or any and all
201
+ other commercial damages or losses), even if such Contributor
202
+ has been advised of the possibility of such damages.
203
+
204
+ 9. Accepting Warranty or Additional Liability. While redistributing
205
+ the Work or Derivative Works thereof, You may choose to offer,
206
+ and charge a fee for, acceptance of support, warranty, indemnity,
207
+ or other liability obligations and/or rights consistent with this
208
+ License. However, in accepting such obligations, You may act only
209
+ on Your own behalf and on Your sole responsibility, not on behalf
210
+ of any other Contributor, and only if You agree to indemnify,
211
+ defend, and hold each Contributor harmless for any liability
212
+ incurred by, or claims asserted against, such Contributor by reason
213
+ of your accepting any such warranty or additional liability.
214
+
215
+
216
+ github.com/spf13/pflag v1.0.9, BSD-3-Clause
217
+ ----------------------------------------------------------------------
218
+ Copyright (c) 2012 Alex Ogier. All rights reserved.
219
+ Copyright (c) 2012 The Go Authors. All rights reserved.
220
+
221
+ Redistribution and use in source and binary forms, with or without
222
+ modification, are permitted provided that the following conditions are
223
+ met:
224
+
225
+ * Redistributions of source code must retain the above copyright
226
+ notice, this list of conditions and the following disclaimer.
227
+ * Redistributions in binary form must reproduce the above
228
+ copyright notice, this list of conditions and the following disclaimer
229
+ in the documentation and/or other materials provided with the
230
+ distribution.
231
+ * Neither the name of Google Inc. nor the names of its
232
+ contributors may be used to endorse or promote products derived from
233
+ this software without specific prior written permission.
234
+
235
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
236
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
237
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
238
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
239
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
240
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
241
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
242
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
243
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
244
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
245
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
246
+
247
+
248
+ github.com/inconshreveable/mousetrap v1.1.0, Apache-2.0
249
+ (linked into the Windows binaries only)
250
+ ----------------------------------------------------------------------
251
+ Apache License
252
+ Version 2.0, January 2004
253
+ http://www.apache.org/licenses/
254
+
255
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
256
+
257
+ 1. Definitions.
258
+
259
+ "License" shall mean the terms and conditions for use, reproduction,
260
+ and distribution as defined by Sections 1 through 9 of this document.
261
+
262
+ "Licensor" shall mean the copyright owner or entity authorized by
263
+ the copyright owner that is granting the License.
264
+
265
+ "Legal Entity" shall mean the union of the acting entity and all
266
+ other entities that control, are controlled by, or are under common
267
+ control with that entity. For the purposes of this definition,
268
+ "control" means (i) the power, direct or indirect, to cause the
269
+ direction or management of such entity, whether by contract or
270
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
271
+ outstanding shares, or (iii) beneficial ownership of such entity.
272
+
273
+ "You" (or "Your") shall mean an individual or Legal Entity
274
+ exercising permissions granted by this License.
275
+
276
+ "Source" form shall mean the preferred form for making modifications,
277
+ including but not limited to software source code, documentation
278
+ source, and configuration files.
279
+
280
+ "Object" form shall mean any form resulting from mechanical
281
+ transformation or translation of a Source form, including but
282
+ not limited to compiled object code, generated documentation,
283
+ and conversions to other media types.
284
+
285
+ "Work" shall mean the work of authorship, whether in Source or
286
+ Object form, made available under the License, as indicated by a
287
+ copyright notice that is included in or attached to the work
288
+ (an example is provided in the Appendix below).
289
+
290
+ "Derivative Works" shall mean any work, whether in Source or Object
291
+ form, that is based on (or derived from) the Work and for which the
292
+ editorial revisions, annotations, elaborations, or other modifications
293
+ represent, as a whole, an original work of authorship. For the purposes
294
+ of this License, Derivative Works shall not include works that remain
295
+ separable from, or merely link (or bind by name) to the interfaces of,
296
+ the Work and Derivative Works thereof.
297
+
298
+ "Contribution" shall mean any work of authorship, including
299
+ the original version of the Work and any modifications or additions
300
+ to that Work or Derivative Works thereof, that is intentionally
301
+ submitted to Licensor for inclusion in the Work by the copyright owner
302
+ or by an individual or Legal Entity authorized to submit on behalf of
303
+ the copyright owner. For the purposes of this definition, "submitted"
304
+ means any form of electronic, verbal, or written communication sent
305
+ to the Licensor or its representatives, including but not limited to
306
+ communication on electronic mailing lists, source code control systems,
307
+ and issue tracking systems that are managed by, or on behalf of, the
308
+ Licensor for the purpose of discussing and improving the Work, but
309
+ excluding communication that is conspicuously marked or otherwise
310
+ designated in writing by the copyright owner as "Not a Contribution."
311
+
312
+ "Contributor" shall mean Licensor and any individual or Legal Entity
313
+ on behalf of whom a Contribution has been received by Licensor and
314
+ subsequently incorporated within the Work.
315
+
316
+ 2. Grant of Copyright License. Subject to the terms and conditions of
317
+ this License, each Contributor hereby grants to You a perpetual,
318
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
319
+ copyright license to reproduce, prepare Derivative Works of,
320
+ publicly display, publicly perform, sublicense, and distribute the
321
+ Work and such Derivative Works in Source or Object form.
322
+
323
+ 3. Grant of Patent License. Subject to the terms and conditions of
324
+ this License, each Contributor hereby grants to You a perpetual,
325
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
326
+ (except as stated in this section) patent license to make, have made,
327
+ use, offer to sell, sell, import, and otherwise transfer the Work,
328
+ where such license applies only to those patent claims licensable
329
+ by such Contributor that are necessarily infringed by their
330
+ Contribution(s) alone or by combination of their Contribution(s)
331
+ with the Work to which such Contribution(s) was submitted. If You
332
+ institute patent litigation against any entity (including a
333
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
334
+ or a Contribution incorporated within the Work constitutes direct
335
+ or contributory patent infringement, then any patent licenses
336
+ granted to You under this License for that Work shall terminate
337
+ as of the date such litigation is filed.
338
+
339
+ 4. Redistribution. You may reproduce and distribute copies of the
340
+ Work or Derivative Works thereof in any medium, with or without
341
+ modifications, and in Source or Object form, provided that You
342
+ meet the following conditions:
343
+
344
+ (a) You must give any other recipients of the Work or
345
+ Derivative Works a copy of this License; and
346
+
347
+ (b) You must cause any modified files to carry prominent notices
348
+ stating that You changed the files; and
349
+
350
+ (c) You must retain, in the Source form of any Derivative Works
351
+ that You distribute, all copyright, patent, trademark, and
352
+ attribution notices from the Source form of the Work,
353
+ excluding those notices that do not pertain to any part of
354
+ the Derivative Works; and
355
+
356
+ (d) If the Work includes a "NOTICE" text file as part of its
357
+ distribution, then any Derivative Works that You distribute must
358
+ include a readable copy of the attribution notices contained
359
+ within such NOTICE file, excluding those notices that do not
360
+ pertain to any part of the Derivative Works, in at least one
361
+ of the following places: within a NOTICE text file distributed
362
+ as part of the Derivative Works; within the Source form or
363
+ documentation, if provided along with the Derivative Works; or,
364
+ within a display generated by the Derivative Works, if and
365
+ wherever such third-party notices normally appear. The contents
366
+ of the NOTICE file are for informational purposes only and
367
+ do not modify the License. You may add Your own attribution
368
+ notices within Derivative Works that You distribute, alongside
369
+ or as an addendum to the NOTICE text from the Work, provided
370
+ that such additional attribution notices cannot be construed
371
+ as modifying the License.
372
+
373
+ You may add Your own copyright statement to Your modifications and
374
+ may provide additional or different license terms and conditions
375
+ for use, reproduction, or distribution of Your modifications, or
376
+ for any such Derivative Works as a whole, provided Your use,
377
+ reproduction, and distribution of the Work otherwise complies with
378
+ the conditions stated in this License.
379
+
380
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
381
+ any Contribution intentionally submitted for inclusion in the Work
382
+ by You to the Licensor shall be under the terms and conditions of
383
+ this License, without any additional terms or conditions.
384
+ Notwithstanding the above, nothing herein shall supersede or modify
385
+ the terms of any separate license agreement you may have executed
386
+ with Licensor regarding such Contributions.
387
+
388
+ 6. Trademarks. This License does not grant permission to use the trade
389
+ names, trademarks, service marks, or product names of the Licensor,
390
+ except as required for reasonable and customary use in describing the
391
+ origin of the Work and reproducing the content of the NOTICE file.
392
+
393
+ 7. Disclaimer of Warranty. Unless required by applicable law or
394
+ agreed to in writing, Licensor provides the Work (and each
395
+ Contributor provides its Contributions) on an "AS IS" BASIS,
396
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
397
+ implied, including, without limitation, any warranties or conditions
398
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
399
+ PARTICULAR PURPOSE. You are solely responsible for determining the
400
+ appropriateness of using or redistributing the Work and assume any
401
+ risks associated with Your exercise of permissions under this License.
402
+
403
+ 8. Limitation of Liability. In no event and under no legal theory,
404
+ whether in tort (including negligence), contract, or otherwise,
405
+ unless required by applicable law (such as deliberate and grossly
406
+ negligent acts) or agreed to in writing, shall any Contributor be
407
+ liable to You for damages, including any direct, indirect, special,
408
+ incidental, or consequential damages of any character arising as a
409
+ result of this License or out of the use or inability to use the
410
+ Work (including but not limited to damages for loss of goodwill,
411
+ work stoppage, computer failure or malfunction, or any and all
412
+ other commercial damages or losses), even if such Contributor
413
+ has been advised of the possibility of such damages.
414
+
415
+ 9. Accepting Warranty or Additional Liability. While redistributing
416
+ the Work or Derivative Works thereof, You may choose to offer,
417
+ and charge a fee for, acceptance of support, warranty, indemnity,
418
+ or other liability obligations and/or rights consistent with this
419
+ License. However, in accepting such obligations, You may act only
420
+ on Your own behalf and on Your sole responsibility, not on behalf
421
+ of any other Contributor, and only if You agree to indemnify,
422
+ defend, and hold each Contributor harmless for any liability
423
+ incurred by, or claims asserted against, such Contributor by reason
424
+ of your accepting any such warranty or additional liability.
425
+
426
+ END OF TERMS AND CONDITIONS
427
+
428
+ APPENDIX: How to apply the Apache License to your work.
429
+
430
+ To apply the Apache License to your work, attach the following
431
+ boilerplate notice, with the fields enclosed by brackets "[]"
432
+ replaced with your own identifying information. (Don't include
433
+ the brackets!) The text should be enclosed in the appropriate
434
+ comment syntax for the file format. We also recommend that a
435
+ file or class name and description of purpose be included on the
436
+ same "printed page" as the copyright notice for easier
437
+ identification within third-party archives.
438
+
439
+ Copyright 2022 Alan Shreve (@inconshreveable)
440
+
441
+ Licensed under the Apache License, Version 2.0 (the "License");
442
+ you may not use this file except in compliance with the License.
443
+ You may obtain a copy of the License at
444
+
445
+ http://www.apache.org/licenses/LICENSE-2.0
446
+
447
+ Unless required by applicable law or agreed to in writing, software
448
+ distributed under the License is distributed on an "AS IS" BASIS,
449
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
450
+ See the License for the specific language governing permissions and
451
+ limitations under the License.
452
+
453
+
454
+ golang.org/x/sys v0.47.0, BSD-3-Clause
455
+ ----------------------------------------------------------------------
456
+ Copyright 2009 The Go Authors.
457
+
458
+ Redistribution and use in source and binary forms, with or without
459
+ modification, are permitted provided that the following conditions are
460
+ met:
461
+
462
+ * Redistributions of source code must retain the above copyright
463
+ notice, this list of conditions and the following disclaimer.
464
+ * Redistributions in binary form must reproduce the above
465
+ copyright notice, this list of conditions and the following disclaimer
466
+ in the documentation and/or other materials provided with the
467
+ distribution.
468
+ * Neither the name of Google LLC nor the names of its
469
+ contributors may be used to endorse or promote products derived from
470
+ this software without specific prior written permission.
471
+
472
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
473
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
474
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
475
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
476
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
477
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
478
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
479
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
480
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
481
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
482
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
483
+
484
+
485
+ golang.org/x/term v0.45.0, BSD-3-Clause
486
+ ----------------------------------------------------------------------
487
+ Copyright 2009 The Go Authors.
488
+
489
+ Redistribution and use in source and binary forms, with or without
490
+ modification, are permitted provided that the following conditions are
491
+ met:
492
+
493
+ * Redistributions of source code must retain the above copyright
494
+ notice, this list of conditions and the following disclaimer.
495
+ * Redistributions in binary form must reproduce the above
496
+ copyright notice, this list of conditions and the following disclaimer
497
+ in the documentation and/or other materials provided with the
498
+ distribution.
499
+ * Neither the name of Google LLC nor the names of its
500
+ contributors may be used to endorse or promote products derived from
501
+ this software without specific prior written permission.
502
+
503
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
504
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
505
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
506
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
507
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
508
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
509
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
510
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
511
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
512
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
513
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
514
+
515
+
package/bin/intuizi ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "@intuizi/cli-darwin-x64",
3
+ "description": "Intuizi CLI binary for darwin x64. Install @intuizi/cli, not this package.",
4
+ "version": "0.1.0",
5
+ "homepage": "https://github.com/intuizi/intuizi-cli#readme",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/intuizi/intuizi-cli.git"
9
+ },
10
+ "bugs": "https://github.com/intuizi/intuizi-cli/issues",
11
+ "license": "SEE LICENSE IN LICENSE",
12
+ "author": "Intuizi Inc",
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "os": [
17
+ "darwin"
18
+ ],
19
+ "cpu": [
20
+ "x64"
21
+ ],
22
+ "files": [
23
+ "bin/",
24
+ "LICENSE",
25
+ "THIRD_PARTY_NOTICES"
26
+ ]
27
+ }