This commit is contained in:
freedakgmail
2025-11-22 19:52:55 +08:00
commit 43c8389705
28950 changed files with 3640981 additions and 0 deletions
@@ -0,0 +1,3 @@
# `@next/swc-darwin-x64`
This is the **x86_64-apple-darwin** binary for `@next/swc`
@@ -0,0 +1,23 @@
{
"name": "@next/swc-darwin-x64",
"version": "16.0.3",
"repository": {
"type": "git",
"url": "https://github.com/vercel/next.js",
"directory": "crates/napi/npm/darwin-x64"
},
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "next-swc.darwin-x64.node",
"files": [
"next-swc.darwin-x64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}