File @esbuild-package.json of Package nodejs-esbuild
{
"cpu" : [
"x64"
],
"description" : "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
"engines" : {
"node" : ">=18"
},
"license" : "MIT",
"name" : "@esbuild/linux-x64",
"os" : [
"linux"
],
"preferUnplugged" : true,
"repository" : {
"type" : "git",
"url" : "git+https://github.com/evanw/esbuild.git"
},
"version" : "#VERSION#"
}