django-vue3-admin-web/node_modules/@rollup/rollup-linux-x64-gnu/package.json
2025-10-20 21:21:14 +08:00

25 lines
480 B
JSON

{
"name": "@rollup/rollup-linux-x64-gnu",
"version": "4.52.4",
"os": [
"linux"
],
"cpu": [
"x64"
],
"files": [
"rollup.linux-x64-gnu.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"
},
"libc": [
"glibc"
],
"main": "./rollup.linux-x64-gnu.node"
}