Files
BizGaze_Remote/server/package-lock.json
T

38 lines
725 B
JSON
Raw Normal View History

2026-06-05 17:29:09 +05:30
{
"name": "remote-access-server",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "remote-access-server",
"version": "0.2.0",
"dependencies": {
"ws": "^8.18.0"
},
"engines": {
"node": ">=22.5.0"
}
},
"node_modules/ws": {
"version": "8.21.0",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}