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

21
desktop-operator/node_modules/lazy-val/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "lazy-val",
"version": "1.0.5",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
"repository": "develar/lazy-val",
"bugs": "https://github.com/develar/lazy-val/issues",
"homepage": "https://github.com/develar/lazy-val",
"files": [
"out"
],
"scripts": {
"compile": "tsc",
"release": "pnpm compile && pnpm publish --no-git-checks"
},
"devDependencies": {
"typescript": "^4.2.4"
},
"typings": "./out/main.d.ts"
}