@agnostic-ai/win32-arm64 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.exe +0 -0
- package/package.json +29 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# @agnostic-ai/win32-arm64
|
|
2
|
+
|
|
3
|
+
The agnostic-ai binary for win32 on arm64.
|
|
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.exe
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@agnostic-ai/win32-arm64",
|
|
3
|
+
"version": "0.64.1",
|
|
4
|
+
"description": "The win32-arm64 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
|
+
"win32"
|
|
21
|
+
],
|
|
22
|
+
"cpu": [
|
|
23
|
+
"arm64"
|
|
24
|
+
],
|
|
25
|
+
"files": [
|
|
26
|
+
"agnostic-ai.exe",
|
|
27
|
+
"README.md"
|
|
28
|
+
]
|
|
29
|
+
}
|