2023-02-22 17:47:24 -08:00

18 lines
339 B
JSON

{
"name": "@esbuild/darwin-arm64",
"version": "0.17.10",
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
"preferUnplugged": true,
"engines": {
"node": ">=12"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
]
}