aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/@esbuild/linux-arm64/package.json
blob: 19eee37284e191e10b41f61021bba77541397565 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@esbuild/linux-arm64",
  "version": "0.27.3",
  "description": "The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evanw/esbuild.git"
  },
  "license": "MIT",
  "preferUnplugged": true,
  "engines": {
    "node": ">=18"
  },
  "os": [
    "linux"
  ],
  "cpu": [
    "arm64"
  ]
}