HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/front-end/node_modules/socket.io-adapter/package.json
{
  "name": "socket.io-adapter",
  "version": "2.5.5",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/socketio/socket.io-adapter.git"
  },
  "files": [
    "dist/"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "description": "default socket.io in-memory adapter",
  "dependencies": {
    "debug": "~4.3.4",
    "ws": "~8.17.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/expect.js": "^0.3.32",
    "@types/mocha": "^10.0.1",
    "@types/node": "^14.11.2",
    "expect.js": "^0.3.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.1",
    "socket.io": "^4.7.4",
    "socket.io-client": "^4.7.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  },
  "scripts": {
    "test": "npm run format:check && tsc && nyc mocha --require ts-node/register test/*.ts",
    "format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.ts'",
    "format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.ts'",
    "prepack": "tsc"
  }
}