![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/socket.io/ |
{ "name": "socket.io", "version": "2.4.1", "description": "node.js realtime framework server", "keywords": [ "realtime", "framework", "websocket", "tcp", "events", "socket", "io" ], "main": "./lib/index", "files": [ "lib/" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/socketio/socket.io" }, "scripts": { "test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js" }, "dependencies": { "debug": "~4.1.0", "engine.io": "~3.5.0", "has-binary2": "~1.0.2", "socket.io-adapter": "~1.1.0", "socket.io-client": "2.4.0", "socket.io-parser": "~3.4.0" }, "devDependencies": { "expect.js": "0.3.1", "mocha": "^3.5.3", "nyc": "^11.2.1", "superagent": "^3.8.2", "supertest": "^3.0.0" }, "contributors": [ { "name": "Guillermo Rauch", "email": "[email protected]" }, { "name": "Arnout Kazemier", "email": "[email protected]" }, { "name": "Vladimir Dronnikov", "email": "[email protected]" }, { "name": "Einar Otto Stangvik", "email": "[email protected]" } ] }