整理桌面

This commit is contained in:
2022-04-10 00:37:53 +08:00
parent 82e3f2623f
commit e25c8bb318
728 changed files with 986384 additions and 16 deletions

3
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
node_modules/esbuild-linux-64/bin/esbuild generated vendored Executable file

Binary file not shown.

14
node_modules/esbuild-linux-64/package.json generated vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "esbuild-linux-64",
"version": "0.13.15",
"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"
]
}