@agnostic-ai/linux-x64 0.64.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/README.md +8 -0
- package/agnostic-ai +0 -0
- package/package.json +29 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# @agnostic-ai/linux-x64
|
|
2
|
+
|
|
3
|
+
The agnostic-ai binary for linux on x64.
|
|
4
|
+
|
|
5
|
+
Install [agnostic-ai](https://www.npmjs.com/package/agnostic-ai) instead. It depends on
|
|
6
|
+
this package optionally, and npm picks the one that matches your machine.
|
|
7
|
+
|
|
8
|
+
Docs: [agnostic-ai.org](https://agnostic-ai.org).
|
package/agnostic-ai
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@agnostic-ai/linux-x64",
|
|
3
|
+
"version": "0.64.1",
|
|
4
|
+
"description": "The linux-x64 binary for agnostic-ai.",
|
|
5
|
+
"homepage": "https://agnostic-ai.org",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/Chemaclass/agnostic-ai/issues"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/Chemaclass/agnostic-ai.git",
|
|
12
|
+
"directory": "npm"
|
|
13
|
+
},
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"author": "Chemaclass",
|
|
16
|
+
"engines": {
|
|
17
|
+
"node": ">=18"
|
|
18
|
+
},
|
|
19
|
+
"os": [
|
|
20
|
+
"linux"
|
|
21
|
+
],
|
|
22
|
+
"cpu": [
|
|
23
|
+
"x64"
|
|
24
|
+
],
|
|
25
|
+
"files": [
|
|
26
|
+
"agnostic-ai",
|
|
27
|
+
"README.md"
|
|
28
|
+
]
|
|
29
|
+
}
|