Navi/frontend/node_modules/@rollup/rollup-linux-x64-musl/package.json
小龙 4d36e80695 feat: 导航收藏网站 v1.0
- 左侧边栏分类导航
- 紫蓝渐变背景
- 精致卡片设计
- 网站增删改查、收藏功能
- 搜索过滤
- 后端: Flask + MySQL
- 前端: React + Vite
2026-04-06 14:42:37 +00:00

25 lines
482 B
JSON

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