17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"name": "@esbuild/darwin-arm64",
|
|
"version": "0.18.20",
|
|
"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"
|
|
]
|
|
}
|