Aggrid custom

This commit is contained in:
2026-03-17 08:44:54 +01:00
commit 739374d83f
3234 changed files with 1533165 additions and 0 deletions

40
node_modules/@rolldown/binding-linux-x64-musl/package.json generated vendored Executable file
View File

@@ -0,0 +1,40 @@
{
"name": "@rolldown/binding-linux-x64-musl",
"version": "1.0.0-rc.9",
"cpu": [
"x64"
],
"main": "rolldown-binding.linux-x64-musl.node",
"files": [
"rolldown-binding.linux-x64-musl.node"
],
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
"keywords": [
"bundler",
"esbuild",
"parcel",
"rolldown",
"rollup",
"webpack"
],
"homepage": "https://rolldown.rs/",
"license": "MIT",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolldown/rolldown.git",
"directory": "packages/rolldown"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
"libc": [
"musl"
]
}