@carrick-tools/cli-linux-arm64 0.3.53

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.
Files changed (3) hide show
  1. package/LICENSE.md +99 -0
  2. package/bin/carrick +0 -0
  3. package/package.json +26 -0
package/LICENSE.md ADDED
@@ -0,0 +1,99 @@
1
+ Elastic License 2.0
2
+
3
+ URL: https://www.elastic.co/licensing/elastic-license
4
+
5
+ Copyright (c) 2026 Far Harbour B.V.
6
+
7
+ Carrick is licensed under the Elastic License 2.0.
8
+
9
+ ## Acceptance
10
+
11
+ By using the software, you agree to all of the terms and conditions below.
12
+
13
+ ## Copyright License
14
+
15
+ The licensor grants you a non-exclusive, royalty-free, worldwide,
16
+ non-sublicensable, non-transferable license to use, copy, distribute, make
17
+ available, and prepare derivative works of the software, in each case
18
+ subject to the limitations and conditions below.
19
+
20
+ ## Limitations
21
+
22
+ You may not provide the software to third parties as a hosted or managed
23
+ service, where the service provides users with access to any substantial
24
+ set of the features or functionality of the software.
25
+
26
+ You may not move, change, disable, or circumvent the license key
27
+ functionality in the software, and you may not remove or obscure any
28
+ functionality in the software that is protected by the license key.
29
+
30
+ You may not alter, remove, or obscure any licensing, copyright, or other
31
+ notices of the licensor in the software. Any use of the licensor's
32
+ trademarks is subject to applicable law.
33
+
34
+ ## Patents
35
+
36
+ The licensor grants you a license, under any patent claims the licensor
37
+ can license, or becomes able to license, to make, have made, use, sell,
38
+ offer for sale, import and have imported the software, in each case
39
+ subject to the limitations and conditions in this license. This license
40
+ does not cover any patent claims that you cause to be infringed by
41
+ modifications or additions to the software. If you or your company make
42
+ any written claim that the software infringes or contributes to
43
+ infringement of any patent, your patent license for the software granted
44
+ under these terms ends immediately. If your company makes such a claim,
45
+ your patent license ends immediately for work on behalf of your company.
46
+
47
+ ## Notices
48
+
49
+ You must ensure that anyone who gets a copy of any part of the software
50
+ from you also gets a copy of these terms.
51
+
52
+ If you modify the software, you must include in any modified copies of
53
+ the software prominent notices stating that you have modified the
54
+ software.
55
+
56
+ ## No Other Rights
57
+
58
+ These terms do not imply any licenses other than those expressly granted
59
+ in these terms.
60
+
61
+ ## Termination
62
+
63
+ If you use the software in violation of these terms, such use is not
64
+ licensed, and your licenses will automatically terminate. If the licensor
65
+ provides you with a notice of your violation, and you cease all violation
66
+ of this license no later than 30 days after you receive that notice, your
67
+ licenses will be reinstated retroactively. However, if you violate these
68
+ terms after such reinstatement, any additional violation of these terms
69
+ will cause your licenses to terminate automatically and permanently.
70
+
71
+ ## No Liability
72
+
73
+ As far as the law allows, the software comes as is, without any warranty
74
+ or condition, and the licensor will not be liable to you for any damages
75
+ arising out of these terms or the use or nature of the software, under
76
+ any kind of legal claim.
77
+
78
+ ## Definitions
79
+
80
+ The licensor is the entity offering these terms, and the software is the
81
+ software the licensor makes available under these terms, including any
82
+ portion of it.
83
+
84
+ you refers to the individual or entity agreeing to these terms.
85
+
86
+ your company is any legal entity, sole proprietorship, or other kind of
87
+ organization that you work for, plus all organizations that have control
88
+ over, are under the control of, or are under common control with that
89
+ organization. control means ownership of substantially all the assets of
90
+ an entity, or the power to direct its management and policies by vote,
91
+ contract, or otherwise. Control can be direct or indirect.
92
+
93
+ your licenses are all the licenses granted to you for the software under
94
+ these terms.
95
+
96
+ use means anything you do with the software requiring one of your
97
+ licenses.
98
+
99
+ trademark means trademarks, service marks, and similar rights.
package/bin/carrick ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@carrick-tools/cli-linux-arm64",
3
+ "version": "0.3.53",
4
+ "description": "The carrick scanner binary for linux-arm64. Installed automatically as an optional dependency of the carrick package; there is no reason to depend on it directly.",
5
+ "homepage": "https://carrick.tools",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/carrick-tools/carrick.git",
9
+ "directory": "npm/platform"
10
+ },
11
+ "license": "SEE LICENSE IN LICENSE.md",
12
+ "os": [
13
+ "linux"
14
+ ],
15
+ "cpu": [
16
+ "arm64"
17
+ ],
18
+ "files": [
19
+ "bin",
20
+ "LICENSE.md"
21
+ ],
22
+ "publishConfig": {
23
+ "access": "public",
24
+ "provenance": true
25
+ }
26
+ }