diff options
| author | Christian Cleberg <[email protected]> | 2026-04-18 22:32:53 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-18 22:32:53 -0500 |
| commit | 580e798e16346eb894eb899edac82d2efdf40adc (patch) | |
| tree | 6dec3b7db678f781138b40d34da37d21ac8fbe7d /node_modules/@rollup | |
| download | brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.tar.gz brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.tar.bz2 brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.zip | |
initial commit
Diffstat (limited to 'node_modules/@rollup')
| -rw-r--r-- | node_modules/@rollup/rollup-darwin-arm64/README.md | 3 | ||||
| -rw-r--r-- | node_modules/@rollup/rollup-darwin-arm64/package.json | 22 | ||||
| -rw-r--r-- | node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node | bin | 0 -> 1763808 bytes |
3 files changed, 25 insertions, 0 deletions
diff --git a/node_modules/@rollup/rollup-darwin-arm64/README.md b/node_modules/@rollup/rollup-darwin-arm64/README.md new file mode 100644 index 0000000..c29619c --- /dev/null +++ b/node_modules/@rollup/rollup-darwin-arm64/README.md @@ -0,0 +1,3 @@ +# `@rollup/rollup-darwin-arm64` + +This is the **aarch64-apple-darwin** binary for `rollup` diff --git a/node_modules/@rollup/rollup-darwin-arm64/package.json b/node_modules/@rollup/rollup-darwin-arm64/package.json new file mode 100644 index 0000000..0a632d6 --- /dev/null +++ b/node_modules/@rollup/rollup-darwin-arm64/package.json @@ -0,0 +1,22 @@ +{ + "name": "@rollup/rollup-darwin-arm64", + "version": "4.60.1", + "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" +}
\ No newline at end of file diff --git a/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node b/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node Binary files differnew file mode 100644 index 0000000..7c04dbe --- /dev/null +++ b/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node |
