aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/@rollup/rollup-linux-arm64-musl/package.json
blob: e3a7f3ef6572ffad399d6b3c90f4b3d7bf1a11cb (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-musl",
  "version": "4.57.1",
  "os": [
    "linux"
  ],
  "cpu": [
    "arm64"
  ],
  "files": [
    "rollup.linux-arm64-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-arm64-musl.node"
}