@kaochenlong/spxa-darwin-arm64 0.1.0
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.
Potentially problematic release.
This version of @kaochenlong/spxa-darwin-arm64 might be problematic. Click here for more details.
- package/LICENSE +130 -0
- package/THIRD_PARTY_NOTICES +7646 -0
- package/package.json +42 -0
- package/spxa +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@kaochenlong/spxa-darwin-arm64",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Native darwin-arm64 executable for the spxa CLI",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"os": [
|
|
7
|
+
"darwin"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"arm64"
|
|
11
|
+
],
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=22.14.0"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/kaochenlong/spectra-app.git",
|
|
18
|
+
"directory": "npm/spxa"
|
|
19
|
+
},
|
|
20
|
+
"homepage": "https://github.com/kaochenlong/spectra-app/tree/main/npm/spxa#readme",
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/kaochenlong/spectra-app/issues"
|
|
23
|
+
},
|
|
24
|
+
"files": [
|
|
25
|
+
"LICENSE",
|
|
26
|
+
"THIRD_PARTY_NOTICES",
|
|
27
|
+
"spxa"
|
|
28
|
+
],
|
|
29
|
+
"spxa": {
|
|
30
|
+
"coreVersion": "3.0.0",
|
|
31
|
+
"coreRevision": "fc905cd7e3d821956395818b79f6172684192b3a",
|
|
32
|
+
"rustTarget": "aarch64-apple-darwin",
|
|
33
|
+
"runtimeTuple": "darwin-arm64",
|
|
34
|
+
"executable": "spxa",
|
|
35
|
+
"sha256": "50a4e0befb96fdd5b7c0dbe219ad5c777612e1e88615aa89abcc023d9a2a4662",
|
|
36
|
+
"builderIdentity": "rustc 1.92.0 (ded5c06cf 2025-12-08)",
|
|
37
|
+
"minimumRuntime": {
|
|
38
|
+
"os": "macOS 13",
|
|
39
|
+
"libc": null
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
package/spxa
ADDED
|
Binary file
|