Add decaf webui

This commit is contained in:
Marco Realacci 2022-11-24 14:46:29 +01:00
parent 6b4c9bb531
commit 69c0388954
742 changed files with 608981 additions and 6 deletions

3
webui/node_modules/esbuild-linux-64/README.md generated vendored Normal file
View file

@ -0,0 +1,3 @@
# esbuild
This is the Linux 64-bit binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details.

BIN
webui/node_modules/esbuild-linux-64/bin/esbuild generated vendored Executable file

Binary file not shown.

17
webui/node_modules/esbuild-linux-64/package.json generated vendored Normal file
View file

@ -0,0 +1,17 @@
{
"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"
]
}