wrangler-action/node_modules/@esbuild/darwin-x64/package.json
2023-08-07 15:11:15 -05:00

17 lines
331 B
JSON

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