mirror of
https://github.com/MioMioOS/MioIsland
synced 2026-04-21 21:47:47 +00:00
Replace with native .bundle plugin architecture in next commits. Old declarative system (themes/buddy/sound JSON) removed entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
37 lines
No EOL
785 B
JSON
37 lines
No EOL
785 B
JSON
{
|
|
"name": "@rolldown/binding-darwin-arm64",
|
|
"version": "1.0.0-rc.12",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "rolldown-binding.darwin-arm64.node",
|
|
"files": [
|
|
"rolldown-binding.darwin-arm64.node"
|
|
],
|
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
"keywords": [
|
|
"bundler",
|
|
"esbuild",
|
|
"parcel",
|
|
"rolldown",
|
|
"rollup",
|
|
"webpack"
|
|
],
|
|
"homepage": "https://rolldown.rs/",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rolldown/rolldown.git",
|
|
"directory": "packages/rolldown"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
]
|
|
} |