@fictjs/compiler-win32-arm64-msvc 0.28.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.
package/SHASUMS256.txt ADDED
@@ -0,0 +1 @@
1
+ 265fa68ecd15183dc5441127a18fb92a1c1bf601df698393aad8153f679e3d9d fict_compiler_napi.node
@@ -0,0 +1,9 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "packageName": "@fictjs/compiler-win32-arm64-msvc",
4
+ "packageVersion": "0.28.0",
5
+ "target": "win32-arm64-msvc",
6
+ "rustTarget": "aarch64-pc-windows-msvc",
7
+ "binary": "fict_compiler_napi.node",
8
+ "sha256": "265fa68ecd15183dc5441127a18fb92a1c1bf601df698393aad8153f679e3d9d"
9
+ }
Binary file
package/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@fictjs/compiler-win32-arm64-msvc",
3
+ "version": "0.28.0",
4
+ "description": "Fict Rust compiler native binding for Windows ARM64",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/fictjs/fict.git",
9
+ "directory": "packages/compiler-win32-arm64-msvc"
10
+ },
11
+ "publishConfig": {
12
+ "access": "public",
13
+ "provenance": true
14
+ },
15
+ "engines": {
16
+ "node": ">=22.18.0"
17
+ },
18
+ "os": [
19
+ "win32"
20
+ ],
21
+ "cpu": [
22
+ "arm64"
23
+ ],
24
+ "main": "fict_compiler_napi.node",
25
+ "files": [
26
+ "fict_compiler_napi.node",
27
+ "binding-manifest.json",
28
+ "SHASUMS256.txt"
29
+ ],
30
+ "fictNative": {
31
+ "target": "win32-arm64-msvc",
32
+ "rustTarget": "aarch64-pc-windows-msvc",
33
+ "binary": "fict_compiler_napi.node"
34
+ }
35
+ }