mirror of
https://github.com/zhigang1992/esbuild.git
synced 2026-01-12 17:13:19 +08:00
17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"name": "esbuild-linux-64",
|
|
"version": "0.11.14",
|
|
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
|
|
"repository": "https://github.com/evanw/esbuild",
|
|
"license": "MIT",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"directories": {
|
|
"bin": "bin"
|
|
}
|
|
}
|