Last
Some checks are pending
Deploy Volleyball CMS / deploy (push) Waiting to run

This commit is contained in:
2025-06-02 18:56:22 +02:00
parent 8f62885a45
commit 33181acf83
1443 changed files with 286102 additions and 12 deletions

3
node_modules/@swc/core-win32-x64-msvc/README.md generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# `@swc/core-win32-x64-msvc`
This is the **x86_64-pc-windows-msvc** binary for `@swc/core`

42
node_modules/@swc/core-win32-x64-msvc/package.json generated vendored Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.7.39",
"os": [
"win32"
],
"cpu": [
"x64"
],
"main": "swc.win32-x64-msvc.node",
"files": [
"swc.win32-x64-msvc.node",
"swc.exe"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}

Binary file not shown.