15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "_from": "socket.io-adapter@~2.5.2",
  "_id": "socket.io-adapter@2.5.5",
  "_inBundle": false,
  "_integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==",
  "_location": "/socket.io-adapter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "socket.io-adapter@~2.5.2",
    "name": "socket.io-adapter",
    "escapedName": "socket.io-adapter",
    "rawSpec": "~2.5.2",
    "saveSpec": null,
    "fetchSpec": "~2.5.2"
  },
  "_requiredBy": [
    "/socket.io"
  ],
  "_resolved": "https://registry.npmmirror.com/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz",
  "_shasum": "c7a1f9c703d7756844751b6ff9abfc1780664082",
  "_spec": "socket.io-adapter@~2.5.2",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/socket.io",
  "bugs": {
    "url": "https://github.com/socketio/socket.io-adapter/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "~4.3.4",
    "ws": "~8.17.1"
  },
  "deprecated": false,
  "description": "default socket.io in-memory adapter",
  "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"
  },
  "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/**/*.ts'",
    "format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.ts'",
    "prepack": "tsc",
    "test": "npm run format:check && tsc && nyc mocha --require ts-node/register test/*.ts"
  },
  "types": "./dist/index.d.ts",
  "version": "2.5.5"
}