fix: install

This commit is contained in:
KernelDeimos
2025-06-21 22:00:26 -04:00
parent 43122801bf
commit 2d9526ba40
2 changed files with 6 additions and 179 deletions

184
package-lock.json generated
View File

@@ -47,6 +47,7 @@
},
"experiments/js-parse-and-output": {
"version": "1.0.0",
"extraneous": true,
"license": "AGPL-3.0-only",
"dependencies": {
"@babel/generator": "^7.24.7",
@@ -6639,29 +6640,6 @@
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/acorn-private-class-elements": {
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">=4.8.2"
},
"peerDependencies": {
"acorn": "^6.1.0 || ^7 || ^8"
}
},
"node_modules/acorn-static-class-features": {
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"acorn-private-class-elements": "^1.0.0"
},
"engines": {
"node": ">=4.8.2"
},
"peerDependencies": {
"acorn": "^6.1.0 || ^7 || ^8"
}
},
"node_modules/acorn-walk": {
"version": "8.3.4",
"dev": true,
@@ -6939,16 +6917,6 @@
"node": "*"
}
},
"node_modules/ast-types": {
"version": "0.16.1",
"license": "MIT",
"dependencies": {
"tslib": "^2.0.1"
},
"engines": {
"node": ">=4"
}
},
"node_modules/async": {
"version": "2.6.4",
"dev": true,
@@ -6957,10 +6925,6 @@
"lodash": "^4.17.14"
}
},
"node_modules/async-lock": {
"version": "1.4.1",
"license": "MIT"
},
"node_modules/async-retry": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz",
@@ -7277,28 +7241,6 @@
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
"node_modules/buffer": {
"version": "6.0.3",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
}
},
"node_modules/buffer-equal": {
"version": "0.0.1",
"license": "MIT",
@@ -7314,24 +7256,6 @@
"version": "1.1.2",
"license": "MIT"
},
"node_modules/buffer/node_modules/ieee754": {
"version": "1.2.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "BSD-3-Clause"
},
"node_modules/buildcheck": {
"version": "0.0.6",
"optional": true,
@@ -7614,10 +7538,6 @@
"node": ">= 10.0"
}
},
"node_modules/clean-git-ref": {
"version": "2.0.1",
"license": "Apache-2.0"
},
"node_modules/clean-stack": {
"version": "2.2.0",
"dev": true,
@@ -8133,16 +8053,6 @@
"node": ">=10.0.0"
}
},
"node_modules/crc-32": {
"version": "1.2.2",
"license": "Apache-2.0",
"bin": {
"crc32": "bin/crc32.njs"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/cross-fetch": {
"version": "3.1.8",
"license": "MIT",
@@ -8474,10 +8384,6 @@
"version": "1.0.5",
"license": "Apache-2.0"
},
"node_modules/diff3": {
"version": "0.0.3",
"license": "MIT"
},
"node_modules/dir-glob": {
"version": "3.0.1",
"dev": true,
@@ -8812,6 +8718,7 @@
},
"node_modules/escodegen": {
"version": "2.1.0",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"esprima": "^4.0.1",
@@ -8831,6 +8738,7 @@
},
"node_modules/escodegen/node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=4.0"
@@ -8967,6 +8875,7 @@
},
"node_modules/esprima": {
"version": "4.0.1",
"dev": true,
"license": "BSD-2-Clause",
"bin": {
"esparse": "bin/esparse.js",
@@ -9765,10 +9674,6 @@
"omggif": "^1.0.10"
}
},
"node_modules/git": {
"resolved": "src/git",
"link": true
},
"node_modules/github-from-package": {
"version": "0.0.0",
"license": "MIT"
@@ -10827,29 +10732,6 @@
"whatwg-fetch": "^3.4.1"
}
},
"node_modules/isomorphic-git": {
"version": "1.27.0",
"license": "MIT",
"dependencies": {
"async-lock": "^1.4.1",
"clean-git-ref": "^2.0.1",
"crc-32": "^1.2.0",
"diff3": "0.0.3",
"ignore": "^5.1.4",
"minimisted": "^2.0.0",
"pako": "^1.0.10",
"pify": "^4.0.1",
"readable-stream": "^3.4.0",
"sha.js": "^2.4.9",
"simple-get": "^4.0.1"
},
"bin": {
"isogit": "cli.cjs"
},
"engines": {
"node": ">=12"
}
},
"node_modules/istanbul-lib-coverage": {
"version": "3.2.2",
"dev": true,
@@ -11077,10 +10959,6 @@
"node": ">=0.10.0"
}
},
"node_modules/js-parse-and-output": {
"resolved": "experiments/js-parse-and-output",
"link": true
},
"node_modules/js-sha256": {
"version": "0.9.0",
"license": "MIT"
@@ -11887,13 +11765,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/minimisted": {
"version": "2.0.1",
"license": "MIT",
"dependencies": {
"minimist": "^1.2.5"
}
},
"node_modules/minipass": {
"version": "5.0.0",
"license": "ISC",
@@ -12942,13 +12813,6 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/pify": {
"version": "4.0.1",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/pixelmatch": {
"version": "4.0.2",
"license": "ISC",
@@ -13444,20 +13308,6 @@
"node": ">=8.10.0"
}
},
"node_modules/recast": {
"version": "0.23.9",
"license": "MIT",
"dependencies": {
"ast-types": "^0.16.1",
"esprima": "~4.0.0",
"source-map": "~0.6.1",
"tiny-invariant": "^1.3.3",
"tslib": "^2.0.1"
},
"engines": {
"node": ">= 4"
}
},
"node_modules/rechoir": {
"version": "0.8.0",
"license": "MIT",
@@ -13983,17 +13833,6 @@
"version": "1.2.0",
"license": "ISC"
},
"node_modules/sha.js": {
"version": "2.4.11",
"license": "(MIT AND BSD-3-Clause)",
"dependencies": {
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
},
"bin": {
"sha.js": "bin.js"
}
},
"node_modules/shallow-clone": {
"version": "3.0.1",
"dev": true,
@@ -14818,10 +14657,6 @@
"version": "1.0.3",
"license": "MIT"
},
"node_modules/tiny-invariant": {
"version": "1.3.3",
"license": "MIT"
},
"node_modules/tinycolor2": {
"version": "1.6.0",
"license": "MIT"
@@ -15882,6 +15717,7 @@
},
"src/git": {
"version": "1.0.0",
"extraneous": true,
"license": "AGPL-3.0-only",
"dependencies": {
"@pkgjs/parseargs": "^0.11.0",
@@ -15899,16 +15735,6 @@
"rollup-plugin-copy": "^3.4.0"
}
},
"src/git/node_modules/chalk": {
"version": "5.3.0",
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"src/gui": {
"name": "@heyputer/gui",
"version": "2.4.0",

View File

@@ -48,6 +48,7 @@
},
"dependencies": {
"@heyputer/putility": "^1.0.2",
"@paralleldrive/cuid2": "^2.2.2",
"dedent": "^1.5.3",
"ioredis": "^5.6.0",
"javascript-time-ago": "^2.5.11",