temporary

This commit is contained in:
2025-09-30 10:56:38 +02:00
commit 07e54ddeab
7903 changed files with 1688938 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# `@rolldown/binding-darwin-arm64`
This is the **aarch64-apple-darwin** binary for `@rolldown/binding`

View File

@ -0,0 +1,37 @@
{
"name": "@rolldown/binding-darwin-arm64",
"version": "1.0.0-beta.39",
"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": [
"webpack",
"parcel",
"esbuild",
"rollup",
"bundler",
"rolldown"
],
"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"
]
}