|
|
@ -8,6 +8,7 @@ |
|
|
|
"version": "1.0.0", |
|
|
|
"license": "ISC", |
|
|
|
"dependencies": { |
|
|
|
"chalk": "^4.1.0", |
|
|
|
"socket.io-client": "^3.0.4" |
|
|
|
} |
|
|
|
}, |
|
|
@ -16,6 +17,20 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.10.tgz", |
|
|
|
"integrity": "sha512-bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==" |
|
|
|
}, |
|
|
|
"node_modules/ansi-styles": { |
|
|
|
"version": "4.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
|
|
"dependencies": { |
|
|
|
"color-convert": "^2.0.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/backo2": { |
|
|
|
"version": "1.0.2", |
|
|
|
"resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", |
|
|
@ -29,6 +44,37 @@ |
|
|
|
"node": ">= 0.6.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/chalk": { |
|
|
|
"version": "4.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", |
|
|
|
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", |
|
|
|
"dependencies": { |
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
"supports-color": "^7.1.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=10" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/color-convert": { |
|
|
|
"version": "2.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
|
|
"dependencies": { |
|
|
|
"color-name": "~1.1.4" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=7.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/color-name": { |
|
|
|
"version": "1.1.4", |
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" |
|
|
|
}, |
|
|
|
"node_modules/component-bind": { |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", |
|
|
@ -81,6 +127,14 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", |
|
|
|
"integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" |
|
|
|
}, |
|
|
|
"node_modules/has-flag": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/ms": { |
|
|
|
"version": "2.1.3", |
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", |
|
|
@ -127,6 +181,17 @@ |
|
|
|
"node": ">=10.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/supports-color": { |
|
|
|
"version": "7.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
"dependencies": { |
|
|
|
"has-flag": "^4.0.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/ws": { |
|
|
|
"version": "7.2.5", |
|
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", |
|
|
@ -167,6 +232,14 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.10.tgz", |
|
|
|
"integrity": "sha512-bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==" |
|
|
|
}, |
|
|
|
"ansi-styles": { |
|
|
|
"version": "4.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
|
|
"requires": { |
|
|
|
"color-convert": "^2.0.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"backo2": { |
|
|
|
"version": "1.0.2", |
|
|
|
"resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", |
|
|
@ -177,6 +250,28 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz", |
|
|
|
"integrity": "sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=" |
|
|
|
}, |
|
|
|
"chalk": { |
|
|
|
"version": "4.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", |
|
|
|
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", |
|
|
|
"requires": { |
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
"supports-color": "^7.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"color-convert": { |
|
|
|
"version": "2.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
|
|
"requires": { |
|
|
|
"color-name": "~1.1.4" |
|
|
|
} |
|
|
|
}, |
|
|
|
"color-name": { |
|
|
|
"version": "1.1.4", |
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" |
|
|
|
}, |
|
|
|
"component-bind": { |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", |
|
|
@ -225,6 +320,11 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", |
|
|
|
"integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" |
|
|
|
}, |
|
|
|
"has-flag": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" |
|
|
|
}, |
|
|
|
"ms": { |
|
|
|
"version": "2.1.3", |
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", |
|
|
@ -265,6 +365,14 @@ |
|
|
|
"debug": "~4.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"supports-color": { |
|
|
|
"version": "7.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
"requires": { |
|
|
|
"has-flag": "^4.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"ws": { |
|
|
|
"version": "7.2.5", |
|
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", |
|
|
|