aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/@rollup/rollup-linux-arm64-gnu/package.json
blob: 3a8bbe4156a604f0b5bea0d505faa9f70271d4ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "@rollup/rollup-linux-arm64-gnu",
  "version": "4.57.1",
  "os": [
    "linux"
  ],
  "cpu": [
    "arm64"
  ],
  "files": [
    "rollup.linux-arm64-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-arm64-gnu.node"
}