![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/local/lib/node_modules/socket.io/node_modules/engine.io/ |
Upload File : |
{ "_from": "engine.io@~4.1.0", "_id": "engine.io@4.1.0", "_inBundle": false, "_integrity": "sha512-vW7EAtn0HDQ4MtT5QbmCHF17TaYLONv2/JwdYsq9USPRZVM4zG7WB3k0Nc321z8EuSOlhGokrYlYx4176QhD0A==", "_location": "/socket.io/engine.io", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "engine.io@~4.1.0", "name": "engine.io", "escapedName": "engine.io", "rawSpec": "~4.1.0", "saveSpec": null, "fetchSpec": "~4.1.0" }, "_requiredBy": [ "/socket.io" ], "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-4.1.0.tgz", "_shasum": "d8ac90a09ed9fc703abf87023f1e1815e33f044e", "_spec": "engine.io@~4.1.0", "_where": "/usr/local/lib/node_modules/socket.io", "author": { "name": "Guillermo Rauch", "email": "guillermo@learnboost.com" }, "bugs": { "url": "https://github.com/socketio/engine.io/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Eugen Dueck", "url": "https://github.com/EugenDueck" }, { "name": "Afshin Mehrabani", "url": "https://github.com/afshinm" }, { "name": "Christoph Dorn", "url": "https://github.com/cadorn" }, { "name": "Mark Mokryn", "email": "mokesmokes@gmail.com" } ], "dependencies": { "accepts": "~1.3.4", "base64id": "2.0.0", "cookie": "~0.4.1", "cors": "~2.8.5", "debug": "~4.3.1", "engine.io-parser": "~4.0.0", "ws": "~7.4.2" }, "deprecated": false, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", "devDependencies": { "babel-eslint": "^8.0.2", "eiows": "^3.3.0", "engine.io-client": "4.1.0", "engine.io-client-v3": "npm:engine.io-client@3.5.0", "eslint": "^4.19.1", "eslint-config-prettier": "^6.9.0", "expect.js": "^0.3.1", "mocha": "^4.0.1", "prettier": "^1.19.1", "s": "0.1.1", "superagent": "^3.8.1" }, "engines": { "node": ">=10.0.0" }, "files": [ "lib/" ], "homepage": "https://github.com/socketio/engine.io", "license": "MIT", "main": "lib/engine.io.js", "name": "engine.io", "repository": { "type": "git", "url": "git+ssh://git@github.com/socketio/engine.io.git" }, "scripts": { "format:check": "prettier --check 'lib/**/*.js' 'test/**/*.js'", "format:fix": "prettier --write 'lib/**/*.js' 'test/**/*.js'", "lint": "eslint lib/ test/ *.js", "test": "npm run lint && npm run format:check && mocha && EIO_CLIENT=3 mocha && EIO_WS_ENGINE=eiows mocha" }, "version": "4.1.0" }