mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"name": "esbuild-linux-64",
|
|
"version": "0.14.54",
|
|
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
|
|
"repository": "https://github.com/evanw/esbuild",
|
|
"license": "MIT",
|
|
"preferUnplugged": false,
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
]
|
|
}
|