@garden-co/jazz-napi-linux-arm64-gnu 2.0.0-alpha.56
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
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": 1,
|
|
3
|
+
"kind": "napi",
|
|
4
|
+
"profile": "release",
|
|
5
|
+
"git": {
|
|
6
|
+
"head": "f704e2fad3e88401522ad02a8e331ceff1714eb4",
|
|
7
|
+
"tree": "db0767e2fa649bfab7b438d986334dfd531ee66f",
|
|
8
|
+
"dirtyDiff": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
|
|
9
|
+
},
|
|
10
|
+
"cargoLock": "e9979cebee564dd8ceaae24e20debdf2c7bf111311facc911b55b3959eee366a",
|
|
11
|
+
"rustToolchain": "94829243c47c76917df64fb0a88044d05004e390b67b02544cb702823445eec9",
|
|
12
|
+
"tools": {
|
|
13
|
+
"rustc": "rustc 1.93.1 (01f6ddf75 2026-02-11)\nbinary: rustc\ncommit-hash: 01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf\ncommit-date: 2026-02-11\nhost: aarch64-unknown-linux-gnu\nrelease: 1.93.1\nLLVM version: 21.1.8",
|
|
14
|
+
"wasmPack": "not-applicable",
|
|
15
|
+
"wasmBindgen": "not-applicable",
|
|
16
|
+
"wasmOpt": "not-applicable",
|
|
17
|
+
"napi": "unavailable: napi is not on PATH",
|
|
18
|
+
"cc": "gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5)\nCopyright (C) 2021 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.",
|
|
19
|
+
"cxx": "g++ (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5)\nCopyright (C) 2021 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.",
|
|
20
|
+
"libc": "glibc 2.34",
|
|
21
|
+
"sysroot": "",
|
|
22
|
+
"baseline": "al2023-gcc11-ea8ed564f29d90082df0ca024bbc53599a4591cffdcbad61e2cdbabef21c6387",
|
|
23
|
+
"image": "sha256:4d799dcc7f46d18b073fff7a5f4704dbb780ea1ec6d23531273c4bcc1efb8c2a"
|
|
24
|
+
},
|
|
25
|
+
"toolchainInputs": "43f389e5c957478f6d16e66b2156d44863ad8ed6f670ad20ab3097ed29e4351c",
|
|
26
|
+
"target": "aarch64-unknown-linux-gnu",
|
|
27
|
+
"features": "default",
|
|
28
|
+
"packageInputs": "2def000e22903360fc0a1b0dc15980ec1067a13da3f0612e2bce8c15f722c97e",
|
|
29
|
+
"artifacts": [
|
|
30
|
+
{
|
|
31
|
+
"file": "jazz-napi.linux-arm64-gnu.node",
|
|
32
|
+
"sha256": "866ab8f58eb309200ce6a9d585dc3c90af2fb2daab1ca7233ce5a44ac8dc6040"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"nativeArtifactFingerprint": "4074926cb9081ad8f04f86e36a53eee17f49bee4a704e623fbd73f79437fabea"
|
|
36
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@garden-co/jazz-napi-linux-arm64-gnu",
|
|
3
|
+
"version": "2.0.0-alpha.56",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"arm64"
|
|
6
|
+
],
|
|
7
|
+
"main": "jazz-napi.linux-arm64-gnu.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"jazz-napi.linux-arm64-gnu.node",
|
|
10
|
+
"jazz-napi.linux-arm64-gnu.manifest.json"
|
|
11
|
+
],
|
|
12
|
+
"description": "Native Node.js bindings for Jazz runtime",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/garden-co/jazz2"
|
|
17
|
+
},
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
},
|
|
21
|
+
"os": [
|
|
22
|
+
"linux"
|
|
23
|
+
],
|
|
24
|
+
"libc": [
|
|
25
|
+
"glibc"
|
|
26
|
+
]
|
|
27
|
+
}
|