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
| {
| "_from": "@socket.io/component-emitter@~3.1.0",
| "_id": "@socket.io/component-emitter@3.1.2",
| "_inBundle": false,
| "_integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
| "_location": "/@socket.io/component-emitter",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@socket.io/component-emitter@~3.1.0",
| "name": "@socket.io/component-emitter",
| "escapedName": "@socket.io%2fcomponent-emitter",
| "scope": "@socket.io",
| "rawSpec": "~3.1.0",
| "saveSpec": null,
| "fetchSpec": "~3.1.0"
| },
| "_requiredBy": [
| "/engine.io-client",
| "/socket.io-client",
| "/socket.io-parser"
| ],
| "_resolved": "https://registry.npmmirror.com/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
| "_shasum": "821f8442f4175d8f0467b9daf26e3a18e2d02af2",
| "_spec": "@socket.io/component-emitter@~3.1.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/socket.io-parser",
| "bugs": {
| "url": "https://github.com/socketio/emitter/issues"
| },
| "bundleDependencies": false,
| "component": {
| "scripts": {
| "emitter/index.js": "index.js"
| }
| },
| "deprecated": false,
| "description": "Event emitter",
| "devDependencies": {
| "mocha": "*",
| "should": "*"
| },
| "files": [
| "lib/"
| ],
| "homepage": "https://github.com/socketio/emitter#readme",
| "license": "MIT",
| "main": "./lib/cjs/index.js",
| "module": "./lib/esm/index.js",
| "name": "@socket.io/component-emitter",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/socketio/emitter.git"
| },
| "scripts": {
| "test": "make test"
| },
| "types": "./lib/cjs/index.d.ts",
| "version": "3.1.2"
| }
|
|