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
| {
| "_from": "@socket.io/component-emitter@~3.1.0",
| "_id": "@socket.io/component-emitter@3.1.0",
| "_inBundle": false,
| "_integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==",
| "_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": [
| "/socket.io-parser"
| ],
| "_resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz",
| "_shasum": "96116f2a912e0c02817345b3c10751069920d553",
| "_spec": "@socket.io/component-emitter@~3.1.0",
| "_where": "/home/l/plc/node-red/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": [
| "index.js",
| "index.mjs",
| "index.d.ts",
| "LICENSE"
| ],
| "homepage": "https://github.com/socketio/emitter#readme",
| "license": "MIT",
| "main": "index.js",
| "module": "index.mjs",
| "name": "@socket.io/component-emitter",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/socketio/emitter.git"
| },
| "scripts": {
| "test": "make test"
| },
| "types": "index.d.ts",
| "version": "3.1.0"
| }
|
|