2026-05-24 11:46:49 +02:00
|
|
|
{
|
|
|
|
|
"name": "wickra-win32-arm64-msvc",
|
2026-06-13 03:21:33 +02:00
|
|
|
"version": "0.9.0",
|
2026-05-24 11:46:49 +02:00
|
|
|
"description": "Native binding for wickra (Windows arm64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
|
|
|
"main": "wickra.win32-arm64-msvc.node",
|
|
|
|
|
"files": [
|
|
|
|
|
"wickra.win32-arm64-msvc.node"
|
|
|
|
|
],
|
2026-06-03 18:49:39 +02:00
|
|
|
"license": "MIT OR Apache-2.0",
|
2026-05-24 11:46:49 +02:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 18"
|
|
|
|
|
},
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2026-05-30 12:18:10 +02:00
|
|
|
"url": "https://github.com/wickra-lib/wickra"
|
2026-05-24 11:46:49 +02:00
|
|
|
},
|
2026-05-30 12:18:10 +02:00
|
|
|
"homepage": "https://github.com/wickra-lib/wickra"
|
2026-05-24 11:46:49 +02:00
|
|
|
}
|