0c4bbaf314
Patch release shipping the wickra-go mirror license fix (#239). The release-time Go mirror now includes the dual MIT OR Apache-2.0 license files, so the next published Go module version resolves with a redistributable license on pkg.go.dev. No code changes; all other packages are republished unchanged at 0.8.1.
25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"name": "wickra-darwin-arm64",
|
|
"version": "0.8.1",
|
|
"description": "Native binding for wickra (macOS Apple Silicon). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
"main": "wickra.darwin-arm64.node",
|
|
"files": [
|
|
"wickra.darwin-arm64.node"
|
|
],
|
|
"license": "MIT OR Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wickra-lib/wickra"
|
|
},
|
|
"homepage": "https://github.com/wickra-lib/wickra"
|
|
}
|