Files
esbuild/npm/esbuild-linux-64/package.json
2021-04-24 03:57:03 -07:00

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"
}
}