summaryrefslogtreecommitdiff
path: root/node_modules/@esbuild/darwin-arm64/package.json
blob: 6eea7ea248b381dd5a29411ad0d300265afa52fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@esbuild/darwin-arm64",
  "version": "0.21.5",
  "description": "The macOS 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": ">=12"
  },
  "os": [
    "darwin"
  ],
  "cpu": [
    "arm64"
  ]
}