14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"name": "esbuild-linux-64",
|
|
"version": "0.14.14",
|
|
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
|
|
"repository": "https://github.com/evanw/esbuild",
|
|
"license": "MIT",
|
|
"preferUnplugged": false,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
]
|
|
}
|