@nimbus21.ai/the-link 3.15.12 → 3.16.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus21.ai/the-link",
3
- "version": "3.15.12",
3
+ "version": "3.16.2",
4
4
  "description": "the-link: Hub 360 Terminal Agent — runtime package for macOS",
5
5
  "author": "NIMBUS21 LLC <dev@nimbus21.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -10,6 +10,7 @@
10
10
  },
11
11
  "files": [
12
12
  "bin/",
13
+ "vendor/",
13
14
  "LICENSE"
14
15
  ],
15
16
  "engines": {
package/vendor/NOTICE ADDED
@@ -0,0 +1,83 @@
1
+ THIRD-PARTY SOFTWARE NOTICES — bundled static tmux
2
+ ==================================================
3
+
4
+ the-link bundles a fully-static build of tmux (and its statically-linked
5
+ dependencies) so a host with no system tmux still gets full terminal-multiplexer
6
+ features. The bundled binaries are built reproducibly from unmodified upstream
7
+ sources — see the-link/vendor/tmux/Dockerfile.static-tmux. the-link itself is
8
+ proprietary (see the-link/LICENSE); the third-party components below retain their
9
+ own permissive licenses and are redistributed under those terms.
10
+
11
+ --------------------------------------------------------------------------------
12
+ tmux — https://github.com/tmux/tmux (version 3.5a)
13
+ License: ISC
14
+
15
+ Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
16
+ Copyright (c) tmux contributors
17
+
18
+ Permission to use, copy, modify, and distribute this software for any purpose
19
+ with or without fee is hereby granted, provided that the above copyright notice
20
+ and this permission notice appear in all copies.
21
+
22
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
23
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
24
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
25
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
26
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
27
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
28
+ THIS SOFTWARE.
29
+
30
+ --------------------------------------------------------------------------------
31
+ libevent — https://libevent.org/ (statically linked, Alpine libevent-static)
32
+ License: BSD-3-Clause
33
+
34
+ Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
35
+ Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
36
+
37
+ Redistribution and use in source and binary forms, with or without modification,
38
+ are permitted provided that the following conditions are met:
39
+ 1. Redistributions of source code must retain the above copyright notice, this
40
+ list of conditions and the following disclaimer.
41
+ 2. Redistributions in binary form must reproduce the above copyright notice,
42
+ this list of conditions and the following disclaimer in the documentation
43
+ and/or other materials provided with the distribution.
44
+ 3. The name of the author may not be used to endorse or promote products
45
+ derived from this software without specific prior written permission.
46
+
47
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
48
+ WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
49
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
50
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE.
51
+
52
+ --------------------------------------------------------------------------------
53
+ ncurses (libncursesw) — https://invisible-island.net/ncurses/ (statically linked)
54
+ License: MIT/X11-style
55
+
56
+ Copyright (c) 1998-2024 Free Software Foundation, Inc.
57
+
58
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
59
+ this software and associated documentation files (the "Software"), to deal in
60
+ the Software without restriction, including without limitation the rights to
61
+ use, copy, modify, merge, publish, distribute, distribute with modifications,
62
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the
63
+ Software is furnished to do so, subject to the following conditions: the above
64
+ copyright notice and this permission notice shall be included in all copies or
65
+ substantial portions of the Software.
66
+
67
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
69
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
70
+
71
+ --------------------------------------------------------------------------------
72
+ musl libc — https://musl.libc.org/ (statically linked, Alpine)
73
+ License: MIT
74
+
75
+ Copyright (c) 2005-2020 Rich Felker, et al.
76
+
77
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
78
+ this software and associated documentation files (the "Software"), to deal in the
79
+ Software without restriction, including without limitation the rights to use,
80
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
81
+ Software, and to permit persons to whom the Software is furnished to do so.
82
+
83
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
Binary file