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