You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
451 B
22 lines
451 B
{
|
|
"name": "@rollup/rollup-win32-x64-gnu",
|
|
"version": "4.52.5",
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"files": [
|
|
"rollup.win32-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"
|
|
},
|
|
"main": "./rollup.win32-x64-gnu.node"
|
|
}
|