initial commit. phase 1 complete

This commit is contained in:
2026-05-05 20:45:19 +02:00
parent d9c68313a0
commit 89e058ffac
20631 changed files with 3224610 additions and 43 deletions
+3
View File
@@ -0,0 +1,3 @@
# `@next/swc-darwin-arm64`
This is the **aarch64-apple-darwin** binary for `@next/swc`
Binary file not shown.
+23
View File
@@ -0,0 +1,23 @@
{
"name": "@next/swc-darwin-arm64",
"version": "14.2.33",
"repository": {
"type": "git",
"url": "https://github.com/vercel/next.js",
"directory": "packages/next-swc/crates/napi/npm/darwin-arm64"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "next-swc.darwin-arm64.node",
"files": [
"next-swc.darwin-arm64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}