![]() 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/socket.io-adapter/ |
Upload File : |
{ "_from": "socket.io-adapter@~2.1.0", "_id": "socket.io-adapter@2.1.0", "_inBundle": false, "_integrity": "sha512-+vDov/aTsLjViYTwS9fPy5pEtTkrbEKsw2M+oVSoFGw6OD1IpvlV1VPhUzNbofCQ8oyMbdYJqDtGdmHQK6TdPg==", "_location": "/socket.io/socket.io-adapter", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "socket.io-adapter@~2.1.0", "name": "socket.io-adapter", "escapedName": "socket.io-adapter", "rawSpec": "~2.1.0", "saveSpec": null, "fetchSpec": "~2.1.0" }, "_requiredBy": [ "/socket.io" ], "_resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.1.0.tgz", "_shasum": "edc5dc36602f2985918d631c1399215e97a1b527", "_spec": "socket.io-adapter@~2.1.0", "_where": "/usr/local/lib/node_modules/socket.io", "bugs": { "url": "https://github.com/socketio/socket.io-adapter/issues" }, "bundleDependencies": false, "deprecated": false, "description": "default socket.io in-memory adapter", "devDependencies": { "@types/node": "^14.11.2", "expect.js": "^0.3.1", "mocha": "^8.1.3", "nyc": "^15.1.0", "prettier": "^1.19.1", "typescript": "^4.0.3" }, "files": [ "dist/" ], "homepage": "https://github.com/socketio/socket.io-adapter#readme", "license": "MIT", "main": "./dist/index.js", "name": "socket.io-adapter", "repository": { "type": "git", "url": "git://github.com/socketio/socket.io-adapter.git" }, "scripts": { "format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.js'", "format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.js'", "prepack": "tsc", "test": "npm run format:check && tsc && nyc mocha test/index.js" }, "types": "./dist/index.d.ts", "version": "2.1.0" }