File size: 417 Bytes
bc20498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "@rollup/rollup-linux-x64-gnu",
  "version": "4.22.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": "rollup/rollup",
  "libc": [
    "glibc"
  ],
  "main": "./rollup.linux-x64-gnu.node"
}