moved around files

This commit is contained in:
2025-07-01 14:35:17 +02:00
parent 6bc2fc8bf3
commit 218ec7a841
2195 changed files with 17 additions and 3 deletions

27
panel-mgmt_backend/node_modules/node/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "node",
"version": "22.17.0",
"description": "node",
"main": "index.js",
"keywords": [
"runtime"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aredridel/node-bin-gen.git"
},
"scripts": {
"preinstall": "node installArchSpecificPackage"
},
"bin": {
"node": "bin/node"
},
"dependencies": {
"node-bin-setup": "^1.0.0"
},
"license": "ISC",
"author": "",
"engines": {
"npm": ">=5.0.0"
}
}