Version 1.0.2 mit node_modules Verzeichnis

This commit is contained in:
ISA
2024-10-02 07:58:24 +02:00
parent f353a06b1b
commit 62b6e55a0a
68228 changed files with 4548477 additions and 651 deletions

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

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

Binary file not shown.

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

@@ -0,0 +1,23 @@
{
"name": "@next/swc-win32-x64-msvc",
"version": "14.2.5",
"repository": {
"type": "git",
"url": "https://github.com/vercel/next.js",
"directory": "packages/next-swc/crates/napi/npm/win32-x64-msvc"
},
"os": [
"win32"
],
"cpu": [
"x64"
],
"main": "next-swc.win32-x64-msvc.node",
"files": [
"next-swc.win32-x64-msvc.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}