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
443 B
22 lines
443 B
|
2 months ago
|
{
|
||
|
|
"name": "@rollup/rollup-darwin-x64",
|
||
|
|
"version": "4.60.1",
|
||
|
|
"os": [
|
||
|
|
"darwin"
|
||
|
|
],
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"files": [
|
||
|
|
"rollup.darwin-x64.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-x64.node"
|
||
|
|
}
|