Vom Anderen PC aus hoch gespielt

This commit is contained in:
ChK
2026-02-01 13:40:05 +01:00
commit 60b1b7591c
1088 changed files with 452896 additions and 0 deletions

35
node_modules/wss/package.json generated vendored Normal file
View File

@@ -0,0 +1,35 @@
{
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com>",
"name": "wss",
"description": "Wrapper made upon the well known ws module that provides server API only.",
"version": "0.0.2",
"keywords": [
"Hixie",
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSocketServer",
"real-time"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/ivoputzer/wss.git"
},
"scripts": {
},
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"ws": "*"
},
"devDependencies": {
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ivoputzer/wss/issues"
},
"homepage": "https://github.com/ivoputzer/wss"
}