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
| {
| "_from": "engine.io@~6.5.2",
| "_id": "engine.io@6.5.5",
| "_inBundle": false,
| "_integrity": "sha512-C5Pn8Wk+1vKBoHghJODM63yk8MvrO9EWZUfkAt5HAqIgPE4/8FF0PEGHXtEd40l223+cE5ABWuPzm38PHFXfMA==",
| "_location": "/engine.io",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "engine.io@~6.5.2",
| "name": "engine.io",
| "escapedName": "engine.io",
| "rawSpec": "~6.5.2",
| "saveSpec": null,
| "fetchSpec": "~6.5.2"
| },
| "_requiredBy": [
| "/socket.io"
| ],
| "_resolved": "https://registry.npmmirror.com/engine.io/-/engine.io-6.5.5.tgz",
| "_shasum": "430b80d8840caab91a50e9e23cb551455195fc93",
| "_spec": "engine.io@~6.5.2",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/socket.io",
| "author": {
| "name": "Guillermo Rauch",
| "email": "guillermo@learnboost.com"
| },
| "bugs": {
| "url": "https://github.com/socketio/engine.io/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Eugen Dueck",
| "url": "https://github.com/EugenDueck"
| },
| {
| "name": "Afshin Mehrabani",
| "url": "https://github.com/afshinm"
| },
| {
| "name": "Christoph Dorn",
| "url": "https://github.com/cadorn"
| },
| {
| "name": "Mark Mokryn",
| "email": "mokesmokes@gmail.com"
| }
| ],
| "dependencies": {
| "@types/cookie": "^0.4.1",
| "@types/cors": "^2.8.12",
| "@types/node": ">=10.0.0",
| "accepts": "~1.3.4",
| "base64id": "2.0.0",
| "cookie": "~0.4.1",
| "cors": "~2.8.5",
| "debug": "~4.3.1",
| "engine.io-parser": "~5.2.1",
| "ws": "~8.17.1"
| },
| "deprecated": false,
| "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
| "devDependencies": {
| "@fails-components/webtransport": "^0.1.7",
| "babel-eslint": "^8.0.2",
| "eiows": "^4.1.2",
| "engine.io-client": "6.5.0",
| "engine.io-client-v3": "npm:engine.io-client@3.5.2",
| "expect.js": "^0.3.1",
| "express-session": "^1.17.3",
| "helmet": "^6.0.1",
| "mocha": "^9.1.3",
| "node-forge": "^1.3.1",
| "prettier": "^2.8.2",
| "rimraf": "^3.0.2",
| "superagent": "^3.8.1",
| "typescript": "^4.4.3",
| "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.30.0"
| },
| "engines": {
| "node": ">=10.2.0"
| },
| "exports": {
| "types": "./build/engine.io.d.ts",
| "import": "./wrapper.mjs",
| "require": "./build/engine.io.js"
| },
| "files": [
| "build/",
| "wrapper.mjs"
| ],
| "homepage": "https://github.com/socketio/engine.io",
| "license": "MIT",
| "main": "./build/engine.io.js",
| "name": "engine.io",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/socketio/engine.io.git"
| },
| "scripts": {
| "compile": "rimraf ./build && tsc",
| "format:check": "prettier --check \"wrapper.mjs\" \"lib/**/*.ts\" \"test/**/*.js\" \"test/webtransport.mjs\"",
| "format:fix": "prettier --write \"wrapper.mjs\" \"lib/**/*.ts\" \"test/**/*.js\" \"test/webtransport.mjs\"",
| "prepack": "npm run compile",
| "test": "npm run compile && npm run format:check && npm run test:default && npm run test:compat-v3",
| "test:compat-v3": "EIO_CLIENT=3 mocha --exit",
| "test:default": "mocha --bail --exit",
| "test:eiows": "EIO_WS_ENGINE=eiows mocha --exit",
| "test:uws": "EIO_WS_ENGINE=uws mocha --exit"
| },
| "type": "commonjs",
| "types": "./build/engine.io.d.ts",
| "version": "6.5.5"
| }
|
|