![]() 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/ |
Upload File : |
{ "_from": "socket.io", "_id": "socket.io@3.1.0", "_inBundle": false, "_integrity": "sha512-Aqg2dlRh6xSJvRYK31ksG65q4kmBOqU4g+1ukhPcoT6wNGYoIwSYPlCPuRwOO9pgLUajojGFztl6+V2opmKcww==", "_location": "/socket.io", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "socket.io", "name": "socket.io", "escapedName": "socket.io", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER" ], "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-3.1.0.tgz", "_shasum": "4f3accda31e95893f618090c9cb5e85d345421fb", "_spec": "socket.io", "_where": "/var/www/html/gadevoir", "bugs": { "url": "https://github.com/socketio/socket.io/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }, { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }, { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" }, { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" } ], "dependencies": { "@types/cookie": "^0.4.0", "@types/cors": "^2.8.8", "@types/node": "^14.14.10", "accepts": "~1.3.4", "base64id": "~2.0.0", "debug": "~4.3.1", "engine.io": "~4.1.0", "socket.io-adapter": "~2.1.0", "socket.io-parser": "~4.0.3" }, "deprecated": false, "description": "node.js realtime framework server", "devDependencies": { "@types/mocha": "^8.0.4", "babel-eslint": "^10.1.0", "eslint": "^7.14.0", "eslint-config-prettier": "^6.11.0", "expect.js": "0.3.1", "mocha": "^3.5.3", "nyc": "^15.1.0", "prettier": "^2.2.0", "rimraf": "^3.0.2", "socket.io-client": "3.1.0", "socket.io-client-v2": "npm:socket.io-client@^2.4.0", "superagent": "^6.1.0", "supertest": "^6.0.1", "ts-node": "^9.0.0", "typescript": "^4.1.2" }, "directories": { "doc": "docs/", "example": "example/", "lib": "lib/", "test": "test/" }, "engines": { "node": ">=10.0.0" }, "exports": { "import": "./wrapper.mjs", "require": "./dist/index.js" }, "files": [ "dist/", "client-dist/", "wrapper.mjs", "!**/*.tsbuildinfo" ], "homepage": "https://github.com/socketio/socket.io#readme", "keywords": [ "realtime", "framework", "websocket", "tcp", "events", "socket", "io" ], "license": "MIT", "main": "./dist/index.js", "name": "socket.io", "repository": { "type": "git", "url": "git://github.com/socketio/socket.io.git" }, "scripts": { "compile": "rimraf ./dist && tsc", "format:check": "prettier --check \"lib/**/*.ts\" \"test/**/*.ts\"", "format:fix": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"", "prepack": "npm run compile", "test": "npm run format:check && npm run compile && nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.ts" }, "type": "commonjs", "types": "./dist/index.d.ts", "version": "3.1.0" }