main funcions fixes

This commit is contained in:
2025-09-29 22:06:11 +09:00
parent 40e016e128
commit c8c3274527
7995 changed files with 1517998 additions and 1057 deletions

27
desktop-operator/node_modules/electron/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"main": "index.js",
"types": "electron.d.ts",
"bin": {
"electron": "cli.js"
},
"scripts": {
"postinstall": "node install.js"
},
"dependencies": {
"@electron/get": "^2.0.0",
"@types/node": "^22.7.7",
"extract-zip": "^2.0.1"
},
"engines": {
"node": ">= 12.20.55"
},
"name": "electron",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"license": "MIT",
"author": "Electron Community",
"keywords": [
"electron"
],
"version": "38.2.0"
}