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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
  "_from": "socket.io-client@^4.6.1",
  "_id": "socket.io-client@4.7.5",
  "_inBundle": false,
  "_integrity": "sha512-sJ/tqHOCe7Z50JCBCXrsY3I2k03iOiUe+tj1OmKeD2lXPiGH/RUCdTZFoqVyN7l1MnpIzPrGtLcijffmeouNlQ==",
  "_location": "/socket.io-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "socket.io-client@^4.6.1",
    "name": "socket.io-client",
    "escapedName": "socket.io-client",
    "rawSpec": "^4.6.1",
    "saveSpec": null,
    "fetchSpec": "^4.6.1"
  },
  "_requiredBy": [
    "/ee-core"
  ],
  "_resolved": "https://registry.npmmirror.com/socket.io-client/-/socket.io-client-4.7.5.tgz",
  "_shasum": "919be76916989758bdc20eec63f7ee0ae45c05b7",
  "_spec": "socket.io-client@^4.6.1",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
  "browser": {
    "./test/node.ts": false
  },
  "bugs": {
    "url": "https://github.com/socketio/socket.io-client/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": {
    "@socket.io/component-emitter": "~3.1.0",
    "debug": "~4.3.2",
    "engine.io-client": "~6.5.2",
    "socket.io-parser": "~4.2.4"
  },
  "deprecated": false,
  "description": "Realtime application framework client",
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/plugin-transform-object-assign": "^7.14.5",
    "@babel/preset-env": "^7.15.0",
    "@babel/register": "^7.18.9",
    "@rollup/plugin-alias": "^3.1.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.0",
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@sinonjs/fake-timers": "^7.1.2",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.7.6",
    "@types/sinonjs__fake-timers": "^6.0.3",
    "@wdio/cli": "^7.26.0",
    "@wdio/local-runner": "^7.26.0",
    "@wdio/mocha-framework": "^7.26.0",
    "@wdio/sauce-service": "^7.26.0",
    "@wdio/spec-reporter": "^7.26.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-preset-es2015": "6.24.1",
    "base64-arraybuffer": "^0.1.5",
    "expect.js": "0.3.1",
    "has-cors": "^1.1.0",
    "mocha": "^10.1.0",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.58.0",
    "rollup-plugin-terser": "^7.0.2",
    "socket.io": "^4.6.0-alpha1",
    "socket.io-msgpack-parser": "^3.0.0",
    "text-blob-builder": "0.0.1",
    "ts-loader": "^8.3.0",
    "ts-node": "^10.2.1",
    "tsd": "^0.17.0",
    "typescript": "^4.4.2"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    "./dist/socket.io.js": "./dist/socket.io.js",
    "./dist/socket.io.js.map": "./dist/socket.io.js.map",
    ".": {
      "import": {
        "types": "./build/esm/index.d.ts",
        "node": "./build/esm-debug/index.js",
        "default": "./build/esm/index.js"
      },
      "require": {
        "types": "./build/cjs/index.d.ts",
        "default": "./build/cjs/index.js"
      }
    },
    "./debug": {
      "import": {
        "types": "./build/esm/index.d.ts",
        "default": "./build/esm-debug/index.js"
      },
      "require": {
        "types": "./build/cjs/index.d.ts",
        "default": "./build/cjs/index.js"
      }
    }
  },
  "files": [
    "dist/",
    "build/"
  ],
  "homepage": "https://github.com/socketio/socket.io-client#readme",
  "keywords": [
    "realtime",
    "framework",
    "websocket",
    "tcp",
    "events",
    "client"
  ],
  "license": "MIT",
  "main": "./build/cjs/index.js",
  "module": "./build/esm/index.js",
  "name": "socket.io-client",
  "overrides": {
    "@types/estree": "0.0.52"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/socketio/socket.io-client.git"
  },
  "scripts": {
    "build": "rollup -c support/rollup.config.umd.js && rollup -c support/rollup.config.esm.js && rollup -c support/rollup.config.umd.msgpack.js",
    "compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
    "format:check": "prettier --check \"*.js\" \"lib/**/*.ts\" \"test/**/*.ts\" \"support/**/*.js\"",
    "format:fix": "prettier --write \"*.js\" \"lib/**/*.ts\" \"test/**/*.ts\" \"support/**/*.js\"",
    "prepack": "npm run compile",
    "test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
    "test:browser": "ts-node test/browser-runner.ts",
    "test:node": "mocha --require ts-node/register --reporter dot --require test/support/hooks.ts --timeout 5000 --exit test/index.ts",
    "test:types": "tsd"
  },
  "tsd": {
    "directory": "test"
  },
  "type": "commonjs",
  "types": "./build/esm/index.d.ts",
  "version": "4.7.5"
}