first commit

This commit is contained in:
douboer
2026-01-14 13:05:57 +08:00
commit 0a7d2c5c20
1224 changed files with 1045848 additions and 0 deletions

22
node_modules/@rollup/rollup-darwin-arm64/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "@rollup/rollup-darwin-arm64",
"version": "4.54.0",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"files": [
"rollup.darwin-arm64.node"
],
"description": "Native bindings for Rollup",
"author": "Lukas Taegert-Atkinson",
"homepage": "https://rollupjs.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup.git"
},
"main": "./rollup.darwin-arm64.node"
}