@brandazine/solari-linux-x64 1.0.0-alpha.1
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 +19 -0
- package/bin/solari +0 -0
- package/package.json +25 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Copyright (c) 2026 Brandazine. All rights reserved.
|
|
2
|
+
|
|
3
|
+
Permission is granted to download and use the unmodified release artifacts
|
|
4
|
+
distributed through this repository (the "Software") solely to access and
|
|
5
|
+
use the SOLARI service.
|
|
6
|
+
|
|
7
|
+
Redistribution of the Software, modification, decompilation, or use of the
|
|
8
|
+
Software to build a competing service is not permitted without prior
|
|
9
|
+
written permission from Brandazine.
|
|
10
|
+
|
|
11
|
+
Documentation and configuration files in this repository may be copied for
|
|
12
|
+
the purpose of installing and configuring the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
17
|
+
BRANDAZINE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY ARISING
|
|
18
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
19
|
+
DEALINGS IN THE SOFTWARE.
|
package/bin/solari
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@brandazine/solari-linux-x64",
|
|
3
|
+
"version": "1.0.0-alpha.1",
|
|
4
|
+
"description": "SOLARI creator and brand intelligence from your terminal (linux-x64-glibc binary)",
|
|
5
|
+
"homepage": "https://solari.brandazine.com",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/brandazine/solari.git"
|
|
9
|
+
},
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
11
|
+
"os": [
|
|
12
|
+
"linux"
|
|
13
|
+
],
|
|
14
|
+
"cpu": [
|
|
15
|
+
"x64"
|
|
16
|
+
],
|
|
17
|
+
"libc": [
|
|
18
|
+
"glibc"
|
|
19
|
+
],
|
|
20
|
+
"files": [
|
|
21
|
+
"bin",
|
|
22
|
+
"LICENSE"
|
|
23
|
+
],
|
|
24
|
+
"preferUnplugged": true
|
|
25
|
+
}
|