|
|
|
@ -9,6 +9,8 @@
|
|
|
|
"version": "1.0.0",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "ISC",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"socket.io": "^4.8.1",
|
|
|
|
|
|
|
|
"socket.io-client": "^4.8.1",
|
|
|
|
"uuid": "^11.0.3"
|
|
|
|
"uuid": "^11.0.3"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
@ -240,31 +242,45 @@
|
|
|
|
"url": "https://opencollective.com/unts"
|
|
|
|
"url": "https://opencollective.com/unts"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@socket.io/component-emitter": {
|
|
|
|
|
|
|
|
"version": "3.1.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
|
|
|
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@types/cors": {
|
|
|
|
|
|
|
|
"version": "2.8.17",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@types/node": "*"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/@types/node": {
|
|
|
|
"node_modules/@types/node": {
|
|
|
|
"version": "22.9.0",
|
|
|
|
"version": "22.9.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
|
|
|
|
"integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
|
|
|
|
"integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"undici-types": "~6.19.8"
|
|
|
|
"undici-types": "~6.19.8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
|
|
"version": "8.15.0",
|
|
|
|
"version": "8.23.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz",
|
|
|
|
"integrity": "sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==",
|
|
|
|
"integrity": "sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@eslint-community/regexpp": "^4.10.0",
|
|
|
|
"@eslint-community/regexpp": "^4.10.0",
|
|
|
|
"@typescript-eslint/scope-manager": "8.15.0",
|
|
|
|
"@typescript-eslint/scope-manager": "8.23.0",
|
|
|
|
"@typescript-eslint/type-utils": "8.15.0",
|
|
|
|
"@typescript-eslint/type-utils": "8.23.0",
|
|
|
|
"@typescript-eslint/utils": "8.15.0",
|
|
|
|
"@typescript-eslint/utils": "8.23.0",
|
|
|
|
"@typescript-eslint/visitor-keys": "8.15.0",
|
|
|
|
"@typescript-eslint/visitor-keys": "8.23.0",
|
|
|
|
"graphemer": "^1.4.0",
|
|
|
|
"graphemer": "^1.4.0",
|
|
|
|
"ignore": "^5.3.1",
|
|
|
|
"ignore": "^5.3.1",
|
|
|
|
"natural-compare": "^1.4.0",
|
|
|
|
"natural-compare": "^1.4.0",
|
|
|
|
"ts-api-utils": "^1.3.0"
|
|
|
|
"ts-api-utils": "^2.0.1"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
@ -275,25 +291,21 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
|
|
|
|
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0"
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
|
|
},
|
|
|
|
"typescript": ">=4.8.4 <5.8.0"
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"typescript": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
|
"version": "8.15.0",
|
|
|
|
"version": "8.23.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.15.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.23.0.tgz",
|
|
|
|
"integrity": "sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==",
|
|
|
|
"integrity": "sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@typescript-eslint/scope-manager": "8.15.0",
|
|
|
|
"@typescript-eslint/scope-manager": "8.23.0",
|
|
|
|
"@typescript-eslint/types": "8.15.0",
|
|
|
|
"@typescript-eslint/types": "8.23.0",
|
|
|
|
"@typescript-eslint/typescript-estree": "8.15.0",
|
|
|
|
"@typescript-eslint/typescript-estree": "8.23.0",
|
|
|
|
"@typescript-eslint/visitor-keys": "8.15.0",
|
|
|
|
"@typescript-eslint/visitor-keys": "8.23.0",
|
|
|
|
"debug": "^4.3.4"
|
|
|
|
"debug": "^4.3.4"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
@ -304,23 +316,19 @@
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0"
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
|
|
},
|
|
|
|
"typescript": ">=4.8.4 <5.8.0"
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"typescript": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
"version": "8.15.0",
|
|
|
|
"version": "8.23.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz",
|
|
|
|
"integrity": "sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==",
|
|
|
|
"integrity": "sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@typescript-eslint/types": "8.15.0",
|
|
|
|
"@typescript-eslint/types": "8.23.0",
|
|
|
|
"@typescript-eslint/visitor-keys": "8.15.0"
|
|
|
|
"@typescript-eslint/visitor-keys": "8.23.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
@ -331,16 +339,16 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
|
|
"version": "8.15.0",
|
|
|
|
"version": "8.23.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz",
|
|
|
|
"integrity": "sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==",
|
|
|
|
"integrity": "sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@typescript-eslint/typescript-estree": "8.15.0",
|
|
|
|
"@typescript-eslint/typescript-estree": "8.23.0",
|
|
|
|
"@typescript-eslint/utils": "8.15.0",
|
|
|
|
"@typescript-eslint/utils": "8.23.0",
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
"ts-api-utils": "^1.3.0"
|
|
|
|
"ts-api-utils": "^2.0.1"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
@ -350,18 +358,14 @@
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0"
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
|
|
},
|
|
|
|
"typescript": ">=4.8.4 <5.8.0"
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"typescript": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@typescript-eslint/types": {
|
|
|
|
"node_modules/@typescript-eslint/types": {
|
|
|
|
"version": "8.15.0",
|
|
|
|
"version": "8.23.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.15.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.23.0.tgz",
|
|
|
|
"integrity": "sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==",
|
|
|
|
"integrity": "sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
@ -373,45 +377,20 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
|
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
|
|
"version": "8.15.0",
|
|
|
|
"version": "8.23.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz",
|
|
|
|
"integrity": "sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==",
|
|
|
|
"integrity": "sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@typescript-eslint/types": "8.15.0",
|
|
|
|
"@typescript-eslint/types": "8.23.0",
|
|
|
|
"@typescript-eslint/visitor-keys": "8.15.0",
|
|
|
|
"@typescript-eslint/visitor-keys": "8.23.0",
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
"fast-glob": "^3.3.2",
|
|
|
|
"fast-glob": "^3.3.2",
|
|
|
|
"is-glob": "^4.0.3",
|
|
|
|
"is-glob": "^4.0.3",
|
|
|
|
"minimatch": "^9.0.4",
|
|
|
|
"minimatch": "^9.0.4",
|
|
|
|
"semver": "^7.6.0",
|
|
|
|
"semver": "^7.6.0",
|
|
|
|
"ts-api-utils": "^1.3.0"
|
|
|
|
"ts-api-utils": "^2.0.1"
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"typescript": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@typescript-eslint/utils": {
|
|
|
|
|
|
|
|
"version": "8.15.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.15.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
|
|
|
|
|
|
"@typescript-eslint/scope-manager": "8.15.0",
|
|
|
|
|
|
|
|
"@typescript-eslint/types": "8.15.0",
|
|
|
|
|
|
|
|
"@typescript-eslint/typescript-estree": "8.15.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
@ -421,22 +400,41 @@
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0"
|
|
|
|
"typescript": ">=4.8.4 <5.8.0"
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"typescript": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
"node_modules/@typescript-eslint/utils": {
|
|
|
|
"version": "8.15.0",
|
|
|
|
"version": "8.23.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.23.0.tgz",
|
|
|
|
"integrity": "sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==",
|
|
|
|
"integrity": "sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@typescript-eslint/types": "8.15.0",
|
|
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
|
|
|
|
|
|
"@typescript-eslint/scope-manager": "8.23.0",
|
|
|
|
|
|
|
|
"@typescript-eslint/types": "8.23.0",
|
|
|
|
|
|
|
|
"@typescript-eslint/typescript-estree": "8.23.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
|
|
|
|
|
|
"typescript": ">=4.8.4 <5.8.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
|
|
|
|
"version": "8.23.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@typescript-eslint/types": "8.23.0",
|
|
|
|
"eslint-visitor-keys": "^4.2.0"
|
|
|
|
"eslint-visitor-keys": "^4.2.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
@ -467,6 +465,19 @@
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "ISC"
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/accepts": {
|
|
|
|
|
|
|
|
"version": "1.3.8",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"mime-types": "~2.1.34",
|
|
|
|
|
|
|
|
"negotiator": "0.6.3"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 0.6"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/acorn": {
|
|
|
|
"node_modules/acorn": {
|
|
|
|
"version": "8.14.0",
|
|
|
|
"version": "8.14.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
|
|
@ -547,6 +558,15 @@
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/base64id": {
|
|
|
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": "^4.5.0 || >= 5.9"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/brace-expansion": {
|
|
|
|
"node_modules/brace-expansion": {
|
|
|
|
"version": "2.0.1",
|
|
|
|
"version": "2.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
|
|
@ -624,6 +644,28 @@
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/cookie": {
|
|
|
|
|
|
|
|
"version": "0.7.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 0.6"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/cors": {
|
|
|
|
|
|
|
|
"version": "2.8.5",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"object-assign": "^4",
|
|
|
|
|
|
|
|
"vary": "^1"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 0.10"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/cross-spawn": {
|
|
|
|
"node_modules/cross-spawn": {
|
|
|
|
"version": "7.0.6",
|
|
|
|
"version": "7.0.6",
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
|
|
@ -643,7 +685,6 @@
|
|
|
|
"version": "4.3.7",
|
|
|
|
"version": "4.3.7",
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"ms": "^2.1.3"
|
|
|
|
"ms": "^2.1.3"
|
|
|
|
@ -677,6 +718,48 @@
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/engine.io": {
|
|
|
|
|
|
|
|
"version": "6.6.4",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.4.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@types/cors": "^2.8.12",
|
|
|
|
|
|
|
|
"@types/node": ">=10.0.0",
|
|
|
|
|
|
|
|
"accepts": "~1.3.4",
|
|
|
|
|
|
|
|
"base64id": "2.0.0",
|
|
|
|
|
|
|
|
"cookie": "~0.7.2",
|
|
|
|
|
|
|
|
"cors": "~2.8.5",
|
|
|
|
|
|
|
|
"debug": "~4.3.1",
|
|
|
|
|
|
|
|
"engine.io-parser": "~5.2.1",
|
|
|
|
|
|
|
|
"ws": "~8.17.1"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=10.2.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/engine.io-client": {
|
|
|
|
|
|
|
|
"version": "6.6.3",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.3.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
|
|
|
|
|
|
"debug": "~4.3.1",
|
|
|
|
|
|
|
|
"engine.io-parser": "~5.2.1",
|
|
|
|
|
|
|
|
"ws": "~8.17.1",
|
|
|
|
|
|
|
|
"xmlhttprequest-ssl": "~2.1.1"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/engine.io-parser": {
|
|
|
|
|
|
|
|
"version": "5.2.3",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/escape-string-regexp": {
|
|
|
|
"node_modules/escape-string-regexp": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"version": "4.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
|
|
@ -940,9 +1023,9 @@
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/fast-glob": {
|
|
|
|
"node_modules/fast-glob": {
|
|
|
|
"version": "3.3.2",
|
|
|
|
"version": "3.3.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
|
|
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
|
|
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
@ -950,7 +1033,7 @@
|
|
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
|
|
"glob-parent": "^5.1.2",
|
|
|
|
"glob-parent": "^5.1.2",
|
|
|
|
"merge2": "^1.3.0",
|
|
|
|
"merge2": "^1.3.0",
|
|
|
|
"micromatch": "^4.0.4"
|
|
|
|
"micromatch": "^4.0.8"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.6.0"
|
|
|
|
"node": ">=8.6.0"
|
|
|
|
@ -1365,6 +1448,27 @@
|
|
|
|
"node": ">=8.6"
|
|
|
|
"node": ">=8.6"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/mime-db": {
|
|
|
|
|
|
|
|
"version": "1.52.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 0.6"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/mime-types": {
|
|
|
|
|
|
|
|
"version": "2.1.35",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"mime-db": "1.52.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 0.6"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/minimatch": {
|
|
|
|
"node_modules/minimatch": {
|
|
|
|
"version": "9.0.5",
|
|
|
|
"version": "9.0.5",
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
|
|
@ -1385,7 +1489,6 @@
|
|
|
|
"version": "2.1.3",
|
|
|
|
"version": "2.1.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/natural-compare": {
|
|
|
|
"node_modules/natural-compare": {
|
|
|
|
@ -1395,6 +1498,24 @@
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/negotiator": {
|
|
|
|
|
|
|
|
"version": "0.6.3",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 0.6"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/object-assign": {
|
|
|
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/once": {
|
|
|
|
"node_modules/once": {
|
|
|
|
"version": "1.4.0",
|
|
|
|
"version": "1.4.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
|
|
@ -1645,9 +1766,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/semver": {
|
|
|
|
"node_modules/semver": {
|
|
|
|
"version": "7.6.3",
|
|
|
|
"version": "7.7.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
|
|
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"license": "ISC",
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
@ -1680,6 +1801,62 @@
|
|
|
|
"node": ">=8"
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/socket.io": {
|
|
|
|
|
|
|
|
"version": "4.8.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"accepts": "~1.3.4",
|
|
|
|
|
|
|
|
"base64id": "~2.0.0",
|
|
|
|
|
|
|
|
"cors": "~2.8.5",
|
|
|
|
|
|
|
|
"debug": "~4.3.2",
|
|
|
|
|
|
|
|
"engine.io": "~6.6.0",
|
|
|
|
|
|
|
|
"socket.io-adapter": "~2.5.2",
|
|
|
|
|
|
|
|
"socket.io-parser": "~4.2.4"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=10.2.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/socket.io-adapter": {
|
|
|
|
|
|
|
|
"version": "2.5.5",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"debug": "~4.3.4",
|
|
|
|
|
|
|
|
"ws": "~8.17.1"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/socket.io-client": {
|
|
|
|
|
|
|
|
"version": "4.8.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
|
|
|
|
|
|
"debug": "~4.3.2",
|
|
|
|
|
|
|
|
"engine.io-client": "~6.6.1",
|
|
|
|
|
|
|
|
"socket.io-parser": "~4.2.4"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/socket.io-parser": {
|
|
|
|
|
|
|
|
"version": "4.2.4",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
|
|
|
|
|
|
"debug": "~4.3.1"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/strip-ansi": {
|
|
|
|
"node_modules/strip-ansi": {
|
|
|
|
"version": "6.0.1",
|
|
|
|
"version": "6.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
|
@ -1750,20 +1927,56 @@
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"socket.io": "^4.8.1",
|
|
|
|
"is-number": "^7.0.0"
|
|
|
|
"socket.io-client": "^4.8.1"
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"engines": {
|
|
|
|
"@types/node": "^22.9.0",
|
|
|
|
"node": ">=8.0"
|
|
|
|
"typescript": "^5.6.3"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@types/node": {
|
|
|
|
"node_modules/ts-api-utils": {
|
|
|
|
"version": "22.9.0",
|
|
|
|
"version": "2.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
|
|
|
"integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
|
|
|
|
"integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=18.12"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
|
|
|
"typescript": ">=4.8.4"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/tslib": {
|
|
|
|
|
|
|
|
"version": "2.8.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "0BSD"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/type-check": {
|
|
|
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"undici-types": "~6.19.8"
|
|
|
|
"prelude-ls": "^1.2.1"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 0.8.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/type-fest": {
|
|
|
|
|
|
|
|
"version": "0.20.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "(MIT OR CC0-1.0)",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/typescript": {
|
|
|
|
"node_modules/typescript": {
|
|
|
|
@ -1779,11 +1992,33 @@
|
|
|
|
"node": ">=14.17"
|
|
|
|
"node": ">=14.17"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/typescript-eslint": {
|
|
|
|
|
|
|
|
"version": "8.23.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.23.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-/LBRo3HrXr5LxmrdYSOCvoAMm7p2jNizNfbIpCgvG4HMsnoprRUOce/+8VJ9BDYWW68rqIENE/haVLWPeFZBVQ==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "8.23.0",
|
|
|
|
|
|
|
|
"@typescript-eslint/parser": "8.23.0",
|
|
|
|
|
|
|
|
"@typescript-eslint/utils": "8.23.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
|
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
|
|
|
|
|
|
"typescript": ">=4.8.4 <5.8.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/undici-types": {
|
|
|
|
"node_modules/undici-types": {
|
|
|
|
"version": "6.19.8",
|
|
|
|
"version": "6.19.8",
|
|
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
|
|
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
|
|
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
|
|
|
|
"dev": true
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/uri-js": {
|
|
|
|
"node_modules/uri-js": {
|
|
|
|
"version": "4.4.1",
|
|
|
|
"version": "4.4.1",
|
|
|
|
@ -1808,6 +2043,15 @@
|
|
|
|
"uuid": "dist/esm/bin/uuid"
|
|
|
|
"uuid": "dist/esm/bin/uuid"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/vary": {
|
|
|
|
|
|
|
|
"version": "1.1.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 0.8"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/which": {
|
|
|
|
"node_modules/which": {
|
|
|
|
"version": "2.0.2",
|
|
|
|
"version": "2.0.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
|
|
@ -1841,6 +2085,35 @@
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "ISC"
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/ws": {
|
|
|
|
|
|
|
|
"version": "8.17.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
|
|
|
"bufferutil": "^4.0.1",
|
|
|
|
|
|
|
|
"utf-8-validate": ">=5.0.2"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"bufferutil": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"utf-8-validate": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/xmlhttprequest-ssl": {
|
|
|
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=0.4.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/yocto-queue": {
|
|
|
|
"node_modules/yocto-queue": {
|
|
|
|
"version": "0.1.0",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
|
|
|