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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
| {
| "_from": "socket.io@^4.6.1",
| "_id": "socket.io@4.7.5",
| "_inBundle": false,
| "_integrity": "sha512-DmeAkF6cwM9jSfmp6Dr/5/mfMwb5Z5qRrSXLpo3Fq5SqyU8CMF15jIN4ZhfSwu35ksM1qmHZDQ/DK5XTccSTvA==",
| "_location": "/socket.io",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "socket.io@^4.6.1",
| "name": "socket.io",
| "escapedName": "socket.io",
| "rawSpec": "^4.6.1",
| "saveSpec": null,
| "fetchSpec": "^4.6.1"
| },
| "_requiredBy": [
| "/ee-core"
| ],
| "_resolved": "https://registry.npmmirror.com/socket.io/-/socket.io-4.7.5.tgz",
| "_shasum": "56eb2d976aef9d1445f373a62d781a41c7add8f8",
| "_spec": "socket.io@^4.6.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
| "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": {
| "accepts": "~1.3.4",
| "base64id": "~2.0.0",
| "cors": "~2.8.5",
| "debug": "~4.3.2",
| "engine.io": "~6.5.2",
| "socket.io-adapter": "~2.5.2",
| "socket.io-parser": "~4.2.4"
| },
| "deprecated": false,
| "description": "node.js realtime framework server",
| "devDependencies": {
| "@types/mocha": "^9.0.0",
| "expect.js": "0.3.1",
| "mocha": "^10.0.0",
| "nyc": "^15.1.0",
| "prettier": "^2.3.2",
| "rimraf": "^3.0.2",
| "socket.io-client": "4.7.5",
| "socket.io-client-v2": "npm:socket.io-client@^2.4.0",
| "superagent": "^8.0.0",
| "supertest": "^6.1.6",
| "ts-node": "^10.2.1",
| "tsd": "^0.27.0",
| "typescript": "^4.4.2",
| "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.30.0"
| },
| "directories": {
| "doc": "docs/",
| "example": "example/",
| "lib": "lib/",
| "test": "test/"
| },
| "engines": {
| "node": ">=10.2.0"
| },
| "exports": {
| "types": "./dist/index.d.ts",
| "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 && npm run test:types && npm run test:unit",
| "test:types": "tsd",
| "test:unit": "nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/index.ts"
| },
| "tsd": {
| "directory": "test"
| },
| "type": "commonjs",
| "types": "./dist/index.d.ts",
| "version": "4.7.5"
| }
|
|