mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 12:49:30 +08:00
17 lines
339 B
Text
17 lines
339 B
Text
{
|
|
"name": "esbuild-darwin-arm64",
|
|
"version": "0.14.54",
|
|
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
|
|
"repository": "https://github.com/evanw/esbuild",
|
|
"license": "MIT",
|
|
"preferUnplugged": false,
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
]
|
|
}
|