supatester-cli 1.0.4
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 +35 -0
- package/README.md +3 -0
- package/THIRD_PARTY_LICENSES.txt +96 -0
- package/dist/bin/supatester.js +2 -0
- package/dist/index.js +1 -0
- package/package.json +51 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Supatester-cli Package Licence Agreement
|
|
2
|
+
Version 1.0
|
|
3
|
+
|
|
4
|
+
Copyright © 2026 Important Engineering.
|
|
5
|
+
All rights reserved.
|
|
6
|
+
|
|
7
|
+
This software package (the “Package”) is licensed, not sold. By installing, copying, or using the Package, you agree to the terms of this Licence Agreement (“Agreement”).
|
|
8
|
+
|
|
9
|
+
1. Permitted Use
|
|
10
|
+
You may use the Package solely in connection with a valid, active licence to the Supatester application (“Primary Product”). Use of the Package for any other purpose is strictly prohibited.
|
|
11
|
+
|
|
12
|
+
2. Restrictions
|
|
13
|
+
Except where expressly permitted by law, you may not:
|
|
14
|
+
- use the Package without a valid licence to the Primary Product;
|
|
15
|
+
- modify, adapt, translate, reverse engineer, decompile, or disassemble the Package;
|
|
16
|
+
- redistribute, sublicense, publish, sell, or otherwise make the Package available to any third party;
|
|
17
|
+
- use the Package to create derivative works or competing products.
|
|
18
|
+
|
|
19
|
+
3. Ownership
|
|
20
|
+
The Package is protected by copyright and other intellectual property laws. All rights, title, and interest in and to the Package remain exclusively with the Licensor.
|
|
21
|
+
|
|
22
|
+
4. No Warranty
|
|
23
|
+
The Package is provided “as is” without warranty of any kind, express or implied. The Licensor does not warrant that the Package will be error‑free or suitable for any particular purpose.
|
|
24
|
+
|
|
25
|
+
5. Limitation of Liability
|
|
26
|
+
To the maximum extent permitted by law, the Licensor is not liable for any indirect, incidental, special, or consequential damages arising from the use of the Package.
|
|
27
|
+
|
|
28
|
+
6. Termination
|
|
29
|
+
This Agreement automatically terminates if you breach any of its terms or if your licence to the Primary Product expires or is revoked. Upon termination, you must cease all use of the Package.
|
|
30
|
+
|
|
31
|
+
7. Governing Law
|
|
32
|
+
This Agreement is governed by the laws of Victoria, Australia, without regard to conflict of law principles.
|
|
33
|
+
|
|
34
|
+
8. Contact
|
|
35
|
+
For licensing enquiries, contact: feedback@importantengineering.com
|
package/README.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
This package includes third‑party software components distributed under permissive open‑source licences. The following licence texts and notices are provided to satisfy attribution and redistribution requirements for those components.
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
## MIT License
|
|
6
|
+
|
|
7
|
+
Copyright (c) the respective authors.
|
|
8
|
+
|
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## ISC License
|
|
18
|
+
|
|
19
|
+
Copyright (c) the respective authors.
|
|
20
|
+
|
|
21
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
22
|
+
|
|
23
|
+
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## BSD 2‑Clause License
|
|
28
|
+
|
|
29
|
+
Copyright (c) the respective authors.
|
|
30
|
+
|
|
31
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
32
|
+
|
|
33
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
34
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
35
|
+
|
|
36
|
+
THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## BSD 3‑Clause License
|
|
41
|
+
|
|
42
|
+
Copyright (c) the respective authors.
|
|
43
|
+
|
|
44
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
45
|
+
|
|
46
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
47
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
48
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
49
|
+
|
|
50
|
+
THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Apache License 2.0
|
|
55
|
+
|
|
56
|
+
Licensed under the Apache License, Version 2.0 (the “License”). You may not use files licensed under the Apache License except in compliance with the License. You may obtain a copy of the License at:
|
|
57
|
+
|
|
58
|
+
`http://www.apache.org/licenses/LICENSE-2.0` [(apache.org in Bing)](https://www.bing.com/search?q="http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0")
|
|
59
|
+
|
|
60
|
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.
|
|
61
|
+
|
|
62
|
+
Some components may include a NOTICE file as required by the License.
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## BlueOak Model License 1.0.0
|
|
67
|
+
|
|
68
|
+
This software is licensed under the BlueOak Model License 1.0.0.
|
|
69
|
+
|
|
70
|
+
Permission is granted to use, copy, modify, and distribute the software for any purpose, subject to the conditions and disclaimers described in the full licence text, available at:
|
|
71
|
+
|
|
72
|
+
[https://blueoakcouncil.org/license/1.0.0](https://blueoakcouncil.org/license/1.0.0)
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## 0BSD License
|
|
77
|
+
|
|
78
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
|
79
|
+
|
|
80
|
+
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES.
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## Dual‑Licensed Component: (MIT OR CC0‑1.0)
|
|
85
|
+
|
|
86
|
+
One dependency is dual‑licensed under **MIT OR CC0‑1.0**.
|
|
87
|
+
For consistency with the rest of this package, the MIT licence has been selected.
|
|
88
|
+
The MIT licence text is included above.
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Warranty Disclaimer
|
|
93
|
+
|
|
94
|
+
All third‑party components included in this package are provided “AS IS”, without warranty of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, and non‑infringement.
|
|
95
|
+
|
|
96
|
+
---
|