Initial commit

This commit is contained in:
2026-05-29 08:11:07 +09:00
commit 9d192c430d
824 changed files with 575587 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "@rollup/rollup-darwin-x64",
"version": "4.60.4",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"files": [
"rollup.darwin-x64.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-x64.node"
}