Initial commit

This commit is contained in:
maojindao55
2025-02-12 17:18:18 +08:00
commit 394e5640e9
8002 changed files with 1687177 additions and 0 deletions

3
node_modules/@esbuild/darwin-arm64/README.md generated vendored Normal file
View File

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

BIN
node_modules/@esbuild/darwin-arm64/bin/esbuild generated vendored Executable file

Binary file not shown.

20
node_modules/@esbuild/darwin-arm64/package.json generated vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "@esbuild/darwin-arm64",
"version": "0.21.5",
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/esbuild.git"
},
"license": "MIT",
"preferUnplugged": true,
"engines": {
"node": ">=12"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
]
}

3
node_modules/@esbuild/darwin-x64/README.md generated vendored Normal file
View File

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

BIN
node_modules/@esbuild/darwin-x64/bin/esbuild generated vendored Executable file

Binary file not shown.

50
node_modules/@esbuild/darwin-x64/package.json generated vendored Normal file
View File

@@ -0,0 +1,50 @@
{
"_from": "@esbuild/darwin-x64@0.21.5",
"_id": "@esbuild/darwin-x64@0.21.5",
"_inBundle": false,
"_integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
"_location": "/@esbuild/darwin-x64",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@esbuild/darwin-x64@0.21.5",
"name": "@esbuild/darwin-x64",
"escapedName": "@esbuild%2fdarwin-x64",
"scope": "@esbuild",
"rawSpec": "0.21.5",
"saveSpec": null,
"fetchSpec": "0.21.5"
},
"_requiredBy": [
"/esbuild"
],
"_resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
"_shasum": "c13838fa57372839abdddc91d71542ceea2e1e22",
"_spec": "@esbuild/darwin-x64@0.21.5",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/esbuild",
"bugs": {
"url": "https://github.com/evanw/esbuild/issues"
},
"bundleDependencies": false,
"cpu": [
"x64"
],
"deprecated": false,
"description": "The macOS 64-bit binary for esbuild, a JavaScript bundler.",
"engines": {
"node": ">=12"
},
"homepage": "https://github.com/evanw/esbuild#readme",
"license": "MIT",
"name": "@esbuild/darwin-x64",
"os": [
"darwin"
],
"preferUnplugged": true,
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/esbuild.git"
},
"version": "0.21.5"
}