Files
chat-proxy/frontend/node_modules/@esbuild/linux-x64/package.json
T
Samuele E. Locatelli 1d4b5aba63 Init repo con git
2025-08-21 08:59:27 +00:00

18 lines
329 B
JSON

{
"name": "@esbuild/linux-x64",
"version": "0.18.20",
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
"preferUnplugged": true,
"engines": {
"node": ">=12"
},
"os": [
"linux"
],
"cpu": [
"x64"
]
}