added expressjs server instead of python one

This commit is contained in:
janis
2022-10-30 15:02:25 +01:00
parent ab47525e7b
commit f5b682598b
623 changed files with 88586 additions and 64 deletions

15
nodeserver/node_modules/wmic/package.json generated vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "wmic",
"version": "0.0.7",
"description": "Wrapper around the WMIC Windows command interface.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": ""
},
"author": "",
"license": "ISC",
"readme": "ERROR: No README data found!"
}