2023-08-01 13:14:02 +03:00
{
"name" : "multi-stub" ,
2024-05-18 11:49:25 +03:00
"version" : "1.0.1" ,
2023-08-01 13:14:02 +03:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "multi-stub" ,
2024-05-18 11:49:25 +03:00
"version" : "1.0.1" ,
2023-08-01 13:14:02 +03:00
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"axios" : "^1.7.9" ,
"bcrypt" : "^5.1.1" ,
"body-parser" : "^1.20.3" ,
"cookie-parser" : "^1.4.7" ,
2023-08-01 13:14:02 +03:00
"cross-env" : "^7.0.3" ,
2024-12-21 00:05:12 +03:00
"crypto-js" : "^4.2.0" ,
"dotenv" : "^16.4.7" ,
"express" : "5.0.1" ,
"express-jwt" : "^8.5.1" ,
"express-session" : "^1.18.1" ,
"jsdom" : "^25.0.1" ,
"jsonwebtoken" : "^9.0.2" ,
"mongodb" : "^6.12.0" ,
"mongoose" : "^8.9.2" ,
"morgan" : "^1.10.0" ,
2023-08-01 13:14:02 +03:00
"pbkdf2-password" : "^1.2.1" ,
2024-12-21 00:05:12 +03:00
"rotating-file-stream" : "^3.2.5" ,
"socket.io" : "^4.8.1" ,
"uuid" : "^11.0.3"
2023-08-01 13:14:02 +03:00
} ,
"devDependencies" : {
2024-12-21 00:05:12 +03:00
"@eslint/js" : "^9.17.0" ,
"@types/node" : "22.10.2" ,
"eslint" : "^9.17.0" ,
"globals" : "^15.14.0" ,
2024-10-16 11:06:23 +03:00
"jest" : "^29.7.0" ,
"mockingoose" : "^2.16.2" ,
2024-12-21 00:05:12 +03:00
"nodemon" : "3.1.9" ,
2024-10-16 11:06:23 +03:00
"supertest" : "^7.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@ampproject/remapping" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" ,
"integrity" : "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/code-frame" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.2" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz" ,
"integrity" : "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/helper-validator-identifier" : "^7.25.9" ,
"js-tokens" : "^4.0.0" ,
2024-10-16 11:06:23 +03:00
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/compat-data" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.3" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.3.tgz" ,
"integrity" : "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz" ,
"integrity" : "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@ampproject/remapping" : "^2.2.0" ,
2024-12-21 00:05:12 +03:00
"@babel/code-frame" : "^7.26.0" ,
"@babel/generator" : "^7.26.0" ,
"@babel/helper-compilation-targets" : "^7.25.9" ,
"@babel/helper-module-transforms" : "^7.26.0" ,
"@babel/helpers" : "^7.26.0" ,
"@babel/parser" : "^7.26.0" ,
"@babel/template" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.26.0" ,
2024-10-16 11:06:23 +03:00
"convert-source-map" : "^2.0.0" ,
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
} ,
"node_modules/@babel/core/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@babel/core/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@babel/core/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/generator" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.3" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.26.3.tgz" ,
"integrity" : "sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/parser" : "^7.26.3" ,
"@babel/types" : "^7.26.3" ,
2024-10-16 11:06:23 +03:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
"jsesc" : "^3.0.2"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz" ,
"integrity" : "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/compat-data" : "^7.25.9" ,
"@babel/helper-validator-option" : "^7.25.9" ,
2024-10-16 11:06:23 +03:00
"browserslist" : "^4.24.0" ,
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/helper-module-imports" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz" ,
"integrity" : "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-transforms" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz" ,
"integrity" : "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/helper-module-imports" : "^7.25.9" ,
"@babel/helper-validator-identifier" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-plugin-utils" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz" ,
"integrity" : "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz" ,
"integrity" : "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz" ,
"integrity" : "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-option" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz" ,
"integrity" : "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helpers" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz" ,
"integrity" : "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/template" : "^7.25.9" ,
"@babel/types" : "^7.26.0"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/parser" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.3" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz" ,
"integrity" : "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/types" : "^7.26.3"
2024-10-16 11:06:23 +03:00
} ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/plugin-syntax-async-generators" : {
"version" : "7.8.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" ,
"integrity" : "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-bigint" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz" ,
"integrity" : "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-class-properties" : {
"version" : "7.12.13" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" ,
"integrity" : "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.12.13"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-class-static-block" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" ,
"integrity" : "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-attributes" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz" ,
"integrity" : "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/helper-plugin-utils" : "^7.25.9"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-meta" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" ,
"integrity" : "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-json-strings" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" ,
"integrity" : "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-jsx" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz" ,
"integrity" : "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/helper-plugin-utils" : "^7.25.9"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-logical-assignment-operators" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" ,
"integrity" : "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" ,
"integrity" : "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-numeric-separator" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" ,
"integrity" : "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-object-rest-spread" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" ,
"integrity" : "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-optional-catch-binding" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" ,
"integrity" : "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-optional-chaining" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" ,
"integrity" : "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-private-property-in-object" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" ,
"integrity" : "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-top-level-await" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" ,
"integrity" : "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-typescript" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz" ,
"integrity" : "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/helper-plugin-utils" : "^7.25.9"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/template" : {
2024-12-21 00:05:12 +03:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz" ,
"integrity" : "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/code-frame" : "^7.25.9" ,
"@babel/parser" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.4" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.4.tgz" ,
"integrity" : "sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/code-frame" : "^7.26.2" ,
"@babel/generator" : "^7.26.3" ,
"@babel/parser" : "^7.26.3" ,
"@babel/template" : "^7.25.9" ,
"@babel/types" : "^7.26.3" ,
2024-10-16 11:06:23 +03:00
"debug" : "^4.3.1" ,
"globals" : "^11.1.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@babel/traverse/node_modules/globals" : {
"version" : "11.12.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" ,
"integrity" : "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/traverse/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@babel/types" : {
2024-12-21 00:05:12 +03:00
"version" : "7.26.3" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz" ,
"integrity" : "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@babel/helper-string-parser" : "^7.25.9" ,
"@babel/helper-validator-identifier" : "^7.25.9"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@bcoe/v8-coverage" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" ,
"integrity" : "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@eslint-community/eslint-utils" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz" ,
"integrity" : "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"eslint-visitor-keys" : "^3.4.3"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
2024-12-21 00:05:12 +03:00
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
2024-10-16 11:06:23 +03:00
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
} ,
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@eslint-community/regexpp" : {
2024-12-21 00:05:12 +03:00
"version" : "4.12.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz" ,
"integrity" : "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/config-array" : {
2024-12-21 00:05:12 +03:00
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz" ,
"integrity" : "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@eslint/object-schema" : "^2.1.5" ,
2024-10-16 11:06:23 +03:00
"debug" : "^4.3.1" ,
"minimatch" : "^3.1.2"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/config-array/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@eslint/config-array/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@eslint/core" : {
2024-12-21 00:05:12 +03:00
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/core/-/core-0.9.1.tgz" ,
"integrity" : "sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "Apache-2.0" ,
2024-12-21 00:05:12 +03:00
"dependencies" : {
"@types/json-schema" : "^7.0.15"
} ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
2024-12-21 00:05:12 +03:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz" ,
"integrity" : "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@eslint/eslintrc/node_modules/globals" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@eslint/js" : {
2024-12-21 00:05:12 +03:00
"version" : "9.17.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.17.0.tgz" ,
"integrity" : "sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/object-schema" : {
2024-12-21 00:05:12 +03:00
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz" ,
"integrity" : "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/plugin-kit" : {
2024-12-21 00:05:12 +03:00
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.4.tgz" ,
"integrity" : "sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"levn" : "^0.4.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@humanfs/core" : {
2024-12-21 00:05:12 +03:00
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz" ,
"integrity" : "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=18.18.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@humanfs/node" : {
2024-12-21 00:05:12 +03:00
"version" : "0.16.6" ,
"resolved" : "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz" ,
"integrity" : "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@humanfs/core" : "^0.19.1" ,
2024-10-16 11:06:23 +03:00
"@humanwhocodes/retry" : "^0.3.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=18.18.0"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/@humanfs/node/node_modules/@humanwhocodes/retry" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz" ,
"integrity" : "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=12.22"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@humanwhocodes/retry" : {
2024-12-21 00:05:12 +03:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz" ,
"integrity" : "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@istanbuljs/load-nyc-config" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" ,
"integrity" : "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"camelcase" : "^5.3.1" ,
"find-up" : "^4.1.0" ,
"get-package-type" : "^0.1.0" ,
"js-yaml" : "^3.13.1" ,
"resolve-from" : "^5.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=8"
}
} ,
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" ,
"integrity" : "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"sprintf-js" : "~1.0.2"
}
} ,
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml" : {
"version" : "3.14.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" ,
"integrity" : "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"argparse" : "^1.0.7" ,
"esprima" : "^4.0.0"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
2024-10-16 11:06:23 +03:00
"url" : "https://github.com/sponsors/sindresorhus"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"p-limit" : "^2.2.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=8"
}
} ,
"node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@istanbuljs/schema" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz" ,
"integrity" : "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@jest/console" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz" ,
"integrity" : "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/core" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz" ,
"integrity" : "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/reporters" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"exit" : "^0.1.2" ,
"graceful-fs" : "^4.2.9" ,
"jest-changed-files" : "^29.7.0" ,
"jest-config" : "^29.7.0" ,
"jest-haste-map" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-resolve-dependencies" : "^29.7.0" ,
"jest-runner" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"jest-watcher" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
2023-08-01 13:14:02 +03:00
} ,
"peerDependenciesMeta" : {
2024-10-16 11:06:23 +03:00
"node-notifier" : {
2023-08-01 13:14:02 +03:00
"optional" : true
}
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@jest/environment" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz" ,
"integrity" : "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0"
} ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@jest/expect" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz" ,
"integrity" : "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"expect" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@jest/expect-utils" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz" ,
"integrity" : "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==" ,
"dev" : true ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"jest-get-type" : "^29.6.3"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@jest/fake-timers" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz" ,
"integrity" : "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/types" : "^29.6.3" ,
"@sinonjs/fake-timers" : "^10.0.2" ,
"@types/node" : "*" ,
"jest-message-util" : "^29.7.0" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@jest/globals" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz" ,
"integrity" : "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"jest-mock" : "^29.7.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/reporters" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz" ,
"integrity" : "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@bcoe/v8-coverage" : "^0.2.3" ,
"@jest/console" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@jridgewell/trace-mapping" : "^0.3.18" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"collect-v8-coverage" : "^1.0.0" ,
"exit" : "^0.1.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"istanbul-lib-instrument" : "^6.0.0" ,
"istanbul-lib-report" : "^3.0.0" ,
"istanbul-lib-source-maps" : "^4.0.0" ,
"istanbul-reports" : "^3.1.3" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"string-length" : "^4.0.1" ,
"strip-ansi" : "^6.0.0" ,
"v8-to-istanbul" : "^9.0.1"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
2023-08-01 13:14:02 +03:00
} ,
"peerDependenciesMeta" : {
2024-10-16 11:06:23 +03:00
"node-notifier" : {
2023-08-01 13:14:02 +03:00
"optional" : true
}
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@jest/schemas" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" ,
"integrity" : "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@sinclair/typebox" : "^0.27.8"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@jest/source-map" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz" ,
"integrity" : "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.18" ,
"callsites" : "^3.0.0" ,
"graceful-fs" : "^4.2.9"
} ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/test-result" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz" ,
"integrity" : "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"collect-v8-coverage" : "^1.0.0"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/test-sequencer" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz" ,
"integrity" : "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/test-result" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/transform" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz" ,
"integrity" : "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.11.6" ,
"@jest/types" : "^29.6.3" ,
"@jridgewell/trace-mapping" : "^0.3.18" ,
"babel-plugin-istanbul" : "^6.1.1" ,
"chalk" : "^4.0.0" ,
"convert-source-map" : "^2.0.0" ,
"fast-json-stable-stringify" : "^2.1.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"pirates" : "^4.0.4" ,
"slash" : "^3.0.0" ,
"write-file-atomic" : "^4.0.2"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/types" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz" ,
"integrity" : "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"@types/istanbul-reports" : "^3.0.0" ,
"@types/node" : "*" ,
"@types/yargs" : "^17.0.8" ,
"chalk" : "^4.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
2024-12-21 00:05:12 +03:00
"version" : "0.3.8" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz" ,
"integrity" : "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@jridgewell/set-array" : {
2023-08-01 13:14:02 +03:00
"version" : "1.2.1" ,
2024-10-16 11:06:23 +03:00
"resolved" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" ,
"integrity" : "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
2023-08-01 13:14:02 +03:00
} ,
"node_modules/@mapbox/node-pre-gyp" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz" ,
"integrity" : "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "BSD-3-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"detect-libc" : "^2.0.0" ,
"https-proxy-agent" : "^5.0.0" ,
"make-dir" : "^3.1.0" ,
"node-fetch" : "^2.6.7" ,
"nopt" : "^5.0.0" ,
"npmlog" : "^5.0.1" ,
"rimraf" : "^3.0.2" ,
"semver" : "^7.3.5" ,
"tar" : "^6.1.11"
} ,
"bin" : {
"node-pre-gyp" : "bin/node-pre-gyp"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@mongodb-js/saslprep" : {
"version" : "1.1.9" ,
"resolved" : "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.9.tgz" ,
"integrity" : "sha512-tVkljjeEaAhCqTzajSdgbQ6gE6f3oneVwa3iXR6csiEwXXOFsiC6Uh9iAjAhXPtqa/XMDHWjjeNH/77m/Yq2dw==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"sparse-bitfield" : "^3.0.3"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@sinclair/typebox" : {
"version" : "0.27.8" ,
"resolved" : "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz" ,
"integrity" : "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@sinonjs/commons" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz" ,
"integrity" : "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"type-detect" : "4.0.8"
}
} ,
"node_modules/@sinonjs/fake-timers" : {
"version" : "10.3.0" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz" ,
"integrity" : "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@sinonjs/commons" : "^3.0.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/@socket.io/component-emitter" : {
2024-12-21 00:05:12 +03:00
"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"
2023-11-25 11:56:14 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@types/babel__core" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" ,
"integrity" : "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
}
} ,
"node_modules/@types/babel__generator" : {
"version" : "7.6.8" ,
"resolved" : "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz" ,
"integrity" : "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__template" : {
"version" : "7.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" ,
"integrity" : "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__traverse" : {
"version" : "7.20.6" ,
"resolved" : "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz" ,
"integrity" : "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.20.7"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/@types/cookie" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/@types/cors" : {
2024-12-21 00:05:12 +03:00
"version" : "2.8.17" ,
"resolved" : "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz" ,
"integrity" : "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"@types/node" : "*"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@types/estree" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz" ,
"integrity" : "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/graceful-fs" : {
"version" : "4.1.9" ,
"resolved" : "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz" ,
"integrity" : "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/istanbul-lib-coverage" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz" ,
"integrity" : "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/istanbul-lib-report" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz" ,
"integrity" : "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/istanbul-lib-coverage" : "*"
}
} ,
"node_modules/@types/istanbul-reports" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz" ,
"integrity" : "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/istanbul-lib-report" : "*"
}
} ,
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/@types/jsonwebtoken" : {
2024-12-21 00:05:12 +03:00
"version" : "9.0.7" ,
"resolved" : "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz" ,
"integrity" : "sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/node" : {
2024-12-21 00:05:12 +03:00
"version" : "22.10.2" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz" ,
"integrity" : "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==" ,
"license" : "MIT" ,
"dependencies" : {
"undici-types" : "~6.20.0"
}
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/@types/stack-utils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz" ,
"integrity" : "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/webidl-conversions" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz" ,
"integrity" : "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==" ,
"license" : "MIT"
} ,
"node_modules/@types/whatwg-url" : {
"version" : "11.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-11.0.5.tgz" ,
"integrity" : "sha512-coYR071JRaHa+xoEvvYqvnIHaVqaYrLPbsufM9BF63HkwI5Lgmy2QR8Q5K/lYDYo5AK82wOvSOS0UsLTpTG7uQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/webidl-conversions" : "*"
}
} ,
"node_modules/@types/yargs" : {
"version" : "17.0.33" ,
"resolved" : "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz" ,
"integrity" : "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/yargs-parser" : "*"
}
} ,
"node_modules/@types/yargs-parser" : {
"version" : "21.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz" ,
"integrity" : "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/abbrev" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/accepts" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz" ,
"integrity" : "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"mime-types" : "^3.0.0" ,
"negotiator" : "^1.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/acorn" : {
2024-12-21 00:05:12 +03:00
"version" : "8.14.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz" ,
"integrity" : "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
"node_modules/agent-base/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ms" : "^2.1.3"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/agent-base/node_modules/ms" : {
2024-12-21 00:05:12 +03:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/ansi-escapes" : {
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" ,
"integrity" : "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"type-fest" : "^0.21.3"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
}
} ,
"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==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/aproba" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/are-we-there-yet" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz" ,
"integrity" : "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==" ,
2024-12-21 00:05:12 +03:00
"deprecated" : "This package is no longer supported." ,
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"delegates" : "^1.0.0" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "Python-2.0"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/array-flatten" : {
2024-12-21 00:05:12 +03:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/array-flatten/-/array-flatten-3.0.0.tgz" ,
"integrity" : "sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/asap" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" ,
"integrity" : "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT"
} ,
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
"license" : "MIT"
2024-10-16 11:06:23 +03:00
} ,
"node_modules/axios" : {
2024-12-21 00:05:12 +03:00
"version" : "1.7.9" ,
"resolved" : "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz" ,
"integrity" : "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==" ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"follow-redirects" : "^1.15.6" ,
"form-data" : "^4.0.0" ,
"proxy-from-env" : "^1.1.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/babel-jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz" ,
"integrity" : "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/transform" : "^29.7.0" ,
"@types/babel__core" : "^7.1.14" ,
"babel-plugin-istanbul" : "^6.1.1" ,
"babel-preset-jest" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"slash" : "^3.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"peerDependencies" : {
"@babel/core" : "^7.8.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/babel-plugin-istanbul" : {
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz" ,
"integrity" : "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-3-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@babel/helper-plugin-utils" : "^7.0.0" ,
"@istanbuljs/load-nyc-config" : "^1.0.0" ,
"@istanbuljs/schema" : "^0.1.2" ,
"istanbul-lib-instrument" : "^5.0.4" ,
"test-exclude" : "^6.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=8"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz" ,
"integrity" : "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-3-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@babel/core" : "^7.12.3" ,
"@babel/parser" : "^7.14.7" ,
"@istanbuljs/schema" : "^0.1.2" ,
"istanbul-lib-coverage" : "^3.2.0" ,
"semver" : "^6.3.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=8"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/babel-plugin-istanbul/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/babel-plugin-jest-hoist" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz" ,
"integrity" : "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@babel/template" : "^7.3.3" ,
"@babel/types" : "^7.3.3" ,
"@types/babel__core" : "^7.1.14" ,
"@types/babel__traverse" : "^7.0.6"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/babel-preset-current-node-syntax" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz" ,
"integrity" : "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"@babel/plugin-syntax-async-generators" : "^7.8.4" ,
"@babel/plugin-syntax-bigint" : "^7.8.3" ,
"@babel/plugin-syntax-class-properties" : "^7.12.13" ,
"@babel/plugin-syntax-class-static-block" : "^7.14.5" ,
"@babel/plugin-syntax-import-attributes" : "^7.24.7" ,
"@babel/plugin-syntax-import-meta" : "^7.10.4" ,
"@babel/plugin-syntax-json-strings" : "^7.8.3" ,
"@babel/plugin-syntax-logical-assignment-operators" : "^7.10.4" ,
"@babel/plugin-syntax-nullish-coalescing-operator" : "^7.8.3" ,
"@babel/plugin-syntax-numeric-separator" : "^7.10.4" ,
"@babel/plugin-syntax-object-rest-spread" : "^7.8.3" ,
"@babel/plugin-syntax-optional-catch-binding" : "^7.8.3" ,
"@babel/plugin-syntax-optional-chaining" : "^7.8.3" ,
"@babel/plugin-syntax-private-property-in-object" : "^7.14.5" ,
"@babel/plugin-syntax-top-level-await" : "^7.14.5"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/babel-preset-jest" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz" ,
"integrity" : "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==" ,
"dev" : true ,
2024-10-15 13:36:13 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"babel-plugin-jest-hoist" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"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==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : "^4.5.0 || >= 5.9"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/basic-auth" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz" ,
"integrity" : "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "5.1.2"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/basic-auth/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/bcrypt" : {
2024-12-21 00:05:12 +03:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/bcrypt/-/bcrypt-5.1.1.tgz" ,
"integrity" : "sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==" ,
2023-08-01 13:14:02 +03:00
"hasInstallScript" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@mapbox/node-pre-gyp" : "^1.0.11" ,
2023-08-01 13:14:02 +03:00
"node-addon-api" : "^5.0.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
"node_modules/binary-extensions" : {
2024-12-21 00:05:12 +03:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" ,
"integrity" : "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
2024-12-21 00:05:12 +03:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/body-parser" : {
2024-12-21 00:05:12 +03:00
"version" : "1.20.3" ,
"resolved" : "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz" ,
"integrity" : "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"bytes" : "3.1.2" ,
"content-type" : "~1.0.5" ,
"debug" : "2.6.9" ,
"depd" : "2.0.0" ,
"destroy" : "1.2.0" ,
"http-errors" : "2.0.0" ,
"iconv-lite" : "0.4.24" ,
"on-finished" : "2.4.1" ,
2024-12-21 00:05:12 +03:00
"qs" : "6.13.0" ,
2023-08-01 13:14:02 +03:00
"raw-body" : "2.5.2" ,
"type-is" : "~1.6.18" ,
"unpipe" : "1.0.0"
} ,
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
} ,
"node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/braces" : {
2024-10-16 11:06:23 +03:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"fill-range" : "^7.1.1"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/browserslist" : {
2024-12-21 00:05:12 +03:00
"version" : "4.24.3" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.24.3.tgz" ,
"integrity" : "sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"caniuse-lite" : "^1.0.30001688" ,
"electron-to-chromium" : "^1.5.73" ,
"node-releases" : "^2.0.19" ,
"update-browserslist-db" : "^1.1.1"
2024-10-16 11:06:23 +03:00
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
} ,
"node_modules/bser" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" ,
"integrity" : "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"node-int64" : "^0.4.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/bson" : {
2024-12-21 00:05:12 +03:00
"version" : "6.10.1" ,
"resolved" : "https://registry.npmjs.org/bson/-/bson-6.10.1.tgz" ,
"integrity" : "sha512-P92xmHDQjSKPLHqFxefqMxASNq/aWJMEZugpCjf+AF/pgcUpMMQCg7t7+ewko0/u8AapvF3luf/FoehddEK+sA==" ,
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=16.20.1"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/buffer-equal-constant-time" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" ,
"license" : "BSD-3-Clause"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/bytes" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" ,
"integrity" : "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz" ,
"integrity" : "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/call-bound" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz" ,
"integrity" : "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"call-bind-apply-helpers" : "^1.0.1" ,
"get-intrinsic" : "^1.2.6"
} ,
"engines" : {
"node" : ">= 0.4"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelcase" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" ,
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
"dev" : true ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=6"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/caniuse-lite" : {
2024-12-21 00:05:12 +03:00
"version" : "1.0.30001690" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz" ,
"integrity" : "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "CC-BY-4.0"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/char-regex" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz" ,
"integrity" : "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/chokidar" : {
2024-12-21 00:05:12 +03:00
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
2024-12-21 00:05:12 +03:00
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
2023-08-01 13:14:02 +03:00
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/chokidar/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/chownr" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" ,
"integrity" : "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=10"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/ci-info" : {
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" ,
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cjs-module-lexer" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz" ,
"integrity" : "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/co" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/co/-/co-4.6.0.tgz" ,
"integrity" : "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
}
} ,
"node_modules/collect-v8-coverage" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz" ,
"integrity" : "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"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==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"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==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/color-support" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" ,
"integrity" : "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"bin" : {
"color-support" : "bin.js"
}
} ,
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/component-emitter" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz" ,
"integrity" : "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/console-control-strings" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/content-disposition" : {
2024-12-21 00:05:12 +03:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz" ,
"integrity" : "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"safe-buffer" : "5.2.1"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/content-type" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" ,
"integrity" : "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/convert-source-map" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/cookie" : {
2024-12-21 00:05:12 +03:00
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz" ,
"integrity" : "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/cookie-parser" : {
2024-12-21 00:05:12 +03:00
"version" : "1.4.7" ,
"resolved" : "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz" ,
"integrity" : "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"cookie" : "0.7.2" ,
2023-08-01 13:14:02 +03:00
"cookie-signature" : "1.0.6"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/cookie-signature" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/cookiejar" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz" ,
"integrity" : "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"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==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"object-assign" : "^4" ,
"vary" : "^1"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/create-jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz" ,
"integrity" : "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"exit" : "^0.1.2" ,
"graceful-fs" : "^4.2.9" ,
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"prompts" : "^2.0.1"
} ,
"bin" : {
"create-jest" : "bin/create-jest.js"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/cross-env" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz" ,
"integrity" : "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"cross-spawn" : "^7.0.1"
} ,
"bin" : {
"cross-env" : "src/bin/cross-env.js" ,
"cross-env-shell" : "src/bin/cross-env-shell.js"
} ,
"engines" : {
"node" : ">=10.14" ,
"npm" : ">=6" ,
"yarn" : ">=1"
}
} ,
"node_modules/cross-spawn" : {
2024-12-21 00:05:12 +03:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/crypto-js" : {
2024-12-21 00:05:12 +03:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz" ,
"integrity" : "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2023-11-25 11:56:14 +03:00
"node_modules/cssstyle" : {
2024-12-21 00:05:12 +03:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/cssstyle/-/cssstyle-4.1.0.tgz" ,
"integrity" : "sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"rrweb-cssom" : "^0.7.1"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
}
} ,
"node_modules/data-urls" : {
2024-12-21 00:05:12 +03:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz" ,
"integrity" : "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.0.0"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"ms" : "2.0.0"
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/decimal.js" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" ,
"license" : "MIT"
2023-11-25 11:56:14 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/dedent" : {
"version" : "1.5.3" ,
"resolved" : "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz" ,
"integrity" : "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"babel-plugin-macros" : "^3.1.0"
} ,
"peerDependenciesMeta" : {
"babel-plugin-macros" : {
"optional" : true
}
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=0.10.0"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/delegates" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/destroy" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" ,
"integrity" : "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
} ,
"node_modules/detect-libc" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/detect-newline" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz" ,
"integrity" : "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/dezalgo" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz" ,
"integrity" : "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"asap" : "^2.0.0" ,
"wrappy" : "1"
}
} ,
"node_modules/diff-sequences" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz" ,
"integrity" : "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" ,
"dev" : true ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/dotenv" : {
2024-12-21 00:05:12 +03:00
"version" : "16.4.7" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz" ,
"integrity" : "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==" ,
"license" : "BSD-2-Clause" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
2024-12-21 00:05:12 +03:00
"url" : "https://dotenvx.com"
}
} ,
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 0.4"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/ecdsa-sig-formatter" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" ,
"integrity" : "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/electron-to-chromium" : {
2024-12-21 00:05:12 +03:00
"version" : "1.5.75" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.75.tgz" ,
"integrity" : "sha512-Lf3++DumRE/QmweGjU+ZcKqQ+3bKkU/qjaKYhIJKEOhgIO9Xs6IiAQFkfFoj+RhgDk4LUeNsLo6plExHqSyu6Q==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/emittery" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz" ,
"integrity" : "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/emittery?sponsor=1"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/encodeurl" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/engine.io" : {
2024-12-21 00:05:12 +03:00
"version" : "6.6.2" ,
"resolved" : "https://registry.npmjs.org/engine.io/-/engine.io-6.6.2.tgz" ,
"integrity" : "sha512-gmNvsYi9C8iErnZdVcJnvCpSKbWTt1E8+JZo8b+daLninywUWi5NQ5STSHZ9rFjFO7imNcvb8Pc5pe/wMR5xEw==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"@types/cookie" : "^0.4.1" ,
"@types/cors" : "^2.8.12" ,
"@types/node" : ">=10.0.0" ,
"accepts" : "~1.3.4" ,
"base64id" : "2.0.0" ,
2024-12-21 00:05:12 +03:00
"cookie" : "~0.7.2" ,
2023-08-01 13:14:02 +03:00
"cors" : "~2.8.5" ,
"debug" : "~4.3.1" ,
2024-12-21 00:05:12 +03:00
"engine.io-parser" : "~5.2.1" ,
"ws" : "~8.17.1"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=10.2.0"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/engine.io-parser" : {
2024-12-21 00:05:12 +03:00
"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" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=10.0.0"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/engine.io/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"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/engine.io/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ms" : "^2.1.3"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/engine.io/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/engine.io/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"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/engine.io/node_modules/ms" : {
2024-12-21 00:05:12 +03:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
"node_modules/engine.io/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/engine.io/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
}
}
2023-08-01 13:14:02 +03:00
} ,
2023-11-25 11:56:14 +03:00
"node_modules/entities" : {
2024-10-16 11:06:23 +03:00
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
2024-12-21 00:05:12 +03:00
"license" : "BSD-2-Clause" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=0.12"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/error-ex" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" ,
"integrity" : "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"is-arrayish" : "^0.2.1"
2023-08-01 13:14:02 +03:00
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/es-define-property" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-object-atoms" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz" ,
"integrity" : "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=6"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/eslint" : {
2024-12-21 00:05:12 +03:00
"version" : "9.17.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.17.0.tgz" ,
"integrity" : "sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
2024-12-21 00:05:12 +03:00
"@eslint-community/regexpp" : "^4.12.1" ,
"@eslint/config-array" : "^0.19.0" ,
"@eslint/core" : "^0.9.0" ,
"@eslint/eslintrc" : "^3.2.0" ,
"@eslint/js" : "9.17.0" ,
"@eslint/plugin-kit" : "^0.2.3" ,
"@humanfs/node" : "^0.16.6" ,
2024-10-16 11:06:23 +03:00
"@humanwhocodes/module-importer" : "^1.0.1" ,
2024-12-21 00:05:12 +03:00
"@humanwhocodes/retry" : "^0.4.1" ,
2024-10-16 11:06:23 +03:00
"@types/estree" : "^1.0.6" ,
"@types/json-schema" : "^7.0.15" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
2024-12-21 00:05:12 +03:00
"cross-spawn" : "^7.0.6" ,
2024-10-16 11:06:23 +03:00
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
2024-12-21 00:05:12 +03:00
"eslint-scope" : "^8.2.0" ,
"eslint-visitor-keys" : "^4.2.0" ,
"espree" : "^10.3.0" ,
2024-10-16 11:06:23 +03:00
"esquery" : "^1.5.0" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^8.0.0" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"lodash.merge" : "^4.6.2" ,
"minimatch" : "^3.1.2" ,
"natural-compare" : "^1.4.0" ,
2024-12-21 00:05:12 +03:00
"optionator" : "^0.9.3"
2024-10-16 11:06:23 +03:00
} ,
2023-08-01 13:14:02 +03:00
"bin" : {
2024-10-16 11:06:23 +03:00
"eslint" : "bin/eslint.js"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://eslint.org/donate"
} ,
"peerDependencies" : {
"jiti" : "*"
} ,
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/eslint-scope" : {
2024-12-21 00:05:12 +03:00
"version" : "8.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz" ,
"integrity" : "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-2-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-visitor-keys" : {
2024-12-21 00:05:12 +03:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" ,
"integrity" : "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"ms" : "^2.1.3"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/eslint/node_modules/ms" : {
2024-10-16 11:06:23 +03:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/espree" : {
2024-12-21 00:05:12 +03:00
"version" : "10.3.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz" ,
"integrity" : "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-2-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"acorn" : "^8.14.0" ,
2023-08-01 13:14:02 +03:00
"acorn-jsx" : "^5.3.2" ,
2024-12-21 00:05:12 +03:00
"eslint-visitor-keys" : "^4.2.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/esquery" : {
2024-10-16 11:06:23 +03:00
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" ,
"integrity" : "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-3-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-2-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-2-Clause" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-2-Clause" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/execa" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz" ,
"integrity" : "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" ,
2024-10-16 11:28:20 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^6.0.0" ,
"human-signals" : "^2.1.0" ,
"is-stream" : "^2.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^4.0.1" ,
"onetime" : "^5.1.2" ,
"signal-exit" : "^3.0.3" ,
"strip-final-newline" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/exit" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" ,
"integrity" : "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" ,
"dev" : true ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/expect" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz" ,
"integrity" : "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/expect-utils" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/express" : {
2024-12-21 00:05:12 +03:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/express/-/express-5.0.1.tgz" ,
"integrity" : "sha512-ORF7g6qGnD+YtUG9yx4DFoqCShNMmUKiXuT5oWMHiOvt/4WFbHC6yCwQMTSBMno7AqntNCAzzcnnjowRkTL9eQ==" ,
"license" : "MIT" ,
"dependencies" : {
"accepts" : "^2.0.0" ,
"body-parser" : "^2.0.1" ,
"content-disposition" : "^1.0.0" ,
2023-08-01 13:14:02 +03:00
"content-type" : "~1.0.4" ,
2024-12-21 00:05:12 +03:00
"cookie" : "0.7.1" ,
"cookie-signature" : "^1.2.1" ,
"debug" : "4.3.6" ,
2023-08-01 13:14:02 +03:00
"depd" : "2.0.0" ,
2024-12-21 00:05:12 +03:00
"encodeurl" : "~2.0.0" ,
2023-08-01 13:14:02 +03:00
"escape-html" : "~1.0.3" ,
"etag" : "~1.8.1" ,
2024-12-21 00:05:12 +03:00
"finalhandler" : "^2.0.0" ,
"fresh" : "2.0.0" ,
2023-08-01 13:14:02 +03:00
"http-errors" : "2.0.0" ,
2024-12-21 00:05:12 +03:00
"merge-descriptors" : "^2.0.0" ,
2023-08-01 13:14:02 +03:00
"methods" : "~1.1.2" ,
2024-12-21 00:05:12 +03:00
"mime-types" : "^3.0.0" ,
2023-08-01 13:14:02 +03:00
"on-finished" : "2.4.1" ,
2024-12-21 00:05:12 +03:00
"once" : "1.4.0" ,
2023-08-01 13:14:02 +03:00
"parseurl" : "~1.3.3" ,
"proxy-addr" : "~2.0.7" ,
2024-12-21 00:05:12 +03:00
"qs" : "6.13.0" ,
2023-08-01 13:14:02 +03:00
"range-parser" : "~1.2.1" ,
2024-12-21 00:05:12 +03:00
"router" : "^2.0.0" ,
2023-08-01 13:14:02 +03:00
"safe-buffer" : "5.2.1" ,
2024-12-21 00:05:12 +03:00
"send" : "^1.1.0" ,
"serve-static" : "^2.1.0" ,
2023-08-01 13:14:02 +03:00
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
2024-12-21 00:05:12 +03:00
"type-is" : "^2.0.0" ,
2023-08-01 13:14:02 +03:00
"utils-merge" : "1.0.1" ,
"vary" : "~1.1.2"
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 18"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/express-jwt" : {
2024-12-21 00:05:12 +03:00
"version" : "8.5.1" ,
"resolved" : "https://registry.npmjs.org/express-jwt/-/express-jwt-8.5.1.tgz" ,
"integrity" : "sha512-Dv6QjDLpR2jmdb8M6XQXiCcpEom7mK8TOqnr0/TngDKsG2DHVkO8+XnVxkJVN7BuS1I3OrGw6N8j5DaaGgkDRQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"@types/jsonwebtoken" : "^9" ,
"express-unless" : "^2.1.3" ,
"jsonwebtoken" : "^9.0.0"
} ,
"engines" : {
"node" : ">= 8.0.0"
}
} ,
"node_modules/express-session" : {
2024-12-21 00:05:12 +03:00
"version" : "1.18.1" ,
"resolved" : "https://registry.npmjs.org/express-session/-/express-session-1.18.1.tgz" ,
"integrity" : "sha512-a5mtTqEaZvBCL9A9aqkrtfz+3SMDhOVUnjafjo+s7A9Txkq+SVX2DLvSp1Zrv4uCXa3lMSK3viWnh9Gg07PBUA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"cookie" : "0.7.2" ,
"cookie-signature" : "1.0.7" ,
2023-08-01 13:14:02 +03:00
"debug" : "2.6.9" ,
"depd" : "~2.0.0" ,
"on-headers" : "~1.0.2" ,
"parseurl" : "~1.3.3" ,
"safe-buffer" : "5.2.1" ,
"uid-safe" : "~2.1.5"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/express-session/node_modules/cookie-signature" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz" ,
"integrity" : "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/express-unless" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/express-unless/-/express-unless-2.1.3.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-wj4tLMyCVYuIIKHGt0FhCtIViBcwzWejX0EjNxveAa6dG+0XBCQhMbx+PnkLkFCxLC69qoFrxds4pIyL88inaQ==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/express/node_modules/body-parser" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/body-parser/-/body-parser-2.0.2.tgz" ,
"integrity" : "sha512-SNMk0OONlQ01uk8EPeiBvTW7W4ovpL5b1O3t1sjpPgfxOQ6BqQJ6XjxinDPR79Z6HdcD5zBBwr5ssiTlgdNztQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"bytes" : "3.1.2" ,
2024-12-21 00:05:12 +03:00
"content-type" : "~1.0.5" ,
"debug" : "3.1.0" ,
2023-08-01 13:14:02 +03:00
"destroy" : "1.2.0" ,
"http-errors" : "2.0.0" ,
2024-12-21 00:05:12 +03:00
"iconv-lite" : "0.5.2" ,
2023-08-01 13:14:02 +03:00
"on-finished" : "2.4.1" ,
2024-12-21 00:05:12 +03:00
"qs" : "6.13.0" ,
"raw-body" : "^3.0.0" ,
"type-is" : "~1.6.18"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-08-01 13:14:02 +03:00
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/express/node_modules/body-parser/node_modules/debug" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz" ,
"integrity" : "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "2.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/express/node_modules/body-parser/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" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"mime-db" : "1.52.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 0.6"
2023-08-01 13:14:02 +03:00
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/express/node_modules/body-parser/node_modules/type-is" : {
"version" : "1.6.18" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" ,
"integrity" : "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" ,
"license" : "MIT" ,
"dependencies" : {
"media-typer" : "0.3.0" ,
"mime-types" : "~2.1.24"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/express/node_modules/cookie" : {
"version" : "0.7.1" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz" ,
"integrity" : "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/express/node_modules/cookie-signature" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz" ,
"integrity" : "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.6.0"
}
} ,
"node_modules/express/node_modules/debug" : {
"version" : "4.3.6" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz" ,
"integrity" : "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "2.1.2"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/express/node_modules/debug/node_modules/ms" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" ,
"integrity" : "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" ,
"license" : "MIT"
} ,
"node_modules/express/node_modules/iconv-lite" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.5.2.tgz" ,
"integrity" : "sha512-kERHXvpSaB4aU3eANwidg79K8FlrN77m8G9V+0vOR3HYaRifrlwMEpT7ZBJqLSEIHnEgJTHcWK82wwLwwKwtag==" ,
"license" : "MIT" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/express/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/express/node_modules/raw-body" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/raw-body/-/raw-body-3.0.0.tgz" ,
"integrity" : "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==" ,
"license" : "MIT" ,
"dependencies" : {
"bytes" : "3.1.2" ,
"http-errors" : "2.0.0" ,
"iconv-lite" : "0.6.3" ,
"unpipe" : "1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/express/node_modules/raw-body/node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"license" : "MIT" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/express/node_modules/type-is" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-2.0.0.tgz" ,
"integrity" : "sha512-gd0sGezQYCbWSbkZr75mln4YBidWUN60+devscpLF5mtRDUpiaTvKpBNrdaCvel1NdR2k6vclXybU5fBd2i+nw==" ,
"license" : "MIT" ,
"dependencies" : {
"content-type" : "^1.0.5" ,
"media-typer" : "^1.1.0" ,
"mime-types" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/express/node_modules/type-is/node_modules/media-typer" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz" ,
"integrity" : "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/fast-safe-stringify" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz" ,
"integrity" : "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" ,
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/fastfall" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/fastfall/-/fastfall-1.5.1.tgz" ,
"integrity" : "sha512-KH6p+Z8AKPXnmA7+Iz2Lh8ARCMr+8WNPVludm1LGkZoD2MjY6LVnRMtTKhkdzI+jr0RzQWXKzKyBJm1zoHEL4Q==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"reusify" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/fb-watchman" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz" ,
"integrity" : "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"bser" : "2.1.1"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/file-entry-cache" : {
2024-10-16 11:06:23 +03:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"flat-cache" : "^4.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=16.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/fill-range" : {
2024-10-16 11:06:23 +03:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/finalhandler" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/finalhandler/-/finalhandler-2.0.0.tgz" ,
"integrity" : "sha512-MX6Zo2adDViYh+GcxxB1dpO43eypOGUOL12rLCOTMQv/DfIbpSJUy4oQIIZhVZkH9e+bZWKMon0XHFEju16tkQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"debug" : "2.6.9" ,
"encodeurl" : "~1.0.2" ,
"escape-html" : "~1.0.3" ,
"on-finished" : "2.4.1" ,
"parseurl" : "~1.3.3" ,
"statuses" : "2.0.1" ,
"unpipe" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/finalhandler/node_modules/encodeurl" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" ,
"integrity" : "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/flat-cache" : {
2024-10-16 11:06:23 +03:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.4"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=16"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/flatted" : {
2024-12-21 00:05:12 +03:00
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz" ,
"integrity" : "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/follow-redirects" : {
2024-10-15 13:36:13 +03:00
"version" : "1.15.9" ,
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz" ,
"integrity" : "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" ,
2023-08-01 13:14:02 +03:00
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
] ,
2024-10-15 13:36:13 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=4.0"
} ,
"peerDependenciesMeta" : {
"debug" : {
"optional" : true
}
}
} ,
"node_modules/form-data" : {
2024-12-21 00:05:12 +03:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz" ,
"integrity" : "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/form-data/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/form-data/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"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/formidable" : {
2024-12-21 00:05:12 +03:00
"version" : "3.5.2" ,
"resolved" : "https://registry.npmjs.org/formidable/-/formidable-3.5.2.tgz" ,
"integrity" : "sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"dezalgo" : "^1.0.4" ,
2024-12-21 00:05:12 +03:00
"hexoid" : "^2.0.0" ,
2024-10-16 11:06:23 +03:00
"once" : "^1.4.0"
} ,
"funding" : {
"url" : "https://ko-fi.com/tunnckoCore/commissions"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/forwarded" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" ,
"integrity" : "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fresh" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz" ,
"integrity" : "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 0.8"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/fs-minipass" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" ,
"integrity" : "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/fs-minipass/node_modules/minipass" : {
"version" : "3.3.6" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" ,
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/fs-minipass/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"license" : "ISC"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/gauge" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz" ,
"integrity" : "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==" ,
2024-12-21 00:05:12 +03:00
"deprecated" : "This package is no longer supported." ,
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"aproba" : "^1.0.3 || ^2.0.0" ,
"color-support" : "^1.1.2" ,
"console-control-strings" : "^1.0.0" ,
"has-unicode" : "^2.0.1" ,
"object-assign" : "^4.1.1" ,
"signal-exit" : "^3.0.0" ,
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1" ,
"wide-align" : "^1.1.2"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/get-intrinsic" : {
2024-12-21 00:05:12 +03:00
"version" : "1.2.6" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.6.tgz" ,
"integrity" : "sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"call-bind-apply-helpers" : "^1.0.1" ,
"dunder-proto" : "^1.0.0" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"function-bind" : "^1.1.2" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/get-package-type" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" ,
"integrity" : "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/get-stream" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" ,
"integrity" : "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" ,
2024-10-16 11:28:20 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-12-21 00:05:12 +03:00
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob-parent" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/globals" : {
2024-12-21 00:05:12 +03:00
"version" : "15.14.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz" ,
"integrity" : "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=18"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"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==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/has-symbols" : {
2024-12-21 00:05:12 +03:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/has-unicode" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" ,
"license" : "ISC"
2024-10-16 11:06:23 +03:00
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"function-bind" : "^1.1.2"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/hexoid" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/hexoid/-/hexoid-2.0.0.tgz" ,
"integrity" : "sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
2023-08-01 13:14:02 +03:00
} ,
2023-11-25 11:56:14 +03:00
"node_modules/html-encoding-sniffer" : {
2024-12-21 00:05:12 +03:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz" ,
"integrity" : "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"whatwg-encoding" : "^3.1.1"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/html-escaper" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz" ,
"integrity" : "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/http-errors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/http-proxy-agent" : {
2024-12-21 00:05:12 +03:00
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" ,
"integrity" : "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 14"
}
} ,
"node_modules/http-proxy-agent/node_modules/agent-base" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz" ,
"integrity" : "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14"
2023-11-25 11:56:14 +03:00
}
} ,
"node_modules/http-proxy-agent/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ms" : "^2.1.3"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/http-proxy-agent/node_modules/ms" : {
2024-12-21 00:05:12 +03:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-11-25 11:56:14 +03:00
} ,
2023-08-01 13:14:02 +03:00
"node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/https-proxy-agent/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ms" : "^2.1.3"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/https-proxy-agent/node_modules/ms" : {
2024-12-21 00:05:12 +03:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/human-signals" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz" ,
"integrity" : "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" ,
2024-10-16 11:28:20 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=10.17.0"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ignore" : {
2024-10-16 11:06:23 +03:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/ignore-by-default" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz" ,
"integrity" : "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" ,
2024-12-21 00:05:12 +03:00
"dev" : true ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/import-fresh" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" ,
"integrity" : "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/import-local" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz" ,
"integrity" : "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"pkg-dir" : "^4.2.0" ,
"resolve-cwd" : "^3.0.0"
} ,
"bin" : {
"import-local-fixture" : "fixtures/cli.js"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
2024-12-21 00:05:12 +03:00
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"license" : "ISC" ,
2024-10-16 11:06:23 +03:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
2024-10-16 11:06:23 +03:00
} ,
"node_modules/ipaddr.js" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz" ,
"integrity" : "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" ,
"integrity" : "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/is-binary-path" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" ,
"integrity" : "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2024-10-16 11:06:23 +03:00
"dependencies" : {
"binary-extensions" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-core-module" : {
2024-12-21 00:05:12 +03:00
"version" : "2.16.0" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.0.tgz" ,
"integrity" : "sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-generator-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz" ,
"integrity" : "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2024-10-16 11:06:23 +03:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/is-potential-custom-element-name" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" ,
"license" : "MIT"
} ,
"node_modules/is-promise" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz" ,
"integrity" : "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" ,
"license" : "MIT"
2024-10-16 11:06:23 +03:00
} ,
"node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
2024-10-16 11:28:20 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
2024-10-16 11:06:23 +03:00
} ,
"node_modules/istanbul-lib-coverage" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz" ,
"integrity" : "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/istanbul-lib-instrument" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz" ,
"integrity" : "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@babel/core" : "^7.23.9" ,
"@babel/parser" : "^7.23.9" ,
"@istanbuljs/schema" : "^0.1.3" ,
"istanbul-lib-coverage" : "^3.2.0" ,
"semver" : "^7.5.4"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/istanbul-lib-report" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz" ,
"integrity" : "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"istanbul-lib-coverage" : "^3.0.0" ,
"make-dir" : "^4.0.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/istanbul-lib-report/node_modules/make-dir" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz" ,
"integrity" : "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"semver" : "^7.5.3"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/istanbul-lib-source-maps" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz" ,
"integrity" : "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"debug" : "^4.1.1" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/istanbul-lib-source-maps/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/istanbul-lib-source-maps/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/istanbul-reports" : {
"version" : "3.1.7" ,
"resolved" : "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz" ,
"integrity" : "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"html-escaper" : "^2.0.0" ,
"istanbul-lib-report" : "^3.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=8"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz" ,
"integrity" : "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"@jest/core" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"import-local" : "^3.0.2" ,
"jest-cli" : "^29.7.0"
} ,
"bin" : {
"jest" : "bin/jest.js"
} ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-changed-files" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz" ,
"integrity" : "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==" ,
"dev" : true ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"execa" : "^5.0.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-circus" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz" ,
"integrity" : "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"co" : "^4.6.0" ,
"dedent" : "^1.0.0" ,
"is-generator-fn" : "^2.0.0" ,
"jest-each" : "^29.7.0" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0" ,
"pretty-format" : "^29.7.0" ,
"pure-rand" : "^6.0.0" ,
"slash" : "^3.0.0" ,
"stack-utils" : "^2.0.3"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-cli" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz" ,
"integrity" : "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/core" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"create-jest" : "^29.7.0" ,
"exit" : "^0.1.2" ,
"import-local" : "^3.0.2" ,
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"yargs" : "^17.3.1"
} ,
"bin" : {
"jest" : "bin/jest.js"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-config" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz" ,
"integrity" : "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.11.6" ,
"@jest/test-sequencer" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"babel-jest" : "^29.7.0" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"deepmerge" : "^4.2.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"jest-circus" : "^29.7.0" ,
"jest-environment-node" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-runner" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"parse-json" : "^5.2.0" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-json-comments" : "^3.1.1"
} ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"@types/node" : "*" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"ts-node" : {
"optional" : true
}
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-diff" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz" ,
"integrity" : "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"chalk" : "^4.0.0" ,
"diff-sequences" : "^29.6.3" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-docblock" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz" ,
"integrity" : "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"detect-newline" : "^3.0.0"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-each" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz" ,
"integrity" : "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"pretty-format" : "^29.7.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-environment-node" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz" ,
"integrity" : "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-get-type" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz" ,
"integrity" : "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-haste-map" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz" ,
"integrity" : "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/types" : "^29.6.3" ,
"@types/graceful-fs" : "^4.1.3" ,
"@types/node" : "*" ,
"anymatch" : "^3.0.3" ,
"fb-watchman" : "^2.0.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-regex-util" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"walker" : "^1.0.8"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "^2.3.2"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-leak-detector" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz" ,
"integrity" : "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-matcher-utils" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz" ,
"integrity" : "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^4.0.0" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
} ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-message-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz" ,
"integrity" : "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.12.13" ,
"@jest/types" : "^29.6.3" ,
"@types/stack-utils" : "^2.0.0" ,
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"micromatch" : "^4.0.4" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"stack-utils" : "^2.0.3"
} ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-mock" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz" ,
"integrity" : "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-util" : "^29.7.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-pnp-resolver" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz" ,
"integrity" : "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=6"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"peerDependencies" : {
"jest-resolve" : "*"
} ,
"peerDependenciesMeta" : {
"jest-resolve" : {
"optional" : true
}
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-regex-util" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz" ,
"integrity" : "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-resolve" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz" ,
"integrity" : "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-pnp-resolver" : "^1.2.2" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"resolve" : "^1.20.0" ,
"resolve.exports" : "^2.0.0" ,
"slash" : "^3.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-resolve-dependencies" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz" ,
"integrity" : "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"jest-regex-util" : "^29.6.3" ,
"jest-snapshot" : "^29.7.0"
} ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-runner" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz" ,
"integrity" : "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/environment" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"emittery" : "^0.13.1" ,
"graceful-fs" : "^4.2.9" ,
"jest-docblock" : "^29.7.0" ,
"jest-environment-node" : "^29.7.0" ,
"jest-haste-map" : "^29.7.0" ,
"jest-leak-detector" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-resolve" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-watcher" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"p-limit" : "^3.1.0" ,
"source-map-support" : "0.5.13"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-runtime" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz" ,
"integrity" : "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/globals" : "^29.7.0" ,
"@jest/source-map" : "^29.6.3" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"cjs-module-lexer" : "^1.0.0" ,
"collect-v8-coverage" : "^1.0.0" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-mock" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-bom" : "^4.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-snapshot" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz" ,
"integrity" : "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@babel/core" : "^7.11.6" ,
"@babel/generator" : "^7.7.2" ,
"@babel/plugin-syntax-jsx" : "^7.7.2" ,
"@babel/plugin-syntax-typescript" : "^7.7.2" ,
"@babel/types" : "^7.3.3" ,
"@jest/expect-utils" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0" ,
"chalk" : "^4.0.0" ,
"expect" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"natural-compare" : "^1.4.0" ,
"pretty-format" : "^29.7.0" ,
"semver" : "^7.5.3"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz" ,
"integrity" : "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"graceful-fs" : "^4.2.9" ,
"picomatch" : "^2.2.3"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-validate" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz" ,
"integrity" : "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/types" : "^29.6.3" ,
"camelcase" : "^6.2.0" ,
"chalk" : "^4.0.0" ,
"jest-get-type" : "^29.6.3" ,
"leven" : "^3.1.0" ,
"pretty-format" : "^29.7.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-validate/node_modules/camelcase" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" ,
"integrity" : "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
2024-10-16 11:06:23 +03:00
"url" : "https://github.com/sponsors/sindresorhus"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-watcher" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz" ,
"integrity" : "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.0.0" ,
"emittery" : "^0.13.1" ,
"jest-util" : "^29.7.0" ,
"string-length" : "^4.0.1"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-worker" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz" ,
"integrity" : "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"@types/node" : "*" ,
"jest-util" : "^29.7.0" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jest-worker/node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
2024-10-16 11:06:23 +03:00
"url" : "https://github.com/chalk/supports-color?sponsor=1"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/js-yaml" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/jsdom" : {
2024-12-21 00:05:12 +03:00
"version" : "25.0.1" ,
"resolved" : "https://registry.npmjs.org/jsdom/-/jsdom-25.0.1.tgz" ,
"integrity" : "sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"cssstyle" : "^4.1.0" ,
"data-urls" : "^5.0.0" ,
2023-11-25 11:56:14 +03:00
"decimal.js" : "^10.4.3" ,
"form-data" : "^4.0.0" ,
2024-12-21 00:05:12 +03:00
"html-encoding-sniffer" : "^4.0.0" ,
"http-proxy-agent" : "^7.0.2" ,
"https-proxy-agent" : "^7.0.5" ,
2023-11-25 11:56:14 +03:00
"is-potential-custom-element-name" : "^1.0.1" ,
2024-12-21 00:05:12 +03:00
"nwsapi" : "^2.2.12" ,
2023-11-25 11:56:14 +03:00
"parse5" : "^7.1.2" ,
2024-12-21 00:05:12 +03:00
"rrweb-cssom" : "^0.7.1" ,
2023-11-25 11:56:14 +03:00
"saxes" : "^6.0.0" ,
"symbol-tree" : "^3.2.4" ,
2024-12-21 00:05:12 +03:00
"tough-cookie" : "^5.0.0" ,
"w3c-xmlserializer" : "^5.0.0" ,
2023-11-25 11:56:14 +03:00
"webidl-conversions" : "^7.0.0" ,
2024-12-21 00:05:12 +03:00
"whatwg-encoding" : "^3.1.1" ,
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.0.0" ,
"ws" : "^8.18.0" ,
"xml-name-validator" : "^5.0.0"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
} ,
"peerDependencies" : {
2024-12-21 00:05:12 +03:00
"canvas" : "^2.11.2"
2023-11-25 11:56:14 +03:00
} ,
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/jsdom/node_modules/agent-base" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz" ,
"integrity" : "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 14"
2023-11-25 11:56:14 +03:00
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/jsdom/node_modules/debug" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ms" : "^2.1.3"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=6.0"
2023-11-25 11:56:14 +03:00
} ,
"peerDependenciesMeta" : {
2024-12-21 00:05:12 +03:00
"supports-color" : {
2023-11-25 11:56:14 +03:00
"optional" : true
}
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/jsdom/node_modules/https-proxy-agent" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.2" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/jsdom/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
2024-10-16 11:06:23 +03:00
"node_modules/jsesc" : {
2024-12-21 00:05:12 +03:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/json-parse-even-better-errors" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" ,
"integrity" : "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/json5" : {
2024-10-16 11:06:23 +03:00
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"bin" : {
"json5" : "lib/cli.js"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
"node" : ">=6"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/jsonwebtoken" : {
2024-12-21 00:05:12 +03:00
"version" : "9.0.2" ,
"resolved" : "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz" ,
"integrity" : "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"jws" : "^3.2.2" ,
"lodash.includes" : "^4.3.0" ,
"lodash.isboolean" : "^3.0.3" ,
"lodash.isinteger" : "^4.0.4" ,
"lodash.isnumber" : "^3.0.3" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.isstring" : "^4.0.1" ,
"lodash.once" : "^4.0.0" ,
"ms" : "^2.1.1" ,
2024-12-21 00:05:12 +03:00
"semver" : "^7.5.4"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=12" ,
"npm" : ">=6"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/jsonwebtoken/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/jwa" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz" ,
"integrity" : "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"buffer-equal-constant-time" : "1.0.1" ,
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/jws" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz" ,
"integrity" : "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"jwa" : "^1.4.1" ,
"safe-buffer" : "^5.0.1"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/kareem" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/kareem/-/kareem-2.6.3.tgz" ,
"integrity" : "sha512-C3iHfuGUXK2u8/ipq9LfjFfXFxAZMQJJq7vLS45r3D9Y2xQ/m4S8zaR4zMLFWh9AsNPXmcFfUDhTEO8UIC/V6Q==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
"node_modules/kleur" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" ,
"integrity" : "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/leven" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" ,
"integrity" : "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/lodash.includes" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/lodash.isboolean" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/lodash.isinteger" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/lodash.isnumber" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/lodash.isstring" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/lodash.once" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/lru-cache" : {
2024-12-21 00:05:12 +03:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
"dev" : true ,
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"yallist" : "^3.0.2"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/make-dir" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz" ,
"integrity" : "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"semver" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/make-dir/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"bin" : {
"semver" : "bin/semver.js"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/makeerror" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz" ,
"integrity" : "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"tmpl" : "1.0.5"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/media-typer" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" ,
"integrity" : "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/memory-pager" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/merge-descriptors" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz" ,
"integrity" : "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2023-08-01 13:14:02 +03:00
} ,
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
2024-10-16 11:28:20 +03:00
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" ,
2024-12-21 00:05:12 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/methods" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" ,
"integrity" : "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/micromatch" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/mime" : {
2024-12-21 00:05:12 +03:00
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz" ,
"integrity" : "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" ,
"dev" : true ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=4.0.0"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/mime-db" : {
2024-12-21 00:05:12 +03:00
"version" : "1.53.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz" ,
"integrity" : "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
2024-12-21 00:05:12 +03:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.0.tgz" ,
"integrity" : "sha512-XqoSHeCGjVClAmoGFG3lVFqQFRIrTVw2OH3axRqAcfaw+gHWIfnASS92AV+Rl/mk0MupgZTRHQOjxY6YVnzK5w==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"mime-db" : "^1.53.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mimic-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" ,
"integrity" : "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" ,
2024-10-16 11:28:20 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/minipass" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz" ,
"integrity" : "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minizlib" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" ,
"integrity" : "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"minipass" : "^3.0.0" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/minizlib/node_modules/minipass" : {
"version" : "3.3.6" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" ,
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/minizlib/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"license" : "ISC"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/mkdirp" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" ,
"integrity" : "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"bin" : {
"mkdirp" : "bin/cmd.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/mockingoose" : {
"version" : "2.16.2" ,
"resolved" : "https://registry.npmjs.org/mockingoose/-/mockingoose-2.16.2.tgz" ,
"integrity" : "sha512-6JokLoDoH4yzwnZYLwoynU2lNmbfW7Mcf0d8sF580XI2hqE9Cs5l22iFTjLB51cdxkOvRtjoL84LLVEGmgcwKQ==" ,
"dev" : true ,
"license" : "The Unlicense" ,
"engines" : {
"node" : ">=6.4.0"
} ,
"peerDependencies" : {
"mongoose" : ">=4.9.10"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/mongodb" : {
2024-12-21 00:05:12 +03:00
"version" : "6.12.0" ,
"resolved" : "https://registry.npmjs.org/mongodb/-/mongodb-6.12.0.tgz" ,
"integrity" : "sha512-RM7AHlvYfS7jv7+BXund/kR64DryVI+cHbVAy9P61fnb1RcWZqOW1/Wj2YhqMCx+MuYhqTRGv7AwHBzmsCKBfA==" ,
"license" : "Apache-2.0" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"@mongodb-js/saslprep" : "^1.1.9" ,
"bson" : "^6.10.1" ,
"mongodb-connection-string-url" : "^3.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=16.20.1"
2023-08-01 13:14:02 +03:00
} ,
2024-12-21 00:05:12 +03:00
"peerDependencies" : {
"@aws-sdk/credential-providers" : "^3.188.0" ,
"@mongodb-js/zstd" : "^1.1.0 || ^2.0.0" ,
"gcp-metadata" : "^5.2.0" ,
"kerberos" : "^2.0.1" ,
"mongodb-client-encryption" : ">=6.0.0 <7" ,
"snappy" : "^7.2.2" ,
"socks" : "^2.7.1"
2023-08-01 13:14:02 +03:00
} ,
"peerDependenciesMeta" : {
2024-12-21 00:05:12 +03:00
"@aws-sdk/credential-providers" : {
"optional" : true
} ,
"@mongodb-js/zstd" : {
2023-08-01 13:14:02 +03:00
"optional" : true
} ,
2024-12-21 00:05:12 +03:00
"gcp-metadata" : {
2023-08-01 13:14:02 +03:00
"optional" : true
} ,
"kerberos" : {
"optional" : true
} ,
"mongodb-client-encryption" : {
"optional" : true
} ,
2024-12-21 00:05:12 +03:00
"snappy" : {
2023-08-01 13:14:02 +03:00
"optional" : true
} ,
2024-12-21 00:05:12 +03:00
"socks" : {
2023-08-01 13:14:02 +03:00
"optional" : true
}
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/mongodb-connection-string-url" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.1.tgz" ,
"integrity" : "sha512-XqMGwRX0Lgn05TDB4PyG2h2kKO/FfWJyCzYQbIhXUxz7ETt0I/FqHjUeqj37irJ+Dl1ZtU82uYyj14u2XsZKfg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@types/whatwg-url" : "^11.0.2" ,
"whatwg-url" : "^13.0.0"
}
} ,
"node_modules/mongodb-connection-string-url/node_modules/tr46" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-4.1.1.tgz" ,
"integrity" : "sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==" ,
"license" : "MIT" ,
"dependencies" : {
"punycode" : "^2.3.0"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/mongodb-connection-string-url/node_modules/whatwg-url" : {
"version" : "13.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-13.0.0.tgz" ,
"integrity" : "sha512-9WWbymnqj57+XEuqADHrCJ2eSXzn8WXIW/YSGaZtb2WKAInQ6CHfaUUcTyyver0p8BDg5StLQq8h1vtZuwmOig==" ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "^4.1.1" ,
"webidl-conversions" : "^7.0.0"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/mongoose" : {
2024-12-21 00:05:12 +03:00
"version" : "8.9.2" ,
"resolved" : "https://registry.npmjs.org/mongoose/-/mongoose-8.9.2.tgz" ,
"integrity" : "sha512-mLWynmZS1v8HTeMxyLhskQncS1SkrjW1eLNuFDYGQMQ/5QrFrxTLNwWXeCRZeKT2lXyaxW8bnJC9AKPT9jYMkw==" ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
2024-12-21 00:05:12 +03:00
"bson" : "^6.10.1" ,
2024-10-16 11:06:23 +03:00
"kareem" : "2.6.3" ,
2024-12-21 00:05:12 +03:00
"mongodb" : "~6.12.0" ,
2024-10-16 11:06:23 +03:00
"mpath" : "0.9.0" ,
"mquery" : "5.0.0" ,
"ms" : "2.1.3" ,
"sift" : "17.1.3"
} ,
"engines" : {
"node" : ">=16.20.1"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mongoose"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/mongoose/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
"node_modules/morgan" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz" ,
"integrity" : "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==" ,
"license" : "MIT" ,
"dependencies" : {
"basic-auth" : "~2.0.1" ,
"debug" : "2.6.9" ,
"depd" : "~2.0.0" ,
"on-finished" : "~2.3.0" ,
"on-headers" : "~1.0.2"
} ,
2024-10-16 11:06:23 +03:00
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 0.8.0"
2024-10-16 11:06:23 +03:00
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/morgan/node_modules/on-finished" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz" ,
"integrity" : "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==" ,
"license" : "MIT" ,
2024-10-16 11:06:23 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ee-first" : "1.1.1"
2024-10-16 11:06:23 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 0.8"
2024-10-16 11:06:23 +03:00
}
} ,
"node_modules/mpath" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz" ,
"integrity" : "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/mquery" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/mquery/-/mquery-5.0.0.tgz" ,
"integrity" : "sha512-iQMncpmEK8R8ncT8HJGsGc9Dsp8xcgYMVSbs5jgnm1lFHTZqMJTUWTDx1LBO8+mK3tPNZWFLBghQEIOULSTHZg==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "4.x"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/mquery/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/mquery/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/negotiator" : {
2024-12-21 00:05:12 +03:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz" ,
"integrity" : "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/node-addon-api" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/node-fetch" : {
2024-12-21 00:05:12 +03:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/node-fetch/node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
} ,
"node_modules/node-fetch/node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
} ,
"node_modules/node-fetch/node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/node-int64" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" ,
"integrity" : "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/node-releases" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.19" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz" ,
"integrity" : "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/nodemon" : {
2024-12-21 00:05:12 +03:00
"version" : "3.1.9" ,
"resolved" : "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz" ,
"integrity" : "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"chokidar" : "^3.5.2" ,
2024-12-21 00:05:12 +03:00
"debug" : "^4" ,
2023-08-01 13:14:02 +03:00
"ignore-by-default" : "^1.0.1" ,
"minimatch" : "^3.1.2" ,
"pstree.remy" : "^1.1.8" ,
"semver" : "^7.5.3" ,
"simple-update-notifier" : "^2.0.0" ,
"supports-color" : "^5.5.0" ,
"touch" : "^3.1.0" ,
"undefsafe" : "^2.0.5"
} ,
"bin" : {
"nodemon" : "bin/nodemon.js"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/nodemon"
}
} ,
"node_modules/nodemon/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/nodemon/node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/nodemon/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
2024-12-21 00:05:12 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/nodemon/node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/nopt" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" ,
"integrity" : "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"abbrev" : "1"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/npm-run-path" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" ,
"integrity" : "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" ,
2024-10-16 11:28:20 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"path-key" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npmlog" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz" ,
"integrity" : "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==" ,
2024-12-21 00:05:12 +03:00
"deprecated" : "This package is no longer supported." ,
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"are-we-there-yet" : "^2.0.0" ,
"console-control-strings" : "^1.1.0" ,
"gauge" : "^3.0.0" ,
"set-blocking" : "^2.0.0"
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/nwsapi" : {
2024-12-21 00:05:12 +03:00
"version" : "2.2.16" ,
"resolved" : "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.16.tgz" ,
"integrity" : "sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==" ,
"license" : "MIT"
2023-11-25 11:56:14 +03:00
} ,
2023-08-01 13:14:02 +03:00
"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==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-inspect" : {
2024-12-21 00:05:12 +03:00
"version" : "1.13.3" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz" ,
"integrity" : "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
2023-08-01 13:14:02 +03:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/on-finished" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/on-headers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz" ,
"integrity" : "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/onetime" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" ,
"integrity" : "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" ,
2024-10-16 11:28:20 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"mimic-fn" : "^2.1.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/optionator" : {
2024-10-16 11:06:23 +03:00
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
2024-10-16 11:06:23 +03:00
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/parse-json" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" ,
"integrity" : "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.0.0" ,
"error-ex" : "^1.3.1" ,
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/parse5" : {
2024-12-21 00:05:12 +03:00
"version" : "7.2.1" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz" ,
"integrity" : "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"entities" : "^4.5.0"
2023-11-25 11:56:14 +03:00
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/path-to-regexp" : {
2024-12-21 00:05:12 +03:00
"version" : "8.2.0" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz" ,
"integrity" : "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
}
2023-08-01 13:14:02 +03:00
} ,
"node_modules/pbkdf2-password" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/pbkdf2-password/-/pbkdf2-password-1.2.1.tgz" ,
"integrity" : "sha512-I6ZiUi82uhYN47lOzi8P7O69e70LRopgS4TIkq0ecDAPHrlxABWOHxLEsTzCuogkxTofFJDj0eEbOALgrrxhKg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"fastfall" : "^1.2.3"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/picocolors" : {
2024-12-21 00:05:12 +03:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "ISC"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/pirates" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz" ,
"integrity" : "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/pkg-dir" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" ,
"integrity" : "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"find-up" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pkg-dir/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pkg-dir/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pkg-dir/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/pkg-dir/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-limit" : "^2.2.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/pretty-format" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" ,
"integrity" : "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/pretty-format/node_modules/ansi-styles" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" ,
"integrity" : "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/prompts" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" ,
"integrity" : "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"kleur" : "^3.0.3" ,
"sisteransi" : "^1.0.5"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/proxy-addr" : {
"version" : "2.0.7" ,
"resolved" : "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" ,
"integrity" : "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"forwarded" : "0.2.0" ,
"ipaddr.js" : "1.9.1"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
2024-10-15 13:36:13 +03:00
"node_modules/proxy-from-env" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" ,
"integrity" : "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/pstree.remy" : {
"version" : "1.1.8" ,
"resolved" : "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz" ,
"integrity" : "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" ,
2024-12-21 00:05:12 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/punycode" : {
2024-12-21 00:05:12 +03:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=6"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/pure-rand" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz" ,
"integrity" : "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==" ,
"dev" : true ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/dubzzz"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/fast-check"
}
] ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/qs" : {
2024-12-21 00:05:12 +03:00
"version" : "6.13.0" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz" ,
"integrity" : "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==" ,
"license" : "BSD-3-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"side-channel" : "^1.0.6"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">=0.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/random-bytes" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz" ,
"integrity" : "sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/range-parser" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/raw-body" : {
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz" ,
"integrity" : "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"bytes" : "3.1.2" ,
"http-errors" : "2.0.0" ,
"iconv-lite" : "0.4.24" ,
"unpipe" : "1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/react-is" : {
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/readable-stream" : {
2024-12-21 00:05:12 +03:00
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/resolve" : {
2024-12-21 00:05:12 +03:00
"version" : "1.22.10" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz" ,
"integrity" : "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"is-core-module" : "^2.16.0" ,
2023-08-01 13:14:02 +03:00
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
2024-12-21 00:05:12 +03:00
"engines" : {
"node" : ">= 0.4"
} ,
2023-08-01 13:14:02 +03:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/resolve-cwd" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz" ,
"integrity" : "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"resolve-from" : "^5.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/resolve-cwd/node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=4"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/resolve.exports" : {
2024-12-21 00:05:12 +03:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz" ,
"integrity" : "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/reusify" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" ,
"integrity" : "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
2024-12-21 00:05:12 +03:00
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/rotating-file-stream" : {
"version" : "3.2.5" ,
"resolved" : "https://registry.npmjs.org/rotating-file-stream/-/rotating-file-stream-3.2.5.tgz" ,
"integrity" : "sha512-T8iBxUA4SookMTU97cIHUPck7beLOvN4g+y4db9E2eLn54OFsdp4qMnxuqmmJ05lcQHzueEVnPRykxfnPG948g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0"
} ,
"funding" : {
"url" : "https://www.blockchain.com/btc/address/12p1p5q7sK75tPyuesZmssiMYr4TKzpSCN"
}
} ,
"node_modules/router" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/router/-/router-2.0.0.tgz" ,
"integrity" : "sha512-dIM5zVoG8xhC6rnSN8uoAgFARwTE7BQs8YwHEvK0VCmfxQXMaOuA1uiR1IPwsW7JyK5iTt7Od/TC9StasS2NPQ==" ,
"license" : "MIT" ,
"dependencies" : {
"array-flatten" : "3.0.0" ,
"is-promise" : "4.0.0" ,
"methods" : "~1.1.2" ,
"parseurl" : "~1.3.3" ,
"path-to-regexp" : "^8.0.0" ,
"setprototypeof" : "1.2.0" ,
"utils-merge" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/rrweb-cssom" : {
2024-12-21 00:05:12 +03:00
"version" : "0.7.1" ,
"resolved" : "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz" ,
"integrity" : "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==" ,
"license" : "MIT"
2023-11-25 11:56:14 +03:00
} ,
2023-08-01 13:14:02 +03:00
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2024-12-21 00:05:12 +03:00
] ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2023-11-25 11:56:14 +03:00
"node_modules/saxes" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz" ,
"integrity" : "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
"xmlchars" : "^2.2.0"
} ,
"engines" : {
"node" : ">=v12.22.7"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/semver" : {
2024-12-21 00:05:12 +03:00
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/send" : {
2024-12-21 00:05:12 +03:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/send/-/send-1.1.0.tgz" ,
"integrity" : "sha512-v67WcEouB5GxbTWL/4NeToqcZiAWEq90N888fczVArY8A79J0L4FD7vj5hm3eUMua5EpoQ59wa/oovY6TLvRUA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"debug" : "^4.3.5" ,
"destroy" : "^1.2.0" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"fresh" : "^0.5.2" ,
"http-errors" : "^2.0.0" ,
"mime-types" : "^2.1.35" ,
"ms" : "^2.1.3" ,
"on-finished" : "^2.4.1" ,
"range-parser" : "^1.2.1" ,
"statuses" : "^2.0.1"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 18"
}
} ,
"node_modules/send/node_modules/debug" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/send/node_modules/fresh" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" ,
"integrity" : "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/send/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/send/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"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/send/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/serve-static" : {
2024-12-21 00:05:12 +03:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-2.1.0.tgz" ,
"integrity" : "sha512-A3We5UfEjG8Z7VkDv6uItWw6HY2bBSBJT1KtVESn6EOoOr2jAxNhxWCLY3jDE2WcuHXByWju74ck3ZgLwL8xmA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"parseurl" : "^1.3.3" ,
"send" : "^1.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">= 18"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/set-blocking" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/setprototypeof" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/side-channel" : {
2024-12-21 00:05:12 +03:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" ,
"integrity" : "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3" ,
"side-channel-list" : "^1.0.0" ,
"side-channel-map" : "^1.0.1" ,
"side-channel-weakmap" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-list" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz" ,
"integrity" : "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-map" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" ,
"integrity" : "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-weakmap" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" ,
"integrity" : "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3" ,
"side-channel-map" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/sift" : {
"version" : "17.1.3" ,
"resolved" : "https://registry.npmjs.org/sift/-/sift-17.1.3.tgz" ,
"integrity" : "sha512-Rtlj66/b0ICeFzYTuNvX/EF1igRbbnGSvEyT79McoZa/DeGhMyC5pWKOEsZKnpkqtSeovd5FL/bjHWC3CIIvCQ==" ,
"license" : "MIT"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/simple-update-notifier" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz" ,
"integrity" : "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==" ,
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"semver" : "^7.5.3"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/sisteransi" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" ,
"integrity" : "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-12-21 00:05:12 +03:00
"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-adapter/node_modules/debug" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/socket.io-adapter/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
"node_modules/socket.io-adapter/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" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=10.0.0"
2024-12-21 00:05:12 +03:00
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : ">=5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
2023-08-01 13:14:02 +03:00
}
} ,
"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==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"@socket.io/component-emitter" : "~3.1.0" ,
"debug" : "~4.3.1"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/socket.io-parser/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ms" : "^2.1.3"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/socket.io-parser/node_modules/ms" : {
2024-12-21 00:05:12 +03:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
"node_modules/socket.io/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"
}
2023-08-01 13:14:02 +03:00
} ,
"node_modules/socket.io/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"ms" : "^2.1.3"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/socket.io/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/socket.io/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"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/socket.io/node_modules/ms" : {
2024-12-21 00:05:12 +03:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
"node_modules/socket.io/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"
}
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-support" : {
"version" : "0.5.13" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz" ,
"integrity" : "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/sparse-bitfield" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz" ,
"integrity" : "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"memory-pager" : "^1.0.2"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/sprintf-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" ,
"dev" : true ,
"license" : "BSD-3-Clause"
} ,
"node_modules/stack-utils" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz" ,
"integrity" : "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"escape-string-regexp" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/stack-utils/node_modules/escape-string-regexp" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz" ,
"integrity" : "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/statuses" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" ,
"integrity" : "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/string_decoder" : {
2024-12-21 00:05:12 +03:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"safe-buffer" : "~5.2.0"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/string-length" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz" ,
"integrity" : "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"char-regex" : "^1.0.2" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-bom" : {
2024-10-16 11:06:23 +03:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" ,
"integrity" : "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=8"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/strip-final-newline" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" ,
"integrity" : "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" ,
2024-10-16 11:28:20 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/superagent" : {
"version" : "9.0.2" ,
"resolved" : "https://registry.npmjs.org/superagent/-/superagent-9.0.2.tgz" ,
"integrity" : "sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"component-emitter" : "^1.3.0" ,
"cookiejar" : "^2.1.4" ,
"debug" : "^4.3.4" ,
"fast-safe-stringify" : "^2.1.1" ,
"form-data" : "^4.0.0" ,
"formidable" : "^3.5.1" ,
"methods" : "^1.1.2" ,
"mime" : "2.6.0" ,
"qs" : "^6.11.0"
} ,
"engines" : {
"node" : ">=14.18.0"
}
} ,
"node_modules/superagent/node_modules/debug" : {
2024-12-21 00:05:12 +03:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2024-10-16 11:06:23 +03:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/superagent/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/supertest" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/supertest/-/supertest-7.0.0.tgz" ,
"integrity" : "sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"methods" : "^1.1.2" ,
"superagent" : "^9.0.1"
} ,
"engines" : {
"node" : ">=14.18.0"
}
} ,
2023-08-01 13:14:02 +03:00
"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==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/symbol-tree" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" ,
"license" : "MIT"
2023-11-25 11:56:14 +03:00
} ,
2023-08-01 13:14:02 +03:00
"node_modules/tar" : {
2024-12-21 00:05:12 +03:00
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz" ,
"integrity" : "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==" ,
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"chownr" : "^2.0.0" ,
"fs-minipass" : "^2.0.0" ,
"minipass" : "^5.0.0" ,
"minizlib" : "^2.1.1" ,
"mkdirp" : "^1.0.3" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/tar/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"license" : "ISC"
} ,
2024-10-16 11:06:23 +03:00
"node_modules/test-exclude" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz" ,
"integrity" : "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"@istanbuljs/schema" : "^0.1.2" ,
"glob" : "^7.1.4" ,
"minimatch" : "^3.0.4"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/tldts" : {
"version" : "6.1.69" ,
"resolved" : "https://registry.npmjs.org/tldts/-/tldts-6.1.69.tgz" ,
"integrity" : "sha512-Oh/CqRQ1NXNY7cy9NkTPUauOWiTro0jEYZTioGbOmcQh6EC45oribyIMJp0OJO3677r13tO6SKdWoGZUx2BDFw==" ,
"license" : "MIT" ,
"dependencies" : {
"tldts-core" : "^6.1.69"
} ,
"bin" : {
"tldts" : "bin/cli.js"
}
} ,
"node_modules/tldts-core" : {
"version" : "6.1.69" ,
"resolved" : "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.69.tgz" ,
"integrity" : "sha512-nygxy9n2PBUFQUtAXAc122gGo+04/j5qr5TGQFZTHafTKYvmARVXt2cA5rgero2/dnXUfkdPtiJoKmrd3T+wdA==" ,
2024-10-16 11:06:23 +03:00
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/tmpl" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz" ,
"integrity" : "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" ,
"dev" : true ,
"license" : "BSD-3-Clause"
} ,
2023-08-01 13:14:02 +03:00
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
"node_modules/toidentifier" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" ,
"integrity" : "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=0.6"
}
} ,
"node_modules/touch" : {
2024-12-21 00:05:12 +03:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz" ,
"integrity" : "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"bin" : {
"nodetouch" : "bin/nodetouch.js"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/tough-cookie" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz" ,
"integrity" : "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==" ,
"license" : "BSD-3-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"tldts" : "^6.1.32"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=16"
2023-08-01 13:14:02 +03:00
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/tr46" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz" ,
"integrity" : "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"punycode" : "^2.3.1"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
}
} ,
2023-08-01 13:14:02 +03:00
"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 ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/type-detect" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz" ,
"integrity" : "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/type-fest" : {
2024-10-16 11:06:23 +03:00
"version" : "0.21.3" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" ,
"integrity" : "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "(MIT OR CC0-1.0)" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/type-is" : {
"version" : "1.6.18" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" ,
"integrity" : "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"media-typer" : "0.3.0" ,
"mime-types" : "~2.1.24"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-12-21 00:05:12 +03:00
"node_modules/type-is/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/type-is/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"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/uid-safe" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz" ,
"integrity" : "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"random-bytes" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/undefsafe" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz" ,
"integrity" : "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" ,
2024-12-21 00:05:12 +03:00
"dev" : true ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
2024-12-21 00:05:12 +03:00
"node_modules/undici-types" : {
"version" : "6.20.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz" ,
"integrity" : "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" ,
"license" : "MIT"
2023-11-25 11:56:14 +03:00
} ,
2023-08-01 13:14:02 +03:00
"node_modules/unpipe" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" ,
"integrity" : "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/update-browserslist-db" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz" ,
"integrity" : "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.0"
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "BSD-2-Clause" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
2023-08-01 13:14:02 +03:00
} ,
"node_modules/utils-merge" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" ,
"integrity" : "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.4.0"
}
} ,
"node_modules/uuid" : {
2024-12-21 00:05:12 +03:00
"version" : "11.0.3" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz" ,
"integrity" : "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" ,
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"bin" : {
2024-12-21 00:05:12 +03:00
"uuid" : "dist/esm/bin/uuid"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/v8-to-istanbul" : {
"version" : "9.3.0" ,
"resolved" : "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz" ,
"integrity" : "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.12" ,
"@types/istanbul-lib-coverage" : "^2.0.1" ,
"convert-source-map" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10.12.0"
}
} ,
2023-08-01 13:14:02 +03:00
"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==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/w3c-xmlserializer" : {
2024-12-21 00:05:12 +03:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz" ,
"integrity" : "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"xml-name-validator" : "^5.0.0"
2023-11-25 11:56:14 +03:00
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/walker" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz" ,
"integrity" : "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"makeerror" : "1.0.12"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/webidl-conversions" : {
2024-12-21 00:05:12 +03:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz" ,
"integrity" : "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
}
2023-08-01 13:14:02 +03:00
} ,
2023-11-25 11:56:14 +03:00
"node_modules/whatwg-encoding" : {
2024-12-21 00:05:12 +03:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz" ,
"integrity" : "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
"iconv-lite" : "0.6.3"
} ,
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
}
} ,
"node_modules/whatwg-encoding/node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
2024-12-21 00:05:12 +03:00
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/whatwg-mimetype" : {
2024-12-21 00:05:12 +03:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz" ,
"integrity" : "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" ,
"license" : "MIT" ,
2023-11-25 11:56:14 +03:00
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/whatwg-url" : {
2024-12-21 00:05:12 +03:00
"version" : "14.1.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.0.tgz" ,
"integrity" : "sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-12-21 00:05:12 +03:00
"tr46" : "^5.0.0" ,
"webidl-conversions" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/wide-align" : {
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" ,
"integrity" : "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==" ,
2024-12-21 00:05:12 +03:00
"license" : "ISC" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"string-width" : "^1.0.2 || 2 || 3 || 4"
2023-08-01 13:14:02 +03:00
}
} ,
2024-10-16 11:06:23 +03:00
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
2023-08-01 13:14:02 +03:00
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"dependencies" : {
2024-10-16 11:06:23 +03:00
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
2023-08-01 13:14:02 +03:00
} ,
"engines" : {
2024-10-16 11:06:23 +03:00
"node" : ">=10"
2023-08-01 13:14:02 +03:00
} ,
"funding" : {
2024-10-16 11:06:23 +03:00
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2023-08-01 13:14:02 +03:00
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/write-file-atomic" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz" ,
"integrity" : "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"imurmurhash" : "^0.1.4" ,
"signal-exit" : "^3.0.7"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/ws" : {
2024-12-21 00:05:12 +03:00
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" ,
"integrity" : "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" ,
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
2024-12-21 00:05:12 +03:00
"utf-8-validate" : ">=5.0.2"
2023-08-01 13:14:02 +03:00
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
2023-11-25 11:56:14 +03:00
"node_modules/xml-name-validator" : {
2024-12-21 00:05:12 +03:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz" ,
"integrity" : "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" ,
"license" : "Apache-2.0" ,
2023-11-25 11:56:14 +03:00
"engines" : {
2024-12-21 00:05:12 +03:00
"node" : ">=18"
2023-11-25 11:56:14 +03:00
}
} ,
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" ,
2024-12-21 00:05:12 +03:00
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" ,
"license" : "MIT"
2023-11-25 11:56:14 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/yallist" : {
2024-12-21 00:05:12 +03:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
"dev" : true ,
"license" : "ISC"
2023-08-01 13:14:02 +03:00
} ,
2024-10-16 11:06:23 +03:00
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
} ,
2023-08-01 13:14:02 +03:00
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
"dev" : true ,
2024-10-16 11:06:23 +03:00
"license" : "MIT" ,
2023-08-01 13:14:02 +03:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
}
}
}