Mid-Simulator/node_modules/esbuild-linux-64/package.json

15 lines
289 B
JSON
Raw Normal View History

2022-04-18 01:14:39 +00:00
{
"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"
]
}