San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame^] | 1 | { |
| 2 | "name": "01_start", |
| 3 | "version": "0.0.1", |
| 4 | "lockfileVersion": 3, |
| 5 | "requires": true, |
| 6 | "packages": { |
| 7 | "": { |
| 8 | "name": "01_start", |
| 9 | "version": "0.0.1", |
| 10 | "license": "ISC", |
| 11 | "dependencies": { |
| 12 | "@babel/core": "^7.26.9", |
| 13 | "@babel/preset-env": "^7.26.9", |
| 14 | "@babel/preset-react": "^7.26.3", |
| 15 | "@babel/preset-typescript": "^7.26.0", |
| 16 | "@reduxjs/toolkit": "^2.6.1", |
| 17 | "@types/react": "^19.0.10", |
| 18 | "@types/react-dom": "^19.0.4", |
| 19 | "axios": "^1.8.4", |
| 20 | "axios-mock-adapter": "^2.1.0", |
| 21 | "babel-loader": "^9.2.1", |
| 22 | "circular-dependency-plugin": "^5.2.2", |
| 23 | "core-js": "^3.41.0", |
| 24 | "cross-env": "^7.0.3", |
| 25 | "css-minimizer-webpack-plugin": "^7.0.0", |
| 26 | "html-webpack-plugin": "^5.6.3", |
| 27 | "mini-css-extract-plugin": "^2.9.2", |
| 28 | "mock": "^0.1.1", |
| 29 | "mockjs": "^1.1.0", |
| 30 | "react": "^19.0.0", |
| 31 | "react-dom": "^19.0.0", |
| 32 | "react-redux": "^9.2.0", |
| 33 | "react-router": "^7.4.0", |
| 34 | "react-router-dom": "^7.4.0", |
| 35 | "redux": "^5.0.1", |
| 36 | "typescript": "^5.7.3", |
| 37 | "webpack": "^5.98.0", |
| 38 | "webpack-cli": "^6.0.1" |
| 39 | }, |
| 40 | "devDependencies": { |
| 41 | "css-loader": "^7.1.2", |
| 42 | "less": "^4.2.2", |
| 43 | "less-loader": "^12.2.0", |
| 44 | "postcss": "^8.5.3", |
| 45 | "postcss-loader": "^8.1.1", |
| 46 | "postcss-preset-env": "^10.1.5", |
| 47 | "style-loader": "^4.0.0", |
| 48 | "webpack-dev-server": "^5.2.0" |
| 49 | } |
| 50 | }, |
| 51 | "node_modules/@ampproject/remapping": { |
| 52 | "version": "2.3.0", |
| 53 | "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz", |
| 54 | "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", |
| 55 | "license": "Apache-2.0", |
| 56 | "dependencies": { |
| 57 | "@jridgewell/gen-mapping": "^0.3.5", |
| 58 | "@jridgewell/trace-mapping": "^0.3.24" |
| 59 | }, |
| 60 | "engines": { |
| 61 | "node": ">=6.0.0" |
| 62 | } |
| 63 | }, |
| 64 | "node_modules/@babel/code-frame": { |
| 65 | "version": "7.26.2", |
| 66 | "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz", |
| 67 | "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", |
| 68 | "license": "MIT", |
| 69 | "dependencies": { |
| 70 | "@babel/helper-validator-identifier": "^7.25.9", |
| 71 | "js-tokens": "^4.0.0", |
| 72 | "picocolors": "^1.0.0" |
| 73 | }, |
| 74 | "engines": { |
| 75 | "node": ">=6.9.0" |
| 76 | } |
| 77 | }, |
| 78 | "node_modules/@babel/compat-data": { |
| 79 | "version": "7.26.8", |
| 80 | "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.8.tgz", |
| 81 | "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==", |
| 82 | "license": "MIT", |
| 83 | "engines": { |
| 84 | "node": ">=6.9.0" |
| 85 | } |
| 86 | }, |
| 87 | "node_modules/@babel/core": { |
| 88 | "version": "7.26.10", |
| 89 | "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.10.tgz", |
| 90 | "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==", |
| 91 | "license": "MIT", |
| 92 | "dependencies": { |
| 93 | "@ampproject/remapping": "^2.2.0", |
| 94 | "@babel/code-frame": "^7.26.2", |
| 95 | "@babel/generator": "^7.26.10", |
| 96 | "@babel/helper-compilation-targets": "^7.26.5", |
| 97 | "@babel/helper-module-transforms": "^7.26.0", |
| 98 | "@babel/helpers": "^7.26.10", |
| 99 | "@babel/parser": "^7.26.10", |
| 100 | "@babel/template": "^7.26.9", |
| 101 | "@babel/traverse": "^7.26.10", |
| 102 | "@babel/types": "^7.26.10", |
| 103 | "convert-source-map": "^2.0.0", |
| 104 | "debug": "^4.1.0", |
| 105 | "gensync": "^1.0.0-beta.2", |
| 106 | "json5": "^2.2.3", |
| 107 | "semver": "^6.3.1" |
| 108 | }, |
| 109 | "engines": { |
| 110 | "node": ">=6.9.0" |
| 111 | }, |
| 112 | "funding": { |
| 113 | "type": "opencollective", |
| 114 | "url": "https://opencollective.com/babel" |
| 115 | } |
| 116 | }, |
| 117 | "node_modules/@babel/generator": { |
| 118 | "version": "7.27.0", |
| 119 | "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.0.tgz", |
| 120 | "integrity": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==", |
| 121 | "license": "MIT", |
| 122 | "dependencies": { |
| 123 | "@babel/parser": "^7.27.0", |
| 124 | "@babel/types": "^7.27.0", |
| 125 | "@jridgewell/gen-mapping": "^0.3.5", |
| 126 | "@jridgewell/trace-mapping": "^0.3.25", |
| 127 | "jsesc": "^3.0.2" |
| 128 | }, |
| 129 | "engines": { |
| 130 | "node": ">=6.9.0" |
| 131 | } |
| 132 | }, |
| 133 | "node_modules/@babel/helper-annotate-as-pure": { |
| 134 | "version": "7.25.9", |
| 135 | "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", |
| 136 | "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", |
| 137 | "license": "MIT", |
| 138 | "dependencies": { |
| 139 | "@babel/types": "^7.25.9" |
| 140 | }, |
| 141 | "engines": { |
| 142 | "node": ">=6.9.0" |
| 143 | } |
| 144 | }, |
| 145 | "node_modules/@babel/helper-compilation-targets": { |
| 146 | "version": "7.27.0", |
| 147 | "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz", |
| 148 | "integrity": "sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==", |
| 149 | "license": "MIT", |
| 150 | "dependencies": { |
| 151 | "@babel/compat-data": "^7.26.8", |
| 152 | "@babel/helper-validator-option": "^7.25.9", |
| 153 | "browserslist": "^4.24.0", |
| 154 | "lru-cache": "^5.1.1", |
| 155 | "semver": "^6.3.1" |
| 156 | }, |
| 157 | "engines": { |
| 158 | "node": ">=6.9.0" |
| 159 | } |
| 160 | }, |
| 161 | "node_modules/@babel/helper-create-class-features-plugin": { |
| 162 | "version": "7.27.0", |
| 163 | "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz", |
| 164 | "integrity": "sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==", |
| 165 | "license": "MIT", |
| 166 | "dependencies": { |
| 167 | "@babel/helper-annotate-as-pure": "^7.25.9", |
| 168 | "@babel/helper-member-expression-to-functions": "^7.25.9", |
| 169 | "@babel/helper-optimise-call-expression": "^7.25.9", |
| 170 | "@babel/helper-replace-supers": "^7.26.5", |
| 171 | "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", |
| 172 | "@babel/traverse": "^7.27.0", |
| 173 | "semver": "^6.3.1" |
| 174 | }, |
| 175 | "engines": { |
| 176 | "node": ">=6.9.0" |
| 177 | }, |
| 178 | "peerDependencies": { |
| 179 | "@babel/core": "^7.0.0" |
| 180 | } |
| 181 | }, |
| 182 | "node_modules/@babel/helper-create-regexp-features-plugin": { |
| 183 | "version": "7.27.0", |
| 184 | "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.0.tgz", |
| 185 | "integrity": "sha512-fO8l08T76v48BhpNRW/nQ0MxfnSdoSKUJBMjubOAYffsVuGG5qOfMq7N6Es7UJvi7Y8goXXo07EfcHZXDPuELQ==", |
| 186 | "license": "MIT", |
| 187 | "dependencies": { |
| 188 | "@babel/helper-annotate-as-pure": "^7.25.9", |
| 189 | "regexpu-core": "^6.2.0", |
| 190 | "semver": "^6.3.1" |
| 191 | }, |
| 192 | "engines": { |
| 193 | "node": ">=6.9.0" |
| 194 | }, |
| 195 | "peerDependencies": { |
| 196 | "@babel/core": "^7.0.0" |
| 197 | } |
| 198 | }, |
| 199 | "node_modules/@babel/helper-define-polyfill-provider": { |
| 200 | "version": "0.6.4", |
| 201 | "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz", |
| 202 | "integrity": "sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==", |
| 203 | "license": "MIT", |
| 204 | "dependencies": { |
| 205 | "@babel/helper-compilation-targets": "^7.22.6", |
| 206 | "@babel/helper-plugin-utils": "^7.22.5", |
| 207 | "debug": "^4.1.1", |
| 208 | "lodash.debounce": "^4.0.8", |
| 209 | "resolve": "^1.14.2" |
| 210 | }, |
| 211 | "peerDependencies": { |
| 212 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| 213 | } |
| 214 | }, |
| 215 | "node_modules/@babel/helper-member-expression-to-functions": { |
| 216 | "version": "7.25.9", |
| 217 | "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", |
| 218 | "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", |
| 219 | "license": "MIT", |
| 220 | "dependencies": { |
| 221 | "@babel/traverse": "^7.25.9", |
| 222 | "@babel/types": "^7.25.9" |
| 223 | }, |
| 224 | "engines": { |
| 225 | "node": ">=6.9.0" |
| 226 | } |
| 227 | }, |
| 228 | "node_modules/@babel/helper-module-imports": { |
| 229 | "version": "7.25.9", |
| 230 | "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", |
| 231 | "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", |
| 232 | "license": "MIT", |
| 233 | "dependencies": { |
| 234 | "@babel/traverse": "^7.25.9", |
| 235 | "@babel/types": "^7.25.9" |
| 236 | }, |
| 237 | "engines": { |
| 238 | "node": ">=6.9.0" |
| 239 | } |
| 240 | }, |
| 241 | "node_modules/@babel/helper-module-transforms": { |
| 242 | "version": "7.26.0", |
| 243 | "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", |
| 244 | "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", |
| 245 | "license": "MIT", |
| 246 | "dependencies": { |
| 247 | "@babel/helper-module-imports": "^7.25.9", |
| 248 | "@babel/helper-validator-identifier": "^7.25.9", |
| 249 | "@babel/traverse": "^7.25.9" |
| 250 | }, |
| 251 | "engines": { |
| 252 | "node": ">=6.9.0" |
| 253 | }, |
| 254 | "peerDependencies": { |
| 255 | "@babel/core": "^7.0.0" |
| 256 | } |
| 257 | }, |
| 258 | "node_modules/@babel/helper-optimise-call-expression": { |
| 259 | "version": "7.25.9", |
| 260 | "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", |
| 261 | "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", |
| 262 | "license": "MIT", |
| 263 | "dependencies": { |
| 264 | "@babel/types": "^7.25.9" |
| 265 | }, |
| 266 | "engines": { |
| 267 | "node": ">=6.9.0" |
| 268 | } |
| 269 | }, |
| 270 | "node_modules/@babel/helper-plugin-utils": { |
| 271 | "version": "7.26.5", |
| 272 | "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", |
| 273 | "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", |
| 274 | "license": "MIT", |
| 275 | "engines": { |
| 276 | "node": ">=6.9.0" |
| 277 | } |
| 278 | }, |
| 279 | "node_modules/@babel/helper-remap-async-to-generator": { |
| 280 | "version": "7.25.9", |
| 281 | "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", |
| 282 | "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", |
| 283 | "license": "MIT", |
| 284 | "dependencies": { |
| 285 | "@babel/helper-annotate-as-pure": "^7.25.9", |
| 286 | "@babel/helper-wrap-function": "^7.25.9", |
| 287 | "@babel/traverse": "^7.25.9" |
| 288 | }, |
| 289 | "engines": { |
| 290 | "node": ">=6.9.0" |
| 291 | }, |
| 292 | "peerDependencies": { |
| 293 | "@babel/core": "^7.0.0" |
| 294 | } |
| 295 | }, |
| 296 | "node_modules/@babel/helper-replace-supers": { |
| 297 | "version": "7.26.5", |
| 298 | "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz", |
| 299 | "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==", |
| 300 | "license": "MIT", |
| 301 | "dependencies": { |
| 302 | "@babel/helper-member-expression-to-functions": "^7.25.9", |
| 303 | "@babel/helper-optimise-call-expression": "^7.25.9", |
| 304 | "@babel/traverse": "^7.26.5" |
| 305 | }, |
| 306 | "engines": { |
| 307 | "node": ">=6.9.0" |
| 308 | }, |
| 309 | "peerDependencies": { |
| 310 | "@babel/core": "^7.0.0" |
| 311 | } |
| 312 | }, |
| 313 | "node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
| 314 | "version": "7.25.9", |
| 315 | "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", |
| 316 | "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", |
| 317 | "license": "MIT", |
| 318 | "dependencies": { |
| 319 | "@babel/traverse": "^7.25.9", |
| 320 | "@babel/types": "^7.25.9" |
| 321 | }, |
| 322 | "engines": { |
| 323 | "node": ">=6.9.0" |
| 324 | } |
| 325 | }, |
| 326 | "node_modules/@babel/helper-string-parser": { |
| 327 | "version": "7.25.9", |
| 328 | "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", |
| 329 | "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", |
| 330 | "license": "MIT", |
| 331 | "engines": { |
| 332 | "node": ">=6.9.0" |
| 333 | } |
| 334 | }, |
| 335 | "node_modules/@babel/helper-validator-identifier": { |
| 336 | "version": "7.25.9", |
| 337 | "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", |
| 338 | "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", |
| 339 | "license": "MIT", |
| 340 | "engines": { |
| 341 | "node": ">=6.9.0" |
| 342 | } |
| 343 | }, |
| 344 | "node_modules/@babel/helper-validator-option": { |
| 345 | "version": "7.25.9", |
| 346 | "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", |
| 347 | "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", |
| 348 | "license": "MIT", |
| 349 | "engines": { |
| 350 | "node": ">=6.9.0" |
| 351 | } |
| 352 | }, |
| 353 | "node_modules/@babel/helper-wrap-function": { |
| 354 | "version": "7.25.9", |
| 355 | "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", |
| 356 | "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", |
| 357 | "license": "MIT", |
| 358 | "dependencies": { |
| 359 | "@babel/template": "^7.25.9", |
| 360 | "@babel/traverse": "^7.25.9", |
| 361 | "@babel/types": "^7.25.9" |
| 362 | }, |
| 363 | "engines": { |
| 364 | "node": ">=6.9.0" |
| 365 | } |
| 366 | }, |
| 367 | "node_modules/@babel/helpers": { |
| 368 | "version": "7.27.0", |
| 369 | "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.0.tgz", |
| 370 | "integrity": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==", |
| 371 | "license": "MIT", |
| 372 | "dependencies": { |
| 373 | "@babel/template": "^7.27.0", |
| 374 | "@babel/types": "^7.27.0" |
| 375 | }, |
| 376 | "engines": { |
| 377 | "node": ">=6.9.0" |
| 378 | } |
| 379 | }, |
| 380 | "node_modules/@babel/parser": { |
| 381 | "version": "7.27.0", |
| 382 | "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.0.tgz", |
| 383 | "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==", |
| 384 | "license": "MIT", |
| 385 | "dependencies": { |
| 386 | "@babel/types": "^7.27.0" |
| 387 | }, |
| 388 | "bin": { |
| 389 | "parser": "bin/babel-parser.js" |
| 390 | }, |
| 391 | "engines": { |
| 392 | "node": ">=6.0.0" |
| 393 | } |
| 394 | }, |
| 395 | "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { |
| 396 | "version": "7.25.9", |
| 397 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", |
| 398 | "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", |
| 399 | "license": "MIT", |
| 400 | "dependencies": { |
| 401 | "@babel/helper-plugin-utils": "^7.25.9", |
| 402 | "@babel/traverse": "^7.25.9" |
| 403 | }, |
| 404 | "engines": { |
| 405 | "node": ">=6.9.0" |
| 406 | }, |
| 407 | "peerDependencies": { |
| 408 | "@babel/core": "^7.0.0" |
| 409 | } |
| 410 | }, |
| 411 | "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { |
| 412 | "version": "7.25.9", |
| 413 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", |
| 414 | "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", |
| 415 | "license": "MIT", |
| 416 | "dependencies": { |
| 417 | "@babel/helper-plugin-utils": "^7.25.9" |
| 418 | }, |
| 419 | "engines": { |
| 420 | "node": ">=6.9.0" |
| 421 | }, |
| 422 | "peerDependencies": { |
| 423 | "@babel/core": "^7.0.0" |
| 424 | } |
| 425 | }, |
| 426 | "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { |
| 427 | "version": "7.25.9", |
| 428 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", |
| 429 | "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", |
| 430 | "license": "MIT", |
| 431 | "dependencies": { |
| 432 | "@babel/helper-plugin-utils": "^7.25.9" |
| 433 | }, |
| 434 | "engines": { |
| 435 | "node": ">=6.9.0" |
| 436 | }, |
| 437 | "peerDependencies": { |
| 438 | "@babel/core": "^7.0.0" |
| 439 | } |
| 440 | }, |
| 441 | "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { |
| 442 | "version": "7.25.9", |
| 443 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", |
| 444 | "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", |
| 445 | "license": "MIT", |
| 446 | "dependencies": { |
| 447 | "@babel/helper-plugin-utils": "^7.25.9", |
| 448 | "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", |
| 449 | "@babel/plugin-transform-optional-chaining": "^7.25.9" |
| 450 | }, |
| 451 | "engines": { |
| 452 | "node": ">=6.9.0" |
| 453 | }, |
| 454 | "peerDependencies": { |
| 455 | "@babel/core": "^7.13.0" |
| 456 | } |
| 457 | }, |
| 458 | "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { |
| 459 | "version": "7.25.9", |
| 460 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", |
| 461 | "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", |
| 462 | "license": "MIT", |
| 463 | "dependencies": { |
| 464 | "@babel/helper-plugin-utils": "^7.25.9", |
| 465 | "@babel/traverse": "^7.25.9" |
| 466 | }, |
| 467 | "engines": { |
| 468 | "node": ">=6.9.0" |
| 469 | }, |
| 470 | "peerDependencies": { |
| 471 | "@babel/core": "^7.0.0" |
| 472 | } |
| 473 | }, |
| 474 | "node_modules/@babel/plugin-proposal-private-property-in-object": { |
| 475 | "version": "7.21.0-placeholder-for-preset-env.2", |
| 476 | "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", |
| 477 | "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", |
| 478 | "license": "MIT", |
| 479 | "engines": { |
| 480 | "node": ">=6.9.0" |
| 481 | }, |
| 482 | "peerDependencies": { |
| 483 | "@babel/core": "^7.0.0-0" |
| 484 | } |
| 485 | }, |
| 486 | "node_modules/@babel/plugin-syntax-import-assertions": { |
| 487 | "version": "7.26.0", |
| 488 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", |
| 489 | "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", |
| 490 | "license": "MIT", |
| 491 | "dependencies": { |
| 492 | "@babel/helper-plugin-utils": "^7.25.9" |
| 493 | }, |
| 494 | "engines": { |
| 495 | "node": ">=6.9.0" |
| 496 | }, |
| 497 | "peerDependencies": { |
| 498 | "@babel/core": "^7.0.0-0" |
| 499 | } |
| 500 | }, |
| 501 | "node_modules/@babel/plugin-syntax-import-attributes": { |
| 502 | "version": "7.26.0", |
| 503 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", |
| 504 | "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", |
| 505 | "license": "MIT", |
| 506 | "dependencies": { |
| 507 | "@babel/helper-plugin-utils": "^7.25.9" |
| 508 | }, |
| 509 | "engines": { |
| 510 | "node": ">=6.9.0" |
| 511 | }, |
| 512 | "peerDependencies": { |
| 513 | "@babel/core": "^7.0.0-0" |
| 514 | } |
| 515 | }, |
| 516 | "node_modules/@babel/plugin-syntax-jsx": { |
| 517 | "version": "7.25.9", |
| 518 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", |
| 519 | "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", |
| 520 | "license": "MIT", |
| 521 | "dependencies": { |
| 522 | "@babel/helper-plugin-utils": "^7.25.9" |
| 523 | }, |
| 524 | "engines": { |
| 525 | "node": ">=6.9.0" |
| 526 | }, |
| 527 | "peerDependencies": { |
| 528 | "@babel/core": "^7.0.0-0" |
| 529 | } |
| 530 | }, |
| 531 | "node_modules/@babel/plugin-syntax-typescript": { |
| 532 | "version": "7.25.9", |
| 533 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", |
| 534 | "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", |
| 535 | "license": "MIT", |
| 536 | "dependencies": { |
| 537 | "@babel/helper-plugin-utils": "^7.25.9" |
| 538 | }, |
| 539 | "engines": { |
| 540 | "node": ">=6.9.0" |
| 541 | }, |
| 542 | "peerDependencies": { |
| 543 | "@babel/core": "^7.0.0-0" |
| 544 | } |
| 545 | }, |
| 546 | "node_modules/@babel/plugin-syntax-unicode-sets-regex": { |
| 547 | "version": "7.18.6", |
| 548 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", |
| 549 | "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", |
| 550 | "license": "MIT", |
| 551 | "dependencies": { |
| 552 | "@babel/helper-create-regexp-features-plugin": "^7.18.6", |
| 553 | "@babel/helper-plugin-utils": "^7.18.6" |
| 554 | }, |
| 555 | "engines": { |
| 556 | "node": ">=6.9.0" |
| 557 | }, |
| 558 | "peerDependencies": { |
| 559 | "@babel/core": "^7.0.0" |
| 560 | } |
| 561 | }, |
| 562 | "node_modules/@babel/plugin-transform-arrow-functions": { |
| 563 | "version": "7.25.9", |
| 564 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", |
| 565 | "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", |
| 566 | "license": "MIT", |
| 567 | "dependencies": { |
| 568 | "@babel/helper-plugin-utils": "^7.25.9" |
| 569 | }, |
| 570 | "engines": { |
| 571 | "node": ">=6.9.0" |
| 572 | }, |
| 573 | "peerDependencies": { |
| 574 | "@babel/core": "^7.0.0-0" |
| 575 | } |
| 576 | }, |
| 577 | "node_modules/@babel/plugin-transform-async-generator-functions": { |
| 578 | "version": "7.26.8", |
| 579 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz", |
| 580 | "integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==", |
| 581 | "license": "MIT", |
| 582 | "dependencies": { |
| 583 | "@babel/helper-plugin-utils": "^7.26.5", |
| 584 | "@babel/helper-remap-async-to-generator": "^7.25.9", |
| 585 | "@babel/traverse": "^7.26.8" |
| 586 | }, |
| 587 | "engines": { |
| 588 | "node": ">=6.9.0" |
| 589 | }, |
| 590 | "peerDependencies": { |
| 591 | "@babel/core": "^7.0.0-0" |
| 592 | } |
| 593 | }, |
| 594 | "node_modules/@babel/plugin-transform-async-to-generator": { |
| 595 | "version": "7.25.9", |
| 596 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", |
| 597 | "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", |
| 598 | "license": "MIT", |
| 599 | "dependencies": { |
| 600 | "@babel/helper-module-imports": "^7.25.9", |
| 601 | "@babel/helper-plugin-utils": "^7.25.9", |
| 602 | "@babel/helper-remap-async-to-generator": "^7.25.9" |
| 603 | }, |
| 604 | "engines": { |
| 605 | "node": ">=6.9.0" |
| 606 | }, |
| 607 | "peerDependencies": { |
| 608 | "@babel/core": "^7.0.0-0" |
| 609 | } |
| 610 | }, |
| 611 | "node_modules/@babel/plugin-transform-block-scoped-functions": { |
| 612 | "version": "7.26.5", |
| 613 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz", |
| 614 | "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==", |
| 615 | "license": "MIT", |
| 616 | "dependencies": { |
| 617 | "@babel/helper-plugin-utils": "^7.26.5" |
| 618 | }, |
| 619 | "engines": { |
| 620 | "node": ">=6.9.0" |
| 621 | }, |
| 622 | "peerDependencies": { |
| 623 | "@babel/core": "^7.0.0-0" |
| 624 | } |
| 625 | }, |
| 626 | "node_modules/@babel/plugin-transform-block-scoping": { |
| 627 | "version": "7.27.0", |
| 628 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.0.tgz", |
| 629 | "integrity": "sha512-u1jGphZ8uDI2Pj/HJj6YQ6XQLZCNjOlprjxB5SVz6rq2T6SwAR+CdrWK0CP7F+9rDVMXdB0+r6Am5G5aobOjAQ==", |
| 630 | "license": "MIT", |
| 631 | "dependencies": { |
| 632 | "@babel/helper-plugin-utils": "^7.26.5" |
| 633 | }, |
| 634 | "engines": { |
| 635 | "node": ">=6.9.0" |
| 636 | }, |
| 637 | "peerDependencies": { |
| 638 | "@babel/core": "^7.0.0-0" |
| 639 | } |
| 640 | }, |
| 641 | "node_modules/@babel/plugin-transform-class-properties": { |
| 642 | "version": "7.25.9", |
| 643 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", |
| 644 | "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", |
| 645 | "license": "MIT", |
| 646 | "dependencies": { |
| 647 | "@babel/helper-create-class-features-plugin": "^7.25.9", |
| 648 | "@babel/helper-plugin-utils": "^7.25.9" |
| 649 | }, |
| 650 | "engines": { |
| 651 | "node": ">=6.9.0" |
| 652 | }, |
| 653 | "peerDependencies": { |
| 654 | "@babel/core": "^7.0.0-0" |
| 655 | } |
| 656 | }, |
| 657 | "node_modules/@babel/plugin-transform-class-static-block": { |
| 658 | "version": "7.26.0", |
| 659 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", |
| 660 | "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", |
| 661 | "license": "MIT", |
| 662 | "dependencies": { |
| 663 | "@babel/helper-create-class-features-plugin": "^7.25.9", |
| 664 | "@babel/helper-plugin-utils": "^7.25.9" |
| 665 | }, |
| 666 | "engines": { |
| 667 | "node": ">=6.9.0" |
| 668 | }, |
| 669 | "peerDependencies": { |
| 670 | "@babel/core": "^7.12.0" |
| 671 | } |
| 672 | }, |
| 673 | "node_modules/@babel/plugin-transform-classes": { |
| 674 | "version": "7.25.9", |
| 675 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", |
| 676 | "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", |
| 677 | "license": "MIT", |
| 678 | "dependencies": { |
| 679 | "@babel/helper-annotate-as-pure": "^7.25.9", |
| 680 | "@babel/helper-compilation-targets": "^7.25.9", |
| 681 | "@babel/helper-plugin-utils": "^7.25.9", |
| 682 | "@babel/helper-replace-supers": "^7.25.9", |
| 683 | "@babel/traverse": "^7.25.9", |
| 684 | "globals": "^11.1.0" |
| 685 | }, |
| 686 | "engines": { |
| 687 | "node": ">=6.9.0" |
| 688 | }, |
| 689 | "peerDependencies": { |
| 690 | "@babel/core": "^7.0.0-0" |
| 691 | } |
| 692 | }, |
| 693 | "node_modules/@babel/plugin-transform-computed-properties": { |
| 694 | "version": "7.25.9", |
| 695 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", |
| 696 | "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", |
| 697 | "license": "MIT", |
| 698 | "dependencies": { |
| 699 | "@babel/helper-plugin-utils": "^7.25.9", |
| 700 | "@babel/template": "^7.25.9" |
| 701 | }, |
| 702 | "engines": { |
| 703 | "node": ">=6.9.0" |
| 704 | }, |
| 705 | "peerDependencies": { |
| 706 | "@babel/core": "^7.0.0-0" |
| 707 | } |
| 708 | }, |
| 709 | "node_modules/@babel/plugin-transform-destructuring": { |
| 710 | "version": "7.25.9", |
| 711 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", |
| 712 | "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", |
| 713 | "license": "MIT", |
| 714 | "dependencies": { |
| 715 | "@babel/helper-plugin-utils": "^7.25.9" |
| 716 | }, |
| 717 | "engines": { |
| 718 | "node": ">=6.9.0" |
| 719 | }, |
| 720 | "peerDependencies": { |
| 721 | "@babel/core": "^7.0.0-0" |
| 722 | } |
| 723 | }, |
| 724 | "node_modules/@babel/plugin-transform-dotall-regex": { |
| 725 | "version": "7.25.9", |
| 726 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", |
| 727 | "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", |
| 728 | "license": "MIT", |
| 729 | "dependencies": { |
| 730 | "@babel/helper-create-regexp-features-plugin": "^7.25.9", |
| 731 | "@babel/helper-plugin-utils": "^7.25.9" |
| 732 | }, |
| 733 | "engines": { |
| 734 | "node": ">=6.9.0" |
| 735 | }, |
| 736 | "peerDependencies": { |
| 737 | "@babel/core": "^7.0.0-0" |
| 738 | } |
| 739 | }, |
| 740 | "node_modules/@babel/plugin-transform-duplicate-keys": { |
| 741 | "version": "7.25.9", |
| 742 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", |
| 743 | "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", |
| 744 | "license": "MIT", |
| 745 | "dependencies": { |
| 746 | "@babel/helper-plugin-utils": "^7.25.9" |
| 747 | }, |
| 748 | "engines": { |
| 749 | "node": ">=6.9.0" |
| 750 | }, |
| 751 | "peerDependencies": { |
| 752 | "@babel/core": "^7.0.0-0" |
| 753 | } |
| 754 | }, |
| 755 | "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { |
| 756 | "version": "7.25.9", |
| 757 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", |
| 758 | "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", |
| 759 | "license": "MIT", |
| 760 | "dependencies": { |
| 761 | "@babel/helper-create-regexp-features-plugin": "^7.25.9", |
| 762 | "@babel/helper-plugin-utils": "^7.25.9" |
| 763 | }, |
| 764 | "engines": { |
| 765 | "node": ">=6.9.0" |
| 766 | }, |
| 767 | "peerDependencies": { |
| 768 | "@babel/core": "^7.0.0" |
| 769 | } |
| 770 | }, |
| 771 | "node_modules/@babel/plugin-transform-dynamic-import": { |
| 772 | "version": "7.25.9", |
| 773 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", |
| 774 | "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", |
| 775 | "license": "MIT", |
| 776 | "dependencies": { |
| 777 | "@babel/helper-plugin-utils": "^7.25.9" |
| 778 | }, |
| 779 | "engines": { |
| 780 | "node": ">=6.9.0" |
| 781 | }, |
| 782 | "peerDependencies": { |
| 783 | "@babel/core": "^7.0.0-0" |
| 784 | } |
| 785 | }, |
| 786 | "node_modules/@babel/plugin-transform-exponentiation-operator": { |
| 787 | "version": "7.26.3", |
| 788 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz", |
| 789 | "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==", |
| 790 | "license": "MIT", |
| 791 | "dependencies": { |
| 792 | "@babel/helper-plugin-utils": "^7.25.9" |
| 793 | }, |
| 794 | "engines": { |
| 795 | "node": ">=6.9.0" |
| 796 | }, |
| 797 | "peerDependencies": { |
| 798 | "@babel/core": "^7.0.0-0" |
| 799 | } |
| 800 | }, |
| 801 | "node_modules/@babel/plugin-transform-export-namespace-from": { |
| 802 | "version": "7.25.9", |
| 803 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", |
| 804 | "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", |
| 805 | "license": "MIT", |
| 806 | "dependencies": { |
| 807 | "@babel/helper-plugin-utils": "^7.25.9" |
| 808 | }, |
| 809 | "engines": { |
| 810 | "node": ">=6.9.0" |
| 811 | }, |
| 812 | "peerDependencies": { |
| 813 | "@babel/core": "^7.0.0-0" |
| 814 | } |
| 815 | }, |
| 816 | "node_modules/@babel/plugin-transform-for-of": { |
| 817 | "version": "7.26.9", |
| 818 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz", |
| 819 | "integrity": "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==", |
| 820 | "license": "MIT", |
| 821 | "dependencies": { |
| 822 | "@babel/helper-plugin-utils": "^7.26.5", |
| 823 | "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" |
| 824 | }, |
| 825 | "engines": { |
| 826 | "node": ">=6.9.0" |
| 827 | }, |
| 828 | "peerDependencies": { |
| 829 | "@babel/core": "^7.0.0-0" |
| 830 | } |
| 831 | }, |
| 832 | "node_modules/@babel/plugin-transform-function-name": { |
| 833 | "version": "7.25.9", |
| 834 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", |
| 835 | "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", |
| 836 | "license": "MIT", |
| 837 | "dependencies": { |
| 838 | "@babel/helper-compilation-targets": "^7.25.9", |
| 839 | "@babel/helper-plugin-utils": "^7.25.9", |
| 840 | "@babel/traverse": "^7.25.9" |
| 841 | }, |
| 842 | "engines": { |
| 843 | "node": ">=6.9.0" |
| 844 | }, |
| 845 | "peerDependencies": { |
| 846 | "@babel/core": "^7.0.0-0" |
| 847 | } |
| 848 | }, |
| 849 | "node_modules/@babel/plugin-transform-json-strings": { |
| 850 | "version": "7.25.9", |
| 851 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", |
| 852 | "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", |
| 853 | "license": "MIT", |
| 854 | "dependencies": { |
| 855 | "@babel/helper-plugin-utils": "^7.25.9" |
| 856 | }, |
| 857 | "engines": { |
| 858 | "node": ">=6.9.0" |
| 859 | }, |
| 860 | "peerDependencies": { |
| 861 | "@babel/core": "^7.0.0-0" |
| 862 | } |
| 863 | }, |
| 864 | "node_modules/@babel/plugin-transform-literals": { |
| 865 | "version": "7.25.9", |
| 866 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", |
| 867 | "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", |
| 868 | "license": "MIT", |
| 869 | "dependencies": { |
| 870 | "@babel/helper-plugin-utils": "^7.25.9" |
| 871 | }, |
| 872 | "engines": { |
| 873 | "node": ">=6.9.0" |
| 874 | }, |
| 875 | "peerDependencies": { |
| 876 | "@babel/core": "^7.0.0-0" |
| 877 | } |
| 878 | }, |
| 879 | "node_modules/@babel/plugin-transform-logical-assignment-operators": { |
| 880 | "version": "7.25.9", |
| 881 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", |
| 882 | "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", |
| 883 | "license": "MIT", |
| 884 | "dependencies": { |
| 885 | "@babel/helper-plugin-utils": "^7.25.9" |
| 886 | }, |
| 887 | "engines": { |
| 888 | "node": ">=6.9.0" |
| 889 | }, |
| 890 | "peerDependencies": { |
| 891 | "@babel/core": "^7.0.0-0" |
| 892 | } |
| 893 | }, |
| 894 | "node_modules/@babel/plugin-transform-member-expression-literals": { |
| 895 | "version": "7.25.9", |
| 896 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", |
| 897 | "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", |
| 898 | "license": "MIT", |
| 899 | "dependencies": { |
| 900 | "@babel/helper-plugin-utils": "^7.25.9" |
| 901 | }, |
| 902 | "engines": { |
| 903 | "node": ">=6.9.0" |
| 904 | }, |
| 905 | "peerDependencies": { |
| 906 | "@babel/core": "^7.0.0-0" |
| 907 | } |
| 908 | }, |
| 909 | "node_modules/@babel/plugin-transform-modules-amd": { |
| 910 | "version": "7.25.9", |
| 911 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", |
| 912 | "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", |
| 913 | "license": "MIT", |
| 914 | "dependencies": { |
| 915 | "@babel/helper-module-transforms": "^7.25.9", |
| 916 | "@babel/helper-plugin-utils": "^7.25.9" |
| 917 | }, |
| 918 | "engines": { |
| 919 | "node": ">=6.9.0" |
| 920 | }, |
| 921 | "peerDependencies": { |
| 922 | "@babel/core": "^7.0.0-0" |
| 923 | } |
| 924 | }, |
| 925 | "node_modules/@babel/plugin-transform-modules-commonjs": { |
| 926 | "version": "7.26.3", |
| 927 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz", |
| 928 | "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==", |
| 929 | "license": "MIT", |
| 930 | "dependencies": { |
| 931 | "@babel/helper-module-transforms": "^7.26.0", |
| 932 | "@babel/helper-plugin-utils": "^7.25.9" |
| 933 | }, |
| 934 | "engines": { |
| 935 | "node": ">=6.9.0" |
| 936 | }, |
| 937 | "peerDependencies": { |
| 938 | "@babel/core": "^7.0.0-0" |
| 939 | } |
| 940 | }, |
| 941 | "node_modules/@babel/plugin-transform-modules-systemjs": { |
| 942 | "version": "7.25.9", |
| 943 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", |
| 944 | "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", |
| 945 | "license": "MIT", |
| 946 | "dependencies": { |
| 947 | "@babel/helper-module-transforms": "^7.25.9", |
| 948 | "@babel/helper-plugin-utils": "^7.25.9", |
| 949 | "@babel/helper-validator-identifier": "^7.25.9", |
| 950 | "@babel/traverse": "^7.25.9" |
| 951 | }, |
| 952 | "engines": { |
| 953 | "node": ">=6.9.0" |
| 954 | }, |
| 955 | "peerDependencies": { |
| 956 | "@babel/core": "^7.0.0-0" |
| 957 | } |
| 958 | }, |
| 959 | "node_modules/@babel/plugin-transform-modules-umd": { |
| 960 | "version": "7.25.9", |
| 961 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", |
| 962 | "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", |
| 963 | "license": "MIT", |
| 964 | "dependencies": { |
| 965 | "@babel/helper-module-transforms": "^7.25.9", |
| 966 | "@babel/helper-plugin-utils": "^7.25.9" |
| 967 | }, |
| 968 | "engines": { |
| 969 | "node": ">=6.9.0" |
| 970 | }, |
| 971 | "peerDependencies": { |
| 972 | "@babel/core": "^7.0.0-0" |
| 973 | } |
| 974 | }, |
| 975 | "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { |
| 976 | "version": "7.25.9", |
| 977 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", |
| 978 | "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", |
| 979 | "license": "MIT", |
| 980 | "dependencies": { |
| 981 | "@babel/helper-create-regexp-features-plugin": "^7.25.9", |
| 982 | "@babel/helper-plugin-utils": "^7.25.9" |
| 983 | }, |
| 984 | "engines": { |
| 985 | "node": ">=6.9.0" |
| 986 | }, |
| 987 | "peerDependencies": { |
| 988 | "@babel/core": "^7.0.0" |
| 989 | } |
| 990 | }, |
| 991 | "node_modules/@babel/plugin-transform-new-target": { |
| 992 | "version": "7.25.9", |
| 993 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", |
| 994 | "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", |
| 995 | "license": "MIT", |
| 996 | "dependencies": { |
| 997 | "@babel/helper-plugin-utils": "^7.25.9" |
| 998 | }, |
| 999 | "engines": { |
| 1000 | "node": ">=6.9.0" |
| 1001 | }, |
| 1002 | "peerDependencies": { |
| 1003 | "@babel/core": "^7.0.0-0" |
| 1004 | } |
| 1005 | }, |
| 1006 | "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { |
| 1007 | "version": "7.26.6", |
| 1008 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz", |
| 1009 | "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==", |
| 1010 | "license": "MIT", |
| 1011 | "dependencies": { |
| 1012 | "@babel/helper-plugin-utils": "^7.26.5" |
| 1013 | }, |
| 1014 | "engines": { |
| 1015 | "node": ">=6.9.0" |
| 1016 | }, |
| 1017 | "peerDependencies": { |
| 1018 | "@babel/core": "^7.0.0-0" |
| 1019 | } |
| 1020 | }, |
| 1021 | "node_modules/@babel/plugin-transform-numeric-separator": { |
| 1022 | "version": "7.25.9", |
| 1023 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", |
| 1024 | "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", |
| 1025 | "license": "MIT", |
| 1026 | "dependencies": { |
| 1027 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1028 | }, |
| 1029 | "engines": { |
| 1030 | "node": ">=6.9.0" |
| 1031 | }, |
| 1032 | "peerDependencies": { |
| 1033 | "@babel/core": "^7.0.0-0" |
| 1034 | } |
| 1035 | }, |
| 1036 | "node_modules/@babel/plugin-transform-object-rest-spread": { |
| 1037 | "version": "7.25.9", |
| 1038 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", |
| 1039 | "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", |
| 1040 | "license": "MIT", |
| 1041 | "dependencies": { |
| 1042 | "@babel/helper-compilation-targets": "^7.25.9", |
| 1043 | "@babel/helper-plugin-utils": "^7.25.9", |
| 1044 | "@babel/plugin-transform-parameters": "^7.25.9" |
| 1045 | }, |
| 1046 | "engines": { |
| 1047 | "node": ">=6.9.0" |
| 1048 | }, |
| 1049 | "peerDependencies": { |
| 1050 | "@babel/core": "^7.0.0-0" |
| 1051 | } |
| 1052 | }, |
| 1053 | "node_modules/@babel/plugin-transform-object-super": { |
| 1054 | "version": "7.25.9", |
| 1055 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", |
| 1056 | "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", |
| 1057 | "license": "MIT", |
| 1058 | "dependencies": { |
| 1059 | "@babel/helper-plugin-utils": "^7.25.9", |
| 1060 | "@babel/helper-replace-supers": "^7.25.9" |
| 1061 | }, |
| 1062 | "engines": { |
| 1063 | "node": ">=6.9.0" |
| 1064 | }, |
| 1065 | "peerDependencies": { |
| 1066 | "@babel/core": "^7.0.0-0" |
| 1067 | } |
| 1068 | }, |
| 1069 | "node_modules/@babel/plugin-transform-optional-catch-binding": { |
| 1070 | "version": "7.25.9", |
| 1071 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", |
| 1072 | "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", |
| 1073 | "license": "MIT", |
| 1074 | "dependencies": { |
| 1075 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1076 | }, |
| 1077 | "engines": { |
| 1078 | "node": ">=6.9.0" |
| 1079 | }, |
| 1080 | "peerDependencies": { |
| 1081 | "@babel/core": "^7.0.0-0" |
| 1082 | } |
| 1083 | }, |
| 1084 | "node_modules/@babel/plugin-transform-optional-chaining": { |
| 1085 | "version": "7.25.9", |
| 1086 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", |
| 1087 | "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", |
| 1088 | "license": "MIT", |
| 1089 | "dependencies": { |
| 1090 | "@babel/helper-plugin-utils": "^7.25.9", |
| 1091 | "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" |
| 1092 | }, |
| 1093 | "engines": { |
| 1094 | "node": ">=6.9.0" |
| 1095 | }, |
| 1096 | "peerDependencies": { |
| 1097 | "@babel/core": "^7.0.0-0" |
| 1098 | } |
| 1099 | }, |
| 1100 | "node_modules/@babel/plugin-transform-parameters": { |
| 1101 | "version": "7.25.9", |
| 1102 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", |
| 1103 | "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", |
| 1104 | "license": "MIT", |
| 1105 | "dependencies": { |
| 1106 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1107 | }, |
| 1108 | "engines": { |
| 1109 | "node": ">=6.9.0" |
| 1110 | }, |
| 1111 | "peerDependencies": { |
| 1112 | "@babel/core": "^7.0.0-0" |
| 1113 | } |
| 1114 | }, |
| 1115 | "node_modules/@babel/plugin-transform-private-methods": { |
| 1116 | "version": "7.25.9", |
| 1117 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", |
| 1118 | "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", |
| 1119 | "license": "MIT", |
| 1120 | "dependencies": { |
| 1121 | "@babel/helper-create-class-features-plugin": "^7.25.9", |
| 1122 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1123 | }, |
| 1124 | "engines": { |
| 1125 | "node": ">=6.9.0" |
| 1126 | }, |
| 1127 | "peerDependencies": { |
| 1128 | "@babel/core": "^7.0.0-0" |
| 1129 | } |
| 1130 | }, |
| 1131 | "node_modules/@babel/plugin-transform-private-property-in-object": { |
| 1132 | "version": "7.25.9", |
| 1133 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", |
| 1134 | "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", |
| 1135 | "license": "MIT", |
| 1136 | "dependencies": { |
| 1137 | "@babel/helper-annotate-as-pure": "^7.25.9", |
| 1138 | "@babel/helper-create-class-features-plugin": "^7.25.9", |
| 1139 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1140 | }, |
| 1141 | "engines": { |
| 1142 | "node": ">=6.9.0" |
| 1143 | }, |
| 1144 | "peerDependencies": { |
| 1145 | "@babel/core": "^7.0.0-0" |
| 1146 | } |
| 1147 | }, |
| 1148 | "node_modules/@babel/plugin-transform-property-literals": { |
| 1149 | "version": "7.25.9", |
| 1150 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", |
| 1151 | "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", |
| 1152 | "license": "MIT", |
| 1153 | "dependencies": { |
| 1154 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1155 | }, |
| 1156 | "engines": { |
| 1157 | "node": ">=6.9.0" |
| 1158 | }, |
| 1159 | "peerDependencies": { |
| 1160 | "@babel/core": "^7.0.0-0" |
| 1161 | } |
| 1162 | }, |
| 1163 | "node_modules/@babel/plugin-transform-react-display-name": { |
| 1164 | "version": "7.25.9", |
| 1165 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", |
| 1166 | "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", |
| 1167 | "license": "MIT", |
| 1168 | "dependencies": { |
| 1169 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1170 | }, |
| 1171 | "engines": { |
| 1172 | "node": ">=6.9.0" |
| 1173 | }, |
| 1174 | "peerDependencies": { |
| 1175 | "@babel/core": "^7.0.0-0" |
| 1176 | } |
| 1177 | }, |
| 1178 | "node_modules/@babel/plugin-transform-react-jsx": { |
| 1179 | "version": "7.25.9", |
| 1180 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", |
| 1181 | "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", |
| 1182 | "license": "MIT", |
| 1183 | "dependencies": { |
| 1184 | "@babel/helper-annotate-as-pure": "^7.25.9", |
| 1185 | "@babel/helper-module-imports": "^7.25.9", |
| 1186 | "@babel/helper-plugin-utils": "^7.25.9", |
| 1187 | "@babel/plugin-syntax-jsx": "^7.25.9", |
| 1188 | "@babel/types": "^7.25.9" |
| 1189 | }, |
| 1190 | "engines": { |
| 1191 | "node": ">=6.9.0" |
| 1192 | }, |
| 1193 | "peerDependencies": { |
| 1194 | "@babel/core": "^7.0.0-0" |
| 1195 | } |
| 1196 | }, |
| 1197 | "node_modules/@babel/plugin-transform-react-jsx-development": { |
| 1198 | "version": "7.25.9", |
| 1199 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", |
| 1200 | "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", |
| 1201 | "license": "MIT", |
| 1202 | "dependencies": { |
| 1203 | "@babel/plugin-transform-react-jsx": "^7.25.9" |
| 1204 | }, |
| 1205 | "engines": { |
| 1206 | "node": ">=6.9.0" |
| 1207 | }, |
| 1208 | "peerDependencies": { |
| 1209 | "@babel/core": "^7.0.0-0" |
| 1210 | } |
| 1211 | }, |
| 1212 | "node_modules/@babel/plugin-transform-react-pure-annotations": { |
| 1213 | "version": "7.25.9", |
| 1214 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", |
| 1215 | "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", |
| 1216 | "license": "MIT", |
| 1217 | "dependencies": { |
| 1218 | "@babel/helper-annotate-as-pure": "^7.25.9", |
| 1219 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1220 | }, |
| 1221 | "engines": { |
| 1222 | "node": ">=6.9.0" |
| 1223 | }, |
| 1224 | "peerDependencies": { |
| 1225 | "@babel/core": "^7.0.0-0" |
| 1226 | } |
| 1227 | }, |
| 1228 | "node_modules/@babel/plugin-transform-regenerator": { |
| 1229 | "version": "7.27.0", |
| 1230 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.0.tgz", |
| 1231 | "integrity": "sha512-LX/vCajUJQDqE7Aum/ELUMZAY19+cDpghxrnyt5I1tV6X5PyC86AOoWXWFYFeIvauyeSA6/ktn4tQVn/3ZifsA==", |
| 1232 | "license": "MIT", |
| 1233 | "dependencies": { |
| 1234 | "@babel/helper-plugin-utils": "^7.26.5", |
| 1235 | "regenerator-transform": "^0.15.2" |
| 1236 | }, |
| 1237 | "engines": { |
| 1238 | "node": ">=6.9.0" |
| 1239 | }, |
| 1240 | "peerDependencies": { |
| 1241 | "@babel/core": "^7.0.0-0" |
| 1242 | } |
| 1243 | }, |
| 1244 | "node_modules/@babel/plugin-transform-regexp-modifiers": { |
| 1245 | "version": "7.26.0", |
| 1246 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", |
| 1247 | "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", |
| 1248 | "license": "MIT", |
| 1249 | "dependencies": { |
| 1250 | "@babel/helper-create-regexp-features-plugin": "^7.25.9", |
| 1251 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1252 | }, |
| 1253 | "engines": { |
| 1254 | "node": ">=6.9.0" |
| 1255 | }, |
| 1256 | "peerDependencies": { |
| 1257 | "@babel/core": "^7.0.0" |
| 1258 | } |
| 1259 | }, |
| 1260 | "node_modules/@babel/plugin-transform-reserved-words": { |
| 1261 | "version": "7.25.9", |
| 1262 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", |
| 1263 | "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", |
| 1264 | "license": "MIT", |
| 1265 | "dependencies": { |
| 1266 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1267 | }, |
| 1268 | "engines": { |
| 1269 | "node": ">=6.9.0" |
| 1270 | }, |
| 1271 | "peerDependencies": { |
| 1272 | "@babel/core": "^7.0.0-0" |
| 1273 | } |
| 1274 | }, |
| 1275 | "node_modules/@babel/plugin-transform-shorthand-properties": { |
| 1276 | "version": "7.25.9", |
| 1277 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", |
| 1278 | "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", |
| 1279 | "license": "MIT", |
| 1280 | "dependencies": { |
| 1281 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1282 | }, |
| 1283 | "engines": { |
| 1284 | "node": ">=6.9.0" |
| 1285 | }, |
| 1286 | "peerDependencies": { |
| 1287 | "@babel/core": "^7.0.0-0" |
| 1288 | } |
| 1289 | }, |
| 1290 | "node_modules/@babel/plugin-transform-spread": { |
| 1291 | "version": "7.25.9", |
| 1292 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", |
| 1293 | "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", |
| 1294 | "license": "MIT", |
| 1295 | "dependencies": { |
| 1296 | "@babel/helper-plugin-utils": "^7.25.9", |
| 1297 | "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" |
| 1298 | }, |
| 1299 | "engines": { |
| 1300 | "node": ">=6.9.0" |
| 1301 | }, |
| 1302 | "peerDependencies": { |
| 1303 | "@babel/core": "^7.0.0-0" |
| 1304 | } |
| 1305 | }, |
| 1306 | "node_modules/@babel/plugin-transform-sticky-regex": { |
| 1307 | "version": "7.25.9", |
| 1308 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", |
| 1309 | "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", |
| 1310 | "license": "MIT", |
| 1311 | "dependencies": { |
| 1312 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1313 | }, |
| 1314 | "engines": { |
| 1315 | "node": ">=6.9.0" |
| 1316 | }, |
| 1317 | "peerDependencies": { |
| 1318 | "@babel/core": "^7.0.0-0" |
| 1319 | } |
| 1320 | }, |
| 1321 | "node_modules/@babel/plugin-transform-template-literals": { |
| 1322 | "version": "7.26.8", |
| 1323 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz", |
| 1324 | "integrity": "sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==", |
| 1325 | "license": "MIT", |
| 1326 | "dependencies": { |
| 1327 | "@babel/helper-plugin-utils": "^7.26.5" |
| 1328 | }, |
| 1329 | "engines": { |
| 1330 | "node": ">=6.9.0" |
| 1331 | }, |
| 1332 | "peerDependencies": { |
| 1333 | "@babel/core": "^7.0.0-0" |
| 1334 | } |
| 1335 | }, |
| 1336 | "node_modules/@babel/plugin-transform-typeof-symbol": { |
| 1337 | "version": "7.27.0", |
| 1338 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.0.tgz", |
| 1339 | "integrity": "sha512-+LLkxA9rKJpNoGsbLnAgOCdESl73vwYn+V6b+5wHbrE7OGKVDPHIQvbFSzqE6rwqaCw2RE+zdJrlLkcf8YOA0w==", |
| 1340 | "license": "MIT", |
| 1341 | "dependencies": { |
| 1342 | "@babel/helper-plugin-utils": "^7.26.5" |
| 1343 | }, |
| 1344 | "engines": { |
| 1345 | "node": ">=6.9.0" |
| 1346 | }, |
| 1347 | "peerDependencies": { |
| 1348 | "@babel/core": "^7.0.0-0" |
| 1349 | } |
| 1350 | }, |
| 1351 | "node_modules/@babel/plugin-transform-typescript": { |
| 1352 | "version": "7.27.0", |
| 1353 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz", |
| 1354 | "integrity": "sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==", |
| 1355 | "license": "MIT", |
| 1356 | "dependencies": { |
| 1357 | "@babel/helper-annotate-as-pure": "^7.25.9", |
| 1358 | "@babel/helper-create-class-features-plugin": "^7.27.0", |
| 1359 | "@babel/helper-plugin-utils": "^7.26.5", |
| 1360 | "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", |
| 1361 | "@babel/plugin-syntax-typescript": "^7.25.9" |
| 1362 | }, |
| 1363 | "engines": { |
| 1364 | "node": ">=6.9.0" |
| 1365 | }, |
| 1366 | "peerDependencies": { |
| 1367 | "@babel/core": "^7.0.0-0" |
| 1368 | } |
| 1369 | }, |
| 1370 | "node_modules/@babel/plugin-transform-unicode-escapes": { |
| 1371 | "version": "7.25.9", |
| 1372 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", |
| 1373 | "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", |
| 1374 | "license": "MIT", |
| 1375 | "dependencies": { |
| 1376 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1377 | }, |
| 1378 | "engines": { |
| 1379 | "node": ">=6.9.0" |
| 1380 | }, |
| 1381 | "peerDependencies": { |
| 1382 | "@babel/core": "^7.0.0-0" |
| 1383 | } |
| 1384 | }, |
| 1385 | "node_modules/@babel/plugin-transform-unicode-property-regex": { |
| 1386 | "version": "7.25.9", |
| 1387 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", |
| 1388 | "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", |
| 1389 | "license": "MIT", |
| 1390 | "dependencies": { |
| 1391 | "@babel/helper-create-regexp-features-plugin": "^7.25.9", |
| 1392 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1393 | }, |
| 1394 | "engines": { |
| 1395 | "node": ">=6.9.0" |
| 1396 | }, |
| 1397 | "peerDependencies": { |
| 1398 | "@babel/core": "^7.0.0-0" |
| 1399 | } |
| 1400 | }, |
| 1401 | "node_modules/@babel/plugin-transform-unicode-regex": { |
| 1402 | "version": "7.25.9", |
| 1403 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", |
| 1404 | "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", |
| 1405 | "license": "MIT", |
| 1406 | "dependencies": { |
| 1407 | "@babel/helper-create-regexp-features-plugin": "^7.25.9", |
| 1408 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1409 | }, |
| 1410 | "engines": { |
| 1411 | "node": ">=6.9.0" |
| 1412 | }, |
| 1413 | "peerDependencies": { |
| 1414 | "@babel/core": "^7.0.0-0" |
| 1415 | } |
| 1416 | }, |
| 1417 | "node_modules/@babel/plugin-transform-unicode-sets-regex": { |
| 1418 | "version": "7.25.9", |
| 1419 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", |
| 1420 | "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", |
| 1421 | "license": "MIT", |
| 1422 | "dependencies": { |
| 1423 | "@babel/helper-create-regexp-features-plugin": "^7.25.9", |
| 1424 | "@babel/helper-plugin-utils": "^7.25.9" |
| 1425 | }, |
| 1426 | "engines": { |
| 1427 | "node": ">=6.9.0" |
| 1428 | }, |
| 1429 | "peerDependencies": { |
| 1430 | "@babel/core": "^7.0.0" |
| 1431 | } |
| 1432 | }, |
| 1433 | "node_modules/@babel/preset-env": { |
| 1434 | "version": "7.26.9", |
| 1435 | "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.26.9.tgz", |
| 1436 | "integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==", |
| 1437 | "license": "MIT", |
| 1438 | "dependencies": { |
| 1439 | "@babel/compat-data": "^7.26.8", |
| 1440 | "@babel/helper-compilation-targets": "^7.26.5", |
| 1441 | "@babel/helper-plugin-utils": "^7.26.5", |
| 1442 | "@babel/helper-validator-option": "^7.25.9", |
| 1443 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", |
| 1444 | "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", |
| 1445 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", |
| 1446 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", |
| 1447 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", |
| 1448 | "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", |
| 1449 | "@babel/plugin-syntax-import-assertions": "^7.26.0", |
| 1450 | "@babel/plugin-syntax-import-attributes": "^7.26.0", |
| 1451 | "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", |
| 1452 | "@babel/plugin-transform-arrow-functions": "^7.25.9", |
| 1453 | "@babel/plugin-transform-async-generator-functions": "^7.26.8", |
| 1454 | "@babel/plugin-transform-async-to-generator": "^7.25.9", |
| 1455 | "@babel/plugin-transform-block-scoped-functions": "^7.26.5", |
| 1456 | "@babel/plugin-transform-block-scoping": "^7.25.9", |
| 1457 | "@babel/plugin-transform-class-properties": "^7.25.9", |
| 1458 | "@babel/plugin-transform-class-static-block": "^7.26.0", |
| 1459 | "@babel/plugin-transform-classes": "^7.25.9", |
| 1460 | "@babel/plugin-transform-computed-properties": "^7.25.9", |
| 1461 | "@babel/plugin-transform-destructuring": "^7.25.9", |
| 1462 | "@babel/plugin-transform-dotall-regex": "^7.25.9", |
| 1463 | "@babel/plugin-transform-duplicate-keys": "^7.25.9", |
| 1464 | "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", |
| 1465 | "@babel/plugin-transform-dynamic-import": "^7.25.9", |
| 1466 | "@babel/plugin-transform-exponentiation-operator": "^7.26.3", |
| 1467 | "@babel/plugin-transform-export-namespace-from": "^7.25.9", |
| 1468 | "@babel/plugin-transform-for-of": "^7.26.9", |
| 1469 | "@babel/plugin-transform-function-name": "^7.25.9", |
| 1470 | "@babel/plugin-transform-json-strings": "^7.25.9", |
| 1471 | "@babel/plugin-transform-literals": "^7.25.9", |
| 1472 | "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", |
| 1473 | "@babel/plugin-transform-member-expression-literals": "^7.25.9", |
| 1474 | "@babel/plugin-transform-modules-amd": "^7.25.9", |
| 1475 | "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
| 1476 | "@babel/plugin-transform-modules-systemjs": "^7.25.9", |
| 1477 | "@babel/plugin-transform-modules-umd": "^7.25.9", |
| 1478 | "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", |
| 1479 | "@babel/plugin-transform-new-target": "^7.25.9", |
| 1480 | "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6", |
| 1481 | "@babel/plugin-transform-numeric-separator": "^7.25.9", |
| 1482 | "@babel/plugin-transform-object-rest-spread": "^7.25.9", |
| 1483 | "@babel/plugin-transform-object-super": "^7.25.9", |
| 1484 | "@babel/plugin-transform-optional-catch-binding": "^7.25.9", |
| 1485 | "@babel/plugin-transform-optional-chaining": "^7.25.9", |
| 1486 | "@babel/plugin-transform-parameters": "^7.25.9", |
| 1487 | "@babel/plugin-transform-private-methods": "^7.25.9", |
| 1488 | "@babel/plugin-transform-private-property-in-object": "^7.25.9", |
| 1489 | "@babel/plugin-transform-property-literals": "^7.25.9", |
| 1490 | "@babel/plugin-transform-regenerator": "^7.25.9", |
| 1491 | "@babel/plugin-transform-regexp-modifiers": "^7.26.0", |
| 1492 | "@babel/plugin-transform-reserved-words": "^7.25.9", |
| 1493 | "@babel/plugin-transform-shorthand-properties": "^7.25.9", |
| 1494 | "@babel/plugin-transform-spread": "^7.25.9", |
| 1495 | "@babel/plugin-transform-sticky-regex": "^7.25.9", |
| 1496 | "@babel/plugin-transform-template-literals": "^7.26.8", |
| 1497 | "@babel/plugin-transform-typeof-symbol": "^7.26.7", |
| 1498 | "@babel/plugin-transform-unicode-escapes": "^7.25.9", |
| 1499 | "@babel/plugin-transform-unicode-property-regex": "^7.25.9", |
| 1500 | "@babel/plugin-transform-unicode-regex": "^7.25.9", |
| 1501 | "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", |
| 1502 | "@babel/preset-modules": "0.1.6-no-external-plugins", |
| 1503 | "babel-plugin-polyfill-corejs2": "^0.4.10", |
| 1504 | "babel-plugin-polyfill-corejs3": "^0.11.0", |
| 1505 | "babel-plugin-polyfill-regenerator": "^0.6.1", |
| 1506 | "core-js-compat": "^3.40.0", |
| 1507 | "semver": "^6.3.1" |
| 1508 | }, |
| 1509 | "engines": { |
| 1510 | "node": ">=6.9.0" |
| 1511 | }, |
| 1512 | "peerDependencies": { |
| 1513 | "@babel/core": "^7.0.0-0" |
| 1514 | } |
| 1515 | }, |
| 1516 | "node_modules/@babel/preset-modules": { |
| 1517 | "version": "0.1.6-no-external-plugins", |
| 1518 | "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", |
| 1519 | "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", |
| 1520 | "license": "MIT", |
| 1521 | "dependencies": { |
| 1522 | "@babel/helper-plugin-utils": "^7.0.0", |
| 1523 | "@babel/types": "^7.4.4", |
| 1524 | "esutils": "^2.0.2" |
| 1525 | }, |
| 1526 | "peerDependencies": { |
| 1527 | "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" |
| 1528 | } |
| 1529 | }, |
| 1530 | "node_modules/@babel/preset-react": { |
| 1531 | "version": "7.26.3", |
| 1532 | "resolved": "https://registry.npmmirror.com/@babel/preset-react/-/preset-react-7.26.3.tgz", |
| 1533 | "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==", |
| 1534 | "license": "MIT", |
| 1535 | "dependencies": { |
| 1536 | "@babel/helper-plugin-utils": "^7.25.9", |
| 1537 | "@babel/helper-validator-option": "^7.25.9", |
| 1538 | "@babel/plugin-transform-react-display-name": "^7.25.9", |
| 1539 | "@babel/plugin-transform-react-jsx": "^7.25.9", |
| 1540 | "@babel/plugin-transform-react-jsx-development": "^7.25.9", |
| 1541 | "@babel/plugin-transform-react-pure-annotations": "^7.25.9" |
| 1542 | }, |
| 1543 | "engines": { |
| 1544 | "node": ">=6.9.0" |
| 1545 | }, |
| 1546 | "peerDependencies": { |
| 1547 | "@babel/core": "^7.0.0-0" |
| 1548 | } |
| 1549 | }, |
| 1550 | "node_modules/@babel/preset-typescript": { |
| 1551 | "version": "7.27.0", |
| 1552 | "resolved": "https://registry.npmmirror.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz", |
| 1553 | "integrity": "sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==", |
| 1554 | "license": "MIT", |
| 1555 | "dependencies": { |
| 1556 | "@babel/helper-plugin-utils": "^7.26.5", |
| 1557 | "@babel/helper-validator-option": "^7.25.9", |
| 1558 | "@babel/plugin-syntax-jsx": "^7.25.9", |
| 1559 | "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
| 1560 | "@babel/plugin-transform-typescript": "^7.27.0" |
| 1561 | }, |
| 1562 | "engines": { |
| 1563 | "node": ">=6.9.0" |
| 1564 | }, |
| 1565 | "peerDependencies": { |
| 1566 | "@babel/core": "^7.0.0-0" |
| 1567 | } |
| 1568 | }, |
| 1569 | "node_modules/@babel/runtime": { |
| 1570 | "version": "7.27.0", |
| 1571 | "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.0.tgz", |
| 1572 | "integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==", |
| 1573 | "license": "MIT", |
| 1574 | "dependencies": { |
| 1575 | "regenerator-runtime": "^0.14.0" |
| 1576 | }, |
| 1577 | "engines": { |
| 1578 | "node": ">=6.9.0" |
| 1579 | } |
| 1580 | }, |
| 1581 | "node_modules/@babel/template": { |
| 1582 | "version": "7.27.0", |
| 1583 | "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.0.tgz", |
| 1584 | "integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==", |
| 1585 | "license": "MIT", |
| 1586 | "dependencies": { |
| 1587 | "@babel/code-frame": "^7.26.2", |
| 1588 | "@babel/parser": "^7.27.0", |
| 1589 | "@babel/types": "^7.27.0" |
| 1590 | }, |
| 1591 | "engines": { |
| 1592 | "node": ">=6.9.0" |
| 1593 | } |
| 1594 | }, |
| 1595 | "node_modules/@babel/traverse": { |
| 1596 | "version": "7.27.0", |
| 1597 | "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.0.tgz", |
| 1598 | "integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==", |
| 1599 | "license": "MIT", |
| 1600 | "dependencies": { |
| 1601 | "@babel/code-frame": "^7.26.2", |
| 1602 | "@babel/generator": "^7.27.0", |
| 1603 | "@babel/parser": "^7.27.0", |
| 1604 | "@babel/template": "^7.27.0", |
| 1605 | "@babel/types": "^7.27.0", |
| 1606 | "debug": "^4.3.1", |
| 1607 | "globals": "^11.1.0" |
| 1608 | }, |
| 1609 | "engines": { |
| 1610 | "node": ">=6.9.0" |
| 1611 | } |
| 1612 | }, |
| 1613 | "node_modules/@babel/types": { |
| 1614 | "version": "7.27.0", |
| 1615 | "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz", |
| 1616 | "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==", |
| 1617 | "license": "MIT", |
| 1618 | "dependencies": { |
| 1619 | "@babel/helper-string-parser": "^7.25.9", |
| 1620 | "@babel/helper-validator-identifier": "^7.25.9" |
| 1621 | }, |
| 1622 | "engines": { |
| 1623 | "node": ">=6.9.0" |
| 1624 | } |
| 1625 | }, |
| 1626 | "node_modules/@csstools/cascade-layer-name-parser": { |
| 1627 | "version": "2.0.4", |
| 1628 | "resolved": "https://registry.npmmirror.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz", |
| 1629 | "integrity": "sha512-7DFHlPuIxviKYZrOiwVU/PiHLm3lLUR23OMuEEtfEOQTOp9hzQ2JjdY6X5H18RVuUPJqSCI+qNnD5iOLMVE0bA==", |
| 1630 | "dev": true, |
| 1631 | "funding": [ |
| 1632 | { |
| 1633 | "type": "github", |
| 1634 | "url": "https://github.com/sponsors/csstools" |
| 1635 | }, |
| 1636 | { |
| 1637 | "type": "opencollective", |
| 1638 | "url": "https://opencollective.com/csstools" |
| 1639 | } |
| 1640 | ], |
| 1641 | "license": "MIT", |
| 1642 | "engines": { |
| 1643 | "node": ">=18" |
| 1644 | }, |
| 1645 | "peerDependencies": { |
| 1646 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1647 | "@csstools/css-tokenizer": "^3.0.3" |
| 1648 | } |
| 1649 | }, |
| 1650 | "node_modules/@csstools/color-helpers": { |
| 1651 | "version": "5.0.2", |
| 1652 | "resolved": "https://registry.npmmirror.com/@csstools/color-helpers/-/color-helpers-5.0.2.tgz", |
| 1653 | "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==", |
| 1654 | "dev": true, |
| 1655 | "funding": [ |
| 1656 | { |
| 1657 | "type": "github", |
| 1658 | "url": "https://github.com/sponsors/csstools" |
| 1659 | }, |
| 1660 | { |
| 1661 | "type": "opencollective", |
| 1662 | "url": "https://opencollective.com/csstools" |
| 1663 | } |
| 1664 | ], |
| 1665 | "license": "MIT-0", |
| 1666 | "engines": { |
| 1667 | "node": ">=18" |
| 1668 | } |
| 1669 | }, |
| 1670 | "node_modules/@csstools/css-calc": { |
| 1671 | "version": "2.1.2", |
| 1672 | "resolved": "https://registry.npmmirror.com/@csstools/css-calc/-/css-calc-2.1.2.tgz", |
| 1673 | "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==", |
| 1674 | "dev": true, |
| 1675 | "funding": [ |
| 1676 | { |
| 1677 | "type": "github", |
| 1678 | "url": "https://github.com/sponsors/csstools" |
| 1679 | }, |
| 1680 | { |
| 1681 | "type": "opencollective", |
| 1682 | "url": "https://opencollective.com/csstools" |
| 1683 | } |
| 1684 | ], |
| 1685 | "license": "MIT", |
| 1686 | "engines": { |
| 1687 | "node": ">=18" |
| 1688 | }, |
| 1689 | "peerDependencies": { |
| 1690 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1691 | "@csstools/css-tokenizer": "^3.0.3" |
| 1692 | } |
| 1693 | }, |
| 1694 | "node_modules/@csstools/css-color-parser": { |
| 1695 | "version": "3.0.8", |
| 1696 | "resolved": "https://registry.npmmirror.com/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz", |
| 1697 | "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==", |
| 1698 | "dev": true, |
| 1699 | "funding": [ |
| 1700 | { |
| 1701 | "type": "github", |
| 1702 | "url": "https://github.com/sponsors/csstools" |
| 1703 | }, |
| 1704 | { |
| 1705 | "type": "opencollective", |
| 1706 | "url": "https://opencollective.com/csstools" |
| 1707 | } |
| 1708 | ], |
| 1709 | "license": "MIT", |
| 1710 | "dependencies": { |
| 1711 | "@csstools/color-helpers": "^5.0.2", |
| 1712 | "@csstools/css-calc": "^2.1.2" |
| 1713 | }, |
| 1714 | "engines": { |
| 1715 | "node": ">=18" |
| 1716 | }, |
| 1717 | "peerDependencies": { |
| 1718 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1719 | "@csstools/css-tokenizer": "^3.0.3" |
| 1720 | } |
| 1721 | }, |
| 1722 | "node_modules/@csstools/css-parser-algorithms": { |
| 1723 | "version": "3.0.4", |
| 1724 | "resolved": "https://registry.npmmirror.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz", |
| 1725 | "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==", |
| 1726 | "dev": true, |
| 1727 | "funding": [ |
| 1728 | { |
| 1729 | "type": "github", |
| 1730 | "url": "https://github.com/sponsors/csstools" |
| 1731 | }, |
| 1732 | { |
| 1733 | "type": "opencollective", |
| 1734 | "url": "https://opencollective.com/csstools" |
| 1735 | } |
| 1736 | ], |
| 1737 | "license": "MIT", |
| 1738 | "engines": { |
| 1739 | "node": ">=18" |
| 1740 | }, |
| 1741 | "peerDependencies": { |
| 1742 | "@csstools/css-tokenizer": "^3.0.3" |
| 1743 | } |
| 1744 | }, |
| 1745 | "node_modules/@csstools/css-tokenizer": { |
| 1746 | "version": "3.0.3", |
| 1747 | "resolved": "https://registry.npmmirror.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz", |
| 1748 | "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==", |
| 1749 | "dev": true, |
| 1750 | "funding": [ |
| 1751 | { |
| 1752 | "type": "github", |
| 1753 | "url": "https://github.com/sponsors/csstools" |
| 1754 | }, |
| 1755 | { |
| 1756 | "type": "opencollective", |
| 1757 | "url": "https://opencollective.com/csstools" |
| 1758 | } |
| 1759 | ], |
| 1760 | "license": "MIT", |
| 1761 | "engines": { |
| 1762 | "node": ">=18" |
| 1763 | } |
| 1764 | }, |
| 1765 | "node_modules/@csstools/media-query-list-parser": { |
| 1766 | "version": "4.0.2", |
| 1767 | "resolved": "https://registry.npmmirror.com/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz", |
| 1768 | "integrity": "sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==", |
| 1769 | "dev": true, |
| 1770 | "funding": [ |
| 1771 | { |
| 1772 | "type": "github", |
| 1773 | "url": "https://github.com/sponsors/csstools" |
| 1774 | }, |
| 1775 | { |
| 1776 | "type": "opencollective", |
| 1777 | "url": "https://opencollective.com/csstools" |
| 1778 | } |
| 1779 | ], |
| 1780 | "license": "MIT", |
| 1781 | "engines": { |
| 1782 | "node": ">=18" |
| 1783 | }, |
| 1784 | "peerDependencies": { |
| 1785 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1786 | "@csstools/css-tokenizer": "^3.0.3" |
| 1787 | } |
| 1788 | }, |
| 1789 | "node_modules/@csstools/postcss-cascade-layers": { |
| 1790 | "version": "5.0.1", |
| 1791 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.1.tgz", |
| 1792 | "integrity": "sha512-XOfhI7GShVcKiKwmPAnWSqd2tBR0uxt+runAxttbSp/LY2U16yAVPmAf7e9q4JJ0d+xMNmpwNDLBXnmRCl3HMQ==", |
| 1793 | "dev": true, |
| 1794 | "funding": [ |
| 1795 | { |
| 1796 | "type": "github", |
| 1797 | "url": "https://github.com/sponsors/csstools" |
| 1798 | }, |
| 1799 | { |
| 1800 | "type": "opencollective", |
| 1801 | "url": "https://opencollective.com/csstools" |
| 1802 | } |
| 1803 | ], |
| 1804 | "license": "MIT-0", |
| 1805 | "dependencies": { |
| 1806 | "@csstools/selector-specificity": "^5.0.0", |
| 1807 | "postcss-selector-parser": "^7.0.0" |
| 1808 | }, |
| 1809 | "engines": { |
| 1810 | "node": ">=18" |
| 1811 | }, |
| 1812 | "peerDependencies": { |
| 1813 | "postcss": "^8.4" |
| 1814 | } |
| 1815 | }, |
| 1816 | "node_modules/@csstools/postcss-color-function": { |
| 1817 | "version": "4.0.8", |
| 1818 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-color-function/-/postcss-color-function-4.0.8.tgz", |
| 1819 | "integrity": "sha512-9dUvP2qpZI6PlGQ/sob+95B3u5u7nkYt9yhZFCC7G9HBRHBxj+QxS/wUlwaMGYW0waf+NIierI8aoDTssEdRYw==", |
| 1820 | "dev": true, |
| 1821 | "funding": [ |
| 1822 | { |
| 1823 | "type": "github", |
| 1824 | "url": "https://github.com/sponsors/csstools" |
| 1825 | }, |
| 1826 | { |
| 1827 | "type": "opencollective", |
| 1828 | "url": "https://opencollective.com/csstools" |
| 1829 | } |
| 1830 | ], |
| 1831 | "license": "MIT-0", |
| 1832 | "dependencies": { |
| 1833 | "@csstools/css-color-parser": "^3.0.8", |
| 1834 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1835 | "@csstools/css-tokenizer": "^3.0.3", |
| 1836 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 1837 | "@csstools/utilities": "^2.0.0" |
| 1838 | }, |
| 1839 | "engines": { |
| 1840 | "node": ">=18" |
| 1841 | }, |
| 1842 | "peerDependencies": { |
| 1843 | "postcss": "^8.4" |
| 1844 | } |
| 1845 | }, |
| 1846 | "node_modules/@csstools/postcss-color-mix-function": { |
| 1847 | "version": "3.0.8", |
| 1848 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.8.tgz", |
| 1849 | "integrity": "sha512-yuZpgWUzqZWQhEqfvtJufhl28DgO9sBwSbXbf/59gejNuvZcoUTRGQZhzhwF4ccqb53YAGB+u92z9+eSKoB4YA==", |
| 1850 | "dev": true, |
| 1851 | "funding": [ |
| 1852 | { |
| 1853 | "type": "github", |
| 1854 | "url": "https://github.com/sponsors/csstools" |
| 1855 | }, |
| 1856 | { |
| 1857 | "type": "opencollective", |
| 1858 | "url": "https://opencollective.com/csstools" |
| 1859 | } |
| 1860 | ], |
| 1861 | "license": "MIT-0", |
| 1862 | "dependencies": { |
| 1863 | "@csstools/css-color-parser": "^3.0.8", |
| 1864 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1865 | "@csstools/css-tokenizer": "^3.0.3", |
| 1866 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 1867 | "@csstools/utilities": "^2.0.0" |
| 1868 | }, |
| 1869 | "engines": { |
| 1870 | "node": ">=18" |
| 1871 | }, |
| 1872 | "peerDependencies": { |
| 1873 | "postcss": "^8.4" |
| 1874 | } |
| 1875 | }, |
| 1876 | "node_modules/@csstools/postcss-content-alt-text": { |
| 1877 | "version": "2.0.4", |
| 1878 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.4.tgz", |
| 1879 | "integrity": "sha512-YItlZUOuZJCBlRaCf8Aucc1lgN41qYGALMly0qQllrxYJhiyzlI6RxOTMUvtWk+KhS8GphMDsDhKQ7KTPfEMSw==", |
| 1880 | "dev": true, |
| 1881 | "funding": [ |
| 1882 | { |
| 1883 | "type": "github", |
| 1884 | "url": "https://github.com/sponsors/csstools" |
| 1885 | }, |
| 1886 | { |
| 1887 | "type": "opencollective", |
| 1888 | "url": "https://opencollective.com/csstools" |
| 1889 | } |
| 1890 | ], |
| 1891 | "license": "MIT-0", |
| 1892 | "dependencies": { |
| 1893 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1894 | "@csstools/css-tokenizer": "^3.0.3", |
| 1895 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 1896 | "@csstools/utilities": "^2.0.0" |
| 1897 | }, |
| 1898 | "engines": { |
| 1899 | "node": ">=18" |
| 1900 | }, |
| 1901 | "peerDependencies": { |
| 1902 | "postcss": "^8.4" |
| 1903 | } |
| 1904 | }, |
| 1905 | "node_modules/@csstools/postcss-exponential-functions": { |
| 1906 | "version": "2.0.7", |
| 1907 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.7.tgz", |
| 1908 | "integrity": "sha512-XTb6Mw0v2qXtQYRW9d9duAjDnoTbBpsngD7sRNLmYDjvwU2ebpIHplyxgOeo6jp/Kr52gkLi5VaK5RDCqzMzZQ==", |
| 1909 | "dev": true, |
| 1910 | "funding": [ |
| 1911 | { |
| 1912 | "type": "github", |
| 1913 | "url": "https://github.com/sponsors/csstools" |
| 1914 | }, |
| 1915 | { |
| 1916 | "type": "opencollective", |
| 1917 | "url": "https://opencollective.com/csstools" |
| 1918 | } |
| 1919 | ], |
| 1920 | "license": "MIT-0", |
| 1921 | "dependencies": { |
| 1922 | "@csstools/css-calc": "^2.1.2", |
| 1923 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1924 | "@csstools/css-tokenizer": "^3.0.3" |
| 1925 | }, |
| 1926 | "engines": { |
| 1927 | "node": ">=18" |
| 1928 | }, |
| 1929 | "peerDependencies": { |
| 1930 | "postcss": "^8.4" |
| 1931 | } |
| 1932 | }, |
| 1933 | "node_modules/@csstools/postcss-font-format-keywords": { |
| 1934 | "version": "4.0.0", |
| 1935 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz", |
| 1936 | "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==", |
| 1937 | "dev": true, |
| 1938 | "funding": [ |
| 1939 | { |
| 1940 | "type": "github", |
| 1941 | "url": "https://github.com/sponsors/csstools" |
| 1942 | }, |
| 1943 | { |
| 1944 | "type": "opencollective", |
| 1945 | "url": "https://opencollective.com/csstools" |
| 1946 | } |
| 1947 | ], |
| 1948 | "license": "MIT-0", |
| 1949 | "dependencies": { |
| 1950 | "@csstools/utilities": "^2.0.0", |
| 1951 | "postcss-value-parser": "^4.2.0" |
| 1952 | }, |
| 1953 | "engines": { |
| 1954 | "node": ">=18" |
| 1955 | }, |
| 1956 | "peerDependencies": { |
| 1957 | "postcss": "^8.4" |
| 1958 | } |
| 1959 | }, |
| 1960 | "node_modules/@csstools/postcss-gamut-mapping": { |
| 1961 | "version": "2.0.8", |
| 1962 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.8.tgz", |
| 1963 | "integrity": "sha512-/K8u9ZyGMGPjmwCSIjgaOLKfic2RIGdFHHes84XW5LnmrvdhOTVxo255NppHi3ROEvoHPW7MplMJgjZK5Q+TxA==", |
| 1964 | "dev": true, |
| 1965 | "funding": [ |
| 1966 | { |
| 1967 | "type": "github", |
| 1968 | "url": "https://github.com/sponsors/csstools" |
| 1969 | }, |
| 1970 | { |
| 1971 | "type": "opencollective", |
| 1972 | "url": "https://opencollective.com/csstools" |
| 1973 | } |
| 1974 | ], |
| 1975 | "license": "MIT-0", |
| 1976 | "dependencies": { |
| 1977 | "@csstools/css-color-parser": "^3.0.8", |
| 1978 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 1979 | "@csstools/css-tokenizer": "^3.0.3" |
| 1980 | }, |
| 1981 | "engines": { |
| 1982 | "node": ">=18" |
| 1983 | }, |
| 1984 | "peerDependencies": { |
| 1985 | "postcss": "^8.4" |
| 1986 | } |
| 1987 | }, |
| 1988 | "node_modules/@csstools/postcss-gradients-interpolation-method": { |
| 1989 | "version": "5.0.8", |
| 1990 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.8.tgz", |
| 1991 | "integrity": "sha512-CoHQ/0UXrvxLovu0ZeW6c3/20hjJ/QRg6lyXm3dZLY/JgvRU6bdbQZF/Du30A4TvowfcgvIHQmP1bNXUxgDrAw==", |
| 1992 | "dev": true, |
| 1993 | "funding": [ |
| 1994 | { |
| 1995 | "type": "github", |
| 1996 | "url": "https://github.com/sponsors/csstools" |
| 1997 | }, |
| 1998 | { |
| 1999 | "type": "opencollective", |
| 2000 | "url": "https://opencollective.com/csstools" |
| 2001 | } |
| 2002 | ], |
| 2003 | "license": "MIT-0", |
| 2004 | "dependencies": { |
| 2005 | "@csstools/css-color-parser": "^3.0.8", |
| 2006 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2007 | "@csstools/css-tokenizer": "^3.0.3", |
| 2008 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2009 | "@csstools/utilities": "^2.0.0" |
| 2010 | }, |
| 2011 | "engines": { |
| 2012 | "node": ">=18" |
| 2013 | }, |
| 2014 | "peerDependencies": { |
| 2015 | "postcss": "^8.4" |
| 2016 | } |
| 2017 | }, |
| 2018 | "node_modules/@csstools/postcss-hwb-function": { |
| 2019 | "version": "4.0.8", |
| 2020 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.8.tgz", |
| 2021 | "integrity": "sha512-LpFKjX6hblpeqyych1cKmk+3FJZ19QmaJtqincySoMkbkG/w2tfbnO5oE6mlnCTXcGUJ0rCEuRHvTqKK0nHYUQ==", |
| 2022 | "dev": true, |
| 2023 | "funding": [ |
| 2024 | { |
| 2025 | "type": "github", |
| 2026 | "url": "https://github.com/sponsors/csstools" |
| 2027 | }, |
| 2028 | { |
| 2029 | "type": "opencollective", |
| 2030 | "url": "https://opencollective.com/csstools" |
| 2031 | } |
| 2032 | ], |
| 2033 | "license": "MIT-0", |
| 2034 | "dependencies": { |
| 2035 | "@csstools/css-color-parser": "^3.0.8", |
| 2036 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2037 | "@csstools/css-tokenizer": "^3.0.3", |
| 2038 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2039 | "@csstools/utilities": "^2.0.0" |
| 2040 | }, |
| 2041 | "engines": { |
| 2042 | "node": ">=18" |
| 2043 | }, |
| 2044 | "peerDependencies": { |
| 2045 | "postcss": "^8.4" |
| 2046 | } |
| 2047 | }, |
| 2048 | "node_modules/@csstools/postcss-ic-unit": { |
| 2049 | "version": "4.0.0", |
| 2050 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.0.tgz", |
| 2051 | "integrity": "sha512-9QT5TDGgx7wD3EEMN3BSUG6ckb6Eh5gSPT5kZoVtUuAonfPmLDJyPhqR4ntPpMYhUKAMVKAg3I/AgzqHMSeLhA==", |
| 2052 | "dev": true, |
| 2053 | "funding": [ |
| 2054 | { |
| 2055 | "type": "github", |
| 2056 | "url": "https://github.com/sponsors/csstools" |
| 2057 | }, |
| 2058 | { |
| 2059 | "type": "opencollective", |
| 2060 | "url": "https://opencollective.com/csstools" |
| 2061 | } |
| 2062 | ], |
| 2063 | "license": "MIT-0", |
| 2064 | "dependencies": { |
| 2065 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2066 | "@csstools/utilities": "^2.0.0", |
| 2067 | "postcss-value-parser": "^4.2.0" |
| 2068 | }, |
| 2069 | "engines": { |
| 2070 | "node": ">=18" |
| 2071 | }, |
| 2072 | "peerDependencies": { |
| 2073 | "postcss": "^8.4" |
| 2074 | } |
| 2075 | }, |
| 2076 | "node_modules/@csstools/postcss-initial": { |
| 2077 | "version": "2.0.1", |
| 2078 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz", |
| 2079 | "integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==", |
| 2080 | "dev": true, |
| 2081 | "funding": [ |
| 2082 | { |
| 2083 | "type": "github", |
| 2084 | "url": "https://github.com/sponsors/csstools" |
| 2085 | }, |
| 2086 | { |
| 2087 | "type": "opencollective", |
| 2088 | "url": "https://opencollective.com/csstools" |
| 2089 | } |
| 2090 | ], |
| 2091 | "license": "MIT-0", |
| 2092 | "engines": { |
| 2093 | "node": ">=18" |
| 2094 | }, |
| 2095 | "peerDependencies": { |
| 2096 | "postcss": "^8.4" |
| 2097 | } |
| 2098 | }, |
| 2099 | "node_modules/@csstools/postcss-is-pseudo-class": { |
| 2100 | "version": "5.0.1", |
| 2101 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.1.tgz", |
| 2102 | "integrity": "sha512-JLp3POui4S1auhDR0n8wHd/zTOWmMsmK3nQd3hhL6FhWPaox5W7j1se6zXOG/aP07wV2ww0lxbKYGwbBszOtfQ==", |
| 2103 | "dev": true, |
| 2104 | "funding": [ |
| 2105 | { |
| 2106 | "type": "github", |
| 2107 | "url": "https://github.com/sponsors/csstools" |
| 2108 | }, |
| 2109 | { |
| 2110 | "type": "opencollective", |
| 2111 | "url": "https://opencollective.com/csstools" |
| 2112 | } |
| 2113 | ], |
| 2114 | "license": "MIT-0", |
| 2115 | "dependencies": { |
| 2116 | "@csstools/selector-specificity": "^5.0.0", |
| 2117 | "postcss-selector-parser": "^7.0.0" |
| 2118 | }, |
| 2119 | "engines": { |
| 2120 | "node": ">=18" |
| 2121 | }, |
| 2122 | "peerDependencies": { |
| 2123 | "postcss": "^8.4" |
| 2124 | } |
| 2125 | }, |
| 2126 | "node_modules/@csstools/postcss-light-dark-function": { |
| 2127 | "version": "2.0.7", |
| 2128 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.7.tgz", |
| 2129 | "integrity": "sha512-ZZ0rwlanYKOHekyIPaU+sVm3BEHCe+Ha0/px+bmHe62n0Uc1lL34vbwrLYn6ote8PHlsqzKeTQdIejQCJ05tfw==", |
| 2130 | "dev": true, |
| 2131 | "funding": [ |
| 2132 | { |
| 2133 | "type": "github", |
| 2134 | "url": "https://github.com/sponsors/csstools" |
| 2135 | }, |
| 2136 | { |
| 2137 | "type": "opencollective", |
| 2138 | "url": "https://opencollective.com/csstools" |
| 2139 | } |
| 2140 | ], |
| 2141 | "license": "MIT-0", |
| 2142 | "dependencies": { |
| 2143 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2144 | "@csstools/css-tokenizer": "^3.0.3", |
| 2145 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2146 | "@csstools/utilities": "^2.0.0" |
| 2147 | }, |
| 2148 | "engines": { |
| 2149 | "node": ">=18" |
| 2150 | }, |
| 2151 | "peerDependencies": { |
| 2152 | "postcss": "^8.4" |
| 2153 | } |
| 2154 | }, |
| 2155 | "node_modules/@csstools/postcss-logical-float-and-clear": { |
| 2156 | "version": "3.0.0", |
| 2157 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz", |
| 2158 | "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==", |
| 2159 | "dev": true, |
| 2160 | "funding": [ |
| 2161 | { |
| 2162 | "type": "github", |
| 2163 | "url": "https://github.com/sponsors/csstools" |
| 2164 | }, |
| 2165 | { |
| 2166 | "type": "opencollective", |
| 2167 | "url": "https://opencollective.com/csstools" |
| 2168 | } |
| 2169 | ], |
| 2170 | "license": "MIT-0", |
| 2171 | "engines": { |
| 2172 | "node": ">=18" |
| 2173 | }, |
| 2174 | "peerDependencies": { |
| 2175 | "postcss": "^8.4" |
| 2176 | } |
| 2177 | }, |
| 2178 | "node_modules/@csstools/postcss-logical-overflow": { |
| 2179 | "version": "2.0.0", |
| 2180 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz", |
| 2181 | "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==", |
| 2182 | "dev": true, |
| 2183 | "funding": [ |
| 2184 | { |
| 2185 | "type": "github", |
| 2186 | "url": "https://github.com/sponsors/csstools" |
| 2187 | }, |
| 2188 | { |
| 2189 | "type": "opencollective", |
| 2190 | "url": "https://opencollective.com/csstools" |
| 2191 | } |
| 2192 | ], |
| 2193 | "license": "MIT-0", |
| 2194 | "engines": { |
| 2195 | "node": ">=18" |
| 2196 | }, |
| 2197 | "peerDependencies": { |
| 2198 | "postcss": "^8.4" |
| 2199 | } |
| 2200 | }, |
| 2201 | "node_modules/@csstools/postcss-logical-overscroll-behavior": { |
| 2202 | "version": "2.0.0", |
| 2203 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz", |
| 2204 | "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==", |
| 2205 | "dev": true, |
| 2206 | "funding": [ |
| 2207 | { |
| 2208 | "type": "github", |
| 2209 | "url": "https://github.com/sponsors/csstools" |
| 2210 | }, |
| 2211 | { |
| 2212 | "type": "opencollective", |
| 2213 | "url": "https://opencollective.com/csstools" |
| 2214 | } |
| 2215 | ], |
| 2216 | "license": "MIT-0", |
| 2217 | "engines": { |
| 2218 | "node": ">=18" |
| 2219 | }, |
| 2220 | "peerDependencies": { |
| 2221 | "postcss": "^8.4" |
| 2222 | } |
| 2223 | }, |
| 2224 | "node_modules/@csstools/postcss-logical-resize": { |
| 2225 | "version": "3.0.0", |
| 2226 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz", |
| 2227 | "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==", |
| 2228 | "dev": true, |
| 2229 | "funding": [ |
| 2230 | { |
| 2231 | "type": "github", |
| 2232 | "url": "https://github.com/sponsors/csstools" |
| 2233 | }, |
| 2234 | { |
| 2235 | "type": "opencollective", |
| 2236 | "url": "https://opencollective.com/csstools" |
| 2237 | } |
| 2238 | ], |
| 2239 | "license": "MIT-0", |
| 2240 | "dependencies": { |
| 2241 | "postcss-value-parser": "^4.2.0" |
| 2242 | }, |
| 2243 | "engines": { |
| 2244 | "node": ">=18" |
| 2245 | }, |
| 2246 | "peerDependencies": { |
| 2247 | "postcss": "^8.4" |
| 2248 | } |
| 2249 | }, |
| 2250 | "node_modules/@csstools/postcss-logical-viewport-units": { |
| 2251 | "version": "3.0.3", |
| 2252 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.3.tgz", |
| 2253 | "integrity": "sha512-OC1IlG/yoGJdi0Y+7duz/kU/beCwO+Gua01sD6GtOtLi7ByQUpcIqs7UE/xuRPay4cHgOMatWdnDdsIDjnWpPw==", |
| 2254 | "dev": true, |
| 2255 | "funding": [ |
| 2256 | { |
| 2257 | "type": "github", |
| 2258 | "url": "https://github.com/sponsors/csstools" |
| 2259 | }, |
| 2260 | { |
| 2261 | "type": "opencollective", |
| 2262 | "url": "https://opencollective.com/csstools" |
| 2263 | } |
| 2264 | ], |
| 2265 | "license": "MIT-0", |
| 2266 | "dependencies": { |
| 2267 | "@csstools/css-tokenizer": "^3.0.3", |
| 2268 | "@csstools/utilities": "^2.0.0" |
| 2269 | }, |
| 2270 | "engines": { |
| 2271 | "node": ">=18" |
| 2272 | }, |
| 2273 | "peerDependencies": { |
| 2274 | "postcss": "^8.4" |
| 2275 | } |
| 2276 | }, |
| 2277 | "node_modules/@csstools/postcss-media-minmax": { |
| 2278 | "version": "2.0.7", |
| 2279 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.7.tgz", |
| 2280 | "integrity": "sha512-LB6tIP7iBZb5CYv8iRenfBZmbaG3DWNEziOnPjGoQX5P94FBPvvTBy68b/d9NnS5PELKwFmmOYsAEIgEhDPCHA==", |
| 2281 | "dev": true, |
| 2282 | "funding": [ |
| 2283 | { |
| 2284 | "type": "github", |
| 2285 | "url": "https://github.com/sponsors/csstools" |
| 2286 | }, |
| 2287 | { |
| 2288 | "type": "opencollective", |
| 2289 | "url": "https://opencollective.com/csstools" |
| 2290 | } |
| 2291 | ], |
| 2292 | "license": "MIT", |
| 2293 | "dependencies": { |
| 2294 | "@csstools/css-calc": "^2.1.2", |
| 2295 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2296 | "@csstools/css-tokenizer": "^3.0.3", |
| 2297 | "@csstools/media-query-list-parser": "^4.0.2" |
| 2298 | }, |
| 2299 | "engines": { |
| 2300 | "node": ">=18" |
| 2301 | }, |
| 2302 | "peerDependencies": { |
| 2303 | "postcss": "^8.4" |
| 2304 | } |
| 2305 | }, |
| 2306 | "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": { |
| 2307 | "version": "3.0.4", |
| 2308 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.4.tgz", |
| 2309 | "integrity": "sha512-AnGjVslHMm5xw9keusQYvjVWvuS7KWK+OJagaG0+m9QnIjZsrysD2kJP/tr/UJIyYtMCtu8OkUd+Rajb4DqtIQ==", |
| 2310 | "dev": true, |
| 2311 | "funding": [ |
| 2312 | { |
| 2313 | "type": "github", |
| 2314 | "url": "https://github.com/sponsors/csstools" |
| 2315 | }, |
| 2316 | { |
| 2317 | "type": "opencollective", |
| 2318 | "url": "https://opencollective.com/csstools" |
| 2319 | } |
| 2320 | ], |
| 2321 | "license": "MIT-0", |
| 2322 | "dependencies": { |
| 2323 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2324 | "@csstools/css-tokenizer": "^3.0.3", |
| 2325 | "@csstools/media-query-list-parser": "^4.0.2" |
| 2326 | }, |
| 2327 | "engines": { |
| 2328 | "node": ">=18" |
| 2329 | }, |
| 2330 | "peerDependencies": { |
| 2331 | "postcss": "^8.4" |
| 2332 | } |
| 2333 | }, |
| 2334 | "node_modules/@csstools/postcss-nested-calc": { |
| 2335 | "version": "4.0.0", |
| 2336 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz", |
| 2337 | "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==", |
| 2338 | "dev": true, |
| 2339 | "funding": [ |
| 2340 | { |
| 2341 | "type": "github", |
| 2342 | "url": "https://github.com/sponsors/csstools" |
| 2343 | }, |
| 2344 | { |
| 2345 | "type": "opencollective", |
| 2346 | "url": "https://opencollective.com/csstools" |
| 2347 | } |
| 2348 | ], |
| 2349 | "license": "MIT-0", |
| 2350 | "dependencies": { |
| 2351 | "@csstools/utilities": "^2.0.0", |
| 2352 | "postcss-value-parser": "^4.2.0" |
| 2353 | }, |
| 2354 | "engines": { |
| 2355 | "node": ">=18" |
| 2356 | }, |
| 2357 | "peerDependencies": { |
| 2358 | "postcss": "^8.4" |
| 2359 | } |
| 2360 | }, |
| 2361 | "node_modules/@csstools/postcss-normalize-display-values": { |
| 2362 | "version": "4.0.0", |
| 2363 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz", |
| 2364 | "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==", |
| 2365 | "dev": true, |
| 2366 | "funding": [ |
| 2367 | { |
| 2368 | "type": "github", |
| 2369 | "url": "https://github.com/sponsors/csstools" |
| 2370 | }, |
| 2371 | { |
| 2372 | "type": "opencollective", |
| 2373 | "url": "https://opencollective.com/csstools" |
| 2374 | } |
| 2375 | ], |
| 2376 | "license": "MIT-0", |
| 2377 | "dependencies": { |
| 2378 | "postcss-value-parser": "^4.2.0" |
| 2379 | }, |
| 2380 | "engines": { |
| 2381 | "node": ">=18" |
| 2382 | }, |
| 2383 | "peerDependencies": { |
| 2384 | "postcss": "^8.4" |
| 2385 | } |
| 2386 | }, |
| 2387 | "node_modules/@csstools/postcss-oklab-function": { |
| 2388 | "version": "4.0.8", |
| 2389 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.8.tgz", |
| 2390 | "integrity": "sha512-+5aPsNWgxohXoYNS1f+Ys0x3Qnfehgygv3qrPyv+Y25G0yX54/WlVB+IXprqBLOXHM1gsVF+QQSjlArhygna0Q==", |
| 2391 | "dev": true, |
| 2392 | "funding": [ |
| 2393 | { |
| 2394 | "type": "github", |
| 2395 | "url": "https://github.com/sponsors/csstools" |
| 2396 | }, |
| 2397 | { |
| 2398 | "type": "opencollective", |
| 2399 | "url": "https://opencollective.com/csstools" |
| 2400 | } |
| 2401 | ], |
| 2402 | "license": "MIT-0", |
| 2403 | "dependencies": { |
| 2404 | "@csstools/css-color-parser": "^3.0.8", |
| 2405 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2406 | "@csstools/css-tokenizer": "^3.0.3", |
| 2407 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2408 | "@csstools/utilities": "^2.0.0" |
| 2409 | }, |
| 2410 | "engines": { |
| 2411 | "node": ">=18" |
| 2412 | }, |
| 2413 | "peerDependencies": { |
| 2414 | "postcss": "^8.4" |
| 2415 | } |
| 2416 | }, |
| 2417 | "node_modules/@csstools/postcss-progressive-custom-properties": { |
| 2418 | "version": "4.0.0", |
| 2419 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.0.0.tgz", |
| 2420 | "integrity": "sha512-XQPtROaQjomnvLUSy/bALTR5VCtTVUFwYs1SblvYgLSeTo2a/bMNwUwo2piXw5rTv/FEYiy5yPSXBqg9OKUx7Q==", |
| 2421 | "dev": true, |
| 2422 | "funding": [ |
| 2423 | { |
| 2424 | "type": "github", |
| 2425 | "url": "https://github.com/sponsors/csstools" |
| 2426 | }, |
| 2427 | { |
| 2428 | "type": "opencollective", |
| 2429 | "url": "https://opencollective.com/csstools" |
| 2430 | } |
| 2431 | ], |
| 2432 | "license": "MIT-0", |
| 2433 | "dependencies": { |
| 2434 | "postcss-value-parser": "^4.2.0" |
| 2435 | }, |
| 2436 | "engines": { |
| 2437 | "node": ">=18" |
| 2438 | }, |
| 2439 | "peerDependencies": { |
| 2440 | "postcss": "^8.4" |
| 2441 | } |
| 2442 | }, |
| 2443 | "node_modules/@csstools/postcss-random-function": { |
| 2444 | "version": "1.0.3", |
| 2445 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-random-function/-/postcss-random-function-1.0.3.tgz", |
| 2446 | "integrity": "sha512-dbNeEEPHxAwfQJ3duRL5IPpuD77QAHtRl4bAHRs0vOVhVbHrsL7mHnwe0irYjbs9kYwhAHZBQTLBgmvufPuRkA==", |
| 2447 | "dev": true, |
| 2448 | "funding": [ |
| 2449 | { |
| 2450 | "type": "github", |
| 2451 | "url": "https://github.com/sponsors/csstools" |
| 2452 | }, |
| 2453 | { |
| 2454 | "type": "opencollective", |
| 2455 | "url": "https://opencollective.com/csstools" |
| 2456 | } |
| 2457 | ], |
| 2458 | "license": "MIT-0", |
| 2459 | "dependencies": { |
| 2460 | "@csstools/css-calc": "^2.1.2", |
| 2461 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2462 | "@csstools/css-tokenizer": "^3.0.3" |
| 2463 | }, |
| 2464 | "engines": { |
| 2465 | "node": ">=18" |
| 2466 | }, |
| 2467 | "peerDependencies": { |
| 2468 | "postcss": "^8.4" |
| 2469 | } |
| 2470 | }, |
| 2471 | "node_modules/@csstools/postcss-relative-color-syntax": { |
| 2472 | "version": "3.0.8", |
| 2473 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.8.tgz", |
| 2474 | "integrity": "sha512-eGE31oLnJDoUysDdjS9MLxNZdtqqSxjDXMdISpLh80QMaYrKs7VINpid34tWQ+iU23Wg5x76qAzf1Q/SLLbZVg==", |
| 2475 | "dev": true, |
| 2476 | "funding": [ |
| 2477 | { |
| 2478 | "type": "github", |
| 2479 | "url": "https://github.com/sponsors/csstools" |
| 2480 | }, |
| 2481 | { |
| 2482 | "type": "opencollective", |
| 2483 | "url": "https://opencollective.com/csstools" |
| 2484 | } |
| 2485 | ], |
| 2486 | "license": "MIT-0", |
| 2487 | "dependencies": { |
| 2488 | "@csstools/css-color-parser": "^3.0.8", |
| 2489 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2490 | "@csstools/css-tokenizer": "^3.0.3", |
| 2491 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2492 | "@csstools/utilities": "^2.0.0" |
| 2493 | }, |
| 2494 | "engines": { |
| 2495 | "node": ">=18" |
| 2496 | }, |
| 2497 | "peerDependencies": { |
| 2498 | "postcss": "^8.4" |
| 2499 | } |
| 2500 | }, |
| 2501 | "node_modules/@csstools/postcss-scope-pseudo-class": { |
| 2502 | "version": "4.0.1", |
| 2503 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz", |
| 2504 | "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==", |
| 2505 | "dev": true, |
| 2506 | "funding": [ |
| 2507 | { |
| 2508 | "type": "github", |
| 2509 | "url": "https://github.com/sponsors/csstools" |
| 2510 | }, |
| 2511 | { |
| 2512 | "type": "opencollective", |
| 2513 | "url": "https://opencollective.com/csstools" |
| 2514 | } |
| 2515 | ], |
| 2516 | "license": "MIT-0", |
| 2517 | "dependencies": { |
| 2518 | "postcss-selector-parser": "^7.0.0" |
| 2519 | }, |
| 2520 | "engines": { |
| 2521 | "node": ">=18" |
| 2522 | }, |
| 2523 | "peerDependencies": { |
| 2524 | "postcss": "^8.4" |
| 2525 | } |
| 2526 | }, |
| 2527 | "node_modules/@csstools/postcss-sign-functions": { |
| 2528 | "version": "1.1.2", |
| 2529 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.2.tgz", |
| 2530 | "integrity": "sha512-4EcAvXTUPh7n6UoZZkCzgtCf/wPzMlTNuddcKg7HG8ozfQkUcHsJ2faQKeLmjyKdYPyOUn4YA7yDPf8K/jfIxw==", |
| 2531 | "dev": true, |
| 2532 | "funding": [ |
| 2533 | { |
| 2534 | "type": "github", |
| 2535 | "url": "https://github.com/sponsors/csstools" |
| 2536 | }, |
| 2537 | { |
| 2538 | "type": "opencollective", |
| 2539 | "url": "https://opencollective.com/csstools" |
| 2540 | } |
| 2541 | ], |
| 2542 | "license": "MIT-0", |
| 2543 | "dependencies": { |
| 2544 | "@csstools/css-calc": "^2.1.2", |
| 2545 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2546 | "@csstools/css-tokenizer": "^3.0.3" |
| 2547 | }, |
| 2548 | "engines": { |
| 2549 | "node": ">=18" |
| 2550 | }, |
| 2551 | "peerDependencies": { |
| 2552 | "postcss": "^8.4" |
| 2553 | } |
| 2554 | }, |
| 2555 | "node_modules/@csstools/postcss-stepped-value-functions": { |
| 2556 | "version": "4.0.7", |
| 2557 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.7.tgz", |
| 2558 | "integrity": "sha512-rdrRCKRnWtj5FyRin0u/gLla7CIvZRw/zMGI1fVJP0Sg/m1WGicjPVHRANL++3HQtsiXKAbPrcPr+VkyGck0IA==", |
| 2559 | "dev": true, |
| 2560 | "funding": [ |
| 2561 | { |
| 2562 | "type": "github", |
| 2563 | "url": "https://github.com/sponsors/csstools" |
| 2564 | }, |
| 2565 | { |
| 2566 | "type": "opencollective", |
| 2567 | "url": "https://opencollective.com/csstools" |
| 2568 | } |
| 2569 | ], |
| 2570 | "license": "MIT-0", |
| 2571 | "dependencies": { |
| 2572 | "@csstools/css-calc": "^2.1.2", |
| 2573 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2574 | "@csstools/css-tokenizer": "^3.0.3" |
| 2575 | }, |
| 2576 | "engines": { |
| 2577 | "node": ">=18" |
| 2578 | }, |
| 2579 | "peerDependencies": { |
| 2580 | "postcss": "^8.4" |
| 2581 | } |
| 2582 | }, |
| 2583 | "node_modules/@csstools/postcss-text-decoration-shorthand": { |
| 2584 | "version": "4.0.2", |
| 2585 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.2.tgz", |
| 2586 | "integrity": "sha512-8XvCRrFNseBSAGxeaVTaNijAu+FzUvjwFXtcrynmazGb/9WUdsPCpBX+mHEHShVRq47Gy4peYAoxYs8ltUnmzA==", |
| 2587 | "dev": true, |
| 2588 | "funding": [ |
| 2589 | { |
| 2590 | "type": "github", |
| 2591 | "url": "https://github.com/sponsors/csstools" |
| 2592 | }, |
| 2593 | { |
| 2594 | "type": "opencollective", |
| 2595 | "url": "https://opencollective.com/csstools" |
| 2596 | } |
| 2597 | ], |
| 2598 | "license": "MIT-0", |
| 2599 | "dependencies": { |
| 2600 | "@csstools/color-helpers": "^5.0.2", |
| 2601 | "postcss-value-parser": "^4.2.0" |
| 2602 | }, |
| 2603 | "engines": { |
| 2604 | "node": ">=18" |
| 2605 | }, |
| 2606 | "peerDependencies": { |
| 2607 | "postcss": "^8.4" |
| 2608 | } |
| 2609 | }, |
| 2610 | "node_modules/@csstools/postcss-trigonometric-functions": { |
| 2611 | "version": "4.0.7", |
| 2612 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.7.tgz", |
| 2613 | "integrity": "sha512-qTrZgLju3AV7Djhzuh2Bq/wjFqbcypnk0FhHjxW8DWJQcZLS1HecIus4X2/RLch1ukX7b+YYCdqbEnpIQO5ccg==", |
| 2614 | "dev": true, |
| 2615 | "funding": [ |
| 2616 | { |
| 2617 | "type": "github", |
| 2618 | "url": "https://github.com/sponsors/csstools" |
| 2619 | }, |
| 2620 | { |
| 2621 | "type": "opencollective", |
| 2622 | "url": "https://opencollective.com/csstools" |
| 2623 | } |
| 2624 | ], |
| 2625 | "license": "MIT-0", |
| 2626 | "dependencies": { |
| 2627 | "@csstools/css-calc": "^2.1.2", |
| 2628 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2629 | "@csstools/css-tokenizer": "^3.0.3" |
| 2630 | }, |
| 2631 | "engines": { |
| 2632 | "node": ">=18" |
| 2633 | }, |
| 2634 | "peerDependencies": { |
| 2635 | "postcss": "^8.4" |
| 2636 | } |
| 2637 | }, |
| 2638 | "node_modules/@csstools/postcss-unset-value": { |
| 2639 | "version": "4.0.0", |
| 2640 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz", |
| 2641 | "integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==", |
| 2642 | "dev": true, |
| 2643 | "funding": [ |
| 2644 | { |
| 2645 | "type": "github", |
| 2646 | "url": "https://github.com/sponsors/csstools" |
| 2647 | }, |
| 2648 | { |
| 2649 | "type": "opencollective", |
| 2650 | "url": "https://opencollective.com/csstools" |
| 2651 | } |
| 2652 | ], |
| 2653 | "license": "MIT-0", |
| 2654 | "engines": { |
| 2655 | "node": ">=18" |
| 2656 | }, |
| 2657 | "peerDependencies": { |
| 2658 | "postcss": "^8.4" |
| 2659 | } |
| 2660 | }, |
| 2661 | "node_modules/@csstools/selector-resolve-nested": { |
| 2662 | "version": "3.0.0", |
| 2663 | "resolved": "https://registry.npmmirror.com/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.0.0.tgz", |
| 2664 | "integrity": "sha512-ZoK24Yku6VJU1gS79a5PFmC8yn3wIapiKmPgun0hZgEI5AOqgH2kiPRsPz1qkGv4HL+wuDLH83yQyk6inMYrJQ==", |
| 2665 | "dev": true, |
| 2666 | "funding": [ |
| 2667 | { |
| 2668 | "type": "github", |
| 2669 | "url": "https://github.com/sponsors/csstools" |
| 2670 | }, |
| 2671 | { |
| 2672 | "type": "opencollective", |
| 2673 | "url": "https://opencollective.com/csstools" |
| 2674 | } |
| 2675 | ], |
| 2676 | "license": "MIT-0", |
| 2677 | "engines": { |
| 2678 | "node": ">=18" |
| 2679 | }, |
| 2680 | "peerDependencies": { |
| 2681 | "postcss-selector-parser": "^7.0.0" |
| 2682 | } |
| 2683 | }, |
| 2684 | "node_modules/@csstools/selector-specificity": { |
| 2685 | "version": "5.0.0", |
| 2686 | "resolved": "https://registry.npmmirror.com/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", |
| 2687 | "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", |
| 2688 | "dev": true, |
| 2689 | "funding": [ |
| 2690 | { |
| 2691 | "type": "github", |
| 2692 | "url": "https://github.com/sponsors/csstools" |
| 2693 | }, |
| 2694 | { |
| 2695 | "type": "opencollective", |
| 2696 | "url": "https://opencollective.com/csstools" |
| 2697 | } |
| 2698 | ], |
| 2699 | "license": "MIT-0", |
| 2700 | "engines": { |
| 2701 | "node": ">=18" |
| 2702 | }, |
| 2703 | "peerDependencies": { |
| 2704 | "postcss-selector-parser": "^7.0.0" |
| 2705 | } |
| 2706 | }, |
| 2707 | "node_modules/@csstools/utilities": { |
| 2708 | "version": "2.0.0", |
| 2709 | "resolved": "https://registry.npmmirror.com/@csstools/utilities/-/utilities-2.0.0.tgz", |
| 2710 | "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==", |
| 2711 | "dev": true, |
| 2712 | "funding": [ |
| 2713 | { |
| 2714 | "type": "github", |
| 2715 | "url": "https://github.com/sponsors/csstools" |
| 2716 | }, |
| 2717 | { |
| 2718 | "type": "opencollective", |
| 2719 | "url": "https://opencollective.com/csstools" |
| 2720 | } |
| 2721 | ], |
| 2722 | "license": "MIT-0", |
| 2723 | "engines": { |
| 2724 | "node": ">=18" |
| 2725 | }, |
| 2726 | "peerDependencies": { |
| 2727 | "postcss": "^8.4" |
| 2728 | } |
| 2729 | }, |
| 2730 | "node_modules/@discoveryjs/json-ext": { |
| 2731 | "version": "0.6.3", |
| 2732 | "resolved": "https://registry.npmmirror.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz", |
| 2733 | "integrity": "sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==", |
| 2734 | "license": "MIT", |
| 2735 | "engines": { |
| 2736 | "node": ">=14.17.0" |
| 2737 | } |
| 2738 | }, |
| 2739 | "node_modules/@jest/schemas": { |
| 2740 | "version": "29.6.3", |
| 2741 | "resolved": "https://registry.npmmirror.com/@jest/schemas/-/schemas-29.6.3.tgz", |
| 2742 | "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", |
| 2743 | "license": "MIT", |
| 2744 | "dependencies": { |
| 2745 | "@sinclair/typebox": "^0.27.8" |
| 2746 | }, |
| 2747 | "engines": { |
| 2748 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 2749 | } |
| 2750 | }, |
| 2751 | "node_modules/@jest/types": { |
| 2752 | "version": "29.6.3", |
| 2753 | "resolved": "https://registry.npmmirror.com/@jest/types/-/types-29.6.3.tgz", |
| 2754 | "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", |
| 2755 | "license": "MIT", |
| 2756 | "dependencies": { |
| 2757 | "@jest/schemas": "^29.6.3", |
| 2758 | "@types/istanbul-lib-coverage": "^2.0.0", |
| 2759 | "@types/istanbul-reports": "^3.0.0", |
| 2760 | "@types/node": "*", |
| 2761 | "@types/yargs": "^17.0.8", |
| 2762 | "chalk": "^4.0.0" |
| 2763 | }, |
| 2764 | "engines": { |
| 2765 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 2766 | } |
| 2767 | }, |
| 2768 | "node_modules/@jridgewell/gen-mapping": { |
| 2769 | "version": "0.3.8", |
| 2770 | "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", |
| 2771 | "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", |
| 2772 | "license": "MIT", |
| 2773 | "dependencies": { |
| 2774 | "@jridgewell/set-array": "^1.2.1", |
| 2775 | "@jridgewell/sourcemap-codec": "^1.4.10", |
| 2776 | "@jridgewell/trace-mapping": "^0.3.24" |
| 2777 | }, |
| 2778 | "engines": { |
| 2779 | "node": ">=6.0.0" |
| 2780 | } |
| 2781 | }, |
| 2782 | "node_modules/@jridgewell/resolve-uri": { |
| 2783 | "version": "3.1.2", |
| 2784 | "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", |
| 2785 | "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", |
| 2786 | "license": "MIT", |
| 2787 | "engines": { |
| 2788 | "node": ">=6.0.0" |
| 2789 | } |
| 2790 | }, |
| 2791 | "node_modules/@jridgewell/set-array": { |
| 2792 | "version": "1.2.1", |
| 2793 | "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz", |
| 2794 | "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", |
| 2795 | "license": "MIT", |
| 2796 | "engines": { |
| 2797 | "node": ">=6.0.0" |
| 2798 | } |
| 2799 | }, |
| 2800 | "node_modules/@jridgewell/source-map": { |
| 2801 | "version": "0.3.6", |
| 2802 | "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz", |
| 2803 | "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", |
| 2804 | "license": "MIT", |
| 2805 | "dependencies": { |
| 2806 | "@jridgewell/gen-mapping": "^0.3.5", |
| 2807 | "@jridgewell/trace-mapping": "^0.3.25" |
| 2808 | } |
| 2809 | }, |
| 2810 | "node_modules/@jridgewell/sourcemap-codec": { |
| 2811 | "version": "1.5.0", |
| 2812 | "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", |
| 2813 | "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", |
| 2814 | "license": "MIT" |
| 2815 | }, |
| 2816 | "node_modules/@jridgewell/trace-mapping": { |
| 2817 | "version": "0.3.25", |
| 2818 | "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", |
| 2819 | "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", |
| 2820 | "license": "MIT", |
| 2821 | "dependencies": { |
| 2822 | "@jridgewell/resolve-uri": "^3.1.0", |
| 2823 | "@jridgewell/sourcemap-codec": "^1.4.14" |
| 2824 | } |
| 2825 | }, |
| 2826 | "node_modules/@jsonjoy.com/base64": { |
| 2827 | "version": "1.1.2", |
| 2828 | "resolved": "https://registry.npmmirror.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz", |
| 2829 | "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", |
| 2830 | "dev": true, |
| 2831 | "license": "Apache-2.0", |
| 2832 | "engines": { |
| 2833 | "node": ">=10.0" |
| 2834 | }, |
| 2835 | "funding": { |
| 2836 | "type": "github", |
| 2837 | "url": "https://github.com/sponsors/streamich" |
| 2838 | }, |
| 2839 | "peerDependencies": { |
| 2840 | "tslib": "2" |
| 2841 | } |
| 2842 | }, |
| 2843 | "node_modules/@jsonjoy.com/json-pack": { |
| 2844 | "version": "1.2.0", |
| 2845 | "resolved": "https://registry.npmmirror.com/@jsonjoy.com/json-pack/-/json-pack-1.2.0.tgz", |
| 2846 | "integrity": "sha512-io1zEbbYcElht3tdlqEOFxZ0dMTYrHz9iMf0gqn1pPjZFTCgM5R4R5IMA20Chb2UPYYsxjzs8CgZ7Nb5n2K2rA==", |
| 2847 | "dev": true, |
| 2848 | "license": "Apache-2.0", |
| 2849 | "dependencies": { |
| 2850 | "@jsonjoy.com/base64": "^1.1.1", |
| 2851 | "@jsonjoy.com/util": "^1.1.2", |
| 2852 | "hyperdyperid": "^1.2.0", |
| 2853 | "thingies": "^1.20.0" |
| 2854 | }, |
| 2855 | "engines": { |
| 2856 | "node": ">=10.0" |
| 2857 | }, |
| 2858 | "funding": { |
| 2859 | "type": "github", |
| 2860 | "url": "https://github.com/sponsors/streamich" |
| 2861 | }, |
| 2862 | "peerDependencies": { |
| 2863 | "tslib": "2" |
| 2864 | } |
| 2865 | }, |
| 2866 | "node_modules/@jsonjoy.com/util": { |
| 2867 | "version": "1.5.0", |
| 2868 | "resolved": "https://registry.npmmirror.com/@jsonjoy.com/util/-/util-1.5.0.tgz", |
| 2869 | "integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==", |
| 2870 | "dev": true, |
| 2871 | "license": "Apache-2.0", |
| 2872 | "engines": { |
| 2873 | "node": ">=10.0" |
| 2874 | }, |
| 2875 | "funding": { |
| 2876 | "type": "github", |
| 2877 | "url": "https://github.com/sponsors/streamich" |
| 2878 | }, |
| 2879 | "peerDependencies": { |
| 2880 | "tslib": "2" |
| 2881 | } |
| 2882 | }, |
| 2883 | "node_modules/@leichtgewicht/ip-codec": { |
| 2884 | "version": "2.0.5", |
| 2885 | "resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", |
| 2886 | "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", |
| 2887 | "dev": true, |
| 2888 | "license": "MIT" |
| 2889 | }, |
| 2890 | "node_modules/@reduxjs/toolkit": { |
| 2891 | "version": "2.6.1", |
| 2892 | "resolved": "https://registry.npmmirror.com/@reduxjs/toolkit/-/toolkit-2.6.1.tgz", |
| 2893 | "integrity": "sha512-SSlIqZNYhqm/oMkXbtofwZSt9lrncblzo6YcZ9zoX+zLngRBrCOjK4lNLdkNucJF58RHOWrD9txT3bT3piH7Zw==", |
| 2894 | "license": "MIT", |
| 2895 | "dependencies": { |
| 2896 | "immer": "^10.0.3", |
| 2897 | "redux": "^5.0.1", |
| 2898 | "redux-thunk": "^3.1.0", |
| 2899 | "reselect": "^5.1.0" |
| 2900 | }, |
| 2901 | "peerDependencies": { |
| 2902 | "react": "^16.9.0 || ^17.0.0 || ^18 || ^19", |
| 2903 | "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0" |
| 2904 | }, |
| 2905 | "peerDependenciesMeta": { |
| 2906 | "react": { |
| 2907 | "optional": true |
| 2908 | }, |
| 2909 | "react-redux": { |
| 2910 | "optional": true |
| 2911 | } |
| 2912 | } |
| 2913 | }, |
| 2914 | "node_modules/@sinclair/typebox": { |
| 2915 | "version": "0.27.8", |
| 2916 | "resolved": "https://registry.npmmirror.com/@sinclair/typebox/-/typebox-0.27.8.tgz", |
| 2917 | "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", |
| 2918 | "license": "MIT" |
| 2919 | }, |
| 2920 | "node_modules/@trysound/sax": { |
| 2921 | "version": "0.2.0", |
| 2922 | "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz", |
| 2923 | "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", |
| 2924 | "license": "ISC", |
| 2925 | "engines": { |
| 2926 | "node": ">=10.13.0" |
| 2927 | } |
| 2928 | }, |
| 2929 | "node_modules/@types/body-parser": { |
| 2930 | "version": "1.19.5", |
| 2931 | "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.5.tgz", |
| 2932 | "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", |
| 2933 | "dev": true, |
| 2934 | "license": "MIT", |
| 2935 | "dependencies": { |
| 2936 | "@types/connect": "*", |
| 2937 | "@types/node": "*" |
| 2938 | } |
| 2939 | }, |
| 2940 | "node_modules/@types/bonjour": { |
| 2941 | "version": "3.5.13", |
| 2942 | "resolved": "https://registry.npmmirror.com/@types/bonjour/-/bonjour-3.5.13.tgz", |
| 2943 | "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", |
| 2944 | "dev": true, |
| 2945 | "license": "MIT", |
| 2946 | "dependencies": { |
| 2947 | "@types/node": "*" |
| 2948 | } |
| 2949 | }, |
| 2950 | "node_modules/@types/connect": { |
| 2951 | "version": "3.4.38", |
| 2952 | "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.38.tgz", |
| 2953 | "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", |
| 2954 | "dev": true, |
| 2955 | "license": "MIT", |
| 2956 | "dependencies": { |
| 2957 | "@types/node": "*" |
| 2958 | } |
| 2959 | }, |
| 2960 | "node_modules/@types/connect-history-api-fallback": { |
| 2961 | "version": "1.5.4", |
| 2962 | "resolved": "https://registry.npmmirror.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", |
| 2963 | "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", |
| 2964 | "dev": true, |
| 2965 | "license": "MIT", |
| 2966 | "dependencies": { |
| 2967 | "@types/express-serve-static-core": "*", |
| 2968 | "@types/node": "*" |
| 2969 | } |
| 2970 | }, |
| 2971 | "node_modules/@types/cookie": { |
| 2972 | "version": "0.6.0", |
| 2973 | "resolved": "https://registry.npmmirror.com/@types/cookie/-/cookie-0.6.0.tgz", |
| 2974 | "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", |
| 2975 | "license": "MIT" |
| 2976 | }, |
| 2977 | "node_modules/@types/eslint": { |
| 2978 | "version": "9.6.1", |
| 2979 | "resolved": "https://registry.npmmirror.com/@types/eslint/-/eslint-9.6.1.tgz", |
| 2980 | "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", |
| 2981 | "license": "MIT", |
| 2982 | "dependencies": { |
| 2983 | "@types/estree": "*", |
| 2984 | "@types/json-schema": "*" |
| 2985 | } |
| 2986 | }, |
| 2987 | "node_modules/@types/eslint-scope": { |
| 2988 | "version": "3.7.7", |
| 2989 | "resolved": "https://registry.npmmirror.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", |
| 2990 | "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", |
| 2991 | "license": "MIT", |
| 2992 | "dependencies": { |
| 2993 | "@types/eslint": "*", |
| 2994 | "@types/estree": "*" |
| 2995 | } |
| 2996 | }, |
| 2997 | "node_modules/@types/estree": { |
| 2998 | "version": "1.0.7", |
| 2999 | "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz", |
| 3000 | "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==", |
| 3001 | "license": "MIT" |
| 3002 | }, |
| 3003 | "node_modules/@types/express": { |
| 3004 | "version": "4.17.21", |
| 3005 | "resolved": "https://registry.npmmirror.com/@types/express/-/express-4.17.21.tgz", |
| 3006 | "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", |
| 3007 | "dev": true, |
| 3008 | "license": "MIT", |
| 3009 | "dependencies": { |
| 3010 | "@types/body-parser": "*", |
| 3011 | "@types/express-serve-static-core": "^4.17.33", |
| 3012 | "@types/qs": "*", |
| 3013 | "@types/serve-static": "*" |
| 3014 | } |
| 3015 | }, |
| 3016 | "node_modules/@types/express-serve-static-core": { |
| 3017 | "version": "5.0.6", |
| 3018 | "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz", |
| 3019 | "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==", |
| 3020 | "dev": true, |
| 3021 | "license": "MIT", |
| 3022 | "dependencies": { |
| 3023 | "@types/node": "*", |
| 3024 | "@types/qs": "*", |
| 3025 | "@types/range-parser": "*", |
| 3026 | "@types/send": "*" |
| 3027 | } |
| 3028 | }, |
| 3029 | "node_modules/@types/express/node_modules/@types/express-serve-static-core": { |
| 3030 | "version": "4.19.6", |
| 3031 | "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", |
| 3032 | "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", |
| 3033 | "dev": true, |
| 3034 | "license": "MIT", |
| 3035 | "dependencies": { |
| 3036 | "@types/node": "*", |
| 3037 | "@types/qs": "*", |
| 3038 | "@types/range-parser": "*", |
| 3039 | "@types/send": "*" |
| 3040 | } |
| 3041 | }, |
| 3042 | "node_modules/@types/html-minifier-terser": { |
| 3043 | "version": "6.1.0", |
| 3044 | "resolved": "https://registry.npmmirror.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", |
| 3045 | "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", |
| 3046 | "license": "MIT" |
| 3047 | }, |
| 3048 | "node_modules/@types/http-errors": { |
| 3049 | "version": "2.0.4", |
| 3050 | "resolved": "https://registry.npmmirror.com/@types/http-errors/-/http-errors-2.0.4.tgz", |
| 3051 | "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", |
| 3052 | "dev": true, |
| 3053 | "license": "MIT" |
| 3054 | }, |
| 3055 | "node_modules/@types/http-proxy": { |
| 3056 | "version": "1.17.16", |
| 3057 | "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.16.tgz", |
| 3058 | "integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==", |
| 3059 | "dev": true, |
| 3060 | "license": "MIT", |
| 3061 | "dependencies": { |
| 3062 | "@types/node": "*" |
| 3063 | } |
| 3064 | }, |
| 3065 | "node_modules/@types/istanbul-lib-coverage": { |
| 3066 | "version": "2.0.6", |
| 3067 | "resolved": "https://registry.npmmirror.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", |
| 3068 | "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", |
| 3069 | "license": "MIT" |
| 3070 | }, |
| 3071 | "node_modules/@types/istanbul-lib-report": { |
| 3072 | "version": "3.0.3", |
| 3073 | "resolved": "https://registry.npmmirror.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", |
| 3074 | "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", |
| 3075 | "license": "MIT", |
| 3076 | "dependencies": { |
| 3077 | "@types/istanbul-lib-coverage": "*" |
| 3078 | } |
| 3079 | }, |
| 3080 | "node_modules/@types/istanbul-reports": { |
| 3081 | "version": "3.0.4", |
| 3082 | "resolved": "https://registry.npmmirror.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", |
| 3083 | "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", |
| 3084 | "license": "MIT", |
| 3085 | "dependencies": { |
| 3086 | "@types/istanbul-lib-report": "*" |
| 3087 | } |
| 3088 | }, |
| 3089 | "node_modules/@types/json-schema": { |
| 3090 | "version": "7.0.15", |
| 3091 | "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz", |
| 3092 | "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", |
| 3093 | "license": "MIT" |
| 3094 | }, |
| 3095 | "node_modules/@types/mime": { |
| 3096 | "version": "1.3.5", |
| 3097 | "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-1.3.5.tgz", |
| 3098 | "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", |
| 3099 | "dev": true, |
| 3100 | "license": "MIT" |
| 3101 | }, |
| 3102 | "node_modules/@types/node": { |
| 3103 | "version": "22.13.13", |
| 3104 | "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.13.13.tgz", |
| 3105 | "integrity": "sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==", |
| 3106 | "license": "MIT", |
| 3107 | "dependencies": { |
| 3108 | "undici-types": "~6.20.0" |
| 3109 | } |
| 3110 | }, |
| 3111 | "node_modules/@types/node-forge": { |
| 3112 | "version": "1.3.11", |
| 3113 | "resolved": "https://registry.npmmirror.com/@types/node-forge/-/node-forge-1.3.11.tgz", |
| 3114 | "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", |
| 3115 | "dev": true, |
| 3116 | "license": "MIT", |
| 3117 | "dependencies": { |
| 3118 | "@types/node": "*" |
| 3119 | } |
| 3120 | }, |
| 3121 | "node_modules/@types/qs": { |
| 3122 | "version": "6.9.18", |
| 3123 | "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.18.tgz", |
| 3124 | "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", |
| 3125 | "dev": true, |
| 3126 | "license": "MIT" |
| 3127 | }, |
| 3128 | "node_modules/@types/range-parser": { |
| 3129 | "version": "1.2.7", |
| 3130 | "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.7.tgz", |
| 3131 | "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", |
| 3132 | "dev": true, |
| 3133 | "license": "MIT" |
| 3134 | }, |
| 3135 | "node_modules/@types/react": { |
| 3136 | "version": "19.0.12", |
| 3137 | "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.0.12.tgz", |
| 3138 | "integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==", |
| 3139 | "license": "MIT", |
| 3140 | "dependencies": { |
| 3141 | "csstype": "^3.0.2" |
| 3142 | } |
| 3143 | }, |
| 3144 | "node_modules/@types/react-dom": { |
| 3145 | "version": "19.0.4", |
| 3146 | "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.0.4.tgz", |
| 3147 | "integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==", |
| 3148 | "license": "MIT", |
| 3149 | "peerDependencies": { |
| 3150 | "@types/react": "^19.0.0" |
| 3151 | } |
| 3152 | }, |
| 3153 | "node_modules/@types/retry": { |
| 3154 | "version": "0.12.2", |
| 3155 | "resolved": "https://registry.npmmirror.com/@types/retry/-/retry-0.12.2.tgz", |
| 3156 | "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", |
| 3157 | "dev": true, |
| 3158 | "license": "MIT" |
| 3159 | }, |
| 3160 | "node_modules/@types/send": { |
| 3161 | "version": "0.17.4", |
| 3162 | "resolved": "https://registry.npmmirror.com/@types/send/-/send-0.17.4.tgz", |
| 3163 | "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", |
| 3164 | "dev": true, |
| 3165 | "license": "MIT", |
| 3166 | "dependencies": { |
| 3167 | "@types/mime": "^1", |
| 3168 | "@types/node": "*" |
| 3169 | } |
| 3170 | }, |
| 3171 | "node_modules/@types/serve-index": { |
| 3172 | "version": "1.9.4", |
| 3173 | "resolved": "https://registry.npmmirror.com/@types/serve-index/-/serve-index-1.9.4.tgz", |
| 3174 | "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", |
| 3175 | "dev": true, |
| 3176 | "license": "MIT", |
| 3177 | "dependencies": { |
| 3178 | "@types/express": "*" |
| 3179 | } |
| 3180 | }, |
| 3181 | "node_modules/@types/serve-static": { |
| 3182 | "version": "1.15.7", |
| 3183 | "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.7.tgz", |
| 3184 | "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", |
| 3185 | "dev": true, |
| 3186 | "license": "MIT", |
| 3187 | "dependencies": { |
| 3188 | "@types/http-errors": "*", |
| 3189 | "@types/node": "*", |
| 3190 | "@types/send": "*" |
| 3191 | } |
| 3192 | }, |
| 3193 | "node_modules/@types/sockjs": { |
| 3194 | "version": "0.3.36", |
| 3195 | "resolved": "https://registry.npmmirror.com/@types/sockjs/-/sockjs-0.3.36.tgz", |
| 3196 | "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", |
| 3197 | "dev": true, |
| 3198 | "license": "MIT", |
| 3199 | "dependencies": { |
| 3200 | "@types/node": "*" |
| 3201 | } |
| 3202 | }, |
| 3203 | "node_modules/@types/use-sync-external-store": { |
| 3204 | "version": "0.0.6", |
| 3205 | "resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz", |
| 3206 | "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==", |
| 3207 | "license": "MIT" |
| 3208 | }, |
| 3209 | "node_modules/@types/ws": { |
| 3210 | "version": "8.18.0", |
| 3211 | "resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.18.0.tgz", |
| 3212 | "integrity": "sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==", |
| 3213 | "dev": true, |
| 3214 | "license": "MIT", |
| 3215 | "dependencies": { |
| 3216 | "@types/node": "*" |
| 3217 | } |
| 3218 | }, |
| 3219 | "node_modules/@types/yargs": { |
| 3220 | "version": "17.0.33", |
| 3221 | "resolved": "https://registry.npmmirror.com/@types/yargs/-/yargs-17.0.33.tgz", |
| 3222 | "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", |
| 3223 | "license": "MIT", |
| 3224 | "dependencies": { |
| 3225 | "@types/yargs-parser": "*" |
| 3226 | } |
| 3227 | }, |
| 3228 | "node_modules/@types/yargs-parser": { |
| 3229 | "version": "21.0.3", |
| 3230 | "resolved": "https://registry.npmmirror.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", |
| 3231 | "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", |
| 3232 | "license": "MIT" |
| 3233 | }, |
| 3234 | "node_modules/@webassemblyjs/ast": { |
| 3235 | "version": "1.14.1", |
| 3236 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.14.1.tgz", |
| 3237 | "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", |
| 3238 | "license": "MIT", |
| 3239 | "dependencies": { |
| 3240 | "@webassemblyjs/helper-numbers": "1.13.2", |
| 3241 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2" |
| 3242 | } |
| 3243 | }, |
| 3244 | "node_modules/@webassemblyjs/floating-point-hex-parser": { |
| 3245 | "version": "1.13.2", |
| 3246 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", |
| 3247 | "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", |
| 3248 | "license": "MIT" |
| 3249 | }, |
| 3250 | "node_modules/@webassemblyjs/helper-api-error": { |
| 3251 | "version": "1.13.2", |
| 3252 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", |
| 3253 | "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", |
| 3254 | "license": "MIT" |
| 3255 | }, |
| 3256 | "node_modules/@webassemblyjs/helper-buffer": { |
| 3257 | "version": "1.14.1", |
| 3258 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", |
| 3259 | "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", |
| 3260 | "license": "MIT" |
| 3261 | }, |
| 3262 | "node_modules/@webassemblyjs/helper-numbers": { |
| 3263 | "version": "1.13.2", |
| 3264 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", |
| 3265 | "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", |
| 3266 | "license": "MIT", |
| 3267 | "dependencies": { |
| 3268 | "@webassemblyjs/floating-point-hex-parser": "1.13.2", |
| 3269 | "@webassemblyjs/helper-api-error": "1.13.2", |
| 3270 | "@xtuc/long": "4.2.2" |
| 3271 | } |
| 3272 | }, |
| 3273 | "node_modules/@webassemblyjs/helper-wasm-bytecode": { |
| 3274 | "version": "1.13.2", |
| 3275 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", |
| 3276 | "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", |
| 3277 | "license": "MIT" |
| 3278 | }, |
| 3279 | "node_modules/@webassemblyjs/helper-wasm-section": { |
| 3280 | "version": "1.14.1", |
| 3281 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", |
| 3282 | "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", |
| 3283 | "license": "MIT", |
| 3284 | "dependencies": { |
| 3285 | "@webassemblyjs/ast": "1.14.1", |
| 3286 | "@webassemblyjs/helper-buffer": "1.14.1", |
| 3287 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| 3288 | "@webassemblyjs/wasm-gen": "1.14.1" |
| 3289 | } |
| 3290 | }, |
| 3291 | "node_modules/@webassemblyjs/ieee754": { |
| 3292 | "version": "1.13.2", |
| 3293 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", |
| 3294 | "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", |
| 3295 | "license": "MIT", |
| 3296 | "dependencies": { |
| 3297 | "@xtuc/ieee754": "^1.2.0" |
| 3298 | } |
| 3299 | }, |
| 3300 | "node_modules/@webassemblyjs/leb128": { |
| 3301 | "version": "1.13.2", |
| 3302 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", |
| 3303 | "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", |
| 3304 | "license": "Apache-2.0", |
| 3305 | "dependencies": { |
| 3306 | "@xtuc/long": "4.2.2" |
| 3307 | } |
| 3308 | }, |
| 3309 | "node_modules/@webassemblyjs/utf8": { |
| 3310 | "version": "1.13.2", |
| 3311 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", |
| 3312 | "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", |
| 3313 | "license": "MIT" |
| 3314 | }, |
| 3315 | "node_modules/@webassemblyjs/wasm-edit": { |
| 3316 | "version": "1.14.1", |
| 3317 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", |
| 3318 | "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", |
| 3319 | "license": "MIT", |
| 3320 | "dependencies": { |
| 3321 | "@webassemblyjs/ast": "1.14.1", |
| 3322 | "@webassemblyjs/helper-buffer": "1.14.1", |
| 3323 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| 3324 | "@webassemblyjs/helper-wasm-section": "1.14.1", |
| 3325 | "@webassemblyjs/wasm-gen": "1.14.1", |
| 3326 | "@webassemblyjs/wasm-opt": "1.14.1", |
| 3327 | "@webassemblyjs/wasm-parser": "1.14.1", |
| 3328 | "@webassemblyjs/wast-printer": "1.14.1" |
| 3329 | } |
| 3330 | }, |
| 3331 | "node_modules/@webassemblyjs/wasm-gen": { |
| 3332 | "version": "1.14.1", |
| 3333 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", |
| 3334 | "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", |
| 3335 | "license": "MIT", |
| 3336 | "dependencies": { |
| 3337 | "@webassemblyjs/ast": "1.14.1", |
| 3338 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| 3339 | "@webassemblyjs/ieee754": "1.13.2", |
| 3340 | "@webassemblyjs/leb128": "1.13.2", |
| 3341 | "@webassemblyjs/utf8": "1.13.2" |
| 3342 | } |
| 3343 | }, |
| 3344 | "node_modules/@webassemblyjs/wasm-opt": { |
| 3345 | "version": "1.14.1", |
| 3346 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", |
| 3347 | "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", |
| 3348 | "license": "MIT", |
| 3349 | "dependencies": { |
| 3350 | "@webassemblyjs/ast": "1.14.1", |
| 3351 | "@webassemblyjs/helper-buffer": "1.14.1", |
| 3352 | "@webassemblyjs/wasm-gen": "1.14.1", |
| 3353 | "@webassemblyjs/wasm-parser": "1.14.1" |
| 3354 | } |
| 3355 | }, |
| 3356 | "node_modules/@webassemblyjs/wasm-parser": { |
| 3357 | "version": "1.14.1", |
| 3358 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", |
| 3359 | "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", |
| 3360 | "license": "MIT", |
| 3361 | "dependencies": { |
| 3362 | "@webassemblyjs/ast": "1.14.1", |
| 3363 | "@webassemblyjs/helper-api-error": "1.13.2", |
| 3364 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| 3365 | "@webassemblyjs/ieee754": "1.13.2", |
| 3366 | "@webassemblyjs/leb128": "1.13.2", |
| 3367 | "@webassemblyjs/utf8": "1.13.2" |
| 3368 | } |
| 3369 | }, |
| 3370 | "node_modules/@webassemblyjs/wast-printer": { |
| 3371 | "version": "1.14.1", |
| 3372 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", |
| 3373 | "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", |
| 3374 | "license": "MIT", |
| 3375 | "dependencies": { |
| 3376 | "@webassemblyjs/ast": "1.14.1", |
| 3377 | "@xtuc/long": "4.2.2" |
| 3378 | } |
| 3379 | }, |
| 3380 | "node_modules/@webpack-cli/configtest": { |
| 3381 | "version": "3.0.1", |
| 3382 | "resolved": "https://registry.npmmirror.com/@webpack-cli/configtest/-/configtest-3.0.1.tgz", |
| 3383 | "integrity": "sha512-u8d0pJ5YFgneF/GuvEiDA61Tf1VDomHHYMjv/wc9XzYj7nopltpG96nXN5dJRstxZhcNpV1g+nT6CydO7pHbjA==", |
| 3384 | "license": "MIT", |
| 3385 | "engines": { |
| 3386 | "node": ">=18.12.0" |
| 3387 | }, |
| 3388 | "peerDependencies": { |
| 3389 | "webpack": "^5.82.0", |
| 3390 | "webpack-cli": "6.x.x" |
| 3391 | } |
| 3392 | }, |
| 3393 | "node_modules/@webpack-cli/info": { |
| 3394 | "version": "3.0.1", |
| 3395 | "resolved": "https://registry.npmmirror.com/@webpack-cli/info/-/info-3.0.1.tgz", |
| 3396 | "integrity": "sha512-coEmDzc2u/ffMvuW9aCjoRzNSPDl/XLuhPdlFRpT9tZHmJ/039az33CE7uH+8s0uL1j5ZNtfdv0HkfaKRBGJsQ==", |
| 3397 | "license": "MIT", |
| 3398 | "engines": { |
| 3399 | "node": ">=18.12.0" |
| 3400 | }, |
| 3401 | "peerDependencies": { |
| 3402 | "webpack": "^5.82.0", |
| 3403 | "webpack-cli": "6.x.x" |
| 3404 | } |
| 3405 | }, |
| 3406 | "node_modules/@webpack-cli/serve": { |
| 3407 | "version": "3.0.1", |
| 3408 | "resolved": "https://registry.npmmirror.com/@webpack-cli/serve/-/serve-3.0.1.tgz", |
| 3409 | "integrity": "sha512-sbgw03xQaCLiT6gcY/6u3qBDn01CWw/nbaXl3gTdTFuJJ75Gffv3E3DBpgvY2fkkrdS1fpjaXNOmJlnbtKauKg==", |
| 3410 | "license": "MIT", |
| 3411 | "engines": { |
| 3412 | "node": ">=18.12.0" |
| 3413 | }, |
| 3414 | "peerDependencies": { |
| 3415 | "webpack": "^5.82.0", |
| 3416 | "webpack-cli": "6.x.x" |
| 3417 | }, |
| 3418 | "peerDependenciesMeta": { |
| 3419 | "webpack-dev-server": { |
| 3420 | "optional": true |
| 3421 | } |
| 3422 | } |
| 3423 | }, |
| 3424 | "node_modules/@xtuc/ieee754": { |
| 3425 | "version": "1.2.0", |
| 3426 | "resolved": "https://registry.npmmirror.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz", |
| 3427 | "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", |
| 3428 | "license": "BSD-3-Clause" |
| 3429 | }, |
| 3430 | "node_modules/@xtuc/long": { |
| 3431 | "version": "4.2.2", |
| 3432 | "resolved": "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz", |
| 3433 | "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", |
| 3434 | "license": "Apache-2.0" |
| 3435 | }, |
| 3436 | "node_modules/accepts": { |
| 3437 | "version": "1.3.8", |
| 3438 | "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz", |
| 3439 | "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", |
| 3440 | "dev": true, |
| 3441 | "license": "MIT", |
| 3442 | "dependencies": { |
| 3443 | "mime-types": "~2.1.34", |
| 3444 | "negotiator": "0.6.3" |
| 3445 | }, |
| 3446 | "engines": { |
| 3447 | "node": ">= 0.6" |
| 3448 | } |
| 3449 | }, |
| 3450 | "node_modules/accepts/node_modules/negotiator": { |
| 3451 | "version": "0.6.3", |
| 3452 | "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz", |
| 3453 | "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", |
| 3454 | "dev": true, |
| 3455 | "license": "MIT", |
| 3456 | "engines": { |
| 3457 | "node": ">= 0.6" |
| 3458 | } |
| 3459 | }, |
| 3460 | "node_modules/acorn": { |
| 3461 | "version": "8.14.1", |
| 3462 | "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz", |
| 3463 | "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", |
| 3464 | "license": "MIT", |
| 3465 | "bin": { |
| 3466 | "acorn": "bin/acorn" |
| 3467 | }, |
| 3468 | "engines": { |
| 3469 | "node": ">=0.4.0" |
| 3470 | } |
| 3471 | }, |
| 3472 | "node_modules/ajv": { |
| 3473 | "version": "8.17.1", |
| 3474 | "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.17.1.tgz", |
| 3475 | "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", |
| 3476 | "license": "MIT", |
| 3477 | "dependencies": { |
| 3478 | "fast-deep-equal": "^3.1.3", |
| 3479 | "fast-uri": "^3.0.1", |
| 3480 | "json-schema-traverse": "^1.0.0", |
| 3481 | "require-from-string": "^2.0.2" |
| 3482 | }, |
| 3483 | "funding": { |
| 3484 | "type": "github", |
| 3485 | "url": "https://github.com/sponsors/epoberezkin" |
| 3486 | } |
| 3487 | }, |
| 3488 | "node_modules/ajv-formats": { |
| 3489 | "version": "2.1.1", |
| 3490 | "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz", |
| 3491 | "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", |
| 3492 | "license": "MIT", |
| 3493 | "dependencies": { |
| 3494 | "ajv": "^8.0.0" |
| 3495 | }, |
| 3496 | "peerDependencies": { |
| 3497 | "ajv": "^8.0.0" |
| 3498 | }, |
| 3499 | "peerDependenciesMeta": { |
| 3500 | "ajv": { |
| 3501 | "optional": true |
| 3502 | } |
| 3503 | } |
| 3504 | }, |
| 3505 | "node_modules/ajv-keywords": { |
| 3506 | "version": "5.1.0", |
| 3507 | "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", |
| 3508 | "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", |
| 3509 | "license": "MIT", |
| 3510 | "dependencies": { |
| 3511 | "fast-deep-equal": "^3.1.3" |
| 3512 | }, |
| 3513 | "peerDependencies": { |
| 3514 | "ajv": "^8.8.2" |
| 3515 | } |
| 3516 | }, |
| 3517 | "node_modules/ansi-html-community": { |
| 3518 | "version": "0.0.8", |
| 3519 | "resolved": "https://registry.npmmirror.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz", |
| 3520 | "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", |
| 3521 | "dev": true, |
| 3522 | "engines": [ |
| 3523 | "node >= 0.8.0" |
| 3524 | ], |
| 3525 | "license": "Apache-2.0", |
| 3526 | "bin": { |
| 3527 | "ansi-html": "bin/ansi-html" |
| 3528 | } |
| 3529 | }, |
| 3530 | "node_modules/ansi-regex": { |
| 3531 | "version": "5.0.1", |
| 3532 | "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", |
| 3533 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
| 3534 | "license": "MIT", |
| 3535 | "engines": { |
| 3536 | "node": ">=8" |
| 3537 | } |
| 3538 | }, |
| 3539 | "node_modules/ansi-styles": { |
| 3540 | "version": "4.3.0", |
| 3541 | "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", |
| 3542 | "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
| 3543 | "license": "MIT", |
| 3544 | "dependencies": { |
| 3545 | "color-convert": "^2.0.1" |
| 3546 | }, |
| 3547 | "engines": { |
| 3548 | "node": ">=8" |
| 3549 | }, |
| 3550 | "funding": { |
| 3551 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 3552 | } |
| 3553 | }, |
| 3554 | "node_modules/anymatch": { |
| 3555 | "version": "3.1.3", |
| 3556 | "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz", |
| 3557 | "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", |
| 3558 | "dev": true, |
| 3559 | "license": "ISC", |
| 3560 | "dependencies": { |
| 3561 | "normalize-path": "^3.0.0", |
| 3562 | "picomatch": "^2.0.4" |
| 3563 | }, |
| 3564 | "engines": { |
| 3565 | "node": ">= 8" |
| 3566 | } |
| 3567 | }, |
| 3568 | "node_modules/argparse": { |
| 3569 | "version": "2.0.1", |
| 3570 | "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz", |
| 3571 | "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |
| 3572 | "dev": true, |
| 3573 | "license": "Python-2.0" |
| 3574 | }, |
| 3575 | "node_modules/array-flatten": { |
| 3576 | "version": "1.1.1", |
| 3577 | "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz", |
| 3578 | "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", |
| 3579 | "dev": true, |
| 3580 | "license": "MIT" |
| 3581 | }, |
| 3582 | "node_modules/asynckit": { |
| 3583 | "version": "0.4.0", |
| 3584 | "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", |
| 3585 | "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", |
| 3586 | "license": "MIT" |
| 3587 | }, |
| 3588 | "node_modules/autoprefixer": { |
| 3589 | "version": "10.4.21", |
| 3590 | "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.21.tgz", |
| 3591 | "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", |
| 3592 | "dev": true, |
| 3593 | "funding": [ |
| 3594 | { |
| 3595 | "type": "opencollective", |
| 3596 | "url": "https://opencollective.com/postcss/" |
| 3597 | }, |
| 3598 | { |
| 3599 | "type": "tidelift", |
| 3600 | "url": "https://tidelift.com/funding/github/npm/autoprefixer" |
| 3601 | }, |
| 3602 | { |
| 3603 | "type": "github", |
| 3604 | "url": "https://github.com/sponsors/ai" |
| 3605 | } |
| 3606 | ], |
| 3607 | "license": "MIT", |
| 3608 | "dependencies": { |
| 3609 | "browserslist": "^4.24.4", |
| 3610 | "caniuse-lite": "^1.0.30001702", |
| 3611 | "fraction.js": "^4.3.7", |
| 3612 | "normalize-range": "^0.1.2", |
| 3613 | "picocolors": "^1.1.1", |
| 3614 | "postcss-value-parser": "^4.2.0" |
| 3615 | }, |
| 3616 | "bin": { |
| 3617 | "autoprefixer": "bin/autoprefixer" |
| 3618 | }, |
| 3619 | "engines": { |
| 3620 | "node": "^10 || ^12 || >=14" |
| 3621 | }, |
| 3622 | "peerDependencies": { |
| 3623 | "postcss": "^8.1.0" |
| 3624 | } |
| 3625 | }, |
| 3626 | "node_modules/axios": { |
| 3627 | "version": "1.8.4", |
| 3628 | "resolved": "https://registry.npmmirror.com/axios/-/axios-1.8.4.tgz", |
| 3629 | "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", |
| 3630 | "license": "MIT", |
| 3631 | "dependencies": { |
| 3632 | "follow-redirects": "^1.15.6", |
| 3633 | "form-data": "^4.0.0", |
| 3634 | "proxy-from-env": "^1.1.0" |
| 3635 | } |
| 3636 | }, |
| 3637 | "node_modules/axios-mock-adapter": { |
| 3638 | "version": "2.1.0", |
| 3639 | "resolved": "https://registry.npmmirror.com/axios-mock-adapter/-/axios-mock-adapter-2.1.0.tgz", |
| 3640 | "integrity": "sha512-AZUe4OjECGCNNssH8SOdtneiQELsqTsat3SQQCWLPjN436/H+L9AjWfV7bF+Zg/YL9cgbhrz5671hoh+Tbn98w==", |
| 3641 | "license": "MIT", |
| 3642 | "dependencies": { |
| 3643 | "fast-deep-equal": "^3.1.3", |
| 3644 | "is-buffer": "^2.0.5" |
| 3645 | }, |
| 3646 | "peerDependencies": { |
| 3647 | "axios": ">= 0.17.0" |
| 3648 | } |
| 3649 | }, |
| 3650 | "node_modules/babel-loader": { |
| 3651 | "version": "9.2.1", |
| 3652 | "resolved": "https://registry.npmmirror.com/babel-loader/-/babel-loader-9.2.1.tgz", |
| 3653 | "integrity": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==", |
| 3654 | "license": "MIT", |
| 3655 | "dependencies": { |
| 3656 | "find-cache-dir": "^4.0.0", |
| 3657 | "schema-utils": "^4.0.0" |
| 3658 | }, |
| 3659 | "engines": { |
| 3660 | "node": ">= 14.15.0" |
| 3661 | }, |
| 3662 | "peerDependencies": { |
| 3663 | "@babel/core": "^7.12.0", |
| 3664 | "webpack": ">=5" |
| 3665 | } |
| 3666 | }, |
| 3667 | "node_modules/babel-plugin-polyfill-corejs2": { |
| 3668 | "version": "0.4.13", |
| 3669 | "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.13.tgz", |
| 3670 | "integrity": "sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==", |
| 3671 | "license": "MIT", |
| 3672 | "dependencies": { |
| 3673 | "@babel/compat-data": "^7.22.6", |
| 3674 | "@babel/helper-define-polyfill-provider": "^0.6.4", |
| 3675 | "semver": "^6.3.1" |
| 3676 | }, |
| 3677 | "peerDependencies": { |
| 3678 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| 3679 | } |
| 3680 | }, |
| 3681 | "node_modules/babel-plugin-polyfill-corejs3": { |
| 3682 | "version": "0.11.1", |
| 3683 | "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz", |
| 3684 | "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==", |
| 3685 | "license": "MIT", |
| 3686 | "dependencies": { |
| 3687 | "@babel/helper-define-polyfill-provider": "^0.6.3", |
| 3688 | "core-js-compat": "^3.40.0" |
| 3689 | }, |
| 3690 | "peerDependencies": { |
| 3691 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| 3692 | } |
| 3693 | }, |
| 3694 | "node_modules/babel-plugin-polyfill-regenerator": { |
| 3695 | "version": "0.6.4", |
| 3696 | "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz", |
| 3697 | "integrity": "sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==", |
| 3698 | "license": "MIT", |
| 3699 | "dependencies": { |
| 3700 | "@babel/helper-define-polyfill-provider": "^0.6.4" |
| 3701 | }, |
| 3702 | "peerDependencies": { |
| 3703 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| 3704 | } |
| 3705 | }, |
| 3706 | "node_modules/batch": { |
| 3707 | "version": "0.6.1", |
| 3708 | "resolved": "https://registry.npmmirror.com/batch/-/batch-0.6.1.tgz", |
| 3709 | "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", |
| 3710 | "dev": true, |
| 3711 | "license": "MIT" |
| 3712 | }, |
| 3713 | "node_modules/binary-extensions": { |
| 3714 | "version": "2.3.0", |
| 3715 | "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz", |
| 3716 | "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", |
| 3717 | "dev": true, |
| 3718 | "license": "MIT", |
| 3719 | "engines": { |
| 3720 | "node": ">=8" |
| 3721 | }, |
| 3722 | "funding": { |
| 3723 | "url": "https://github.com/sponsors/sindresorhus" |
| 3724 | } |
| 3725 | }, |
| 3726 | "node_modules/body-parser": { |
| 3727 | "version": "1.20.3", |
| 3728 | "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.3.tgz", |
| 3729 | "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", |
| 3730 | "dev": true, |
| 3731 | "license": "MIT", |
| 3732 | "dependencies": { |
| 3733 | "bytes": "3.1.2", |
| 3734 | "content-type": "~1.0.5", |
| 3735 | "debug": "2.6.9", |
| 3736 | "depd": "2.0.0", |
| 3737 | "destroy": "1.2.0", |
| 3738 | "http-errors": "2.0.0", |
| 3739 | "iconv-lite": "0.4.24", |
| 3740 | "on-finished": "2.4.1", |
| 3741 | "qs": "6.13.0", |
| 3742 | "raw-body": "2.5.2", |
| 3743 | "type-is": "~1.6.18", |
| 3744 | "unpipe": "1.0.0" |
| 3745 | }, |
| 3746 | "engines": { |
| 3747 | "node": ">= 0.8", |
| 3748 | "npm": "1.2.8000 || >= 1.4.16" |
| 3749 | } |
| 3750 | }, |
| 3751 | "node_modules/body-parser/node_modules/debug": { |
| 3752 | "version": "2.6.9", |
| 3753 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 3754 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 3755 | "dev": true, |
| 3756 | "license": "MIT", |
| 3757 | "dependencies": { |
| 3758 | "ms": "2.0.0" |
| 3759 | } |
| 3760 | }, |
| 3761 | "node_modules/body-parser/node_modules/iconv-lite": { |
| 3762 | "version": "0.4.24", |
| 3763 | "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz", |
| 3764 | "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
| 3765 | "dev": true, |
| 3766 | "license": "MIT", |
| 3767 | "dependencies": { |
| 3768 | "safer-buffer": ">= 2.1.2 < 3" |
| 3769 | }, |
| 3770 | "engines": { |
| 3771 | "node": ">=0.10.0" |
| 3772 | } |
| 3773 | }, |
| 3774 | "node_modules/body-parser/node_modules/ms": { |
| 3775 | "version": "2.0.0", |
| 3776 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 3777 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 3778 | "dev": true, |
| 3779 | "license": "MIT" |
| 3780 | }, |
| 3781 | "node_modules/bonjour-service": { |
| 3782 | "version": "1.3.0", |
| 3783 | "resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.3.0.tgz", |
| 3784 | "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==", |
| 3785 | "dev": true, |
| 3786 | "license": "MIT", |
| 3787 | "dependencies": { |
| 3788 | "fast-deep-equal": "^3.1.3", |
| 3789 | "multicast-dns": "^7.2.5" |
| 3790 | } |
| 3791 | }, |
| 3792 | "node_modules/boolbase": { |
| 3793 | "version": "1.0.0", |
| 3794 | "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz", |
| 3795 | "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", |
| 3796 | "license": "ISC" |
| 3797 | }, |
| 3798 | "node_modules/braces": { |
| 3799 | "version": "3.0.3", |
| 3800 | "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz", |
| 3801 | "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", |
| 3802 | "dev": true, |
| 3803 | "license": "MIT", |
| 3804 | "dependencies": { |
| 3805 | "fill-range": "^7.1.1" |
| 3806 | }, |
| 3807 | "engines": { |
| 3808 | "node": ">=8" |
| 3809 | } |
| 3810 | }, |
| 3811 | "node_modules/browserslist": { |
| 3812 | "version": "4.24.4", |
| 3813 | "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz", |
| 3814 | "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", |
| 3815 | "funding": [ |
| 3816 | { |
| 3817 | "type": "opencollective", |
| 3818 | "url": "https://opencollective.com/browserslist" |
| 3819 | }, |
| 3820 | { |
| 3821 | "type": "tidelift", |
| 3822 | "url": "https://tidelift.com/funding/github/npm/browserslist" |
| 3823 | }, |
| 3824 | { |
| 3825 | "type": "github", |
| 3826 | "url": "https://github.com/sponsors/ai" |
| 3827 | } |
| 3828 | ], |
| 3829 | "license": "MIT", |
| 3830 | "dependencies": { |
| 3831 | "caniuse-lite": "^1.0.30001688", |
| 3832 | "electron-to-chromium": "^1.5.73", |
| 3833 | "node-releases": "^2.0.19", |
| 3834 | "update-browserslist-db": "^1.1.1" |
| 3835 | }, |
| 3836 | "bin": { |
| 3837 | "browserslist": "cli.js" |
| 3838 | }, |
| 3839 | "engines": { |
| 3840 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| 3841 | } |
| 3842 | }, |
| 3843 | "node_modules/buffer-from": { |
| 3844 | "version": "1.1.2", |
| 3845 | "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz", |
| 3846 | "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", |
| 3847 | "license": "MIT" |
| 3848 | }, |
| 3849 | "node_modules/bundle-name": { |
| 3850 | "version": "4.1.0", |
| 3851 | "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz", |
| 3852 | "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", |
| 3853 | "dev": true, |
| 3854 | "license": "MIT", |
| 3855 | "dependencies": { |
| 3856 | "run-applescript": "^7.0.0" |
| 3857 | }, |
| 3858 | "engines": { |
| 3859 | "node": ">=18" |
| 3860 | }, |
| 3861 | "funding": { |
| 3862 | "url": "https://github.com/sponsors/sindresorhus" |
| 3863 | } |
| 3864 | }, |
| 3865 | "node_modules/bytes": { |
| 3866 | "version": "3.1.2", |
| 3867 | "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", |
| 3868 | "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", |
| 3869 | "dev": true, |
| 3870 | "license": "MIT", |
| 3871 | "engines": { |
| 3872 | "node": ">= 0.8" |
| 3873 | } |
| 3874 | }, |
| 3875 | "node_modules/call-bind-apply-helpers": { |
| 3876 | "version": "1.0.2", |
| 3877 | "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", |
| 3878 | "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", |
| 3879 | "license": "MIT", |
| 3880 | "dependencies": { |
| 3881 | "es-errors": "^1.3.0", |
| 3882 | "function-bind": "^1.1.2" |
| 3883 | }, |
| 3884 | "engines": { |
| 3885 | "node": ">= 0.4" |
| 3886 | } |
| 3887 | }, |
| 3888 | "node_modules/call-bound": { |
| 3889 | "version": "1.0.4", |
| 3890 | "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz", |
| 3891 | "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", |
| 3892 | "dev": true, |
| 3893 | "license": "MIT", |
| 3894 | "dependencies": { |
| 3895 | "call-bind-apply-helpers": "^1.0.2", |
| 3896 | "get-intrinsic": "^1.3.0" |
| 3897 | }, |
| 3898 | "engines": { |
| 3899 | "node": ">= 0.4" |
| 3900 | }, |
| 3901 | "funding": { |
| 3902 | "url": "https://github.com/sponsors/ljharb" |
| 3903 | } |
| 3904 | }, |
| 3905 | "node_modules/callsites": { |
| 3906 | "version": "3.1.0", |
| 3907 | "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz", |
| 3908 | "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", |
| 3909 | "dev": true, |
| 3910 | "license": "MIT", |
| 3911 | "engines": { |
| 3912 | "node": ">=6" |
| 3913 | } |
| 3914 | }, |
| 3915 | "node_modules/camel-case": { |
| 3916 | "version": "4.1.2", |
| 3917 | "resolved": "https://registry.npmmirror.com/camel-case/-/camel-case-4.1.2.tgz", |
| 3918 | "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", |
| 3919 | "license": "MIT", |
| 3920 | "dependencies": { |
| 3921 | "pascal-case": "^3.1.2", |
| 3922 | "tslib": "^2.0.3" |
| 3923 | } |
| 3924 | }, |
| 3925 | "node_modules/caniuse-api": { |
| 3926 | "version": "3.0.0", |
| 3927 | "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz", |
| 3928 | "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", |
| 3929 | "license": "MIT", |
| 3930 | "dependencies": { |
| 3931 | "browserslist": "^4.0.0", |
| 3932 | "caniuse-lite": "^1.0.0", |
| 3933 | "lodash.memoize": "^4.1.2", |
| 3934 | "lodash.uniq": "^4.5.0" |
| 3935 | } |
| 3936 | }, |
| 3937 | "node_modules/caniuse-lite": { |
| 3938 | "version": "1.0.30001707", |
| 3939 | "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001707.tgz", |
| 3940 | "integrity": "sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==", |
| 3941 | "funding": [ |
| 3942 | { |
| 3943 | "type": "opencollective", |
| 3944 | "url": "https://opencollective.com/browserslist" |
| 3945 | }, |
| 3946 | { |
| 3947 | "type": "tidelift", |
| 3948 | "url": "https://tidelift.com/funding/github/npm/caniuse-lite" |
| 3949 | }, |
| 3950 | { |
| 3951 | "type": "github", |
| 3952 | "url": "https://github.com/sponsors/ai" |
| 3953 | } |
| 3954 | ], |
| 3955 | "license": "CC-BY-4.0" |
| 3956 | }, |
| 3957 | "node_modules/chalk": { |
| 3958 | "version": "4.1.2", |
| 3959 | "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", |
| 3960 | "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
| 3961 | "license": "MIT", |
| 3962 | "dependencies": { |
| 3963 | "ansi-styles": "^4.1.0", |
| 3964 | "supports-color": "^7.1.0" |
| 3965 | }, |
| 3966 | "engines": { |
| 3967 | "node": ">=10" |
| 3968 | }, |
| 3969 | "funding": { |
| 3970 | "url": "https://github.com/chalk/chalk?sponsor=1" |
| 3971 | } |
| 3972 | }, |
| 3973 | "node_modules/chalk/node_modules/supports-color": { |
| 3974 | "version": "7.2.0", |
| 3975 | "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", |
| 3976 | "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
| 3977 | "license": "MIT", |
| 3978 | "dependencies": { |
| 3979 | "has-flag": "^4.0.0" |
| 3980 | }, |
| 3981 | "engines": { |
| 3982 | "node": ">=8" |
| 3983 | } |
| 3984 | }, |
| 3985 | "node_modules/chokidar": { |
| 3986 | "version": "3.6.0", |
| 3987 | "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz", |
| 3988 | "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", |
| 3989 | "dev": true, |
| 3990 | "license": "MIT", |
| 3991 | "dependencies": { |
| 3992 | "anymatch": "~3.1.2", |
| 3993 | "braces": "~3.0.2", |
| 3994 | "glob-parent": "~5.1.2", |
| 3995 | "is-binary-path": "~2.1.0", |
| 3996 | "is-glob": "~4.0.1", |
| 3997 | "normalize-path": "~3.0.0", |
| 3998 | "readdirp": "~3.6.0" |
| 3999 | }, |
| 4000 | "engines": { |
| 4001 | "node": ">= 8.10.0" |
| 4002 | }, |
| 4003 | "funding": { |
| 4004 | "url": "https://paulmillr.com/funding/" |
| 4005 | }, |
| 4006 | "optionalDependencies": { |
| 4007 | "fsevents": "~2.3.2" |
| 4008 | } |
| 4009 | }, |
| 4010 | "node_modules/chrome-trace-event": { |
| 4011 | "version": "1.0.4", |
| 4012 | "resolved": "https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", |
| 4013 | "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", |
| 4014 | "license": "MIT", |
| 4015 | "engines": { |
| 4016 | "node": ">=6.0" |
| 4017 | } |
| 4018 | }, |
| 4019 | "node_modules/ci-info": { |
| 4020 | "version": "3.9.0", |
| 4021 | "resolved": "https://registry.npmmirror.com/ci-info/-/ci-info-3.9.0.tgz", |
| 4022 | "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", |
| 4023 | "funding": [ |
| 4024 | { |
| 4025 | "type": "github", |
| 4026 | "url": "https://github.com/sponsors/sibiraj-s" |
| 4027 | } |
| 4028 | ], |
| 4029 | "license": "MIT", |
| 4030 | "engines": { |
| 4031 | "node": ">=8" |
| 4032 | } |
| 4033 | }, |
| 4034 | "node_modules/circular-dependency-plugin": { |
| 4035 | "version": "5.2.2", |
| 4036 | "resolved": "https://registry.npmmirror.com/circular-dependency-plugin/-/circular-dependency-plugin-5.2.2.tgz", |
| 4037 | "integrity": "sha512-g38K9Cm5WRwlaH6g03B9OEz/0qRizI+2I7n+Gz+L5DxXJAPAiWQvwlYNm1V1jkdpUv95bOe/ASm2vfi/G560jQ==", |
| 4038 | "license": "ISC", |
| 4039 | "engines": { |
| 4040 | "node": ">=6.0.0" |
| 4041 | }, |
| 4042 | "peerDependencies": { |
| 4043 | "webpack": ">=4.0.1" |
| 4044 | } |
| 4045 | }, |
| 4046 | "node_modules/clean-css": { |
| 4047 | "version": "5.3.3", |
| 4048 | "resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-5.3.3.tgz", |
| 4049 | "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", |
| 4050 | "license": "MIT", |
| 4051 | "dependencies": { |
| 4052 | "source-map": "~0.6.0" |
| 4053 | }, |
| 4054 | "engines": { |
| 4055 | "node": ">= 10.0" |
| 4056 | } |
| 4057 | }, |
| 4058 | "node_modules/clone-deep": { |
| 4059 | "version": "4.0.1", |
| 4060 | "resolved": "https://registry.npmmirror.com/clone-deep/-/clone-deep-4.0.1.tgz", |
| 4061 | "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", |
| 4062 | "license": "MIT", |
| 4063 | "dependencies": { |
| 4064 | "is-plain-object": "^2.0.4", |
| 4065 | "kind-of": "^6.0.2", |
| 4066 | "shallow-clone": "^3.0.0" |
| 4067 | }, |
| 4068 | "engines": { |
| 4069 | "node": ">=6" |
| 4070 | } |
| 4071 | }, |
| 4072 | "node_modules/color-convert": { |
| 4073 | "version": "2.0.1", |
| 4074 | "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", |
| 4075 | "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
| 4076 | "license": "MIT", |
| 4077 | "dependencies": { |
| 4078 | "color-name": "~1.1.4" |
| 4079 | }, |
| 4080 | "engines": { |
| 4081 | "node": ">=7.0.0" |
| 4082 | } |
| 4083 | }, |
| 4084 | "node_modules/color-name": { |
| 4085 | "version": "1.1.4", |
| 4086 | "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", |
| 4087 | "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
| 4088 | "license": "MIT" |
| 4089 | }, |
| 4090 | "node_modules/colord": { |
| 4091 | "version": "2.9.3", |
| 4092 | "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz", |
| 4093 | "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", |
| 4094 | "license": "MIT" |
| 4095 | }, |
| 4096 | "node_modules/colorette": { |
| 4097 | "version": "2.0.20", |
| 4098 | "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz", |
| 4099 | "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", |
| 4100 | "license": "MIT" |
| 4101 | }, |
| 4102 | "node_modules/combined-stream": { |
| 4103 | "version": "1.0.8", |
| 4104 | "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", |
| 4105 | "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", |
| 4106 | "license": "MIT", |
| 4107 | "dependencies": { |
| 4108 | "delayed-stream": "~1.0.0" |
| 4109 | }, |
| 4110 | "engines": { |
| 4111 | "node": ">= 0.8" |
| 4112 | } |
| 4113 | }, |
| 4114 | "node_modules/commander": { |
| 4115 | "version": "8.3.0", |
| 4116 | "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz", |
| 4117 | "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", |
| 4118 | "license": "MIT", |
| 4119 | "engines": { |
| 4120 | "node": ">= 12" |
| 4121 | } |
| 4122 | }, |
| 4123 | "node_modules/common-path-prefix": { |
| 4124 | "version": "3.0.0", |
| 4125 | "resolved": "https://registry.npmmirror.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz", |
| 4126 | "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", |
| 4127 | "license": "ISC" |
| 4128 | }, |
| 4129 | "node_modules/compressible": { |
| 4130 | "version": "2.0.18", |
| 4131 | "resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz", |
| 4132 | "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", |
| 4133 | "dev": true, |
| 4134 | "license": "MIT", |
| 4135 | "dependencies": { |
| 4136 | "mime-db": ">= 1.43.0 < 2" |
| 4137 | }, |
| 4138 | "engines": { |
| 4139 | "node": ">= 0.6" |
| 4140 | } |
| 4141 | }, |
| 4142 | "node_modules/compression": { |
| 4143 | "version": "1.8.0", |
| 4144 | "resolved": "https://registry.npmmirror.com/compression/-/compression-1.8.0.tgz", |
| 4145 | "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==", |
| 4146 | "dev": true, |
| 4147 | "license": "MIT", |
| 4148 | "dependencies": { |
| 4149 | "bytes": "3.1.2", |
| 4150 | "compressible": "~2.0.18", |
| 4151 | "debug": "2.6.9", |
| 4152 | "negotiator": "~0.6.4", |
| 4153 | "on-headers": "~1.0.2", |
| 4154 | "safe-buffer": "5.2.1", |
| 4155 | "vary": "~1.1.2" |
| 4156 | }, |
| 4157 | "engines": { |
| 4158 | "node": ">= 0.8.0" |
| 4159 | } |
| 4160 | }, |
| 4161 | "node_modules/compression/node_modules/debug": { |
| 4162 | "version": "2.6.9", |
| 4163 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 4164 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 4165 | "dev": true, |
| 4166 | "license": "MIT", |
| 4167 | "dependencies": { |
| 4168 | "ms": "2.0.0" |
| 4169 | } |
| 4170 | }, |
| 4171 | "node_modules/compression/node_modules/ms": { |
| 4172 | "version": "2.0.0", |
| 4173 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 4174 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 4175 | "dev": true, |
| 4176 | "license": "MIT" |
| 4177 | }, |
| 4178 | "node_modules/connect-history-api-fallback": { |
| 4179 | "version": "2.0.0", |
| 4180 | "resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", |
| 4181 | "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", |
| 4182 | "dev": true, |
| 4183 | "license": "MIT", |
| 4184 | "engines": { |
| 4185 | "node": ">=0.8" |
| 4186 | } |
| 4187 | }, |
| 4188 | "node_modules/content-disposition": { |
| 4189 | "version": "0.5.4", |
| 4190 | "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz", |
| 4191 | "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", |
| 4192 | "dev": true, |
| 4193 | "license": "MIT", |
| 4194 | "dependencies": { |
| 4195 | "safe-buffer": "5.2.1" |
| 4196 | }, |
| 4197 | "engines": { |
| 4198 | "node": ">= 0.6" |
| 4199 | } |
| 4200 | }, |
| 4201 | "node_modules/content-type": { |
| 4202 | "version": "1.0.5", |
| 4203 | "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz", |
| 4204 | "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", |
| 4205 | "dev": true, |
| 4206 | "license": "MIT", |
| 4207 | "engines": { |
| 4208 | "node": ">= 0.6" |
| 4209 | } |
| 4210 | }, |
| 4211 | "node_modules/convert-source-map": { |
| 4212 | "version": "2.0.0", |
| 4213 | "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz", |
| 4214 | "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", |
| 4215 | "license": "MIT" |
| 4216 | }, |
| 4217 | "node_modules/cookie": { |
| 4218 | "version": "1.0.2", |
| 4219 | "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.0.2.tgz", |
| 4220 | "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", |
| 4221 | "license": "MIT", |
| 4222 | "engines": { |
| 4223 | "node": ">=18" |
| 4224 | } |
| 4225 | }, |
| 4226 | "node_modules/cookie-signature": { |
| 4227 | "version": "1.0.6", |
| 4228 | "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz", |
| 4229 | "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", |
| 4230 | "dev": true, |
| 4231 | "license": "MIT" |
| 4232 | }, |
| 4233 | "node_modules/copy-anything": { |
| 4234 | "version": "2.0.6", |
| 4235 | "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz", |
| 4236 | "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", |
| 4237 | "dev": true, |
| 4238 | "license": "MIT", |
| 4239 | "dependencies": { |
| 4240 | "is-what": "^3.14.1" |
| 4241 | }, |
| 4242 | "funding": { |
| 4243 | "url": "https://github.com/sponsors/mesqueeb" |
| 4244 | } |
| 4245 | }, |
| 4246 | "node_modules/core-js": { |
| 4247 | "version": "3.41.0", |
| 4248 | "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.41.0.tgz", |
| 4249 | "integrity": "sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==", |
| 4250 | "hasInstallScript": true, |
| 4251 | "license": "MIT", |
| 4252 | "funding": { |
| 4253 | "type": "opencollective", |
| 4254 | "url": "https://opencollective.com/core-js" |
| 4255 | } |
| 4256 | }, |
| 4257 | "node_modules/core-js-compat": { |
| 4258 | "version": "3.41.0", |
| 4259 | "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.41.0.tgz", |
| 4260 | "integrity": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==", |
| 4261 | "license": "MIT", |
| 4262 | "dependencies": { |
| 4263 | "browserslist": "^4.24.4" |
| 4264 | }, |
| 4265 | "funding": { |
| 4266 | "type": "opencollective", |
| 4267 | "url": "https://opencollective.com/core-js" |
| 4268 | } |
| 4269 | }, |
| 4270 | "node_modules/core-util-is": { |
| 4271 | "version": "1.0.3", |
| 4272 | "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz", |
| 4273 | "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", |
| 4274 | "dev": true, |
| 4275 | "license": "MIT" |
| 4276 | }, |
| 4277 | "node_modules/cosmiconfig": { |
| 4278 | "version": "9.0.0", |
| 4279 | "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz", |
| 4280 | "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", |
| 4281 | "dev": true, |
| 4282 | "license": "MIT", |
| 4283 | "dependencies": { |
| 4284 | "env-paths": "^2.2.1", |
| 4285 | "import-fresh": "^3.3.0", |
| 4286 | "js-yaml": "^4.1.0", |
| 4287 | "parse-json": "^5.2.0" |
| 4288 | }, |
| 4289 | "engines": { |
| 4290 | "node": ">=14" |
| 4291 | }, |
| 4292 | "funding": { |
| 4293 | "url": "https://github.com/sponsors/d-fischer" |
| 4294 | }, |
| 4295 | "peerDependencies": { |
| 4296 | "typescript": ">=4.9.5" |
| 4297 | }, |
| 4298 | "peerDependenciesMeta": { |
| 4299 | "typescript": { |
| 4300 | "optional": true |
| 4301 | } |
| 4302 | } |
| 4303 | }, |
| 4304 | "node_modules/cross-env": { |
| 4305 | "version": "7.0.3", |
| 4306 | "resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-7.0.3.tgz", |
| 4307 | "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", |
| 4308 | "license": "MIT", |
| 4309 | "dependencies": { |
| 4310 | "cross-spawn": "^7.0.1" |
| 4311 | }, |
| 4312 | "bin": { |
| 4313 | "cross-env": "src/bin/cross-env.js", |
| 4314 | "cross-env-shell": "src/bin/cross-env-shell.js" |
| 4315 | }, |
| 4316 | "engines": { |
| 4317 | "node": ">=10.14", |
| 4318 | "npm": ">=6", |
| 4319 | "yarn": ">=1" |
| 4320 | } |
| 4321 | }, |
| 4322 | "node_modules/cross-spawn": { |
| 4323 | "version": "7.0.6", |
| 4324 | "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz", |
| 4325 | "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
| 4326 | "license": "MIT", |
| 4327 | "dependencies": { |
| 4328 | "path-key": "^3.1.0", |
| 4329 | "shebang-command": "^2.0.0", |
| 4330 | "which": "^2.0.1" |
| 4331 | }, |
| 4332 | "engines": { |
| 4333 | "node": ">= 8" |
| 4334 | } |
| 4335 | }, |
| 4336 | "node_modules/css-blank-pseudo": { |
| 4337 | "version": "7.0.1", |
| 4338 | "resolved": "https://registry.npmmirror.com/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz", |
| 4339 | "integrity": "sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==", |
| 4340 | "dev": true, |
| 4341 | "funding": [ |
| 4342 | { |
| 4343 | "type": "github", |
| 4344 | "url": "https://github.com/sponsors/csstools" |
| 4345 | }, |
| 4346 | { |
| 4347 | "type": "opencollective", |
| 4348 | "url": "https://opencollective.com/csstools" |
| 4349 | } |
| 4350 | ], |
| 4351 | "license": "MIT-0", |
| 4352 | "dependencies": { |
| 4353 | "postcss-selector-parser": "^7.0.0" |
| 4354 | }, |
| 4355 | "engines": { |
| 4356 | "node": ">=18" |
| 4357 | }, |
| 4358 | "peerDependencies": { |
| 4359 | "postcss": "^8.4" |
| 4360 | } |
| 4361 | }, |
| 4362 | "node_modules/css-declaration-sorter": { |
| 4363 | "version": "7.2.0", |
| 4364 | "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", |
| 4365 | "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==", |
| 4366 | "license": "ISC", |
| 4367 | "engines": { |
| 4368 | "node": "^14 || ^16 || >=18" |
| 4369 | }, |
| 4370 | "peerDependencies": { |
| 4371 | "postcss": "^8.0.9" |
| 4372 | } |
| 4373 | }, |
| 4374 | "node_modules/css-has-pseudo": { |
| 4375 | "version": "7.0.2", |
| 4376 | "resolved": "https://registry.npmmirror.com/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz", |
| 4377 | "integrity": "sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==", |
| 4378 | "dev": true, |
| 4379 | "funding": [ |
| 4380 | { |
| 4381 | "type": "github", |
| 4382 | "url": "https://github.com/sponsors/csstools" |
| 4383 | }, |
| 4384 | { |
| 4385 | "type": "opencollective", |
| 4386 | "url": "https://opencollective.com/csstools" |
| 4387 | } |
| 4388 | ], |
| 4389 | "license": "MIT-0", |
| 4390 | "dependencies": { |
| 4391 | "@csstools/selector-specificity": "^5.0.0", |
| 4392 | "postcss-selector-parser": "^7.0.0", |
| 4393 | "postcss-value-parser": "^4.2.0" |
| 4394 | }, |
| 4395 | "engines": { |
| 4396 | "node": ">=18" |
| 4397 | }, |
| 4398 | "peerDependencies": { |
| 4399 | "postcss": "^8.4" |
| 4400 | } |
| 4401 | }, |
| 4402 | "node_modules/css-loader": { |
| 4403 | "version": "7.1.2", |
| 4404 | "resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-7.1.2.tgz", |
| 4405 | "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", |
| 4406 | "dev": true, |
| 4407 | "license": "MIT", |
| 4408 | "dependencies": { |
| 4409 | "icss-utils": "^5.1.0", |
| 4410 | "postcss": "^8.4.33", |
| 4411 | "postcss-modules-extract-imports": "^3.1.0", |
| 4412 | "postcss-modules-local-by-default": "^4.0.5", |
| 4413 | "postcss-modules-scope": "^3.2.0", |
| 4414 | "postcss-modules-values": "^4.0.0", |
| 4415 | "postcss-value-parser": "^4.2.0", |
| 4416 | "semver": "^7.5.4" |
| 4417 | }, |
| 4418 | "engines": { |
| 4419 | "node": ">= 18.12.0" |
| 4420 | }, |
| 4421 | "funding": { |
| 4422 | "type": "opencollective", |
| 4423 | "url": "https://opencollective.com/webpack" |
| 4424 | }, |
| 4425 | "peerDependencies": { |
| 4426 | "@rspack/core": "0.x || 1.x", |
| 4427 | "webpack": "^5.27.0" |
| 4428 | }, |
| 4429 | "peerDependenciesMeta": { |
| 4430 | "@rspack/core": { |
| 4431 | "optional": true |
| 4432 | }, |
| 4433 | "webpack": { |
| 4434 | "optional": true |
| 4435 | } |
| 4436 | } |
| 4437 | }, |
| 4438 | "node_modules/css-loader/node_modules/semver": { |
| 4439 | "version": "7.7.1", |
| 4440 | "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz", |
| 4441 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 4442 | "dev": true, |
| 4443 | "license": "ISC", |
| 4444 | "bin": { |
| 4445 | "semver": "bin/semver.js" |
| 4446 | }, |
| 4447 | "engines": { |
| 4448 | "node": ">=10" |
| 4449 | } |
| 4450 | }, |
| 4451 | "node_modules/css-minimizer-webpack-plugin": { |
| 4452 | "version": "7.0.2", |
| 4453 | "resolved": "https://registry.npmmirror.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-7.0.2.tgz", |
| 4454 | "integrity": "sha512-nBRWZtI77PBZQgcXMNqiIXVshiQOVLGSf2qX/WZfG8IQfMbeHUMXaBWQmiiSTmPJUflQxHjZjzAmuyO7tpL2Jg==", |
| 4455 | "license": "MIT", |
| 4456 | "dependencies": { |
| 4457 | "@jridgewell/trace-mapping": "^0.3.25", |
| 4458 | "cssnano": "^7.0.4", |
| 4459 | "jest-worker": "^29.7.0", |
| 4460 | "postcss": "^8.4.40", |
| 4461 | "schema-utils": "^4.2.0", |
| 4462 | "serialize-javascript": "^6.0.2" |
| 4463 | }, |
| 4464 | "engines": { |
| 4465 | "node": ">= 18.12.0" |
| 4466 | }, |
| 4467 | "funding": { |
| 4468 | "type": "opencollective", |
| 4469 | "url": "https://opencollective.com/webpack" |
| 4470 | }, |
| 4471 | "peerDependencies": { |
| 4472 | "webpack": "^5.0.0" |
| 4473 | }, |
| 4474 | "peerDependenciesMeta": { |
| 4475 | "@parcel/css": { |
| 4476 | "optional": true |
| 4477 | }, |
| 4478 | "@swc/css": { |
| 4479 | "optional": true |
| 4480 | }, |
| 4481 | "clean-css": { |
| 4482 | "optional": true |
| 4483 | }, |
| 4484 | "csso": { |
| 4485 | "optional": true |
| 4486 | }, |
| 4487 | "esbuild": { |
| 4488 | "optional": true |
| 4489 | }, |
| 4490 | "lightningcss": { |
| 4491 | "optional": true |
| 4492 | } |
| 4493 | } |
| 4494 | }, |
| 4495 | "node_modules/css-prefers-color-scheme": { |
| 4496 | "version": "10.0.0", |
| 4497 | "resolved": "https://registry.npmmirror.com/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz", |
| 4498 | "integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==", |
| 4499 | "dev": true, |
| 4500 | "funding": [ |
| 4501 | { |
| 4502 | "type": "github", |
| 4503 | "url": "https://github.com/sponsors/csstools" |
| 4504 | }, |
| 4505 | { |
| 4506 | "type": "opencollective", |
| 4507 | "url": "https://opencollective.com/csstools" |
| 4508 | } |
| 4509 | ], |
| 4510 | "license": "MIT-0", |
| 4511 | "engines": { |
| 4512 | "node": ">=18" |
| 4513 | }, |
| 4514 | "peerDependencies": { |
| 4515 | "postcss": "^8.4" |
| 4516 | } |
| 4517 | }, |
| 4518 | "node_modules/css-select": { |
| 4519 | "version": "4.3.0", |
| 4520 | "resolved": "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz", |
| 4521 | "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", |
| 4522 | "license": "BSD-2-Clause", |
| 4523 | "dependencies": { |
| 4524 | "boolbase": "^1.0.0", |
| 4525 | "css-what": "^6.0.1", |
| 4526 | "domhandler": "^4.3.1", |
| 4527 | "domutils": "^2.8.0", |
| 4528 | "nth-check": "^2.0.1" |
| 4529 | }, |
| 4530 | "funding": { |
| 4531 | "url": "https://github.com/sponsors/fb55" |
| 4532 | } |
| 4533 | }, |
| 4534 | "node_modules/css-tree": { |
| 4535 | "version": "2.3.1", |
| 4536 | "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz", |
| 4537 | "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", |
| 4538 | "license": "MIT", |
| 4539 | "dependencies": { |
| 4540 | "mdn-data": "2.0.30", |
| 4541 | "source-map-js": "^1.0.1" |
| 4542 | }, |
| 4543 | "engines": { |
| 4544 | "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" |
| 4545 | } |
| 4546 | }, |
| 4547 | "node_modules/css-what": { |
| 4548 | "version": "6.1.0", |
| 4549 | "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz", |
| 4550 | "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", |
| 4551 | "license": "BSD-2-Clause", |
| 4552 | "engines": { |
| 4553 | "node": ">= 6" |
| 4554 | }, |
| 4555 | "funding": { |
| 4556 | "url": "https://github.com/sponsors/fb55" |
| 4557 | } |
| 4558 | }, |
| 4559 | "node_modules/cssdb": { |
| 4560 | "version": "8.2.4", |
| 4561 | "resolved": "https://registry.npmmirror.com/cssdb/-/cssdb-8.2.4.tgz", |
| 4562 | "integrity": "sha512-3KSCVkjZJe/QxicVXnbyYSY26WsFc1YoMY7jep1ZKWMEVc7jEm6V2Xq2r+MX8WKQIuB7ofGbnr5iVI+aZpoSzg==", |
| 4563 | "dev": true, |
| 4564 | "funding": [ |
| 4565 | { |
| 4566 | "type": "opencollective", |
| 4567 | "url": "https://opencollective.com/csstools" |
| 4568 | }, |
| 4569 | { |
| 4570 | "type": "github", |
| 4571 | "url": "https://github.com/sponsors/csstools" |
| 4572 | } |
| 4573 | ], |
| 4574 | "license": "MIT-0" |
| 4575 | }, |
| 4576 | "node_modules/cssesc": { |
| 4577 | "version": "3.0.0", |
| 4578 | "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz", |
| 4579 | "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", |
| 4580 | "license": "MIT", |
| 4581 | "bin": { |
| 4582 | "cssesc": "bin/cssesc" |
| 4583 | }, |
| 4584 | "engines": { |
| 4585 | "node": ">=4" |
| 4586 | } |
| 4587 | }, |
| 4588 | "node_modules/cssnano": { |
| 4589 | "version": "7.0.6", |
| 4590 | "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.0.6.tgz", |
| 4591 | "integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==", |
| 4592 | "license": "MIT", |
| 4593 | "dependencies": { |
| 4594 | "cssnano-preset-default": "^7.0.6", |
| 4595 | "lilconfig": "^3.1.2" |
| 4596 | }, |
| 4597 | "engines": { |
| 4598 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 4599 | }, |
| 4600 | "funding": { |
| 4601 | "type": "opencollective", |
| 4602 | "url": "https://opencollective.com/cssnano" |
| 4603 | }, |
| 4604 | "peerDependencies": { |
| 4605 | "postcss": "^8.4.31" |
| 4606 | } |
| 4607 | }, |
| 4608 | "node_modules/cssnano-preset-default": { |
| 4609 | "version": "7.0.6", |
| 4610 | "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz", |
| 4611 | "integrity": "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==", |
| 4612 | "license": "MIT", |
| 4613 | "dependencies": { |
| 4614 | "browserslist": "^4.23.3", |
| 4615 | "css-declaration-sorter": "^7.2.0", |
| 4616 | "cssnano-utils": "^5.0.0", |
| 4617 | "postcss-calc": "^10.0.2", |
| 4618 | "postcss-colormin": "^7.0.2", |
| 4619 | "postcss-convert-values": "^7.0.4", |
| 4620 | "postcss-discard-comments": "^7.0.3", |
| 4621 | "postcss-discard-duplicates": "^7.0.1", |
| 4622 | "postcss-discard-empty": "^7.0.0", |
| 4623 | "postcss-discard-overridden": "^7.0.0", |
| 4624 | "postcss-merge-longhand": "^7.0.4", |
| 4625 | "postcss-merge-rules": "^7.0.4", |
| 4626 | "postcss-minify-font-values": "^7.0.0", |
| 4627 | "postcss-minify-gradients": "^7.0.0", |
| 4628 | "postcss-minify-params": "^7.0.2", |
| 4629 | "postcss-minify-selectors": "^7.0.4", |
| 4630 | "postcss-normalize-charset": "^7.0.0", |
| 4631 | "postcss-normalize-display-values": "^7.0.0", |
| 4632 | "postcss-normalize-positions": "^7.0.0", |
| 4633 | "postcss-normalize-repeat-style": "^7.0.0", |
| 4634 | "postcss-normalize-string": "^7.0.0", |
| 4635 | "postcss-normalize-timing-functions": "^7.0.0", |
| 4636 | "postcss-normalize-unicode": "^7.0.2", |
| 4637 | "postcss-normalize-url": "^7.0.0", |
| 4638 | "postcss-normalize-whitespace": "^7.0.0", |
| 4639 | "postcss-ordered-values": "^7.0.1", |
| 4640 | "postcss-reduce-initial": "^7.0.2", |
| 4641 | "postcss-reduce-transforms": "^7.0.0", |
| 4642 | "postcss-svgo": "^7.0.1", |
| 4643 | "postcss-unique-selectors": "^7.0.3" |
| 4644 | }, |
| 4645 | "engines": { |
| 4646 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 4647 | }, |
| 4648 | "peerDependencies": { |
| 4649 | "postcss": "^8.4.31" |
| 4650 | } |
| 4651 | }, |
| 4652 | "node_modules/cssnano-utils": { |
| 4653 | "version": "5.0.0", |
| 4654 | "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.0.tgz", |
| 4655 | "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==", |
| 4656 | "license": "MIT", |
| 4657 | "engines": { |
| 4658 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 4659 | }, |
| 4660 | "peerDependencies": { |
| 4661 | "postcss": "^8.4.31" |
| 4662 | } |
| 4663 | }, |
| 4664 | "node_modules/csso": { |
| 4665 | "version": "5.0.5", |
| 4666 | "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz", |
| 4667 | "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", |
| 4668 | "license": "MIT", |
| 4669 | "dependencies": { |
| 4670 | "css-tree": "~2.2.0" |
| 4671 | }, |
| 4672 | "engines": { |
| 4673 | "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", |
| 4674 | "npm": ">=7.0.0" |
| 4675 | } |
| 4676 | }, |
| 4677 | "node_modules/csso/node_modules/css-tree": { |
| 4678 | "version": "2.2.1", |
| 4679 | "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz", |
| 4680 | "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", |
| 4681 | "license": "MIT", |
| 4682 | "dependencies": { |
| 4683 | "mdn-data": "2.0.28", |
| 4684 | "source-map-js": "^1.0.1" |
| 4685 | }, |
| 4686 | "engines": { |
| 4687 | "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", |
| 4688 | "npm": ">=7.0.0" |
| 4689 | } |
| 4690 | }, |
| 4691 | "node_modules/csso/node_modules/mdn-data": { |
| 4692 | "version": "2.0.28", |
| 4693 | "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz", |
| 4694 | "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", |
| 4695 | "license": "CC0-1.0" |
| 4696 | }, |
| 4697 | "node_modules/csstype": { |
| 4698 | "version": "3.1.3", |
| 4699 | "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", |
| 4700 | "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", |
| 4701 | "license": "MIT" |
| 4702 | }, |
| 4703 | "node_modules/debug": { |
| 4704 | "version": "4.4.0", |
| 4705 | "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz", |
| 4706 | "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", |
| 4707 | "license": "MIT", |
| 4708 | "dependencies": { |
| 4709 | "ms": "^2.1.3" |
| 4710 | }, |
| 4711 | "engines": { |
| 4712 | "node": ">=6.0" |
| 4713 | }, |
| 4714 | "peerDependenciesMeta": { |
| 4715 | "supports-color": { |
| 4716 | "optional": true |
| 4717 | } |
| 4718 | } |
| 4719 | }, |
| 4720 | "node_modules/default-browser": { |
| 4721 | "version": "5.2.1", |
| 4722 | "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz", |
| 4723 | "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", |
| 4724 | "dev": true, |
| 4725 | "license": "MIT", |
| 4726 | "dependencies": { |
| 4727 | "bundle-name": "^4.1.0", |
| 4728 | "default-browser-id": "^5.0.0" |
| 4729 | }, |
| 4730 | "engines": { |
| 4731 | "node": ">=18" |
| 4732 | }, |
| 4733 | "funding": { |
| 4734 | "url": "https://github.com/sponsors/sindresorhus" |
| 4735 | } |
| 4736 | }, |
| 4737 | "node_modules/default-browser-id": { |
| 4738 | "version": "5.0.0", |
| 4739 | "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz", |
| 4740 | "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", |
| 4741 | "dev": true, |
| 4742 | "license": "MIT", |
| 4743 | "engines": { |
| 4744 | "node": ">=18" |
| 4745 | }, |
| 4746 | "funding": { |
| 4747 | "url": "https://github.com/sponsors/sindresorhus" |
| 4748 | } |
| 4749 | }, |
| 4750 | "node_modules/define-lazy-prop": { |
| 4751 | "version": "3.0.0", |
| 4752 | "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", |
| 4753 | "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", |
| 4754 | "dev": true, |
| 4755 | "license": "MIT", |
| 4756 | "engines": { |
| 4757 | "node": ">=12" |
| 4758 | }, |
| 4759 | "funding": { |
| 4760 | "url": "https://github.com/sponsors/sindresorhus" |
| 4761 | } |
| 4762 | }, |
| 4763 | "node_modules/delayed-stream": { |
| 4764 | "version": "1.0.0", |
| 4765 | "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", |
| 4766 | "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", |
| 4767 | "license": "MIT", |
| 4768 | "engines": { |
| 4769 | "node": ">=0.4.0" |
| 4770 | } |
| 4771 | }, |
| 4772 | "node_modules/depd": { |
| 4773 | "version": "2.0.0", |
| 4774 | "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz", |
| 4775 | "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", |
| 4776 | "dev": true, |
| 4777 | "license": "MIT", |
| 4778 | "engines": { |
| 4779 | "node": ">= 0.8" |
| 4780 | } |
| 4781 | }, |
| 4782 | "node_modules/destroy": { |
| 4783 | "version": "1.2.0", |
| 4784 | "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz", |
| 4785 | "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", |
| 4786 | "dev": true, |
| 4787 | "license": "MIT", |
| 4788 | "engines": { |
| 4789 | "node": ">= 0.8", |
| 4790 | "npm": "1.2.8000 || >= 1.4.16" |
| 4791 | } |
| 4792 | }, |
| 4793 | "node_modules/detect-node": { |
| 4794 | "version": "2.1.0", |
| 4795 | "resolved": "https://registry.npmmirror.com/detect-node/-/detect-node-2.1.0.tgz", |
| 4796 | "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", |
| 4797 | "dev": true, |
| 4798 | "license": "MIT" |
| 4799 | }, |
| 4800 | "node_modules/dns-packet": { |
| 4801 | "version": "5.6.1", |
| 4802 | "resolved": "https://registry.npmmirror.com/dns-packet/-/dns-packet-5.6.1.tgz", |
| 4803 | "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", |
| 4804 | "dev": true, |
| 4805 | "license": "MIT", |
| 4806 | "dependencies": { |
| 4807 | "@leichtgewicht/ip-codec": "^2.0.1" |
| 4808 | }, |
| 4809 | "engines": { |
| 4810 | "node": ">=6" |
| 4811 | } |
| 4812 | }, |
| 4813 | "node_modules/dom-converter": { |
| 4814 | "version": "0.2.0", |
| 4815 | "resolved": "https://registry.npmmirror.com/dom-converter/-/dom-converter-0.2.0.tgz", |
| 4816 | "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", |
| 4817 | "license": "MIT", |
| 4818 | "dependencies": { |
| 4819 | "utila": "~0.4" |
| 4820 | } |
| 4821 | }, |
| 4822 | "node_modules/dom-serializer": { |
| 4823 | "version": "1.4.1", |
| 4824 | "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz", |
| 4825 | "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", |
| 4826 | "license": "MIT", |
| 4827 | "dependencies": { |
| 4828 | "domelementtype": "^2.0.1", |
| 4829 | "domhandler": "^4.2.0", |
| 4830 | "entities": "^2.0.0" |
| 4831 | }, |
| 4832 | "funding": { |
| 4833 | "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" |
| 4834 | } |
| 4835 | }, |
| 4836 | "node_modules/domelementtype": { |
| 4837 | "version": "2.3.0", |
| 4838 | "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz", |
| 4839 | "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", |
| 4840 | "funding": [ |
| 4841 | { |
| 4842 | "type": "github", |
| 4843 | "url": "https://github.com/sponsors/fb55" |
| 4844 | } |
| 4845 | ], |
| 4846 | "license": "BSD-2-Clause" |
| 4847 | }, |
| 4848 | "node_modules/domhandler": { |
| 4849 | "version": "4.3.1", |
| 4850 | "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz", |
| 4851 | "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", |
| 4852 | "license": "BSD-2-Clause", |
| 4853 | "dependencies": { |
| 4854 | "domelementtype": "^2.2.0" |
| 4855 | }, |
| 4856 | "engines": { |
| 4857 | "node": ">= 4" |
| 4858 | }, |
| 4859 | "funding": { |
| 4860 | "url": "https://github.com/fb55/domhandler?sponsor=1" |
| 4861 | } |
| 4862 | }, |
| 4863 | "node_modules/domutils": { |
| 4864 | "version": "2.8.0", |
| 4865 | "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz", |
| 4866 | "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", |
| 4867 | "license": "BSD-2-Clause", |
| 4868 | "dependencies": { |
| 4869 | "dom-serializer": "^1.0.1", |
| 4870 | "domelementtype": "^2.2.0", |
| 4871 | "domhandler": "^4.2.0" |
| 4872 | }, |
| 4873 | "funding": { |
| 4874 | "url": "https://github.com/fb55/domutils?sponsor=1" |
| 4875 | } |
| 4876 | }, |
| 4877 | "node_modules/dot-case": { |
| 4878 | "version": "3.0.4", |
| 4879 | "resolved": "https://registry.npmmirror.com/dot-case/-/dot-case-3.0.4.tgz", |
| 4880 | "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", |
| 4881 | "license": "MIT", |
| 4882 | "dependencies": { |
| 4883 | "no-case": "^3.0.4", |
| 4884 | "tslib": "^2.0.3" |
| 4885 | } |
| 4886 | }, |
| 4887 | "node_modules/dunder-proto": { |
| 4888 | "version": "1.0.1", |
| 4889 | "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz", |
| 4890 | "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", |
| 4891 | "license": "MIT", |
| 4892 | "dependencies": { |
| 4893 | "call-bind-apply-helpers": "^1.0.1", |
| 4894 | "es-errors": "^1.3.0", |
| 4895 | "gopd": "^1.2.0" |
| 4896 | }, |
| 4897 | "engines": { |
| 4898 | "node": ">= 0.4" |
| 4899 | } |
| 4900 | }, |
| 4901 | "node_modules/ee-first": { |
| 4902 | "version": "1.1.1", |
| 4903 | "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz", |
| 4904 | "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", |
| 4905 | "dev": true, |
| 4906 | "license": "MIT" |
| 4907 | }, |
| 4908 | "node_modules/electron-to-chromium": { |
| 4909 | "version": "1.5.123", |
| 4910 | "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.123.tgz", |
| 4911 | "integrity": "sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==", |
| 4912 | "license": "ISC" |
| 4913 | }, |
| 4914 | "node_modules/encodeurl": { |
| 4915 | "version": "2.0.0", |
| 4916 | "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz", |
| 4917 | "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", |
| 4918 | "dev": true, |
| 4919 | "license": "MIT", |
| 4920 | "engines": { |
| 4921 | "node": ">= 0.8" |
| 4922 | } |
| 4923 | }, |
| 4924 | "node_modules/enhanced-resolve": { |
| 4925 | "version": "5.18.1", |
| 4926 | "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", |
| 4927 | "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", |
| 4928 | "license": "MIT", |
| 4929 | "dependencies": { |
| 4930 | "graceful-fs": "^4.2.4", |
| 4931 | "tapable": "^2.2.0" |
| 4932 | }, |
| 4933 | "engines": { |
| 4934 | "node": ">=10.13.0" |
| 4935 | } |
| 4936 | }, |
| 4937 | "node_modules/entities": { |
| 4938 | "version": "2.2.0", |
| 4939 | "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz", |
| 4940 | "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", |
| 4941 | "license": "BSD-2-Clause", |
| 4942 | "funding": { |
| 4943 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 4944 | } |
| 4945 | }, |
| 4946 | "node_modules/env-paths": { |
| 4947 | "version": "2.2.1", |
| 4948 | "resolved": "https://registry.npmmirror.com/env-paths/-/env-paths-2.2.1.tgz", |
| 4949 | "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", |
| 4950 | "dev": true, |
| 4951 | "license": "MIT", |
| 4952 | "engines": { |
| 4953 | "node": ">=6" |
| 4954 | } |
| 4955 | }, |
| 4956 | "node_modules/envinfo": { |
| 4957 | "version": "7.14.0", |
| 4958 | "resolved": "https://registry.npmmirror.com/envinfo/-/envinfo-7.14.0.tgz", |
| 4959 | "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", |
| 4960 | "license": "MIT", |
| 4961 | "bin": { |
| 4962 | "envinfo": "dist/cli.js" |
| 4963 | }, |
| 4964 | "engines": { |
| 4965 | "node": ">=4" |
| 4966 | } |
| 4967 | }, |
| 4968 | "node_modules/errno": { |
| 4969 | "version": "0.1.8", |
| 4970 | "resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz", |
| 4971 | "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", |
| 4972 | "dev": true, |
| 4973 | "license": "MIT", |
| 4974 | "optional": true, |
| 4975 | "dependencies": { |
| 4976 | "prr": "~1.0.1" |
| 4977 | }, |
| 4978 | "bin": { |
| 4979 | "errno": "cli.js" |
| 4980 | } |
| 4981 | }, |
| 4982 | "node_modules/error-ex": { |
| 4983 | "version": "1.3.2", |
| 4984 | "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz", |
| 4985 | "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", |
| 4986 | "dev": true, |
| 4987 | "license": "MIT", |
| 4988 | "dependencies": { |
| 4989 | "is-arrayish": "^0.2.1" |
| 4990 | } |
| 4991 | }, |
| 4992 | "node_modules/es-define-property": { |
| 4993 | "version": "1.0.1", |
| 4994 | "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz", |
| 4995 | "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", |
| 4996 | "license": "MIT", |
| 4997 | "engines": { |
| 4998 | "node": ">= 0.4" |
| 4999 | } |
| 5000 | }, |
| 5001 | "node_modules/es-errors": { |
| 5002 | "version": "1.3.0", |
| 5003 | "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz", |
| 5004 | "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", |
| 5005 | "license": "MIT", |
| 5006 | "engines": { |
| 5007 | "node": ">= 0.4" |
| 5008 | } |
| 5009 | }, |
| 5010 | "node_modules/es-module-lexer": { |
| 5011 | "version": "1.6.0", |
| 5012 | "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.6.0.tgz", |
| 5013 | "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", |
| 5014 | "license": "MIT" |
| 5015 | }, |
| 5016 | "node_modules/es-object-atoms": { |
| 5017 | "version": "1.1.1", |
| 5018 | "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz", |
| 5019 | "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", |
| 5020 | "license": "MIT", |
| 5021 | "dependencies": { |
| 5022 | "es-errors": "^1.3.0" |
| 5023 | }, |
| 5024 | "engines": { |
| 5025 | "node": ">= 0.4" |
| 5026 | } |
| 5027 | }, |
| 5028 | "node_modules/es-set-tostringtag": { |
| 5029 | "version": "2.1.0", |
| 5030 | "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", |
| 5031 | "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", |
| 5032 | "license": "MIT", |
| 5033 | "dependencies": { |
| 5034 | "es-errors": "^1.3.0", |
| 5035 | "get-intrinsic": "^1.2.6", |
| 5036 | "has-tostringtag": "^1.0.2", |
| 5037 | "hasown": "^2.0.2" |
| 5038 | }, |
| 5039 | "engines": { |
| 5040 | "node": ">= 0.4" |
| 5041 | } |
| 5042 | }, |
| 5043 | "node_modules/escalade": { |
| 5044 | "version": "3.2.0", |
| 5045 | "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz", |
| 5046 | "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", |
| 5047 | "license": "MIT", |
| 5048 | "engines": { |
| 5049 | "node": ">=6" |
| 5050 | } |
| 5051 | }, |
| 5052 | "node_modules/escape-html": { |
| 5053 | "version": "1.0.3", |
| 5054 | "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz", |
| 5055 | "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", |
| 5056 | "dev": true, |
| 5057 | "license": "MIT" |
| 5058 | }, |
| 5059 | "node_modules/eslint-scope": { |
| 5060 | "version": "5.1.1", |
| 5061 | "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz", |
| 5062 | "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", |
| 5063 | "license": "BSD-2-Clause", |
| 5064 | "dependencies": { |
| 5065 | "esrecurse": "^4.3.0", |
| 5066 | "estraverse": "^4.1.1" |
| 5067 | }, |
| 5068 | "engines": { |
| 5069 | "node": ">=8.0.0" |
| 5070 | } |
| 5071 | }, |
| 5072 | "node_modules/esrecurse": { |
| 5073 | "version": "4.3.0", |
| 5074 | "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz", |
| 5075 | "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", |
| 5076 | "license": "BSD-2-Clause", |
| 5077 | "dependencies": { |
| 5078 | "estraverse": "^5.2.0" |
| 5079 | }, |
| 5080 | "engines": { |
| 5081 | "node": ">=4.0" |
| 5082 | } |
| 5083 | }, |
| 5084 | "node_modules/esrecurse/node_modules/estraverse": { |
| 5085 | "version": "5.3.0", |
| 5086 | "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", |
| 5087 | "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", |
| 5088 | "license": "BSD-2-Clause", |
| 5089 | "engines": { |
| 5090 | "node": ">=4.0" |
| 5091 | } |
| 5092 | }, |
| 5093 | "node_modules/estraverse": { |
| 5094 | "version": "4.3.0", |
| 5095 | "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz", |
| 5096 | "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", |
| 5097 | "license": "BSD-2-Clause", |
| 5098 | "engines": { |
| 5099 | "node": ">=4.0" |
| 5100 | } |
| 5101 | }, |
| 5102 | "node_modules/esutils": { |
| 5103 | "version": "2.0.3", |
| 5104 | "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz", |
| 5105 | "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", |
| 5106 | "license": "BSD-2-Clause", |
| 5107 | "engines": { |
| 5108 | "node": ">=0.10.0" |
| 5109 | } |
| 5110 | }, |
| 5111 | "node_modules/etag": { |
| 5112 | "version": "1.8.1", |
| 5113 | "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz", |
| 5114 | "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", |
| 5115 | "dev": true, |
| 5116 | "license": "MIT", |
| 5117 | "engines": { |
| 5118 | "node": ">= 0.6" |
| 5119 | } |
| 5120 | }, |
| 5121 | "node_modules/eventemitter3": { |
| 5122 | "version": "4.0.7", |
| 5123 | "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz", |
| 5124 | "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", |
| 5125 | "dev": true, |
| 5126 | "license": "MIT" |
| 5127 | }, |
| 5128 | "node_modules/events": { |
| 5129 | "version": "3.3.0", |
| 5130 | "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz", |
| 5131 | "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", |
| 5132 | "license": "MIT", |
| 5133 | "engines": { |
| 5134 | "node": ">=0.8.x" |
| 5135 | } |
| 5136 | }, |
| 5137 | "node_modules/express": { |
| 5138 | "version": "4.21.2", |
| 5139 | "resolved": "https://registry.npmmirror.com/express/-/express-4.21.2.tgz", |
| 5140 | "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", |
| 5141 | "dev": true, |
| 5142 | "license": "MIT", |
| 5143 | "dependencies": { |
| 5144 | "accepts": "~1.3.8", |
| 5145 | "array-flatten": "1.1.1", |
| 5146 | "body-parser": "1.20.3", |
| 5147 | "content-disposition": "0.5.4", |
| 5148 | "content-type": "~1.0.4", |
| 5149 | "cookie": "0.7.1", |
| 5150 | "cookie-signature": "1.0.6", |
| 5151 | "debug": "2.6.9", |
| 5152 | "depd": "2.0.0", |
| 5153 | "encodeurl": "~2.0.0", |
| 5154 | "escape-html": "~1.0.3", |
| 5155 | "etag": "~1.8.1", |
| 5156 | "finalhandler": "1.3.1", |
| 5157 | "fresh": "0.5.2", |
| 5158 | "http-errors": "2.0.0", |
| 5159 | "merge-descriptors": "1.0.3", |
| 5160 | "methods": "~1.1.2", |
| 5161 | "on-finished": "2.4.1", |
| 5162 | "parseurl": "~1.3.3", |
| 5163 | "path-to-regexp": "0.1.12", |
| 5164 | "proxy-addr": "~2.0.7", |
| 5165 | "qs": "6.13.0", |
| 5166 | "range-parser": "~1.2.1", |
| 5167 | "safe-buffer": "5.2.1", |
| 5168 | "send": "0.19.0", |
| 5169 | "serve-static": "1.16.2", |
| 5170 | "setprototypeof": "1.2.0", |
| 5171 | "statuses": "2.0.1", |
| 5172 | "type-is": "~1.6.18", |
| 5173 | "utils-merge": "1.0.1", |
| 5174 | "vary": "~1.1.2" |
| 5175 | }, |
| 5176 | "engines": { |
| 5177 | "node": ">= 0.10.0" |
| 5178 | }, |
| 5179 | "funding": { |
| 5180 | "type": "opencollective", |
| 5181 | "url": "https://opencollective.com/express" |
| 5182 | } |
| 5183 | }, |
| 5184 | "node_modules/express/node_modules/cookie": { |
| 5185 | "version": "0.7.1", |
| 5186 | "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.1.tgz", |
| 5187 | "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", |
| 5188 | "dev": true, |
| 5189 | "license": "MIT", |
| 5190 | "engines": { |
| 5191 | "node": ">= 0.6" |
| 5192 | } |
| 5193 | }, |
| 5194 | "node_modules/express/node_modules/debug": { |
| 5195 | "version": "2.6.9", |
| 5196 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 5197 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 5198 | "dev": true, |
| 5199 | "license": "MIT", |
| 5200 | "dependencies": { |
| 5201 | "ms": "2.0.0" |
| 5202 | } |
| 5203 | }, |
| 5204 | "node_modules/express/node_modules/ms": { |
| 5205 | "version": "2.0.0", |
| 5206 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 5207 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 5208 | "dev": true, |
| 5209 | "license": "MIT" |
| 5210 | }, |
| 5211 | "node_modules/fast-deep-equal": { |
| 5212 | "version": "3.1.3", |
| 5213 | "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", |
| 5214 | "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", |
| 5215 | "license": "MIT" |
| 5216 | }, |
| 5217 | "node_modules/fast-uri": { |
| 5218 | "version": "3.0.6", |
| 5219 | "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.0.6.tgz", |
| 5220 | "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", |
| 5221 | "funding": [ |
| 5222 | { |
| 5223 | "type": "github", |
| 5224 | "url": "https://github.com/sponsors/fastify" |
| 5225 | }, |
| 5226 | { |
| 5227 | "type": "opencollective", |
| 5228 | "url": "https://opencollective.com/fastify" |
| 5229 | } |
| 5230 | ], |
| 5231 | "license": "BSD-3-Clause" |
| 5232 | }, |
| 5233 | "node_modules/fastest-levenshtein": { |
| 5234 | "version": "1.0.16", |
| 5235 | "resolved": "https://registry.npmmirror.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", |
| 5236 | "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", |
| 5237 | "license": "MIT", |
| 5238 | "engines": { |
| 5239 | "node": ">= 4.9.1" |
| 5240 | } |
| 5241 | }, |
| 5242 | "node_modules/faye-websocket": { |
| 5243 | "version": "0.11.4", |
| 5244 | "resolved": "https://registry.npmmirror.com/faye-websocket/-/faye-websocket-0.11.4.tgz", |
| 5245 | "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", |
| 5246 | "dev": true, |
| 5247 | "license": "Apache-2.0", |
| 5248 | "dependencies": { |
| 5249 | "websocket-driver": ">=0.5.1" |
| 5250 | }, |
| 5251 | "engines": { |
| 5252 | "node": ">=0.8.0" |
| 5253 | } |
| 5254 | }, |
| 5255 | "node_modules/fill-range": { |
| 5256 | "version": "7.1.1", |
| 5257 | "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz", |
| 5258 | "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", |
| 5259 | "dev": true, |
| 5260 | "license": "MIT", |
| 5261 | "dependencies": { |
| 5262 | "to-regex-range": "^5.0.1" |
| 5263 | }, |
| 5264 | "engines": { |
| 5265 | "node": ">=8" |
| 5266 | } |
| 5267 | }, |
| 5268 | "node_modules/finalhandler": { |
| 5269 | "version": "1.3.1", |
| 5270 | "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.1.tgz", |
| 5271 | "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", |
| 5272 | "dev": true, |
| 5273 | "license": "MIT", |
| 5274 | "dependencies": { |
| 5275 | "debug": "2.6.9", |
| 5276 | "encodeurl": "~2.0.0", |
| 5277 | "escape-html": "~1.0.3", |
| 5278 | "on-finished": "2.4.1", |
| 5279 | "parseurl": "~1.3.3", |
| 5280 | "statuses": "2.0.1", |
| 5281 | "unpipe": "~1.0.0" |
| 5282 | }, |
| 5283 | "engines": { |
| 5284 | "node": ">= 0.8" |
| 5285 | } |
| 5286 | }, |
| 5287 | "node_modules/finalhandler/node_modules/debug": { |
| 5288 | "version": "2.6.9", |
| 5289 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 5290 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 5291 | "dev": true, |
| 5292 | "license": "MIT", |
| 5293 | "dependencies": { |
| 5294 | "ms": "2.0.0" |
| 5295 | } |
| 5296 | }, |
| 5297 | "node_modules/finalhandler/node_modules/ms": { |
| 5298 | "version": "2.0.0", |
| 5299 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 5300 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 5301 | "dev": true, |
| 5302 | "license": "MIT" |
| 5303 | }, |
| 5304 | "node_modules/find-cache-dir": { |
| 5305 | "version": "4.0.0", |
| 5306 | "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz", |
| 5307 | "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", |
| 5308 | "license": "MIT", |
| 5309 | "dependencies": { |
| 5310 | "common-path-prefix": "^3.0.0", |
| 5311 | "pkg-dir": "^7.0.0" |
| 5312 | }, |
| 5313 | "engines": { |
| 5314 | "node": ">=14.16" |
| 5315 | }, |
| 5316 | "funding": { |
| 5317 | "url": "https://github.com/sponsors/sindresorhus" |
| 5318 | } |
| 5319 | }, |
| 5320 | "node_modules/find-up": { |
| 5321 | "version": "6.3.0", |
| 5322 | "resolved": "https://registry.npmmirror.com/find-up/-/find-up-6.3.0.tgz", |
| 5323 | "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", |
| 5324 | "license": "MIT", |
| 5325 | "dependencies": { |
| 5326 | "locate-path": "^7.1.0", |
| 5327 | "path-exists": "^5.0.0" |
| 5328 | }, |
| 5329 | "engines": { |
| 5330 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 5331 | }, |
| 5332 | "funding": { |
| 5333 | "url": "https://github.com/sponsors/sindresorhus" |
| 5334 | } |
| 5335 | }, |
| 5336 | "node_modules/flat": { |
| 5337 | "version": "5.0.2", |
| 5338 | "resolved": "https://registry.npmmirror.com/flat/-/flat-5.0.2.tgz", |
| 5339 | "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", |
| 5340 | "license": "BSD-3-Clause", |
| 5341 | "bin": { |
| 5342 | "flat": "cli.js" |
| 5343 | } |
| 5344 | }, |
| 5345 | "node_modules/follow-redirects": { |
| 5346 | "version": "1.15.9", |
| 5347 | "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz", |
| 5348 | "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", |
| 5349 | "funding": [ |
| 5350 | { |
| 5351 | "type": "individual", |
| 5352 | "url": "https://github.com/sponsors/RubenVerborgh" |
| 5353 | } |
| 5354 | ], |
| 5355 | "license": "MIT", |
| 5356 | "engines": { |
| 5357 | "node": ">=4.0" |
| 5358 | }, |
| 5359 | "peerDependenciesMeta": { |
| 5360 | "debug": { |
| 5361 | "optional": true |
| 5362 | } |
| 5363 | } |
| 5364 | }, |
| 5365 | "node_modules/form-data": { |
| 5366 | "version": "4.0.2", |
| 5367 | "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.2.tgz", |
| 5368 | "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", |
| 5369 | "license": "MIT", |
| 5370 | "dependencies": { |
| 5371 | "asynckit": "^0.4.0", |
| 5372 | "combined-stream": "^1.0.8", |
| 5373 | "es-set-tostringtag": "^2.1.0", |
| 5374 | "mime-types": "^2.1.12" |
| 5375 | }, |
| 5376 | "engines": { |
| 5377 | "node": ">= 6" |
| 5378 | } |
| 5379 | }, |
| 5380 | "node_modules/forwarded": { |
| 5381 | "version": "0.2.0", |
| 5382 | "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz", |
| 5383 | "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", |
| 5384 | "dev": true, |
| 5385 | "license": "MIT", |
| 5386 | "engines": { |
| 5387 | "node": ">= 0.6" |
| 5388 | } |
| 5389 | }, |
| 5390 | "node_modules/fraction.js": { |
| 5391 | "version": "4.3.7", |
| 5392 | "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz", |
| 5393 | "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", |
| 5394 | "dev": true, |
| 5395 | "license": "MIT", |
| 5396 | "engines": { |
| 5397 | "node": "*" |
| 5398 | }, |
| 5399 | "funding": { |
| 5400 | "type": "patreon", |
| 5401 | "url": "https://github.com/sponsors/rawify" |
| 5402 | } |
| 5403 | }, |
| 5404 | "node_modules/fresh": { |
| 5405 | "version": "0.5.2", |
| 5406 | "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz", |
| 5407 | "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", |
| 5408 | "dev": true, |
| 5409 | "license": "MIT", |
| 5410 | "engines": { |
| 5411 | "node": ">= 0.6" |
| 5412 | } |
| 5413 | }, |
| 5414 | "node_modules/fsevents": { |
| 5415 | "version": "2.3.3", |
| 5416 | "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz", |
| 5417 | "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", |
| 5418 | "dev": true, |
| 5419 | "hasInstallScript": true, |
| 5420 | "license": "MIT", |
| 5421 | "optional": true, |
| 5422 | "os": [ |
| 5423 | "darwin" |
| 5424 | ], |
| 5425 | "engines": { |
| 5426 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| 5427 | } |
| 5428 | }, |
| 5429 | "node_modules/function-bind": { |
| 5430 | "version": "1.1.2", |
| 5431 | "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", |
| 5432 | "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", |
| 5433 | "license": "MIT", |
| 5434 | "funding": { |
| 5435 | "url": "https://github.com/sponsors/ljharb" |
| 5436 | } |
| 5437 | }, |
| 5438 | "node_modules/gensync": { |
| 5439 | "version": "1.0.0-beta.2", |
| 5440 | "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", |
| 5441 | "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", |
| 5442 | "license": "MIT", |
| 5443 | "engines": { |
| 5444 | "node": ">=6.9.0" |
| 5445 | } |
| 5446 | }, |
| 5447 | "node_modules/get-intrinsic": { |
| 5448 | "version": "1.3.0", |
| 5449 | "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz", |
| 5450 | "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", |
| 5451 | "license": "MIT", |
| 5452 | "dependencies": { |
| 5453 | "call-bind-apply-helpers": "^1.0.2", |
| 5454 | "es-define-property": "^1.0.1", |
| 5455 | "es-errors": "^1.3.0", |
| 5456 | "es-object-atoms": "^1.1.1", |
| 5457 | "function-bind": "^1.1.2", |
| 5458 | "get-proto": "^1.0.1", |
| 5459 | "gopd": "^1.2.0", |
| 5460 | "has-symbols": "^1.1.0", |
| 5461 | "hasown": "^2.0.2", |
| 5462 | "math-intrinsics": "^1.1.0" |
| 5463 | }, |
| 5464 | "engines": { |
| 5465 | "node": ">= 0.4" |
| 5466 | }, |
| 5467 | "funding": { |
| 5468 | "url": "https://github.com/sponsors/ljharb" |
| 5469 | } |
| 5470 | }, |
| 5471 | "node_modules/get-proto": { |
| 5472 | "version": "1.0.1", |
| 5473 | "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz", |
| 5474 | "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", |
| 5475 | "license": "MIT", |
| 5476 | "dependencies": { |
| 5477 | "dunder-proto": "^1.0.1", |
| 5478 | "es-object-atoms": "^1.0.0" |
| 5479 | }, |
| 5480 | "engines": { |
| 5481 | "node": ">= 0.4" |
| 5482 | } |
| 5483 | }, |
| 5484 | "node_modules/glob-parent": { |
| 5485 | "version": "5.1.2", |
| 5486 | "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", |
| 5487 | "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", |
| 5488 | "dev": true, |
| 5489 | "license": "ISC", |
| 5490 | "dependencies": { |
| 5491 | "is-glob": "^4.0.1" |
| 5492 | }, |
| 5493 | "engines": { |
| 5494 | "node": ">= 6" |
| 5495 | } |
| 5496 | }, |
| 5497 | "node_modules/glob-to-regexp": { |
| 5498 | "version": "0.4.1", |
| 5499 | "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", |
| 5500 | "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", |
| 5501 | "license": "BSD-2-Clause" |
| 5502 | }, |
| 5503 | "node_modules/globals": { |
| 5504 | "version": "11.12.0", |
| 5505 | "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz", |
| 5506 | "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", |
| 5507 | "license": "MIT", |
| 5508 | "engines": { |
| 5509 | "node": ">=4" |
| 5510 | } |
| 5511 | }, |
| 5512 | "node_modules/gopd": { |
| 5513 | "version": "1.2.0", |
| 5514 | "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz", |
| 5515 | "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", |
| 5516 | "license": "MIT", |
| 5517 | "engines": { |
| 5518 | "node": ">= 0.4" |
| 5519 | }, |
| 5520 | "funding": { |
| 5521 | "url": "https://github.com/sponsors/ljharb" |
| 5522 | } |
| 5523 | }, |
| 5524 | "node_modules/graceful-fs": { |
| 5525 | "version": "4.2.11", |
| 5526 | "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz", |
| 5527 | "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", |
| 5528 | "license": "ISC" |
| 5529 | }, |
| 5530 | "node_modules/handle-thing": { |
| 5531 | "version": "2.0.1", |
| 5532 | "resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-2.0.1.tgz", |
| 5533 | "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", |
| 5534 | "dev": true, |
| 5535 | "license": "MIT" |
| 5536 | }, |
| 5537 | "node_modules/has-flag": { |
| 5538 | "version": "4.0.0", |
| 5539 | "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", |
| 5540 | "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
| 5541 | "license": "MIT", |
| 5542 | "engines": { |
| 5543 | "node": ">=8" |
| 5544 | } |
| 5545 | }, |
| 5546 | "node_modules/has-symbols": { |
| 5547 | "version": "1.1.0", |
| 5548 | "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz", |
| 5549 | "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", |
| 5550 | "license": "MIT", |
| 5551 | "engines": { |
| 5552 | "node": ">= 0.4" |
| 5553 | }, |
| 5554 | "funding": { |
| 5555 | "url": "https://github.com/sponsors/ljharb" |
| 5556 | } |
| 5557 | }, |
| 5558 | "node_modules/has-tostringtag": { |
| 5559 | "version": "1.0.2", |
| 5560 | "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz", |
| 5561 | "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", |
| 5562 | "license": "MIT", |
| 5563 | "dependencies": { |
| 5564 | "has-symbols": "^1.0.3" |
| 5565 | }, |
| 5566 | "engines": { |
| 5567 | "node": ">= 0.4" |
| 5568 | }, |
| 5569 | "funding": { |
| 5570 | "url": "https://github.com/sponsors/ljharb" |
| 5571 | } |
| 5572 | }, |
| 5573 | "node_modules/hasown": { |
| 5574 | "version": "2.0.2", |
| 5575 | "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz", |
| 5576 | "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", |
| 5577 | "license": "MIT", |
| 5578 | "dependencies": { |
| 5579 | "function-bind": "^1.1.2" |
| 5580 | }, |
| 5581 | "engines": { |
| 5582 | "node": ">= 0.4" |
| 5583 | } |
| 5584 | }, |
| 5585 | "node_modules/he": { |
| 5586 | "version": "1.2.0", |
| 5587 | "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz", |
| 5588 | "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", |
| 5589 | "license": "MIT", |
| 5590 | "bin": { |
| 5591 | "he": "bin/he" |
| 5592 | } |
| 5593 | }, |
| 5594 | "node_modules/hpack.js": { |
| 5595 | "version": "2.1.6", |
| 5596 | "resolved": "https://registry.npmmirror.com/hpack.js/-/hpack.js-2.1.6.tgz", |
| 5597 | "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", |
| 5598 | "dev": true, |
| 5599 | "license": "MIT", |
| 5600 | "dependencies": { |
| 5601 | "inherits": "^2.0.1", |
| 5602 | "obuf": "^1.0.0", |
| 5603 | "readable-stream": "^2.0.1", |
| 5604 | "wbuf": "^1.1.0" |
| 5605 | } |
| 5606 | }, |
| 5607 | "node_modules/hpack.js/node_modules/readable-stream": { |
| 5608 | "version": "2.3.8", |
| 5609 | "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz", |
| 5610 | "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", |
| 5611 | "dev": true, |
| 5612 | "license": "MIT", |
| 5613 | "dependencies": { |
| 5614 | "core-util-is": "~1.0.0", |
| 5615 | "inherits": "~2.0.3", |
| 5616 | "isarray": "~1.0.0", |
| 5617 | "process-nextick-args": "~2.0.0", |
| 5618 | "safe-buffer": "~5.1.1", |
| 5619 | "string_decoder": "~1.1.1", |
| 5620 | "util-deprecate": "~1.0.1" |
| 5621 | } |
| 5622 | }, |
| 5623 | "node_modules/hpack.js/node_modules/safe-buffer": { |
| 5624 | "version": "5.1.2", |
| 5625 | "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", |
| 5626 | "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
| 5627 | "dev": true, |
| 5628 | "license": "MIT" |
| 5629 | }, |
| 5630 | "node_modules/hpack.js/node_modules/string_decoder": { |
| 5631 | "version": "1.1.1", |
| 5632 | "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz", |
| 5633 | "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
| 5634 | "dev": true, |
| 5635 | "license": "MIT", |
| 5636 | "dependencies": { |
| 5637 | "safe-buffer": "~5.1.0" |
| 5638 | } |
| 5639 | }, |
| 5640 | "node_modules/html-minifier-terser": { |
| 5641 | "version": "6.1.0", |
| 5642 | "resolved": "https://registry.npmmirror.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", |
| 5643 | "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", |
| 5644 | "license": "MIT", |
| 5645 | "dependencies": { |
| 5646 | "camel-case": "^4.1.2", |
| 5647 | "clean-css": "^5.2.2", |
| 5648 | "commander": "^8.3.0", |
| 5649 | "he": "^1.2.0", |
| 5650 | "param-case": "^3.0.4", |
| 5651 | "relateurl": "^0.2.7", |
| 5652 | "terser": "^5.10.0" |
| 5653 | }, |
| 5654 | "bin": { |
| 5655 | "html-minifier-terser": "cli.js" |
| 5656 | }, |
| 5657 | "engines": { |
| 5658 | "node": ">=12" |
| 5659 | } |
| 5660 | }, |
| 5661 | "node_modules/html-webpack-plugin": { |
| 5662 | "version": "5.6.3", |
| 5663 | "resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", |
| 5664 | "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", |
| 5665 | "license": "MIT", |
| 5666 | "dependencies": { |
| 5667 | "@types/html-minifier-terser": "^6.0.0", |
| 5668 | "html-minifier-terser": "^6.0.2", |
| 5669 | "lodash": "^4.17.21", |
| 5670 | "pretty-error": "^4.0.0", |
| 5671 | "tapable": "^2.0.0" |
| 5672 | }, |
| 5673 | "engines": { |
| 5674 | "node": ">=10.13.0" |
| 5675 | }, |
| 5676 | "funding": { |
| 5677 | "type": "opencollective", |
| 5678 | "url": "https://opencollective.com/html-webpack-plugin" |
| 5679 | }, |
| 5680 | "peerDependencies": { |
| 5681 | "@rspack/core": "0.x || 1.x", |
| 5682 | "webpack": "^5.20.0" |
| 5683 | }, |
| 5684 | "peerDependenciesMeta": { |
| 5685 | "@rspack/core": { |
| 5686 | "optional": true |
| 5687 | }, |
| 5688 | "webpack": { |
| 5689 | "optional": true |
| 5690 | } |
| 5691 | } |
| 5692 | }, |
| 5693 | "node_modules/htmlparser2": { |
| 5694 | "version": "6.1.0", |
| 5695 | "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz", |
| 5696 | "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", |
| 5697 | "funding": [ |
| 5698 | "https://github.com/fb55/htmlparser2?sponsor=1", |
| 5699 | { |
| 5700 | "type": "github", |
| 5701 | "url": "https://github.com/sponsors/fb55" |
| 5702 | } |
| 5703 | ], |
| 5704 | "license": "MIT", |
| 5705 | "dependencies": { |
| 5706 | "domelementtype": "^2.0.1", |
| 5707 | "domhandler": "^4.0.0", |
| 5708 | "domutils": "^2.5.2", |
| 5709 | "entities": "^2.0.0" |
| 5710 | } |
| 5711 | }, |
| 5712 | "node_modules/http-deceiver": { |
| 5713 | "version": "1.2.7", |
| 5714 | "resolved": "https://registry.npmmirror.com/http-deceiver/-/http-deceiver-1.2.7.tgz", |
| 5715 | "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", |
| 5716 | "dev": true, |
| 5717 | "license": "MIT" |
| 5718 | }, |
| 5719 | "node_modules/http-errors": { |
| 5720 | "version": "2.0.0", |
| 5721 | "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz", |
| 5722 | "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", |
| 5723 | "dev": true, |
| 5724 | "license": "MIT", |
| 5725 | "dependencies": { |
| 5726 | "depd": "2.0.0", |
| 5727 | "inherits": "2.0.4", |
| 5728 | "setprototypeof": "1.2.0", |
| 5729 | "statuses": "2.0.1", |
| 5730 | "toidentifier": "1.0.1" |
| 5731 | }, |
| 5732 | "engines": { |
| 5733 | "node": ">= 0.8" |
| 5734 | } |
| 5735 | }, |
| 5736 | "node_modules/http-parser-js": { |
| 5737 | "version": "0.5.9", |
| 5738 | "resolved": "https://registry.npmmirror.com/http-parser-js/-/http-parser-js-0.5.9.tgz", |
| 5739 | "integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==", |
| 5740 | "dev": true, |
| 5741 | "license": "MIT" |
| 5742 | }, |
| 5743 | "node_modules/http-proxy": { |
| 5744 | "version": "1.18.1", |
| 5745 | "resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz", |
| 5746 | "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", |
| 5747 | "dev": true, |
| 5748 | "license": "MIT", |
| 5749 | "dependencies": { |
| 5750 | "eventemitter3": "^4.0.0", |
| 5751 | "follow-redirects": "^1.0.0", |
| 5752 | "requires-port": "^1.0.0" |
| 5753 | }, |
| 5754 | "engines": { |
| 5755 | "node": ">=8.0.0" |
| 5756 | } |
| 5757 | }, |
| 5758 | "node_modules/http-proxy-middleware": { |
| 5759 | "version": "2.0.7", |
| 5760 | "resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", |
| 5761 | "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", |
| 5762 | "dev": true, |
| 5763 | "license": "MIT", |
| 5764 | "dependencies": { |
| 5765 | "@types/http-proxy": "^1.17.8", |
| 5766 | "http-proxy": "^1.18.1", |
| 5767 | "is-glob": "^4.0.1", |
| 5768 | "is-plain-obj": "^3.0.0", |
| 5769 | "micromatch": "^4.0.2" |
| 5770 | }, |
| 5771 | "engines": { |
| 5772 | "node": ">=12.0.0" |
| 5773 | }, |
| 5774 | "peerDependencies": { |
| 5775 | "@types/express": "^4.17.13" |
| 5776 | }, |
| 5777 | "peerDependenciesMeta": { |
| 5778 | "@types/express": { |
| 5779 | "optional": true |
| 5780 | } |
| 5781 | } |
| 5782 | }, |
| 5783 | "node_modules/hyperdyperid": { |
| 5784 | "version": "1.2.0", |
| 5785 | "resolved": "https://registry.npmmirror.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz", |
| 5786 | "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", |
| 5787 | "dev": true, |
| 5788 | "license": "MIT", |
| 5789 | "engines": { |
| 5790 | "node": ">=10.18" |
| 5791 | } |
| 5792 | }, |
| 5793 | "node_modules/iconv-lite": { |
| 5794 | "version": "0.6.3", |
| 5795 | "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz", |
| 5796 | "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", |
| 5797 | "dev": true, |
| 5798 | "license": "MIT", |
| 5799 | "optional": true, |
| 5800 | "dependencies": { |
| 5801 | "safer-buffer": ">= 2.1.2 < 3.0.0" |
| 5802 | }, |
| 5803 | "engines": { |
| 5804 | "node": ">=0.10.0" |
| 5805 | } |
| 5806 | }, |
| 5807 | "node_modules/icss-utils": { |
| 5808 | "version": "5.1.0", |
| 5809 | "resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz", |
| 5810 | "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", |
| 5811 | "dev": true, |
| 5812 | "license": "ISC", |
| 5813 | "engines": { |
| 5814 | "node": "^10 || ^12 || >= 14" |
| 5815 | }, |
| 5816 | "peerDependencies": { |
| 5817 | "postcss": "^8.1.0" |
| 5818 | } |
| 5819 | }, |
| 5820 | "node_modules/image-size": { |
| 5821 | "version": "0.5.5", |
| 5822 | "resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz", |
| 5823 | "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", |
| 5824 | "dev": true, |
| 5825 | "license": "MIT", |
| 5826 | "optional": true, |
| 5827 | "bin": { |
| 5828 | "image-size": "bin/image-size.js" |
| 5829 | }, |
| 5830 | "engines": { |
| 5831 | "node": ">=0.10.0" |
| 5832 | } |
| 5833 | }, |
| 5834 | "node_modules/immer": { |
| 5835 | "version": "10.1.1", |
| 5836 | "resolved": "https://registry.npmmirror.com/immer/-/immer-10.1.1.tgz", |
| 5837 | "integrity": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==", |
| 5838 | "license": "MIT", |
| 5839 | "funding": { |
| 5840 | "type": "opencollective", |
| 5841 | "url": "https://opencollective.com/immer" |
| 5842 | } |
| 5843 | }, |
| 5844 | "node_modules/import-fresh": { |
| 5845 | "version": "3.3.1", |
| 5846 | "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz", |
| 5847 | "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", |
| 5848 | "dev": true, |
| 5849 | "license": "MIT", |
| 5850 | "dependencies": { |
| 5851 | "parent-module": "^1.0.0", |
| 5852 | "resolve-from": "^4.0.0" |
| 5853 | }, |
| 5854 | "engines": { |
| 5855 | "node": ">=6" |
| 5856 | }, |
| 5857 | "funding": { |
| 5858 | "url": "https://github.com/sponsors/sindresorhus" |
| 5859 | } |
| 5860 | }, |
| 5861 | "node_modules/import-local": { |
| 5862 | "version": "3.2.0", |
| 5863 | "resolved": "https://registry.npmmirror.com/import-local/-/import-local-3.2.0.tgz", |
| 5864 | "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", |
| 5865 | "license": "MIT", |
| 5866 | "dependencies": { |
| 5867 | "pkg-dir": "^4.2.0", |
| 5868 | "resolve-cwd": "^3.0.0" |
| 5869 | }, |
| 5870 | "bin": { |
| 5871 | "import-local-fixture": "fixtures/cli.js" |
| 5872 | }, |
| 5873 | "engines": { |
| 5874 | "node": ">=8" |
| 5875 | }, |
| 5876 | "funding": { |
| 5877 | "url": "https://github.com/sponsors/sindresorhus" |
| 5878 | } |
| 5879 | }, |
| 5880 | "node_modules/import-local/node_modules/find-up": { |
| 5881 | "version": "4.1.0", |
| 5882 | "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz", |
| 5883 | "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", |
| 5884 | "license": "MIT", |
| 5885 | "dependencies": { |
| 5886 | "locate-path": "^5.0.0", |
| 5887 | "path-exists": "^4.0.0" |
| 5888 | }, |
| 5889 | "engines": { |
| 5890 | "node": ">=8" |
| 5891 | } |
| 5892 | }, |
| 5893 | "node_modules/import-local/node_modules/locate-path": { |
| 5894 | "version": "5.0.0", |
| 5895 | "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz", |
| 5896 | "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", |
| 5897 | "license": "MIT", |
| 5898 | "dependencies": { |
| 5899 | "p-locate": "^4.1.0" |
| 5900 | }, |
| 5901 | "engines": { |
| 5902 | "node": ">=8" |
| 5903 | } |
| 5904 | }, |
| 5905 | "node_modules/import-local/node_modules/p-limit": { |
| 5906 | "version": "2.3.0", |
| 5907 | "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz", |
| 5908 | "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", |
| 5909 | "license": "MIT", |
| 5910 | "dependencies": { |
| 5911 | "p-try": "^2.0.0" |
| 5912 | }, |
| 5913 | "engines": { |
| 5914 | "node": ">=6" |
| 5915 | }, |
| 5916 | "funding": { |
| 5917 | "url": "https://github.com/sponsors/sindresorhus" |
| 5918 | } |
| 5919 | }, |
| 5920 | "node_modules/import-local/node_modules/p-locate": { |
| 5921 | "version": "4.1.0", |
| 5922 | "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz", |
| 5923 | "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", |
| 5924 | "license": "MIT", |
| 5925 | "dependencies": { |
| 5926 | "p-limit": "^2.2.0" |
| 5927 | }, |
| 5928 | "engines": { |
| 5929 | "node": ">=8" |
| 5930 | } |
| 5931 | }, |
| 5932 | "node_modules/import-local/node_modules/path-exists": { |
| 5933 | "version": "4.0.0", |
| 5934 | "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz", |
| 5935 | "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", |
| 5936 | "license": "MIT", |
| 5937 | "engines": { |
| 5938 | "node": ">=8" |
| 5939 | } |
| 5940 | }, |
| 5941 | "node_modules/import-local/node_modules/pkg-dir": { |
| 5942 | "version": "4.2.0", |
| 5943 | "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz", |
| 5944 | "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", |
| 5945 | "license": "MIT", |
| 5946 | "dependencies": { |
| 5947 | "find-up": "^4.0.0" |
| 5948 | }, |
| 5949 | "engines": { |
| 5950 | "node": ">=8" |
| 5951 | } |
| 5952 | }, |
| 5953 | "node_modules/inherits": { |
| 5954 | "version": "2.0.4", |
| 5955 | "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", |
| 5956 | "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
| 5957 | "dev": true, |
| 5958 | "license": "ISC" |
| 5959 | }, |
| 5960 | "node_modules/interpret": { |
| 5961 | "version": "3.1.1", |
| 5962 | "resolved": "https://registry.npmmirror.com/interpret/-/interpret-3.1.1.tgz", |
| 5963 | "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", |
| 5964 | "license": "MIT", |
| 5965 | "engines": { |
| 5966 | "node": ">=10.13.0" |
| 5967 | } |
| 5968 | }, |
| 5969 | "node_modules/ipaddr.js": { |
| 5970 | "version": "2.2.0", |
| 5971 | "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz", |
| 5972 | "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", |
| 5973 | "dev": true, |
| 5974 | "license": "MIT", |
| 5975 | "engines": { |
| 5976 | "node": ">= 10" |
| 5977 | } |
| 5978 | }, |
| 5979 | "node_modules/is-arrayish": { |
| 5980 | "version": "0.2.1", |
| 5981 | "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz", |
| 5982 | "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", |
| 5983 | "dev": true, |
| 5984 | "license": "MIT" |
| 5985 | }, |
| 5986 | "node_modules/is-binary-path": { |
| 5987 | "version": "2.1.0", |
| 5988 | "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz", |
| 5989 | "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", |
| 5990 | "dev": true, |
| 5991 | "license": "MIT", |
| 5992 | "dependencies": { |
| 5993 | "binary-extensions": "^2.0.0" |
| 5994 | }, |
| 5995 | "engines": { |
| 5996 | "node": ">=8" |
| 5997 | } |
| 5998 | }, |
| 5999 | "node_modules/is-buffer": { |
| 6000 | "version": "2.0.5", |
| 6001 | "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-2.0.5.tgz", |
| 6002 | "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", |
| 6003 | "funding": [ |
| 6004 | { |
| 6005 | "type": "github", |
| 6006 | "url": "https://github.com/sponsors/feross" |
| 6007 | }, |
| 6008 | { |
| 6009 | "type": "patreon", |
| 6010 | "url": "https://www.patreon.com/feross" |
| 6011 | }, |
| 6012 | { |
| 6013 | "type": "consulting", |
| 6014 | "url": "https://feross.org/support" |
| 6015 | } |
| 6016 | ], |
| 6017 | "license": "MIT", |
| 6018 | "engines": { |
| 6019 | "node": ">=4" |
| 6020 | } |
| 6021 | }, |
| 6022 | "node_modules/is-core-module": { |
| 6023 | "version": "2.16.1", |
| 6024 | "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz", |
| 6025 | "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", |
| 6026 | "license": "MIT", |
| 6027 | "dependencies": { |
| 6028 | "hasown": "^2.0.2" |
| 6029 | }, |
| 6030 | "engines": { |
| 6031 | "node": ">= 0.4" |
| 6032 | }, |
| 6033 | "funding": { |
| 6034 | "url": "https://github.com/sponsors/ljharb" |
| 6035 | } |
| 6036 | }, |
| 6037 | "node_modules/is-docker": { |
| 6038 | "version": "3.0.0", |
| 6039 | "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz", |
| 6040 | "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", |
| 6041 | "dev": true, |
| 6042 | "license": "MIT", |
| 6043 | "bin": { |
| 6044 | "is-docker": "cli.js" |
| 6045 | }, |
| 6046 | "engines": { |
| 6047 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 6048 | }, |
| 6049 | "funding": { |
| 6050 | "url": "https://github.com/sponsors/sindresorhus" |
| 6051 | } |
| 6052 | }, |
| 6053 | "node_modules/is-extglob": { |
| 6054 | "version": "2.1.1", |
| 6055 | "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", |
| 6056 | "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
| 6057 | "dev": true, |
| 6058 | "license": "MIT", |
| 6059 | "engines": { |
| 6060 | "node": ">=0.10.0" |
| 6061 | } |
| 6062 | }, |
| 6063 | "node_modules/is-glob": { |
| 6064 | "version": "4.0.3", |
| 6065 | "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", |
| 6066 | "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", |
| 6067 | "dev": true, |
| 6068 | "license": "MIT", |
| 6069 | "dependencies": { |
| 6070 | "is-extglob": "^2.1.1" |
| 6071 | }, |
| 6072 | "engines": { |
| 6073 | "node": ">=0.10.0" |
| 6074 | } |
| 6075 | }, |
| 6076 | "node_modules/is-inside-container": { |
| 6077 | "version": "1.0.0", |
| 6078 | "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz", |
| 6079 | "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", |
| 6080 | "dev": true, |
| 6081 | "license": "MIT", |
| 6082 | "dependencies": { |
| 6083 | "is-docker": "^3.0.0" |
| 6084 | }, |
| 6085 | "bin": { |
| 6086 | "is-inside-container": "cli.js" |
| 6087 | }, |
| 6088 | "engines": { |
| 6089 | "node": ">=14.16" |
| 6090 | }, |
| 6091 | "funding": { |
| 6092 | "url": "https://github.com/sponsors/sindresorhus" |
| 6093 | } |
| 6094 | }, |
| 6095 | "node_modules/is-network-error": { |
| 6096 | "version": "1.1.0", |
| 6097 | "resolved": "https://registry.npmmirror.com/is-network-error/-/is-network-error-1.1.0.tgz", |
| 6098 | "integrity": "sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==", |
| 6099 | "dev": true, |
| 6100 | "license": "MIT", |
| 6101 | "engines": { |
| 6102 | "node": ">=16" |
| 6103 | }, |
| 6104 | "funding": { |
| 6105 | "url": "https://github.com/sponsors/sindresorhus" |
| 6106 | } |
| 6107 | }, |
| 6108 | "node_modules/is-number": { |
| 6109 | "version": "7.0.0", |
| 6110 | "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", |
| 6111 | "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", |
| 6112 | "dev": true, |
| 6113 | "license": "MIT", |
| 6114 | "engines": { |
| 6115 | "node": ">=0.12.0" |
| 6116 | } |
| 6117 | }, |
| 6118 | "node_modules/is-plain-obj": { |
| 6119 | "version": "3.0.0", |
| 6120 | "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz", |
| 6121 | "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", |
| 6122 | "dev": true, |
| 6123 | "license": "MIT", |
| 6124 | "engines": { |
| 6125 | "node": ">=10" |
| 6126 | }, |
| 6127 | "funding": { |
| 6128 | "url": "https://github.com/sponsors/sindresorhus" |
| 6129 | } |
| 6130 | }, |
| 6131 | "node_modules/is-plain-object": { |
| 6132 | "version": "2.0.4", |
| 6133 | "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz", |
| 6134 | "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", |
| 6135 | "license": "MIT", |
| 6136 | "dependencies": { |
| 6137 | "isobject": "^3.0.1" |
| 6138 | }, |
| 6139 | "engines": { |
| 6140 | "node": ">=0.10.0" |
| 6141 | } |
| 6142 | }, |
| 6143 | "node_modules/is-what": { |
| 6144 | "version": "3.14.1", |
| 6145 | "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz", |
| 6146 | "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", |
| 6147 | "dev": true, |
| 6148 | "license": "MIT" |
| 6149 | }, |
| 6150 | "node_modules/is-wsl": { |
| 6151 | "version": "3.1.0", |
| 6152 | "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz", |
| 6153 | "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", |
| 6154 | "dev": true, |
| 6155 | "license": "MIT", |
| 6156 | "dependencies": { |
| 6157 | "is-inside-container": "^1.0.0" |
| 6158 | }, |
| 6159 | "engines": { |
| 6160 | "node": ">=16" |
| 6161 | }, |
| 6162 | "funding": { |
| 6163 | "url": "https://github.com/sponsors/sindresorhus" |
| 6164 | } |
| 6165 | }, |
| 6166 | "node_modules/isarray": { |
| 6167 | "version": "1.0.0", |
| 6168 | "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz", |
| 6169 | "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", |
| 6170 | "dev": true, |
| 6171 | "license": "MIT" |
| 6172 | }, |
| 6173 | "node_modules/isexe": { |
| 6174 | "version": "2.0.0", |
| 6175 | "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", |
| 6176 | "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
| 6177 | "license": "ISC" |
| 6178 | }, |
| 6179 | "node_modules/isobject": { |
| 6180 | "version": "3.0.1", |
| 6181 | "resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz", |
| 6182 | "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", |
| 6183 | "license": "MIT", |
| 6184 | "engines": { |
| 6185 | "node": ">=0.10.0" |
| 6186 | } |
| 6187 | }, |
| 6188 | "node_modules/jest-util": { |
| 6189 | "version": "29.7.0", |
| 6190 | "resolved": "https://registry.npmmirror.com/jest-util/-/jest-util-29.7.0.tgz", |
| 6191 | "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", |
| 6192 | "license": "MIT", |
| 6193 | "dependencies": { |
| 6194 | "@jest/types": "^29.6.3", |
| 6195 | "@types/node": "*", |
| 6196 | "chalk": "^4.0.0", |
| 6197 | "ci-info": "^3.2.0", |
| 6198 | "graceful-fs": "^4.2.9", |
| 6199 | "picomatch": "^2.2.3" |
| 6200 | }, |
| 6201 | "engines": { |
| 6202 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 6203 | } |
| 6204 | }, |
| 6205 | "node_modules/jest-worker": { |
| 6206 | "version": "29.7.0", |
| 6207 | "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-29.7.0.tgz", |
| 6208 | "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", |
| 6209 | "license": "MIT", |
| 6210 | "dependencies": { |
| 6211 | "@types/node": "*", |
| 6212 | "jest-util": "^29.7.0", |
| 6213 | "merge-stream": "^2.0.0", |
| 6214 | "supports-color": "^8.0.0" |
| 6215 | }, |
| 6216 | "engines": { |
| 6217 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 6218 | } |
| 6219 | }, |
| 6220 | "node_modules/jiti": { |
| 6221 | "version": "1.21.7", |
| 6222 | "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.7.tgz", |
| 6223 | "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", |
| 6224 | "dev": true, |
| 6225 | "license": "MIT", |
| 6226 | "bin": { |
| 6227 | "jiti": "bin/jiti.js" |
| 6228 | } |
| 6229 | }, |
| 6230 | "node_modules/js-tokens": { |
| 6231 | "version": "4.0.0", |
| 6232 | "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", |
| 6233 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", |
| 6234 | "license": "MIT" |
| 6235 | }, |
| 6236 | "node_modules/js-yaml": { |
| 6237 | "version": "4.1.0", |
| 6238 | "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz", |
| 6239 | "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", |
| 6240 | "dev": true, |
| 6241 | "license": "MIT", |
| 6242 | "dependencies": { |
| 6243 | "argparse": "^2.0.1" |
| 6244 | }, |
| 6245 | "bin": { |
| 6246 | "js-yaml": "bin/js-yaml.js" |
| 6247 | } |
| 6248 | }, |
| 6249 | "node_modules/jsesc": { |
| 6250 | "version": "3.1.0", |
| 6251 | "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz", |
| 6252 | "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", |
| 6253 | "license": "MIT", |
| 6254 | "bin": { |
| 6255 | "jsesc": "bin/jsesc" |
| 6256 | }, |
| 6257 | "engines": { |
| 6258 | "node": ">=6" |
| 6259 | } |
| 6260 | }, |
| 6261 | "node_modules/json-parse-even-better-errors": { |
| 6262 | "version": "2.3.1", |
| 6263 | "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", |
| 6264 | "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", |
| 6265 | "license": "MIT" |
| 6266 | }, |
| 6267 | "node_modules/json-schema-traverse": { |
| 6268 | "version": "1.0.0", |
| 6269 | "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", |
| 6270 | "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", |
| 6271 | "license": "MIT" |
| 6272 | }, |
| 6273 | "node_modules/json5": { |
| 6274 | "version": "2.2.3", |
| 6275 | "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz", |
| 6276 | "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", |
| 6277 | "license": "MIT", |
| 6278 | "bin": { |
| 6279 | "json5": "lib/cli.js" |
| 6280 | }, |
| 6281 | "engines": { |
| 6282 | "node": ">=6" |
| 6283 | } |
| 6284 | }, |
| 6285 | "node_modules/kind-of": { |
| 6286 | "version": "6.0.3", |
| 6287 | "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz", |
| 6288 | "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", |
| 6289 | "license": "MIT", |
| 6290 | "engines": { |
| 6291 | "node": ">=0.10.0" |
| 6292 | } |
| 6293 | }, |
| 6294 | "node_modules/launch-editor": { |
| 6295 | "version": "2.10.0", |
| 6296 | "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.10.0.tgz", |
| 6297 | "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==", |
| 6298 | "dev": true, |
| 6299 | "license": "MIT", |
| 6300 | "dependencies": { |
| 6301 | "picocolors": "^1.0.0", |
| 6302 | "shell-quote": "^1.8.1" |
| 6303 | } |
| 6304 | }, |
| 6305 | "node_modules/less": { |
| 6306 | "version": "4.2.2", |
| 6307 | "resolved": "https://registry.npmmirror.com/less/-/less-4.2.2.tgz", |
| 6308 | "integrity": "sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==", |
| 6309 | "dev": true, |
| 6310 | "license": "Apache-2.0", |
| 6311 | "dependencies": { |
| 6312 | "copy-anything": "^2.0.1", |
| 6313 | "parse-node-version": "^1.0.1", |
| 6314 | "tslib": "^2.3.0" |
| 6315 | }, |
| 6316 | "bin": { |
| 6317 | "lessc": "bin/lessc" |
| 6318 | }, |
| 6319 | "engines": { |
| 6320 | "node": ">=6" |
| 6321 | }, |
| 6322 | "optionalDependencies": { |
| 6323 | "errno": "^0.1.1", |
| 6324 | "graceful-fs": "^4.1.2", |
| 6325 | "image-size": "~0.5.0", |
| 6326 | "make-dir": "^2.1.0", |
| 6327 | "mime": "^1.4.1", |
| 6328 | "needle": "^3.1.0", |
| 6329 | "source-map": "~0.6.0" |
| 6330 | } |
| 6331 | }, |
| 6332 | "node_modules/less-loader": { |
| 6333 | "version": "12.2.0", |
| 6334 | "resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-12.2.0.tgz", |
| 6335 | "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==", |
| 6336 | "dev": true, |
| 6337 | "license": "MIT", |
| 6338 | "engines": { |
| 6339 | "node": ">= 18.12.0" |
| 6340 | }, |
| 6341 | "funding": { |
| 6342 | "type": "opencollective", |
| 6343 | "url": "https://opencollective.com/webpack" |
| 6344 | }, |
| 6345 | "peerDependencies": { |
| 6346 | "@rspack/core": "0.x || 1.x", |
| 6347 | "less": "^3.5.0 || ^4.0.0", |
| 6348 | "webpack": "^5.0.0" |
| 6349 | }, |
| 6350 | "peerDependenciesMeta": { |
| 6351 | "@rspack/core": { |
| 6352 | "optional": true |
| 6353 | }, |
| 6354 | "webpack": { |
| 6355 | "optional": true |
| 6356 | } |
| 6357 | } |
| 6358 | }, |
| 6359 | "node_modules/lilconfig": { |
| 6360 | "version": "3.1.3", |
| 6361 | "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz", |
| 6362 | "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", |
| 6363 | "license": "MIT", |
| 6364 | "engines": { |
| 6365 | "node": ">=14" |
| 6366 | }, |
| 6367 | "funding": { |
| 6368 | "url": "https://github.com/sponsors/antonk52" |
| 6369 | } |
| 6370 | }, |
| 6371 | "node_modules/lines-and-columns": { |
| 6372 | "version": "1.2.4", |
| 6373 | "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz", |
| 6374 | "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", |
| 6375 | "dev": true, |
| 6376 | "license": "MIT" |
| 6377 | }, |
| 6378 | "node_modules/loader-runner": { |
| 6379 | "version": "4.3.0", |
| 6380 | "resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.0.tgz", |
| 6381 | "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", |
| 6382 | "license": "MIT", |
| 6383 | "engines": { |
| 6384 | "node": ">=6.11.5" |
| 6385 | } |
| 6386 | }, |
| 6387 | "node_modules/locate-path": { |
| 6388 | "version": "7.2.0", |
| 6389 | "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-7.2.0.tgz", |
| 6390 | "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", |
| 6391 | "license": "MIT", |
| 6392 | "dependencies": { |
| 6393 | "p-locate": "^6.0.0" |
| 6394 | }, |
| 6395 | "engines": { |
| 6396 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 6397 | }, |
| 6398 | "funding": { |
| 6399 | "url": "https://github.com/sponsors/sindresorhus" |
| 6400 | } |
| 6401 | }, |
| 6402 | "node_modules/lodash": { |
| 6403 | "version": "4.17.21", |
| 6404 | "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", |
| 6405 | "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", |
| 6406 | "license": "MIT" |
| 6407 | }, |
| 6408 | "node_modules/lodash.debounce": { |
| 6409 | "version": "4.0.8", |
| 6410 | "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz", |
| 6411 | "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", |
| 6412 | "license": "MIT" |
| 6413 | }, |
| 6414 | "node_modules/lodash.memoize": { |
| 6415 | "version": "4.1.2", |
| 6416 | "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz", |
| 6417 | "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", |
| 6418 | "license": "MIT" |
| 6419 | }, |
| 6420 | "node_modules/lodash.uniq": { |
| 6421 | "version": "4.5.0", |
| 6422 | "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz", |
| 6423 | "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", |
| 6424 | "license": "MIT" |
| 6425 | }, |
| 6426 | "node_modules/lower-case": { |
| 6427 | "version": "2.0.2", |
| 6428 | "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz", |
| 6429 | "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", |
| 6430 | "license": "MIT", |
| 6431 | "dependencies": { |
| 6432 | "tslib": "^2.0.3" |
| 6433 | } |
| 6434 | }, |
| 6435 | "node_modules/lru-cache": { |
| 6436 | "version": "5.1.1", |
| 6437 | "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz", |
| 6438 | "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", |
| 6439 | "license": "ISC", |
| 6440 | "dependencies": { |
| 6441 | "yallist": "^3.0.2" |
| 6442 | } |
| 6443 | }, |
| 6444 | "node_modules/make-dir": { |
| 6445 | "version": "2.1.0", |
| 6446 | "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz", |
| 6447 | "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", |
| 6448 | "dev": true, |
| 6449 | "license": "MIT", |
| 6450 | "optional": true, |
| 6451 | "dependencies": { |
| 6452 | "pify": "^4.0.1", |
| 6453 | "semver": "^5.6.0" |
| 6454 | }, |
| 6455 | "engines": { |
| 6456 | "node": ">=6" |
| 6457 | } |
| 6458 | }, |
| 6459 | "node_modules/make-dir/node_modules/semver": { |
| 6460 | "version": "5.7.2", |
| 6461 | "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz", |
| 6462 | "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", |
| 6463 | "dev": true, |
| 6464 | "license": "ISC", |
| 6465 | "optional": true, |
| 6466 | "bin": { |
| 6467 | "semver": "bin/semver" |
| 6468 | } |
| 6469 | }, |
| 6470 | "node_modules/math-intrinsics": { |
| 6471 | "version": "1.1.0", |
| 6472 | "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz", |
| 6473 | "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", |
| 6474 | "license": "MIT", |
| 6475 | "engines": { |
| 6476 | "node": ">= 0.4" |
| 6477 | } |
| 6478 | }, |
| 6479 | "node_modules/mdn-data": { |
| 6480 | "version": "2.0.30", |
| 6481 | "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz", |
| 6482 | "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", |
| 6483 | "license": "CC0-1.0" |
| 6484 | }, |
| 6485 | "node_modules/media-typer": { |
| 6486 | "version": "0.3.0", |
| 6487 | "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz", |
| 6488 | "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", |
| 6489 | "dev": true, |
| 6490 | "license": "MIT", |
| 6491 | "engines": { |
| 6492 | "node": ">= 0.6" |
| 6493 | } |
| 6494 | }, |
| 6495 | "node_modules/memfs": { |
| 6496 | "version": "4.17.0", |
| 6497 | "resolved": "https://registry.npmmirror.com/memfs/-/memfs-4.17.0.tgz", |
| 6498 | "integrity": "sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg==", |
| 6499 | "dev": true, |
| 6500 | "license": "Apache-2.0", |
| 6501 | "dependencies": { |
| 6502 | "@jsonjoy.com/json-pack": "^1.0.3", |
| 6503 | "@jsonjoy.com/util": "^1.3.0", |
| 6504 | "tree-dump": "^1.0.1", |
| 6505 | "tslib": "^2.0.0" |
| 6506 | }, |
| 6507 | "engines": { |
| 6508 | "node": ">= 4.0.0" |
| 6509 | }, |
| 6510 | "funding": { |
| 6511 | "type": "github", |
| 6512 | "url": "https://github.com/sponsors/streamich" |
| 6513 | } |
| 6514 | }, |
| 6515 | "node_modules/merge-descriptors": { |
| 6516 | "version": "1.0.3", |
| 6517 | "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz", |
| 6518 | "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", |
| 6519 | "dev": true, |
| 6520 | "license": "MIT", |
| 6521 | "funding": { |
| 6522 | "url": "https://github.com/sponsors/sindresorhus" |
| 6523 | } |
| 6524 | }, |
| 6525 | "node_modules/merge-stream": { |
| 6526 | "version": "2.0.0", |
| 6527 | "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz", |
| 6528 | "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", |
| 6529 | "license": "MIT" |
| 6530 | }, |
| 6531 | "node_modules/methods": { |
| 6532 | "version": "1.1.2", |
| 6533 | "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz", |
| 6534 | "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", |
| 6535 | "dev": true, |
| 6536 | "license": "MIT", |
| 6537 | "engines": { |
| 6538 | "node": ">= 0.6" |
| 6539 | } |
| 6540 | }, |
| 6541 | "node_modules/micromatch": { |
| 6542 | "version": "4.0.8", |
| 6543 | "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz", |
| 6544 | "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
| 6545 | "dev": true, |
| 6546 | "license": "MIT", |
| 6547 | "dependencies": { |
| 6548 | "braces": "^3.0.3", |
| 6549 | "picomatch": "^2.3.1" |
| 6550 | }, |
| 6551 | "engines": { |
| 6552 | "node": ">=8.6" |
| 6553 | } |
| 6554 | }, |
| 6555 | "node_modules/mime": { |
| 6556 | "version": "1.6.0", |
| 6557 | "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz", |
| 6558 | "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", |
| 6559 | "dev": true, |
| 6560 | "license": "MIT", |
| 6561 | "bin": { |
| 6562 | "mime": "cli.js" |
| 6563 | }, |
| 6564 | "engines": { |
| 6565 | "node": ">=4" |
| 6566 | } |
| 6567 | }, |
| 6568 | "node_modules/mime-db": { |
| 6569 | "version": "1.52.0", |
| 6570 | "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", |
| 6571 | "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", |
| 6572 | "license": "MIT", |
| 6573 | "engines": { |
| 6574 | "node": ">= 0.6" |
| 6575 | } |
| 6576 | }, |
| 6577 | "node_modules/mime-types": { |
| 6578 | "version": "2.1.35", |
| 6579 | "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", |
| 6580 | "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", |
| 6581 | "license": "MIT", |
| 6582 | "dependencies": { |
| 6583 | "mime-db": "1.52.0" |
| 6584 | }, |
| 6585 | "engines": { |
| 6586 | "node": ">= 0.6" |
| 6587 | } |
| 6588 | }, |
| 6589 | "node_modules/mini-css-extract-plugin": { |
| 6590 | "version": "2.9.2", |
| 6591 | "resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", |
| 6592 | "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", |
| 6593 | "license": "MIT", |
| 6594 | "dependencies": { |
| 6595 | "schema-utils": "^4.0.0", |
| 6596 | "tapable": "^2.2.1" |
| 6597 | }, |
| 6598 | "engines": { |
| 6599 | "node": ">= 12.13.0" |
| 6600 | }, |
| 6601 | "funding": { |
| 6602 | "type": "opencollective", |
| 6603 | "url": "https://opencollective.com/webpack" |
| 6604 | }, |
| 6605 | "peerDependencies": { |
| 6606 | "webpack": "^5.0.0" |
| 6607 | } |
| 6608 | }, |
| 6609 | "node_modules/minimalistic-assert": { |
| 6610 | "version": "1.0.1", |
| 6611 | "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", |
| 6612 | "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", |
| 6613 | "dev": true, |
| 6614 | "license": "ISC" |
| 6615 | }, |
| 6616 | "node_modules/mock": { |
| 6617 | "version": "0.1.1", |
| 6618 | "resolved": "https://registry.npmmirror.com/mock/-/mock-0.1.1.tgz", |
| 6619 | "integrity": "sha512-eJcWbgoaFUcPqU0g6AcuPKxoe83f7IPALr+dTwCwBN4Iuj4UlLzPtzUlsIpbLVzaXU0CkxP8PvLWKKlFDYdyCw==" |
| 6620 | }, |
| 6621 | "node_modules/mockjs": { |
| 6622 | "version": "1.1.0", |
| 6623 | "resolved": "https://registry.npmmirror.com/mockjs/-/mockjs-1.1.0.tgz", |
| 6624 | "integrity": "sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==", |
| 6625 | "dependencies": { |
| 6626 | "commander": "*" |
| 6627 | }, |
| 6628 | "bin": { |
| 6629 | "random": "bin/random" |
| 6630 | } |
| 6631 | }, |
| 6632 | "node_modules/ms": { |
| 6633 | "version": "2.1.3", |
| 6634 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz", |
| 6635 | "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", |
| 6636 | "license": "MIT" |
| 6637 | }, |
| 6638 | "node_modules/multicast-dns": { |
| 6639 | "version": "7.2.5", |
| 6640 | "resolved": "https://registry.npmmirror.com/multicast-dns/-/multicast-dns-7.2.5.tgz", |
| 6641 | "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", |
| 6642 | "dev": true, |
| 6643 | "license": "MIT", |
| 6644 | "dependencies": { |
| 6645 | "dns-packet": "^5.2.2", |
| 6646 | "thunky": "^1.0.2" |
| 6647 | }, |
| 6648 | "bin": { |
| 6649 | "multicast-dns": "cli.js" |
| 6650 | } |
| 6651 | }, |
| 6652 | "node_modules/nanoid": { |
| 6653 | "version": "3.3.11", |
| 6654 | "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz", |
| 6655 | "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", |
| 6656 | "funding": [ |
| 6657 | { |
| 6658 | "type": "github", |
| 6659 | "url": "https://github.com/sponsors/ai" |
| 6660 | } |
| 6661 | ], |
| 6662 | "license": "MIT", |
| 6663 | "bin": { |
| 6664 | "nanoid": "bin/nanoid.cjs" |
| 6665 | }, |
| 6666 | "engines": { |
| 6667 | "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
| 6668 | } |
| 6669 | }, |
| 6670 | "node_modules/needle": { |
| 6671 | "version": "3.3.1", |
| 6672 | "resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz", |
| 6673 | "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", |
| 6674 | "dev": true, |
| 6675 | "license": "MIT", |
| 6676 | "optional": true, |
| 6677 | "dependencies": { |
| 6678 | "iconv-lite": "^0.6.3", |
| 6679 | "sax": "^1.2.4" |
| 6680 | }, |
| 6681 | "bin": { |
| 6682 | "needle": "bin/needle" |
| 6683 | }, |
| 6684 | "engines": { |
| 6685 | "node": ">= 4.4.x" |
| 6686 | } |
| 6687 | }, |
| 6688 | "node_modules/negotiator": { |
| 6689 | "version": "0.6.4", |
| 6690 | "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.4.tgz", |
| 6691 | "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", |
| 6692 | "dev": true, |
| 6693 | "license": "MIT", |
| 6694 | "engines": { |
| 6695 | "node": ">= 0.6" |
| 6696 | } |
| 6697 | }, |
| 6698 | "node_modules/neo-async": { |
| 6699 | "version": "2.6.2", |
| 6700 | "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz", |
| 6701 | "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", |
| 6702 | "license": "MIT" |
| 6703 | }, |
| 6704 | "node_modules/no-case": { |
| 6705 | "version": "3.0.4", |
| 6706 | "resolved": "https://registry.npmmirror.com/no-case/-/no-case-3.0.4.tgz", |
| 6707 | "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", |
| 6708 | "license": "MIT", |
| 6709 | "dependencies": { |
| 6710 | "lower-case": "^2.0.2", |
| 6711 | "tslib": "^2.0.3" |
| 6712 | } |
| 6713 | }, |
| 6714 | "node_modules/node-forge": { |
| 6715 | "version": "1.3.1", |
| 6716 | "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz", |
| 6717 | "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", |
| 6718 | "dev": true, |
| 6719 | "license": "(BSD-3-Clause OR GPL-2.0)", |
| 6720 | "engines": { |
| 6721 | "node": ">= 6.13.0" |
| 6722 | } |
| 6723 | }, |
| 6724 | "node_modules/node-releases": { |
| 6725 | "version": "2.0.19", |
| 6726 | "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz", |
| 6727 | "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", |
| 6728 | "license": "MIT" |
| 6729 | }, |
| 6730 | "node_modules/normalize-path": { |
| 6731 | "version": "3.0.0", |
| 6732 | "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz", |
| 6733 | "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", |
| 6734 | "dev": true, |
| 6735 | "license": "MIT", |
| 6736 | "engines": { |
| 6737 | "node": ">=0.10.0" |
| 6738 | } |
| 6739 | }, |
| 6740 | "node_modules/normalize-range": { |
| 6741 | "version": "0.1.2", |
| 6742 | "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz", |
| 6743 | "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", |
| 6744 | "dev": true, |
| 6745 | "license": "MIT", |
| 6746 | "engines": { |
| 6747 | "node": ">=0.10.0" |
| 6748 | } |
| 6749 | }, |
| 6750 | "node_modules/nth-check": { |
| 6751 | "version": "2.1.1", |
| 6752 | "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz", |
| 6753 | "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", |
| 6754 | "license": "BSD-2-Clause", |
| 6755 | "dependencies": { |
| 6756 | "boolbase": "^1.0.0" |
| 6757 | }, |
| 6758 | "funding": { |
| 6759 | "url": "https://github.com/fb55/nth-check?sponsor=1" |
| 6760 | } |
| 6761 | }, |
| 6762 | "node_modules/object-inspect": { |
| 6763 | "version": "1.13.4", |
| 6764 | "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz", |
| 6765 | "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", |
| 6766 | "dev": true, |
| 6767 | "license": "MIT", |
| 6768 | "engines": { |
| 6769 | "node": ">= 0.4" |
| 6770 | }, |
| 6771 | "funding": { |
| 6772 | "url": "https://github.com/sponsors/ljharb" |
| 6773 | } |
| 6774 | }, |
| 6775 | "node_modules/obuf": { |
| 6776 | "version": "1.1.2", |
| 6777 | "resolved": "https://registry.npmmirror.com/obuf/-/obuf-1.1.2.tgz", |
| 6778 | "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", |
| 6779 | "dev": true, |
| 6780 | "license": "MIT" |
| 6781 | }, |
| 6782 | "node_modules/on-finished": { |
| 6783 | "version": "2.4.1", |
| 6784 | "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz", |
| 6785 | "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", |
| 6786 | "dev": true, |
| 6787 | "license": "MIT", |
| 6788 | "dependencies": { |
| 6789 | "ee-first": "1.1.1" |
| 6790 | }, |
| 6791 | "engines": { |
| 6792 | "node": ">= 0.8" |
| 6793 | } |
| 6794 | }, |
| 6795 | "node_modules/on-headers": { |
| 6796 | "version": "1.0.2", |
| 6797 | "resolved": "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz", |
| 6798 | "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", |
| 6799 | "dev": true, |
| 6800 | "license": "MIT", |
| 6801 | "engines": { |
| 6802 | "node": ">= 0.8" |
| 6803 | } |
| 6804 | }, |
| 6805 | "node_modules/open": { |
| 6806 | "version": "10.1.0", |
| 6807 | "resolved": "https://registry.npmmirror.com/open/-/open-10.1.0.tgz", |
| 6808 | "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", |
| 6809 | "dev": true, |
| 6810 | "license": "MIT", |
| 6811 | "dependencies": { |
| 6812 | "default-browser": "^5.2.1", |
| 6813 | "define-lazy-prop": "^3.0.0", |
| 6814 | "is-inside-container": "^1.0.0", |
| 6815 | "is-wsl": "^3.1.0" |
| 6816 | }, |
| 6817 | "engines": { |
| 6818 | "node": ">=18" |
| 6819 | }, |
| 6820 | "funding": { |
| 6821 | "url": "https://github.com/sponsors/sindresorhus" |
| 6822 | } |
| 6823 | }, |
| 6824 | "node_modules/p-limit": { |
| 6825 | "version": "4.0.0", |
| 6826 | "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-4.0.0.tgz", |
| 6827 | "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", |
| 6828 | "license": "MIT", |
| 6829 | "dependencies": { |
| 6830 | "yocto-queue": "^1.0.0" |
| 6831 | }, |
| 6832 | "engines": { |
| 6833 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 6834 | }, |
| 6835 | "funding": { |
| 6836 | "url": "https://github.com/sponsors/sindresorhus" |
| 6837 | } |
| 6838 | }, |
| 6839 | "node_modules/p-locate": { |
| 6840 | "version": "6.0.0", |
| 6841 | "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-6.0.0.tgz", |
| 6842 | "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", |
| 6843 | "license": "MIT", |
| 6844 | "dependencies": { |
| 6845 | "p-limit": "^4.0.0" |
| 6846 | }, |
| 6847 | "engines": { |
| 6848 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 6849 | }, |
| 6850 | "funding": { |
| 6851 | "url": "https://github.com/sponsors/sindresorhus" |
| 6852 | } |
| 6853 | }, |
| 6854 | "node_modules/p-retry": { |
| 6855 | "version": "6.2.1", |
| 6856 | "resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-6.2.1.tgz", |
| 6857 | "integrity": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==", |
| 6858 | "dev": true, |
| 6859 | "license": "MIT", |
| 6860 | "dependencies": { |
| 6861 | "@types/retry": "0.12.2", |
| 6862 | "is-network-error": "^1.0.0", |
| 6863 | "retry": "^0.13.1" |
| 6864 | }, |
| 6865 | "engines": { |
| 6866 | "node": ">=16.17" |
| 6867 | }, |
| 6868 | "funding": { |
| 6869 | "url": "https://github.com/sponsors/sindresorhus" |
| 6870 | } |
| 6871 | }, |
| 6872 | "node_modules/p-try": { |
| 6873 | "version": "2.2.0", |
| 6874 | "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz", |
| 6875 | "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", |
| 6876 | "license": "MIT", |
| 6877 | "engines": { |
| 6878 | "node": ">=6" |
| 6879 | } |
| 6880 | }, |
| 6881 | "node_modules/param-case": { |
| 6882 | "version": "3.0.4", |
| 6883 | "resolved": "https://registry.npmmirror.com/param-case/-/param-case-3.0.4.tgz", |
| 6884 | "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", |
| 6885 | "license": "MIT", |
| 6886 | "dependencies": { |
| 6887 | "dot-case": "^3.0.4", |
| 6888 | "tslib": "^2.0.3" |
| 6889 | } |
| 6890 | }, |
| 6891 | "node_modules/parent-module": { |
| 6892 | "version": "1.0.1", |
| 6893 | "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz", |
| 6894 | "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", |
| 6895 | "dev": true, |
| 6896 | "license": "MIT", |
| 6897 | "dependencies": { |
| 6898 | "callsites": "^3.0.0" |
| 6899 | }, |
| 6900 | "engines": { |
| 6901 | "node": ">=6" |
| 6902 | } |
| 6903 | }, |
| 6904 | "node_modules/parse-json": { |
| 6905 | "version": "5.2.0", |
| 6906 | "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz", |
| 6907 | "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", |
| 6908 | "dev": true, |
| 6909 | "license": "MIT", |
| 6910 | "dependencies": { |
| 6911 | "@babel/code-frame": "^7.0.0", |
| 6912 | "error-ex": "^1.3.1", |
| 6913 | "json-parse-even-better-errors": "^2.3.0", |
| 6914 | "lines-and-columns": "^1.1.6" |
| 6915 | }, |
| 6916 | "engines": { |
| 6917 | "node": ">=8" |
| 6918 | }, |
| 6919 | "funding": { |
| 6920 | "url": "https://github.com/sponsors/sindresorhus" |
| 6921 | } |
| 6922 | }, |
| 6923 | "node_modules/parse-node-version": { |
| 6924 | "version": "1.0.1", |
| 6925 | "resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz", |
| 6926 | "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", |
| 6927 | "dev": true, |
| 6928 | "license": "MIT", |
| 6929 | "engines": { |
| 6930 | "node": ">= 0.10" |
| 6931 | } |
| 6932 | }, |
| 6933 | "node_modules/parseurl": { |
| 6934 | "version": "1.3.3", |
| 6935 | "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz", |
| 6936 | "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", |
| 6937 | "dev": true, |
| 6938 | "license": "MIT", |
| 6939 | "engines": { |
| 6940 | "node": ">= 0.8" |
| 6941 | } |
| 6942 | }, |
| 6943 | "node_modules/pascal-case": { |
| 6944 | "version": "3.1.2", |
| 6945 | "resolved": "https://registry.npmmirror.com/pascal-case/-/pascal-case-3.1.2.tgz", |
| 6946 | "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", |
| 6947 | "license": "MIT", |
| 6948 | "dependencies": { |
| 6949 | "no-case": "^3.0.4", |
| 6950 | "tslib": "^2.0.3" |
| 6951 | } |
| 6952 | }, |
| 6953 | "node_modules/path-exists": { |
| 6954 | "version": "5.0.0", |
| 6955 | "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-5.0.0.tgz", |
| 6956 | "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", |
| 6957 | "license": "MIT", |
| 6958 | "engines": { |
| 6959 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 6960 | } |
| 6961 | }, |
| 6962 | "node_modules/path-key": { |
| 6963 | "version": "3.1.1", |
| 6964 | "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", |
| 6965 | "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", |
| 6966 | "license": "MIT", |
| 6967 | "engines": { |
| 6968 | "node": ">=8" |
| 6969 | } |
| 6970 | }, |
| 6971 | "node_modules/path-parse": { |
| 6972 | "version": "1.0.7", |
| 6973 | "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", |
| 6974 | "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", |
| 6975 | "license": "MIT" |
| 6976 | }, |
| 6977 | "node_modules/path-to-regexp": { |
| 6978 | "version": "0.1.12", |
| 6979 | "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz", |
| 6980 | "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", |
| 6981 | "dev": true, |
| 6982 | "license": "MIT" |
| 6983 | }, |
| 6984 | "node_modules/picocolors": { |
| 6985 | "version": "1.1.1", |
| 6986 | "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", |
| 6987 | "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", |
| 6988 | "license": "ISC" |
| 6989 | }, |
| 6990 | "node_modules/picomatch": { |
| 6991 | "version": "2.3.1", |
| 6992 | "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", |
| 6993 | "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
| 6994 | "license": "MIT", |
| 6995 | "engines": { |
| 6996 | "node": ">=8.6" |
| 6997 | }, |
| 6998 | "funding": { |
| 6999 | "url": "https://github.com/sponsors/jonschlinkert" |
| 7000 | } |
| 7001 | }, |
| 7002 | "node_modules/pify": { |
| 7003 | "version": "4.0.1", |
| 7004 | "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz", |
| 7005 | "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", |
| 7006 | "dev": true, |
| 7007 | "license": "MIT", |
| 7008 | "optional": true, |
| 7009 | "engines": { |
| 7010 | "node": ">=6" |
| 7011 | } |
| 7012 | }, |
| 7013 | "node_modules/pkg-dir": { |
| 7014 | "version": "7.0.0", |
| 7015 | "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-7.0.0.tgz", |
| 7016 | "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", |
| 7017 | "license": "MIT", |
| 7018 | "dependencies": { |
| 7019 | "find-up": "^6.3.0" |
| 7020 | }, |
| 7021 | "engines": { |
| 7022 | "node": ">=14.16" |
| 7023 | }, |
| 7024 | "funding": { |
| 7025 | "url": "https://github.com/sponsors/sindresorhus" |
| 7026 | } |
| 7027 | }, |
| 7028 | "node_modules/postcss": { |
| 7029 | "version": "8.5.3", |
| 7030 | "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz", |
| 7031 | "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", |
| 7032 | "funding": [ |
| 7033 | { |
| 7034 | "type": "opencollective", |
| 7035 | "url": "https://opencollective.com/postcss/" |
| 7036 | }, |
| 7037 | { |
| 7038 | "type": "tidelift", |
| 7039 | "url": "https://tidelift.com/funding/github/npm/postcss" |
| 7040 | }, |
| 7041 | { |
| 7042 | "type": "github", |
| 7043 | "url": "https://github.com/sponsors/ai" |
| 7044 | } |
| 7045 | ], |
| 7046 | "license": "MIT", |
| 7047 | "dependencies": { |
| 7048 | "nanoid": "^3.3.8", |
| 7049 | "picocolors": "^1.1.1", |
| 7050 | "source-map-js": "^1.2.1" |
| 7051 | }, |
| 7052 | "engines": { |
| 7053 | "node": "^10 || ^12 || >=14" |
| 7054 | } |
| 7055 | }, |
| 7056 | "node_modules/postcss-attribute-case-insensitive": { |
| 7057 | "version": "7.0.1", |
| 7058 | "resolved": "https://registry.npmmirror.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz", |
| 7059 | "integrity": "sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==", |
| 7060 | "dev": true, |
| 7061 | "funding": [ |
| 7062 | { |
| 7063 | "type": "github", |
| 7064 | "url": "https://github.com/sponsors/csstools" |
| 7065 | }, |
| 7066 | { |
| 7067 | "type": "opencollective", |
| 7068 | "url": "https://opencollective.com/csstools" |
| 7069 | } |
| 7070 | ], |
| 7071 | "license": "MIT", |
| 7072 | "dependencies": { |
| 7073 | "postcss-selector-parser": "^7.0.0" |
| 7074 | }, |
| 7075 | "engines": { |
| 7076 | "node": ">=18" |
| 7077 | }, |
| 7078 | "peerDependencies": { |
| 7079 | "postcss": "^8.4" |
| 7080 | } |
| 7081 | }, |
| 7082 | "node_modules/postcss-calc": { |
| 7083 | "version": "10.1.1", |
| 7084 | "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.1.1.tgz", |
| 7085 | "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==", |
| 7086 | "license": "MIT", |
| 7087 | "dependencies": { |
| 7088 | "postcss-selector-parser": "^7.0.0", |
| 7089 | "postcss-value-parser": "^4.2.0" |
| 7090 | }, |
| 7091 | "engines": { |
| 7092 | "node": "^18.12 || ^20.9 || >=22.0" |
| 7093 | }, |
| 7094 | "peerDependencies": { |
| 7095 | "postcss": "^8.4.38" |
| 7096 | } |
| 7097 | }, |
| 7098 | "node_modules/postcss-clamp": { |
| 7099 | "version": "4.1.0", |
| 7100 | "resolved": "https://registry.npmmirror.com/postcss-clamp/-/postcss-clamp-4.1.0.tgz", |
| 7101 | "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", |
| 7102 | "dev": true, |
| 7103 | "license": "MIT", |
| 7104 | "dependencies": { |
| 7105 | "postcss-value-parser": "^4.2.0" |
| 7106 | }, |
| 7107 | "engines": { |
| 7108 | "node": ">=7.6.0" |
| 7109 | }, |
| 7110 | "peerDependencies": { |
| 7111 | "postcss": "^8.4.6" |
| 7112 | } |
| 7113 | }, |
| 7114 | "node_modules/postcss-color-functional-notation": { |
| 7115 | "version": "7.0.8", |
| 7116 | "resolved": "https://registry.npmmirror.com/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.8.tgz", |
| 7117 | "integrity": "sha512-S/TpMKVKofNvsxfau/+bw+IA6cSfB6/kmzFj5szUofHOVnFFMB2WwK+Zu07BeMD8T0n+ZnTO5uXiMvAKe2dPkA==", |
| 7118 | "dev": true, |
| 7119 | "funding": [ |
| 7120 | { |
| 7121 | "type": "github", |
| 7122 | "url": "https://github.com/sponsors/csstools" |
| 7123 | }, |
| 7124 | { |
| 7125 | "type": "opencollective", |
| 7126 | "url": "https://opencollective.com/csstools" |
| 7127 | } |
| 7128 | ], |
| 7129 | "license": "MIT-0", |
| 7130 | "dependencies": { |
| 7131 | "@csstools/css-color-parser": "^3.0.8", |
| 7132 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 7133 | "@csstools/css-tokenizer": "^3.0.3", |
| 7134 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 7135 | "@csstools/utilities": "^2.0.0" |
| 7136 | }, |
| 7137 | "engines": { |
| 7138 | "node": ">=18" |
| 7139 | }, |
| 7140 | "peerDependencies": { |
| 7141 | "postcss": "^8.4" |
| 7142 | } |
| 7143 | }, |
| 7144 | "node_modules/postcss-color-hex-alpha": { |
| 7145 | "version": "10.0.0", |
| 7146 | "resolved": "https://registry.npmmirror.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz", |
| 7147 | "integrity": "sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==", |
| 7148 | "dev": true, |
| 7149 | "funding": [ |
| 7150 | { |
| 7151 | "type": "github", |
| 7152 | "url": "https://github.com/sponsors/csstools" |
| 7153 | }, |
| 7154 | { |
| 7155 | "type": "opencollective", |
| 7156 | "url": "https://opencollective.com/csstools" |
| 7157 | } |
| 7158 | ], |
| 7159 | "license": "MIT", |
| 7160 | "dependencies": { |
| 7161 | "@csstools/utilities": "^2.0.0", |
| 7162 | "postcss-value-parser": "^4.2.0" |
| 7163 | }, |
| 7164 | "engines": { |
| 7165 | "node": ">=18" |
| 7166 | }, |
| 7167 | "peerDependencies": { |
| 7168 | "postcss": "^8.4" |
| 7169 | } |
| 7170 | }, |
| 7171 | "node_modules/postcss-color-rebeccapurple": { |
| 7172 | "version": "10.0.0", |
| 7173 | "resolved": "https://registry.npmmirror.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz", |
| 7174 | "integrity": "sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==", |
| 7175 | "dev": true, |
| 7176 | "funding": [ |
| 7177 | { |
| 7178 | "type": "github", |
| 7179 | "url": "https://github.com/sponsors/csstools" |
| 7180 | }, |
| 7181 | { |
| 7182 | "type": "opencollective", |
| 7183 | "url": "https://opencollective.com/csstools" |
| 7184 | } |
| 7185 | ], |
| 7186 | "license": "MIT-0", |
| 7187 | "dependencies": { |
| 7188 | "@csstools/utilities": "^2.0.0", |
| 7189 | "postcss-value-parser": "^4.2.0" |
| 7190 | }, |
| 7191 | "engines": { |
| 7192 | "node": ">=18" |
| 7193 | }, |
| 7194 | "peerDependencies": { |
| 7195 | "postcss": "^8.4" |
| 7196 | } |
| 7197 | }, |
| 7198 | "node_modules/postcss-colormin": { |
| 7199 | "version": "7.0.2", |
| 7200 | "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.2.tgz", |
| 7201 | "integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==", |
| 7202 | "license": "MIT", |
| 7203 | "dependencies": { |
| 7204 | "browserslist": "^4.23.3", |
| 7205 | "caniuse-api": "^3.0.0", |
| 7206 | "colord": "^2.9.3", |
| 7207 | "postcss-value-parser": "^4.2.0" |
| 7208 | }, |
| 7209 | "engines": { |
| 7210 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7211 | }, |
| 7212 | "peerDependencies": { |
| 7213 | "postcss": "^8.4.31" |
| 7214 | } |
| 7215 | }, |
| 7216 | "node_modules/postcss-convert-values": { |
| 7217 | "version": "7.0.4", |
| 7218 | "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz", |
| 7219 | "integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==", |
| 7220 | "license": "MIT", |
| 7221 | "dependencies": { |
| 7222 | "browserslist": "^4.23.3", |
| 7223 | "postcss-value-parser": "^4.2.0" |
| 7224 | }, |
| 7225 | "engines": { |
| 7226 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7227 | }, |
| 7228 | "peerDependencies": { |
| 7229 | "postcss": "^8.4.31" |
| 7230 | } |
| 7231 | }, |
| 7232 | "node_modules/postcss-custom-media": { |
| 7233 | "version": "11.0.5", |
| 7234 | "resolved": "https://registry.npmmirror.com/postcss-custom-media/-/postcss-custom-media-11.0.5.tgz", |
| 7235 | "integrity": "sha512-SQHhayVNgDvSAdX9NQ/ygcDQGEY+aSF4b/96z7QUX6mqL5yl/JgG/DywcF6fW9XbnCRE+aVYk+9/nqGuzOPWeQ==", |
| 7236 | "dev": true, |
| 7237 | "funding": [ |
| 7238 | { |
| 7239 | "type": "github", |
| 7240 | "url": "https://github.com/sponsors/csstools" |
| 7241 | }, |
| 7242 | { |
| 7243 | "type": "opencollective", |
| 7244 | "url": "https://opencollective.com/csstools" |
| 7245 | } |
| 7246 | ], |
| 7247 | "license": "MIT", |
| 7248 | "dependencies": { |
| 7249 | "@csstools/cascade-layer-name-parser": "^2.0.4", |
| 7250 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 7251 | "@csstools/css-tokenizer": "^3.0.3", |
| 7252 | "@csstools/media-query-list-parser": "^4.0.2" |
| 7253 | }, |
| 7254 | "engines": { |
| 7255 | "node": ">=18" |
| 7256 | }, |
| 7257 | "peerDependencies": { |
| 7258 | "postcss": "^8.4" |
| 7259 | } |
| 7260 | }, |
| 7261 | "node_modules/postcss-custom-properties": { |
| 7262 | "version": "14.0.4", |
| 7263 | "resolved": "https://registry.npmmirror.com/postcss-custom-properties/-/postcss-custom-properties-14.0.4.tgz", |
| 7264 | "integrity": "sha512-QnW8FCCK6q+4ierwjnmXF9Y9KF8q0JkbgVfvQEMa93x1GT8FvOiUevWCN2YLaOWyByeDX8S6VFbZEeWoAoXs2A==", |
| 7265 | "dev": true, |
| 7266 | "funding": [ |
| 7267 | { |
| 7268 | "type": "github", |
| 7269 | "url": "https://github.com/sponsors/csstools" |
| 7270 | }, |
| 7271 | { |
| 7272 | "type": "opencollective", |
| 7273 | "url": "https://opencollective.com/csstools" |
| 7274 | } |
| 7275 | ], |
| 7276 | "license": "MIT", |
| 7277 | "dependencies": { |
| 7278 | "@csstools/cascade-layer-name-parser": "^2.0.4", |
| 7279 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 7280 | "@csstools/css-tokenizer": "^3.0.3", |
| 7281 | "@csstools/utilities": "^2.0.0", |
| 7282 | "postcss-value-parser": "^4.2.0" |
| 7283 | }, |
| 7284 | "engines": { |
| 7285 | "node": ">=18" |
| 7286 | }, |
| 7287 | "peerDependencies": { |
| 7288 | "postcss": "^8.4" |
| 7289 | } |
| 7290 | }, |
| 7291 | "node_modules/postcss-custom-selectors": { |
| 7292 | "version": "8.0.4", |
| 7293 | "resolved": "https://registry.npmmirror.com/postcss-custom-selectors/-/postcss-custom-selectors-8.0.4.tgz", |
| 7294 | "integrity": "sha512-ASOXqNvDCE0dAJ/5qixxPeL1aOVGHGW2JwSy7HyjWNbnWTQCl+fDc968HY1jCmZI0+BaYT5CxsOiUhavpG/7eg==", |
| 7295 | "dev": true, |
| 7296 | "funding": [ |
| 7297 | { |
| 7298 | "type": "github", |
| 7299 | "url": "https://github.com/sponsors/csstools" |
| 7300 | }, |
| 7301 | { |
| 7302 | "type": "opencollective", |
| 7303 | "url": "https://opencollective.com/csstools" |
| 7304 | } |
| 7305 | ], |
| 7306 | "license": "MIT", |
| 7307 | "dependencies": { |
| 7308 | "@csstools/cascade-layer-name-parser": "^2.0.4", |
| 7309 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 7310 | "@csstools/css-tokenizer": "^3.0.3", |
| 7311 | "postcss-selector-parser": "^7.0.0" |
| 7312 | }, |
| 7313 | "engines": { |
| 7314 | "node": ">=18" |
| 7315 | }, |
| 7316 | "peerDependencies": { |
| 7317 | "postcss": "^8.4" |
| 7318 | } |
| 7319 | }, |
| 7320 | "node_modules/postcss-dir-pseudo-class": { |
| 7321 | "version": "9.0.1", |
| 7322 | "resolved": "https://registry.npmmirror.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz", |
| 7323 | "integrity": "sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==", |
| 7324 | "dev": true, |
| 7325 | "funding": [ |
| 7326 | { |
| 7327 | "type": "github", |
| 7328 | "url": "https://github.com/sponsors/csstools" |
| 7329 | }, |
| 7330 | { |
| 7331 | "type": "opencollective", |
| 7332 | "url": "https://opencollective.com/csstools" |
| 7333 | } |
| 7334 | ], |
| 7335 | "license": "MIT-0", |
| 7336 | "dependencies": { |
| 7337 | "postcss-selector-parser": "^7.0.0" |
| 7338 | }, |
| 7339 | "engines": { |
| 7340 | "node": ">=18" |
| 7341 | }, |
| 7342 | "peerDependencies": { |
| 7343 | "postcss": "^8.4" |
| 7344 | } |
| 7345 | }, |
| 7346 | "node_modules/postcss-discard-comments": { |
| 7347 | "version": "7.0.3", |
| 7348 | "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz", |
| 7349 | "integrity": "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==", |
| 7350 | "license": "MIT", |
| 7351 | "dependencies": { |
| 7352 | "postcss-selector-parser": "^6.1.2" |
| 7353 | }, |
| 7354 | "engines": { |
| 7355 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7356 | }, |
| 7357 | "peerDependencies": { |
| 7358 | "postcss": "^8.4.31" |
| 7359 | } |
| 7360 | }, |
| 7361 | "node_modules/postcss-discard-comments/node_modules/postcss-selector-parser": { |
| 7362 | "version": "6.1.2", |
| 7363 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 7364 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
| 7365 | "license": "MIT", |
| 7366 | "dependencies": { |
| 7367 | "cssesc": "^3.0.0", |
| 7368 | "util-deprecate": "^1.0.2" |
| 7369 | }, |
| 7370 | "engines": { |
| 7371 | "node": ">=4" |
| 7372 | } |
| 7373 | }, |
| 7374 | "node_modules/postcss-discard-duplicates": { |
| 7375 | "version": "7.0.1", |
| 7376 | "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz", |
| 7377 | "integrity": "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==", |
| 7378 | "license": "MIT", |
| 7379 | "engines": { |
| 7380 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7381 | }, |
| 7382 | "peerDependencies": { |
| 7383 | "postcss": "^8.4.31" |
| 7384 | } |
| 7385 | }, |
| 7386 | "node_modules/postcss-discard-empty": { |
| 7387 | "version": "7.0.0", |
| 7388 | "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz", |
| 7389 | "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==", |
| 7390 | "license": "MIT", |
| 7391 | "engines": { |
| 7392 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7393 | }, |
| 7394 | "peerDependencies": { |
| 7395 | "postcss": "^8.4.31" |
| 7396 | } |
| 7397 | }, |
| 7398 | "node_modules/postcss-discard-overridden": { |
| 7399 | "version": "7.0.0", |
| 7400 | "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz", |
| 7401 | "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==", |
| 7402 | "license": "MIT", |
| 7403 | "engines": { |
| 7404 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7405 | }, |
| 7406 | "peerDependencies": { |
| 7407 | "postcss": "^8.4.31" |
| 7408 | } |
| 7409 | }, |
| 7410 | "node_modules/postcss-double-position-gradients": { |
| 7411 | "version": "6.0.0", |
| 7412 | "resolved": "https://registry.npmmirror.com/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.0.tgz", |
| 7413 | "integrity": "sha512-JkIGah3RVbdSEIrcobqj4Gzq0h53GG4uqDPsho88SgY84WnpkTpI0k50MFK/sX7XqVisZ6OqUfFnoUO6m1WWdg==", |
| 7414 | "dev": true, |
| 7415 | "funding": [ |
| 7416 | { |
| 7417 | "type": "github", |
| 7418 | "url": "https://github.com/sponsors/csstools" |
| 7419 | }, |
| 7420 | { |
| 7421 | "type": "opencollective", |
| 7422 | "url": "https://opencollective.com/csstools" |
| 7423 | } |
| 7424 | ], |
| 7425 | "license": "MIT-0", |
| 7426 | "dependencies": { |
| 7427 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 7428 | "@csstools/utilities": "^2.0.0", |
| 7429 | "postcss-value-parser": "^4.2.0" |
| 7430 | }, |
| 7431 | "engines": { |
| 7432 | "node": ">=18" |
| 7433 | }, |
| 7434 | "peerDependencies": { |
| 7435 | "postcss": "^8.4" |
| 7436 | } |
| 7437 | }, |
| 7438 | "node_modules/postcss-focus-visible": { |
| 7439 | "version": "10.0.1", |
| 7440 | "resolved": "https://registry.npmmirror.com/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz", |
| 7441 | "integrity": "sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==", |
| 7442 | "dev": true, |
| 7443 | "funding": [ |
| 7444 | { |
| 7445 | "type": "github", |
| 7446 | "url": "https://github.com/sponsors/csstools" |
| 7447 | }, |
| 7448 | { |
| 7449 | "type": "opencollective", |
| 7450 | "url": "https://opencollective.com/csstools" |
| 7451 | } |
| 7452 | ], |
| 7453 | "license": "MIT-0", |
| 7454 | "dependencies": { |
| 7455 | "postcss-selector-parser": "^7.0.0" |
| 7456 | }, |
| 7457 | "engines": { |
| 7458 | "node": ">=18" |
| 7459 | }, |
| 7460 | "peerDependencies": { |
| 7461 | "postcss": "^8.4" |
| 7462 | } |
| 7463 | }, |
| 7464 | "node_modules/postcss-focus-within": { |
| 7465 | "version": "9.0.1", |
| 7466 | "resolved": "https://registry.npmmirror.com/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz", |
| 7467 | "integrity": "sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==", |
| 7468 | "dev": true, |
| 7469 | "funding": [ |
| 7470 | { |
| 7471 | "type": "github", |
| 7472 | "url": "https://github.com/sponsors/csstools" |
| 7473 | }, |
| 7474 | { |
| 7475 | "type": "opencollective", |
| 7476 | "url": "https://opencollective.com/csstools" |
| 7477 | } |
| 7478 | ], |
| 7479 | "license": "MIT-0", |
| 7480 | "dependencies": { |
| 7481 | "postcss-selector-parser": "^7.0.0" |
| 7482 | }, |
| 7483 | "engines": { |
| 7484 | "node": ">=18" |
| 7485 | }, |
| 7486 | "peerDependencies": { |
| 7487 | "postcss": "^8.4" |
| 7488 | } |
| 7489 | }, |
| 7490 | "node_modules/postcss-font-variant": { |
| 7491 | "version": "5.0.0", |
| 7492 | "resolved": "https://registry.npmmirror.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", |
| 7493 | "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", |
| 7494 | "dev": true, |
| 7495 | "license": "MIT", |
| 7496 | "peerDependencies": { |
| 7497 | "postcss": "^8.1.0" |
| 7498 | } |
| 7499 | }, |
| 7500 | "node_modules/postcss-gap-properties": { |
| 7501 | "version": "6.0.0", |
| 7502 | "resolved": "https://registry.npmmirror.com/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz", |
| 7503 | "integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==", |
| 7504 | "dev": true, |
| 7505 | "funding": [ |
| 7506 | { |
| 7507 | "type": "github", |
| 7508 | "url": "https://github.com/sponsors/csstools" |
| 7509 | }, |
| 7510 | { |
| 7511 | "type": "opencollective", |
| 7512 | "url": "https://opencollective.com/csstools" |
| 7513 | } |
| 7514 | ], |
| 7515 | "license": "MIT-0", |
| 7516 | "engines": { |
| 7517 | "node": ">=18" |
| 7518 | }, |
| 7519 | "peerDependencies": { |
| 7520 | "postcss": "^8.4" |
| 7521 | } |
| 7522 | }, |
| 7523 | "node_modules/postcss-image-set-function": { |
| 7524 | "version": "7.0.0", |
| 7525 | "resolved": "https://registry.npmmirror.com/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz", |
| 7526 | "integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==", |
| 7527 | "dev": true, |
| 7528 | "funding": [ |
| 7529 | { |
| 7530 | "type": "github", |
| 7531 | "url": "https://github.com/sponsors/csstools" |
| 7532 | }, |
| 7533 | { |
| 7534 | "type": "opencollective", |
| 7535 | "url": "https://opencollective.com/csstools" |
| 7536 | } |
| 7537 | ], |
| 7538 | "license": "MIT-0", |
| 7539 | "dependencies": { |
| 7540 | "@csstools/utilities": "^2.0.0", |
| 7541 | "postcss-value-parser": "^4.2.0" |
| 7542 | }, |
| 7543 | "engines": { |
| 7544 | "node": ">=18" |
| 7545 | }, |
| 7546 | "peerDependencies": { |
| 7547 | "postcss": "^8.4" |
| 7548 | } |
| 7549 | }, |
| 7550 | "node_modules/postcss-lab-function": { |
| 7551 | "version": "7.0.8", |
| 7552 | "resolved": "https://registry.npmmirror.com/postcss-lab-function/-/postcss-lab-function-7.0.8.tgz", |
| 7553 | "integrity": "sha512-plV21I86Hg9q8omNz13G9fhPtLopIWH06bt/Cb5cs1XnaGU2kUtEitvVd4vtQb/VqCdNUHK5swKn3QFmMRbpDg==", |
| 7554 | "dev": true, |
| 7555 | "funding": [ |
| 7556 | { |
| 7557 | "type": "github", |
| 7558 | "url": "https://github.com/sponsors/csstools" |
| 7559 | }, |
| 7560 | { |
| 7561 | "type": "opencollective", |
| 7562 | "url": "https://opencollective.com/csstools" |
| 7563 | } |
| 7564 | ], |
| 7565 | "license": "MIT-0", |
| 7566 | "dependencies": { |
| 7567 | "@csstools/css-color-parser": "^3.0.8", |
| 7568 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 7569 | "@csstools/css-tokenizer": "^3.0.3", |
| 7570 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 7571 | "@csstools/utilities": "^2.0.0" |
| 7572 | }, |
| 7573 | "engines": { |
| 7574 | "node": ">=18" |
| 7575 | }, |
| 7576 | "peerDependencies": { |
| 7577 | "postcss": "^8.4" |
| 7578 | } |
| 7579 | }, |
| 7580 | "node_modules/postcss-loader": { |
| 7581 | "version": "8.1.1", |
| 7582 | "resolved": "https://registry.npmmirror.com/postcss-loader/-/postcss-loader-8.1.1.tgz", |
| 7583 | "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", |
| 7584 | "dev": true, |
| 7585 | "license": "MIT", |
| 7586 | "dependencies": { |
| 7587 | "cosmiconfig": "^9.0.0", |
| 7588 | "jiti": "^1.20.0", |
| 7589 | "semver": "^7.5.4" |
| 7590 | }, |
| 7591 | "engines": { |
| 7592 | "node": ">= 18.12.0" |
| 7593 | }, |
| 7594 | "funding": { |
| 7595 | "type": "opencollective", |
| 7596 | "url": "https://opencollective.com/webpack" |
| 7597 | }, |
| 7598 | "peerDependencies": { |
| 7599 | "@rspack/core": "0.x || 1.x", |
| 7600 | "postcss": "^7.0.0 || ^8.0.1", |
| 7601 | "webpack": "^5.0.0" |
| 7602 | }, |
| 7603 | "peerDependenciesMeta": { |
| 7604 | "@rspack/core": { |
| 7605 | "optional": true |
| 7606 | }, |
| 7607 | "webpack": { |
| 7608 | "optional": true |
| 7609 | } |
| 7610 | } |
| 7611 | }, |
| 7612 | "node_modules/postcss-loader/node_modules/semver": { |
| 7613 | "version": "7.7.1", |
| 7614 | "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz", |
| 7615 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 7616 | "dev": true, |
| 7617 | "license": "ISC", |
| 7618 | "bin": { |
| 7619 | "semver": "bin/semver.js" |
| 7620 | }, |
| 7621 | "engines": { |
| 7622 | "node": ">=10" |
| 7623 | } |
| 7624 | }, |
| 7625 | "node_modules/postcss-logical": { |
| 7626 | "version": "8.1.0", |
| 7627 | "resolved": "https://registry.npmmirror.com/postcss-logical/-/postcss-logical-8.1.0.tgz", |
| 7628 | "integrity": "sha512-pL1hXFQ2fEXNKiNiAgtfA005T9FBxky5zkX6s4GZM2D8RkVgRqz3f4g1JUoq925zXv495qk8UNldDwh8uGEDoA==", |
| 7629 | "dev": true, |
| 7630 | "funding": [ |
| 7631 | { |
| 7632 | "type": "github", |
| 7633 | "url": "https://github.com/sponsors/csstools" |
| 7634 | }, |
| 7635 | { |
| 7636 | "type": "opencollective", |
| 7637 | "url": "https://opencollective.com/csstools" |
| 7638 | } |
| 7639 | ], |
| 7640 | "license": "MIT-0", |
| 7641 | "dependencies": { |
| 7642 | "postcss-value-parser": "^4.2.0" |
| 7643 | }, |
| 7644 | "engines": { |
| 7645 | "node": ">=18" |
| 7646 | }, |
| 7647 | "peerDependencies": { |
| 7648 | "postcss": "^8.4" |
| 7649 | } |
| 7650 | }, |
| 7651 | "node_modules/postcss-merge-longhand": { |
| 7652 | "version": "7.0.4", |
| 7653 | "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz", |
| 7654 | "integrity": "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==", |
| 7655 | "license": "MIT", |
| 7656 | "dependencies": { |
| 7657 | "postcss-value-parser": "^4.2.0", |
| 7658 | "stylehacks": "^7.0.4" |
| 7659 | }, |
| 7660 | "engines": { |
| 7661 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7662 | }, |
| 7663 | "peerDependencies": { |
| 7664 | "postcss": "^8.4.31" |
| 7665 | } |
| 7666 | }, |
| 7667 | "node_modules/postcss-merge-rules": { |
| 7668 | "version": "7.0.4", |
| 7669 | "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz", |
| 7670 | "integrity": "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==", |
| 7671 | "license": "MIT", |
| 7672 | "dependencies": { |
| 7673 | "browserslist": "^4.23.3", |
| 7674 | "caniuse-api": "^3.0.0", |
| 7675 | "cssnano-utils": "^5.0.0", |
| 7676 | "postcss-selector-parser": "^6.1.2" |
| 7677 | }, |
| 7678 | "engines": { |
| 7679 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7680 | }, |
| 7681 | "peerDependencies": { |
| 7682 | "postcss": "^8.4.31" |
| 7683 | } |
| 7684 | }, |
| 7685 | "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": { |
| 7686 | "version": "6.1.2", |
| 7687 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 7688 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
| 7689 | "license": "MIT", |
| 7690 | "dependencies": { |
| 7691 | "cssesc": "^3.0.0", |
| 7692 | "util-deprecate": "^1.0.2" |
| 7693 | }, |
| 7694 | "engines": { |
| 7695 | "node": ">=4" |
| 7696 | } |
| 7697 | }, |
| 7698 | "node_modules/postcss-minify-font-values": { |
| 7699 | "version": "7.0.0", |
| 7700 | "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz", |
| 7701 | "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==", |
| 7702 | "license": "MIT", |
| 7703 | "dependencies": { |
| 7704 | "postcss-value-parser": "^4.2.0" |
| 7705 | }, |
| 7706 | "engines": { |
| 7707 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7708 | }, |
| 7709 | "peerDependencies": { |
| 7710 | "postcss": "^8.4.31" |
| 7711 | } |
| 7712 | }, |
| 7713 | "node_modules/postcss-minify-gradients": { |
| 7714 | "version": "7.0.0", |
| 7715 | "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz", |
| 7716 | "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==", |
| 7717 | "license": "MIT", |
| 7718 | "dependencies": { |
| 7719 | "colord": "^2.9.3", |
| 7720 | "cssnano-utils": "^5.0.0", |
| 7721 | "postcss-value-parser": "^4.2.0" |
| 7722 | }, |
| 7723 | "engines": { |
| 7724 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7725 | }, |
| 7726 | "peerDependencies": { |
| 7727 | "postcss": "^8.4.31" |
| 7728 | } |
| 7729 | }, |
| 7730 | "node_modules/postcss-minify-params": { |
| 7731 | "version": "7.0.2", |
| 7732 | "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz", |
| 7733 | "integrity": "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==", |
| 7734 | "license": "MIT", |
| 7735 | "dependencies": { |
| 7736 | "browserslist": "^4.23.3", |
| 7737 | "cssnano-utils": "^5.0.0", |
| 7738 | "postcss-value-parser": "^4.2.0" |
| 7739 | }, |
| 7740 | "engines": { |
| 7741 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7742 | }, |
| 7743 | "peerDependencies": { |
| 7744 | "postcss": "^8.4.31" |
| 7745 | } |
| 7746 | }, |
| 7747 | "node_modules/postcss-minify-selectors": { |
| 7748 | "version": "7.0.4", |
| 7749 | "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz", |
| 7750 | "integrity": "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==", |
| 7751 | "license": "MIT", |
| 7752 | "dependencies": { |
| 7753 | "cssesc": "^3.0.0", |
| 7754 | "postcss-selector-parser": "^6.1.2" |
| 7755 | }, |
| 7756 | "engines": { |
| 7757 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7758 | }, |
| 7759 | "peerDependencies": { |
| 7760 | "postcss": "^8.4.31" |
| 7761 | } |
| 7762 | }, |
| 7763 | "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": { |
| 7764 | "version": "6.1.2", |
| 7765 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 7766 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
| 7767 | "license": "MIT", |
| 7768 | "dependencies": { |
| 7769 | "cssesc": "^3.0.0", |
| 7770 | "util-deprecate": "^1.0.2" |
| 7771 | }, |
| 7772 | "engines": { |
| 7773 | "node": ">=4" |
| 7774 | } |
| 7775 | }, |
| 7776 | "node_modules/postcss-modules-extract-imports": { |
| 7777 | "version": "3.1.0", |
| 7778 | "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", |
| 7779 | "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", |
| 7780 | "dev": true, |
| 7781 | "license": "ISC", |
| 7782 | "engines": { |
| 7783 | "node": "^10 || ^12 || >= 14" |
| 7784 | }, |
| 7785 | "peerDependencies": { |
| 7786 | "postcss": "^8.1.0" |
| 7787 | } |
| 7788 | }, |
| 7789 | "node_modules/postcss-modules-local-by-default": { |
| 7790 | "version": "4.2.0", |
| 7791 | "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", |
| 7792 | "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==", |
| 7793 | "dev": true, |
| 7794 | "license": "MIT", |
| 7795 | "dependencies": { |
| 7796 | "icss-utils": "^5.0.0", |
| 7797 | "postcss-selector-parser": "^7.0.0", |
| 7798 | "postcss-value-parser": "^4.1.0" |
| 7799 | }, |
| 7800 | "engines": { |
| 7801 | "node": "^10 || ^12 || >= 14" |
| 7802 | }, |
| 7803 | "peerDependencies": { |
| 7804 | "postcss": "^8.1.0" |
| 7805 | } |
| 7806 | }, |
| 7807 | "node_modules/postcss-modules-scope": { |
| 7808 | "version": "3.2.1", |
| 7809 | "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", |
| 7810 | "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", |
| 7811 | "dev": true, |
| 7812 | "license": "ISC", |
| 7813 | "dependencies": { |
| 7814 | "postcss-selector-parser": "^7.0.0" |
| 7815 | }, |
| 7816 | "engines": { |
| 7817 | "node": "^10 || ^12 || >= 14" |
| 7818 | }, |
| 7819 | "peerDependencies": { |
| 7820 | "postcss": "^8.1.0" |
| 7821 | } |
| 7822 | }, |
| 7823 | "node_modules/postcss-modules-values": { |
| 7824 | "version": "4.0.0", |
| 7825 | "resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", |
| 7826 | "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", |
| 7827 | "dev": true, |
| 7828 | "license": "ISC", |
| 7829 | "dependencies": { |
| 7830 | "icss-utils": "^5.0.0" |
| 7831 | }, |
| 7832 | "engines": { |
| 7833 | "node": "^10 || ^12 || >= 14" |
| 7834 | }, |
| 7835 | "peerDependencies": { |
| 7836 | "postcss": "^8.1.0" |
| 7837 | } |
| 7838 | }, |
| 7839 | "node_modules/postcss-nesting": { |
| 7840 | "version": "13.0.1", |
| 7841 | "resolved": "https://registry.npmmirror.com/postcss-nesting/-/postcss-nesting-13.0.1.tgz", |
| 7842 | "integrity": "sha512-VbqqHkOBOt4Uu3G8Dm8n6lU5+9cJFxiuty9+4rcoyRPO9zZS1JIs6td49VIoix3qYqELHlJIn46Oih9SAKo+yQ==", |
| 7843 | "dev": true, |
| 7844 | "funding": [ |
| 7845 | { |
| 7846 | "type": "github", |
| 7847 | "url": "https://github.com/sponsors/csstools" |
| 7848 | }, |
| 7849 | { |
| 7850 | "type": "opencollective", |
| 7851 | "url": "https://opencollective.com/csstools" |
| 7852 | } |
| 7853 | ], |
| 7854 | "license": "MIT-0", |
| 7855 | "dependencies": { |
| 7856 | "@csstools/selector-resolve-nested": "^3.0.0", |
| 7857 | "@csstools/selector-specificity": "^5.0.0", |
| 7858 | "postcss-selector-parser": "^7.0.0" |
| 7859 | }, |
| 7860 | "engines": { |
| 7861 | "node": ">=18" |
| 7862 | }, |
| 7863 | "peerDependencies": { |
| 7864 | "postcss": "^8.4" |
| 7865 | } |
| 7866 | }, |
| 7867 | "node_modules/postcss-normalize-charset": { |
| 7868 | "version": "7.0.0", |
| 7869 | "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz", |
| 7870 | "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==", |
| 7871 | "license": "MIT", |
| 7872 | "engines": { |
| 7873 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7874 | }, |
| 7875 | "peerDependencies": { |
| 7876 | "postcss": "^8.4.31" |
| 7877 | } |
| 7878 | }, |
| 7879 | "node_modules/postcss-normalize-display-values": { |
| 7880 | "version": "7.0.0", |
| 7881 | "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz", |
| 7882 | "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==", |
| 7883 | "license": "MIT", |
| 7884 | "dependencies": { |
| 7885 | "postcss-value-parser": "^4.2.0" |
| 7886 | }, |
| 7887 | "engines": { |
| 7888 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7889 | }, |
| 7890 | "peerDependencies": { |
| 7891 | "postcss": "^8.4.31" |
| 7892 | } |
| 7893 | }, |
| 7894 | "node_modules/postcss-normalize-positions": { |
| 7895 | "version": "7.0.0", |
| 7896 | "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz", |
| 7897 | "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==", |
| 7898 | "license": "MIT", |
| 7899 | "dependencies": { |
| 7900 | "postcss-value-parser": "^4.2.0" |
| 7901 | }, |
| 7902 | "engines": { |
| 7903 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7904 | }, |
| 7905 | "peerDependencies": { |
| 7906 | "postcss": "^8.4.31" |
| 7907 | } |
| 7908 | }, |
| 7909 | "node_modules/postcss-normalize-repeat-style": { |
| 7910 | "version": "7.0.0", |
| 7911 | "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz", |
| 7912 | "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==", |
| 7913 | "license": "MIT", |
| 7914 | "dependencies": { |
| 7915 | "postcss-value-parser": "^4.2.0" |
| 7916 | }, |
| 7917 | "engines": { |
| 7918 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7919 | }, |
| 7920 | "peerDependencies": { |
| 7921 | "postcss": "^8.4.31" |
| 7922 | } |
| 7923 | }, |
| 7924 | "node_modules/postcss-normalize-string": { |
| 7925 | "version": "7.0.0", |
| 7926 | "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz", |
| 7927 | "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==", |
| 7928 | "license": "MIT", |
| 7929 | "dependencies": { |
| 7930 | "postcss-value-parser": "^4.2.0" |
| 7931 | }, |
| 7932 | "engines": { |
| 7933 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7934 | }, |
| 7935 | "peerDependencies": { |
| 7936 | "postcss": "^8.4.31" |
| 7937 | } |
| 7938 | }, |
| 7939 | "node_modules/postcss-normalize-timing-functions": { |
| 7940 | "version": "7.0.0", |
| 7941 | "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz", |
| 7942 | "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==", |
| 7943 | "license": "MIT", |
| 7944 | "dependencies": { |
| 7945 | "postcss-value-parser": "^4.2.0" |
| 7946 | }, |
| 7947 | "engines": { |
| 7948 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7949 | }, |
| 7950 | "peerDependencies": { |
| 7951 | "postcss": "^8.4.31" |
| 7952 | } |
| 7953 | }, |
| 7954 | "node_modules/postcss-normalize-unicode": { |
| 7955 | "version": "7.0.2", |
| 7956 | "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz", |
| 7957 | "integrity": "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==", |
| 7958 | "license": "MIT", |
| 7959 | "dependencies": { |
| 7960 | "browserslist": "^4.23.3", |
| 7961 | "postcss-value-parser": "^4.2.0" |
| 7962 | }, |
| 7963 | "engines": { |
| 7964 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7965 | }, |
| 7966 | "peerDependencies": { |
| 7967 | "postcss": "^8.4.31" |
| 7968 | } |
| 7969 | }, |
| 7970 | "node_modules/postcss-normalize-url": { |
| 7971 | "version": "7.0.0", |
| 7972 | "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz", |
| 7973 | "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==", |
| 7974 | "license": "MIT", |
| 7975 | "dependencies": { |
| 7976 | "postcss-value-parser": "^4.2.0" |
| 7977 | }, |
| 7978 | "engines": { |
| 7979 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7980 | }, |
| 7981 | "peerDependencies": { |
| 7982 | "postcss": "^8.4.31" |
| 7983 | } |
| 7984 | }, |
| 7985 | "node_modules/postcss-normalize-whitespace": { |
| 7986 | "version": "7.0.0", |
| 7987 | "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz", |
| 7988 | "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==", |
| 7989 | "license": "MIT", |
| 7990 | "dependencies": { |
| 7991 | "postcss-value-parser": "^4.2.0" |
| 7992 | }, |
| 7993 | "engines": { |
| 7994 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 7995 | }, |
| 7996 | "peerDependencies": { |
| 7997 | "postcss": "^8.4.31" |
| 7998 | } |
| 7999 | }, |
| 8000 | "node_modules/postcss-opacity-percentage": { |
| 8001 | "version": "3.0.0", |
| 8002 | "resolved": "https://registry.npmmirror.com/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz", |
| 8003 | "integrity": "sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==", |
| 8004 | "dev": true, |
| 8005 | "funding": [ |
| 8006 | { |
| 8007 | "type": "kofi", |
| 8008 | "url": "https://ko-fi.com/mrcgrtz" |
| 8009 | }, |
| 8010 | { |
| 8011 | "type": "liberapay", |
| 8012 | "url": "https://liberapay.com/mrcgrtz" |
| 8013 | } |
| 8014 | ], |
| 8015 | "license": "MIT", |
| 8016 | "engines": { |
| 8017 | "node": ">=18" |
| 8018 | }, |
| 8019 | "peerDependencies": { |
| 8020 | "postcss": "^8.4" |
| 8021 | } |
| 8022 | }, |
| 8023 | "node_modules/postcss-ordered-values": { |
| 8024 | "version": "7.0.1", |
| 8025 | "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz", |
| 8026 | "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==", |
| 8027 | "license": "MIT", |
| 8028 | "dependencies": { |
| 8029 | "cssnano-utils": "^5.0.0", |
| 8030 | "postcss-value-parser": "^4.2.0" |
| 8031 | }, |
| 8032 | "engines": { |
| 8033 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 8034 | }, |
| 8035 | "peerDependencies": { |
| 8036 | "postcss": "^8.4.31" |
| 8037 | } |
| 8038 | }, |
| 8039 | "node_modules/postcss-overflow-shorthand": { |
| 8040 | "version": "6.0.0", |
| 8041 | "resolved": "https://registry.npmmirror.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz", |
| 8042 | "integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==", |
| 8043 | "dev": true, |
| 8044 | "funding": [ |
| 8045 | { |
| 8046 | "type": "github", |
| 8047 | "url": "https://github.com/sponsors/csstools" |
| 8048 | }, |
| 8049 | { |
| 8050 | "type": "opencollective", |
| 8051 | "url": "https://opencollective.com/csstools" |
| 8052 | } |
| 8053 | ], |
| 8054 | "license": "MIT-0", |
| 8055 | "dependencies": { |
| 8056 | "postcss-value-parser": "^4.2.0" |
| 8057 | }, |
| 8058 | "engines": { |
| 8059 | "node": ">=18" |
| 8060 | }, |
| 8061 | "peerDependencies": { |
| 8062 | "postcss": "^8.4" |
| 8063 | } |
| 8064 | }, |
| 8065 | "node_modules/postcss-page-break": { |
| 8066 | "version": "3.0.4", |
| 8067 | "resolved": "https://registry.npmmirror.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz", |
| 8068 | "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", |
| 8069 | "dev": true, |
| 8070 | "license": "MIT", |
| 8071 | "peerDependencies": { |
| 8072 | "postcss": "^8" |
| 8073 | } |
| 8074 | }, |
| 8075 | "node_modules/postcss-place": { |
| 8076 | "version": "10.0.0", |
| 8077 | "resolved": "https://registry.npmmirror.com/postcss-place/-/postcss-place-10.0.0.tgz", |
| 8078 | "integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==", |
| 8079 | "dev": true, |
| 8080 | "funding": [ |
| 8081 | { |
| 8082 | "type": "github", |
| 8083 | "url": "https://github.com/sponsors/csstools" |
| 8084 | }, |
| 8085 | { |
| 8086 | "type": "opencollective", |
| 8087 | "url": "https://opencollective.com/csstools" |
| 8088 | } |
| 8089 | ], |
| 8090 | "license": "MIT-0", |
| 8091 | "dependencies": { |
| 8092 | "postcss-value-parser": "^4.2.0" |
| 8093 | }, |
| 8094 | "engines": { |
| 8095 | "node": ">=18" |
| 8096 | }, |
| 8097 | "peerDependencies": { |
| 8098 | "postcss": "^8.4" |
| 8099 | } |
| 8100 | }, |
| 8101 | "node_modules/postcss-preset-env": { |
| 8102 | "version": "10.1.5", |
| 8103 | "resolved": "https://registry.npmmirror.com/postcss-preset-env/-/postcss-preset-env-10.1.5.tgz", |
| 8104 | "integrity": "sha512-LQybafF/K7H+6fAs4SIkgzkSCixJy0/h0gubDIAP3Ihz+IQBRwsjyvBnAZ3JUHD+A/ITaxVRPDxn//a3Qy4pDw==", |
| 8105 | "dev": true, |
| 8106 | "funding": [ |
| 8107 | { |
| 8108 | "type": "github", |
| 8109 | "url": "https://github.com/sponsors/csstools" |
| 8110 | }, |
| 8111 | { |
| 8112 | "type": "opencollective", |
| 8113 | "url": "https://opencollective.com/csstools" |
| 8114 | } |
| 8115 | ], |
| 8116 | "license": "MIT-0", |
| 8117 | "dependencies": { |
| 8118 | "@csstools/postcss-cascade-layers": "^5.0.1", |
| 8119 | "@csstools/postcss-color-function": "^4.0.8", |
| 8120 | "@csstools/postcss-color-mix-function": "^3.0.8", |
| 8121 | "@csstools/postcss-content-alt-text": "^2.0.4", |
| 8122 | "@csstools/postcss-exponential-functions": "^2.0.7", |
| 8123 | "@csstools/postcss-font-format-keywords": "^4.0.0", |
| 8124 | "@csstools/postcss-gamut-mapping": "^2.0.8", |
| 8125 | "@csstools/postcss-gradients-interpolation-method": "^5.0.8", |
| 8126 | "@csstools/postcss-hwb-function": "^4.0.8", |
| 8127 | "@csstools/postcss-ic-unit": "^4.0.0", |
| 8128 | "@csstools/postcss-initial": "^2.0.1", |
| 8129 | "@csstools/postcss-is-pseudo-class": "^5.0.1", |
| 8130 | "@csstools/postcss-light-dark-function": "^2.0.7", |
| 8131 | "@csstools/postcss-logical-float-and-clear": "^3.0.0", |
| 8132 | "@csstools/postcss-logical-overflow": "^2.0.0", |
| 8133 | "@csstools/postcss-logical-overscroll-behavior": "^2.0.0", |
| 8134 | "@csstools/postcss-logical-resize": "^3.0.0", |
| 8135 | "@csstools/postcss-logical-viewport-units": "^3.0.3", |
| 8136 | "@csstools/postcss-media-minmax": "^2.0.7", |
| 8137 | "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4", |
| 8138 | "@csstools/postcss-nested-calc": "^4.0.0", |
| 8139 | "@csstools/postcss-normalize-display-values": "^4.0.0", |
| 8140 | "@csstools/postcss-oklab-function": "^4.0.8", |
| 8141 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 8142 | "@csstools/postcss-random-function": "^1.0.3", |
| 8143 | "@csstools/postcss-relative-color-syntax": "^3.0.8", |
| 8144 | "@csstools/postcss-scope-pseudo-class": "^4.0.1", |
| 8145 | "@csstools/postcss-sign-functions": "^1.1.2", |
| 8146 | "@csstools/postcss-stepped-value-functions": "^4.0.7", |
| 8147 | "@csstools/postcss-text-decoration-shorthand": "^4.0.2", |
| 8148 | "@csstools/postcss-trigonometric-functions": "^4.0.7", |
| 8149 | "@csstools/postcss-unset-value": "^4.0.0", |
| 8150 | "autoprefixer": "^10.4.19", |
| 8151 | "browserslist": "^4.24.4", |
| 8152 | "css-blank-pseudo": "^7.0.1", |
| 8153 | "css-has-pseudo": "^7.0.2", |
| 8154 | "css-prefers-color-scheme": "^10.0.0", |
| 8155 | "cssdb": "^8.2.3", |
| 8156 | "postcss-attribute-case-insensitive": "^7.0.1", |
| 8157 | "postcss-clamp": "^4.1.0", |
| 8158 | "postcss-color-functional-notation": "^7.0.8", |
| 8159 | "postcss-color-hex-alpha": "^10.0.0", |
| 8160 | "postcss-color-rebeccapurple": "^10.0.0", |
| 8161 | "postcss-custom-media": "^11.0.5", |
| 8162 | "postcss-custom-properties": "^14.0.4", |
| 8163 | "postcss-custom-selectors": "^8.0.4", |
| 8164 | "postcss-dir-pseudo-class": "^9.0.1", |
| 8165 | "postcss-double-position-gradients": "^6.0.0", |
| 8166 | "postcss-focus-visible": "^10.0.1", |
| 8167 | "postcss-focus-within": "^9.0.1", |
| 8168 | "postcss-font-variant": "^5.0.0", |
| 8169 | "postcss-gap-properties": "^6.0.0", |
| 8170 | "postcss-image-set-function": "^7.0.0", |
| 8171 | "postcss-lab-function": "^7.0.8", |
| 8172 | "postcss-logical": "^8.1.0", |
| 8173 | "postcss-nesting": "^13.0.1", |
| 8174 | "postcss-opacity-percentage": "^3.0.0", |
| 8175 | "postcss-overflow-shorthand": "^6.0.0", |
| 8176 | "postcss-page-break": "^3.0.4", |
| 8177 | "postcss-place": "^10.0.0", |
| 8178 | "postcss-pseudo-class-any-link": "^10.0.1", |
| 8179 | "postcss-replace-overflow-wrap": "^4.0.0", |
| 8180 | "postcss-selector-not": "^8.0.1" |
| 8181 | }, |
| 8182 | "engines": { |
| 8183 | "node": ">=18" |
| 8184 | }, |
| 8185 | "peerDependencies": { |
| 8186 | "postcss": "^8.4" |
| 8187 | } |
| 8188 | }, |
| 8189 | "node_modules/postcss-pseudo-class-any-link": { |
| 8190 | "version": "10.0.1", |
| 8191 | "resolved": "https://registry.npmmirror.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz", |
| 8192 | "integrity": "sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==", |
| 8193 | "dev": true, |
| 8194 | "funding": [ |
| 8195 | { |
| 8196 | "type": "github", |
| 8197 | "url": "https://github.com/sponsors/csstools" |
| 8198 | }, |
| 8199 | { |
| 8200 | "type": "opencollective", |
| 8201 | "url": "https://opencollective.com/csstools" |
| 8202 | } |
| 8203 | ], |
| 8204 | "license": "MIT-0", |
| 8205 | "dependencies": { |
| 8206 | "postcss-selector-parser": "^7.0.0" |
| 8207 | }, |
| 8208 | "engines": { |
| 8209 | "node": ">=18" |
| 8210 | }, |
| 8211 | "peerDependencies": { |
| 8212 | "postcss": "^8.4" |
| 8213 | } |
| 8214 | }, |
| 8215 | "node_modules/postcss-reduce-initial": { |
| 8216 | "version": "7.0.2", |
| 8217 | "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz", |
| 8218 | "integrity": "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==", |
| 8219 | "license": "MIT", |
| 8220 | "dependencies": { |
| 8221 | "browserslist": "^4.23.3", |
| 8222 | "caniuse-api": "^3.0.0" |
| 8223 | }, |
| 8224 | "engines": { |
| 8225 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 8226 | }, |
| 8227 | "peerDependencies": { |
| 8228 | "postcss": "^8.4.31" |
| 8229 | } |
| 8230 | }, |
| 8231 | "node_modules/postcss-reduce-transforms": { |
| 8232 | "version": "7.0.0", |
| 8233 | "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz", |
| 8234 | "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==", |
| 8235 | "license": "MIT", |
| 8236 | "dependencies": { |
| 8237 | "postcss-value-parser": "^4.2.0" |
| 8238 | }, |
| 8239 | "engines": { |
| 8240 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 8241 | }, |
| 8242 | "peerDependencies": { |
| 8243 | "postcss": "^8.4.31" |
| 8244 | } |
| 8245 | }, |
| 8246 | "node_modules/postcss-replace-overflow-wrap": { |
| 8247 | "version": "4.0.0", |
| 8248 | "resolved": "https://registry.npmmirror.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", |
| 8249 | "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", |
| 8250 | "dev": true, |
| 8251 | "license": "MIT", |
| 8252 | "peerDependencies": { |
| 8253 | "postcss": "^8.0.3" |
| 8254 | } |
| 8255 | }, |
| 8256 | "node_modules/postcss-selector-not": { |
| 8257 | "version": "8.0.1", |
| 8258 | "resolved": "https://registry.npmmirror.com/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz", |
| 8259 | "integrity": "sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==", |
| 8260 | "dev": true, |
| 8261 | "funding": [ |
| 8262 | { |
| 8263 | "type": "github", |
| 8264 | "url": "https://github.com/sponsors/csstools" |
| 8265 | }, |
| 8266 | { |
| 8267 | "type": "opencollective", |
| 8268 | "url": "https://opencollective.com/csstools" |
| 8269 | } |
| 8270 | ], |
| 8271 | "license": "MIT", |
| 8272 | "dependencies": { |
| 8273 | "postcss-selector-parser": "^7.0.0" |
| 8274 | }, |
| 8275 | "engines": { |
| 8276 | "node": ">=18" |
| 8277 | }, |
| 8278 | "peerDependencies": { |
| 8279 | "postcss": "^8.4" |
| 8280 | } |
| 8281 | }, |
| 8282 | "node_modules/postcss-selector-parser": { |
| 8283 | "version": "7.1.0", |
| 8284 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", |
| 8285 | "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", |
| 8286 | "license": "MIT", |
| 8287 | "dependencies": { |
| 8288 | "cssesc": "^3.0.0", |
| 8289 | "util-deprecate": "^1.0.2" |
| 8290 | }, |
| 8291 | "engines": { |
| 8292 | "node": ">=4" |
| 8293 | } |
| 8294 | }, |
| 8295 | "node_modules/postcss-svgo": { |
| 8296 | "version": "7.0.1", |
| 8297 | "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.0.1.tgz", |
| 8298 | "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==", |
| 8299 | "license": "MIT", |
| 8300 | "dependencies": { |
| 8301 | "postcss-value-parser": "^4.2.0", |
| 8302 | "svgo": "^3.3.2" |
| 8303 | }, |
| 8304 | "engines": { |
| 8305 | "node": "^18.12.0 || ^20.9.0 || >= 18" |
| 8306 | }, |
| 8307 | "peerDependencies": { |
| 8308 | "postcss": "^8.4.31" |
| 8309 | } |
| 8310 | }, |
| 8311 | "node_modules/postcss-unique-selectors": { |
| 8312 | "version": "7.0.3", |
| 8313 | "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz", |
| 8314 | "integrity": "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==", |
| 8315 | "license": "MIT", |
| 8316 | "dependencies": { |
| 8317 | "postcss-selector-parser": "^6.1.2" |
| 8318 | }, |
| 8319 | "engines": { |
| 8320 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 8321 | }, |
| 8322 | "peerDependencies": { |
| 8323 | "postcss": "^8.4.31" |
| 8324 | } |
| 8325 | }, |
| 8326 | "node_modules/postcss-unique-selectors/node_modules/postcss-selector-parser": { |
| 8327 | "version": "6.1.2", |
| 8328 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 8329 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
| 8330 | "license": "MIT", |
| 8331 | "dependencies": { |
| 8332 | "cssesc": "^3.0.0", |
| 8333 | "util-deprecate": "^1.0.2" |
| 8334 | }, |
| 8335 | "engines": { |
| 8336 | "node": ">=4" |
| 8337 | } |
| 8338 | }, |
| 8339 | "node_modules/postcss-value-parser": { |
| 8340 | "version": "4.2.0", |
| 8341 | "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", |
| 8342 | "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", |
| 8343 | "license": "MIT" |
| 8344 | }, |
| 8345 | "node_modules/pretty-error": { |
| 8346 | "version": "4.0.0", |
| 8347 | "resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-4.0.0.tgz", |
| 8348 | "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", |
| 8349 | "license": "MIT", |
| 8350 | "dependencies": { |
| 8351 | "lodash": "^4.17.20", |
| 8352 | "renderkid": "^3.0.0" |
| 8353 | } |
| 8354 | }, |
| 8355 | "node_modules/process-nextick-args": { |
| 8356 | "version": "2.0.1", |
| 8357 | "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz", |
| 8358 | "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", |
| 8359 | "dev": true, |
| 8360 | "license": "MIT" |
| 8361 | }, |
| 8362 | "node_modules/proxy-addr": { |
| 8363 | "version": "2.0.7", |
| 8364 | "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz", |
| 8365 | "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", |
| 8366 | "dev": true, |
| 8367 | "license": "MIT", |
| 8368 | "dependencies": { |
| 8369 | "forwarded": "0.2.0", |
| 8370 | "ipaddr.js": "1.9.1" |
| 8371 | }, |
| 8372 | "engines": { |
| 8373 | "node": ">= 0.10" |
| 8374 | } |
| 8375 | }, |
| 8376 | "node_modules/proxy-addr/node_modules/ipaddr.js": { |
| 8377 | "version": "1.9.1", |
| 8378 | "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz", |
| 8379 | "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", |
| 8380 | "dev": true, |
| 8381 | "license": "MIT", |
| 8382 | "engines": { |
| 8383 | "node": ">= 0.10" |
| 8384 | } |
| 8385 | }, |
| 8386 | "node_modules/proxy-from-env": { |
| 8387 | "version": "1.1.0", |
| 8388 | "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", |
| 8389 | "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", |
| 8390 | "license": "MIT" |
| 8391 | }, |
| 8392 | "node_modules/prr": { |
| 8393 | "version": "1.0.1", |
| 8394 | "resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz", |
| 8395 | "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", |
| 8396 | "dev": true, |
| 8397 | "license": "MIT", |
| 8398 | "optional": true |
| 8399 | }, |
| 8400 | "node_modules/qs": { |
| 8401 | "version": "6.13.0", |
| 8402 | "resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz", |
| 8403 | "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", |
| 8404 | "dev": true, |
| 8405 | "license": "BSD-3-Clause", |
| 8406 | "dependencies": { |
| 8407 | "side-channel": "^1.0.6" |
| 8408 | }, |
| 8409 | "engines": { |
| 8410 | "node": ">=0.6" |
| 8411 | }, |
| 8412 | "funding": { |
| 8413 | "url": "https://github.com/sponsors/ljharb" |
| 8414 | } |
| 8415 | }, |
| 8416 | "node_modules/randombytes": { |
| 8417 | "version": "2.1.0", |
| 8418 | "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz", |
| 8419 | "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", |
| 8420 | "license": "MIT", |
| 8421 | "dependencies": { |
| 8422 | "safe-buffer": "^5.1.0" |
| 8423 | } |
| 8424 | }, |
| 8425 | "node_modules/range-parser": { |
| 8426 | "version": "1.2.1", |
| 8427 | "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz", |
| 8428 | "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", |
| 8429 | "dev": true, |
| 8430 | "license": "MIT", |
| 8431 | "engines": { |
| 8432 | "node": ">= 0.6" |
| 8433 | } |
| 8434 | }, |
| 8435 | "node_modules/raw-body": { |
| 8436 | "version": "2.5.2", |
| 8437 | "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.2.tgz", |
| 8438 | "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", |
| 8439 | "dev": true, |
| 8440 | "license": "MIT", |
| 8441 | "dependencies": { |
| 8442 | "bytes": "3.1.2", |
| 8443 | "http-errors": "2.0.0", |
| 8444 | "iconv-lite": "0.4.24", |
| 8445 | "unpipe": "1.0.0" |
| 8446 | }, |
| 8447 | "engines": { |
| 8448 | "node": ">= 0.8" |
| 8449 | } |
| 8450 | }, |
| 8451 | "node_modules/raw-body/node_modules/iconv-lite": { |
| 8452 | "version": "0.4.24", |
| 8453 | "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz", |
| 8454 | "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
| 8455 | "dev": true, |
| 8456 | "license": "MIT", |
| 8457 | "dependencies": { |
| 8458 | "safer-buffer": ">= 2.1.2 < 3" |
| 8459 | }, |
| 8460 | "engines": { |
| 8461 | "node": ">=0.10.0" |
| 8462 | } |
| 8463 | }, |
| 8464 | "node_modules/react": { |
| 8465 | "version": "19.0.0", |
| 8466 | "resolved": "https://registry.npmmirror.com/react/-/react-19.0.0.tgz", |
| 8467 | "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", |
| 8468 | "license": "MIT", |
| 8469 | "engines": { |
| 8470 | "node": ">=0.10.0" |
| 8471 | } |
| 8472 | }, |
| 8473 | "node_modules/react-dom": { |
| 8474 | "version": "19.0.0", |
| 8475 | "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.0.0.tgz", |
| 8476 | "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==", |
| 8477 | "license": "MIT", |
| 8478 | "dependencies": { |
| 8479 | "scheduler": "^0.25.0" |
| 8480 | }, |
| 8481 | "peerDependencies": { |
| 8482 | "react": "^19.0.0" |
| 8483 | } |
| 8484 | }, |
| 8485 | "node_modules/react-redux": { |
| 8486 | "version": "9.2.0", |
| 8487 | "resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-9.2.0.tgz", |
| 8488 | "integrity": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==", |
| 8489 | "license": "MIT", |
| 8490 | "dependencies": { |
| 8491 | "@types/use-sync-external-store": "^0.0.6", |
| 8492 | "use-sync-external-store": "^1.4.0" |
| 8493 | }, |
| 8494 | "peerDependencies": { |
| 8495 | "@types/react": "^18.2.25 || ^19", |
| 8496 | "react": "^18.0 || ^19", |
| 8497 | "redux": "^5.0.0" |
| 8498 | }, |
| 8499 | "peerDependenciesMeta": { |
| 8500 | "@types/react": { |
| 8501 | "optional": true |
| 8502 | }, |
| 8503 | "redux": { |
| 8504 | "optional": true |
| 8505 | } |
| 8506 | } |
| 8507 | }, |
| 8508 | "node_modules/react-router": { |
| 8509 | "version": "7.4.0", |
| 8510 | "resolved": "https://registry.npmmirror.com/react-router/-/react-router-7.4.0.tgz", |
| 8511 | "integrity": "sha512-Y2g5ObjkvX3VFeVt+0CIPuYd9PpgqCslG7ASSIdN73LwA1nNWzcMLaoMRJfP3prZFI92svxFwbn7XkLJ+UPQ6A==", |
| 8512 | "license": "MIT", |
| 8513 | "dependencies": { |
| 8514 | "@types/cookie": "^0.6.0", |
| 8515 | "cookie": "^1.0.1", |
| 8516 | "set-cookie-parser": "^2.6.0", |
| 8517 | "turbo-stream": "2.4.0" |
| 8518 | }, |
| 8519 | "engines": { |
| 8520 | "node": ">=20.0.0" |
| 8521 | }, |
| 8522 | "peerDependencies": { |
| 8523 | "react": ">=18", |
| 8524 | "react-dom": ">=18" |
| 8525 | }, |
| 8526 | "peerDependenciesMeta": { |
| 8527 | "react-dom": { |
| 8528 | "optional": true |
| 8529 | } |
| 8530 | } |
| 8531 | }, |
| 8532 | "node_modules/react-router-dom": { |
| 8533 | "version": "7.4.0", |
| 8534 | "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-7.4.0.tgz", |
| 8535 | "integrity": "sha512-VlksBPf3n2bijPvnA7nkTsXxMAKOj+bWp4R9c3i+bnwlSOFAGOkJkKhzy/OsRkWaBMICqcAl1JDzh9ZSOze9CA==", |
| 8536 | "license": "MIT", |
| 8537 | "dependencies": { |
| 8538 | "react-router": "7.4.0" |
| 8539 | }, |
| 8540 | "engines": { |
| 8541 | "node": ">=20.0.0" |
| 8542 | }, |
| 8543 | "peerDependencies": { |
| 8544 | "react": ">=18", |
| 8545 | "react-dom": ">=18" |
| 8546 | } |
| 8547 | }, |
| 8548 | "node_modules/readable-stream": { |
| 8549 | "version": "3.6.2", |
| 8550 | "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz", |
| 8551 | "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", |
| 8552 | "dev": true, |
| 8553 | "license": "MIT", |
| 8554 | "dependencies": { |
| 8555 | "inherits": "^2.0.3", |
| 8556 | "string_decoder": "^1.1.1", |
| 8557 | "util-deprecate": "^1.0.1" |
| 8558 | }, |
| 8559 | "engines": { |
| 8560 | "node": ">= 6" |
| 8561 | } |
| 8562 | }, |
| 8563 | "node_modules/readdirp": { |
| 8564 | "version": "3.6.0", |
| 8565 | "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", |
| 8566 | "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", |
| 8567 | "dev": true, |
| 8568 | "license": "MIT", |
| 8569 | "dependencies": { |
| 8570 | "picomatch": "^2.2.1" |
| 8571 | }, |
| 8572 | "engines": { |
| 8573 | "node": ">=8.10.0" |
| 8574 | } |
| 8575 | }, |
| 8576 | "node_modules/rechoir": { |
| 8577 | "version": "0.8.0", |
| 8578 | "resolved": "https://registry.npmmirror.com/rechoir/-/rechoir-0.8.0.tgz", |
| 8579 | "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", |
| 8580 | "license": "MIT", |
| 8581 | "dependencies": { |
| 8582 | "resolve": "^1.20.0" |
| 8583 | }, |
| 8584 | "engines": { |
| 8585 | "node": ">= 10.13.0" |
| 8586 | } |
| 8587 | }, |
| 8588 | "node_modules/redux": { |
| 8589 | "version": "5.0.1", |
| 8590 | "resolved": "https://registry.npmmirror.com/redux/-/redux-5.0.1.tgz", |
| 8591 | "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==", |
| 8592 | "license": "MIT" |
| 8593 | }, |
| 8594 | "node_modules/redux-thunk": { |
| 8595 | "version": "3.1.0", |
| 8596 | "resolved": "https://registry.npmmirror.com/redux-thunk/-/redux-thunk-3.1.0.tgz", |
| 8597 | "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", |
| 8598 | "license": "MIT", |
| 8599 | "peerDependencies": { |
| 8600 | "redux": "^5.0.0" |
| 8601 | } |
| 8602 | }, |
| 8603 | "node_modules/regenerate": { |
| 8604 | "version": "1.4.2", |
| 8605 | "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz", |
| 8606 | "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", |
| 8607 | "license": "MIT" |
| 8608 | }, |
| 8609 | "node_modules/regenerate-unicode-properties": { |
| 8610 | "version": "10.2.0", |
| 8611 | "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", |
| 8612 | "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", |
| 8613 | "license": "MIT", |
| 8614 | "dependencies": { |
| 8615 | "regenerate": "^1.4.2" |
| 8616 | }, |
| 8617 | "engines": { |
| 8618 | "node": ">=4" |
| 8619 | } |
| 8620 | }, |
| 8621 | "node_modules/regenerator-runtime": { |
| 8622 | "version": "0.14.1", |
| 8623 | "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", |
| 8624 | "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", |
| 8625 | "license": "MIT" |
| 8626 | }, |
| 8627 | "node_modules/regenerator-transform": { |
| 8628 | "version": "0.15.2", |
| 8629 | "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz", |
| 8630 | "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", |
| 8631 | "license": "MIT", |
| 8632 | "dependencies": { |
| 8633 | "@babel/runtime": "^7.8.4" |
| 8634 | } |
| 8635 | }, |
| 8636 | "node_modules/regexpu-core": { |
| 8637 | "version": "6.2.0", |
| 8638 | "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz", |
| 8639 | "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", |
| 8640 | "license": "MIT", |
| 8641 | "dependencies": { |
| 8642 | "regenerate": "^1.4.2", |
| 8643 | "regenerate-unicode-properties": "^10.2.0", |
| 8644 | "regjsgen": "^0.8.0", |
| 8645 | "regjsparser": "^0.12.0", |
| 8646 | "unicode-match-property-ecmascript": "^2.0.0", |
| 8647 | "unicode-match-property-value-ecmascript": "^2.1.0" |
| 8648 | }, |
| 8649 | "engines": { |
| 8650 | "node": ">=4" |
| 8651 | } |
| 8652 | }, |
| 8653 | "node_modules/regjsgen": { |
| 8654 | "version": "0.8.0", |
| 8655 | "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.8.0.tgz", |
| 8656 | "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", |
| 8657 | "license": "MIT" |
| 8658 | }, |
| 8659 | "node_modules/regjsparser": { |
| 8660 | "version": "0.12.0", |
| 8661 | "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz", |
| 8662 | "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", |
| 8663 | "license": "BSD-2-Clause", |
| 8664 | "dependencies": { |
| 8665 | "jsesc": "~3.0.2" |
| 8666 | }, |
| 8667 | "bin": { |
| 8668 | "regjsparser": "bin/parser" |
| 8669 | } |
| 8670 | }, |
| 8671 | "node_modules/regjsparser/node_modules/jsesc": { |
| 8672 | "version": "3.0.2", |
| 8673 | "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz", |
| 8674 | "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", |
| 8675 | "license": "MIT", |
| 8676 | "bin": { |
| 8677 | "jsesc": "bin/jsesc" |
| 8678 | }, |
| 8679 | "engines": { |
| 8680 | "node": ">=6" |
| 8681 | } |
| 8682 | }, |
| 8683 | "node_modules/relateurl": { |
| 8684 | "version": "0.2.7", |
| 8685 | "resolved": "https://registry.npmmirror.com/relateurl/-/relateurl-0.2.7.tgz", |
| 8686 | "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", |
| 8687 | "license": "MIT", |
| 8688 | "engines": { |
| 8689 | "node": ">= 0.10" |
| 8690 | } |
| 8691 | }, |
| 8692 | "node_modules/renderkid": { |
| 8693 | "version": "3.0.0", |
| 8694 | "resolved": "https://registry.npmmirror.com/renderkid/-/renderkid-3.0.0.tgz", |
| 8695 | "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", |
| 8696 | "license": "MIT", |
| 8697 | "dependencies": { |
| 8698 | "css-select": "^4.1.3", |
| 8699 | "dom-converter": "^0.2.0", |
| 8700 | "htmlparser2": "^6.1.0", |
| 8701 | "lodash": "^4.17.21", |
| 8702 | "strip-ansi": "^6.0.1" |
| 8703 | } |
| 8704 | }, |
| 8705 | "node_modules/require-from-string": { |
| 8706 | "version": "2.0.2", |
| 8707 | "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", |
| 8708 | "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", |
| 8709 | "license": "MIT", |
| 8710 | "engines": { |
| 8711 | "node": ">=0.10.0" |
| 8712 | } |
| 8713 | }, |
| 8714 | "node_modules/requires-port": { |
| 8715 | "version": "1.0.0", |
| 8716 | "resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz", |
| 8717 | "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", |
| 8718 | "dev": true, |
| 8719 | "license": "MIT" |
| 8720 | }, |
| 8721 | "node_modules/reselect": { |
| 8722 | "version": "5.1.1", |
| 8723 | "resolved": "https://registry.npmmirror.com/reselect/-/reselect-5.1.1.tgz", |
| 8724 | "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==", |
| 8725 | "license": "MIT" |
| 8726 | }, |
| 8727 | "node_modules/resolve": { |
| 8728 | "version": "1.22.10", |
| 8729 | "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz", |
| 8730 | "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", |
| 8731 | "license": "MIT", |
| 8732 | "dependencies": { |
| 8733 | "is-core-module": "^2.16.0", |
| 8734 | "path-parse": "^1.0.7", |
| 8735 | "supports-preserve-symlinks-flag": "^1.0.0" |
| 8736 | }, |
| 8737 | "bin": { |
| 8738 | "resolve": "bin/resolve" |
| 8739 | }, |
| 8740 | "engines": { |
| 8741 | "node": ">= 0.4" |
| 8742 | }, |
| 8743 | "funding": { |
| 8744 | "url": "https://github.com/sponsors/ljharb" |
| 8745 | } |
| 8746 | }, |
| 8747 | "node_modules/resolve-cwd": { |
| 8748 | "version": "3.0.0", |
| 8749 | "resolved": "https://registry.npmmirror.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz", |
| 8750 | "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", |
| 8751 | "license": "MIT", |
| 8752 | "dependencies": { |
| 8753 | "resolve-from": "^5.0.0" |
| 8754 | }, |
| 8755 | "engines": { |
| 8756 | "node": ">=8" |
| 8757 | } |
| 8758 | }, |
| 8759 | "node_modules/resolve-cwd/node_modules/resolve-from": { |
| 8760 | "version": "5.0.0", |
| 8761 | "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz", |
| 8762 | "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", |
| 8763 | "license": "MIT", |
| 8764 | "engines": { |
| 8765 | "node": ">=8" |
| 8766 | } |
| 8767 | }, |
| 8768 | "node_modules/resolve-from": { |
| 8769 | "version": "4.0.0", |
| 8770 | "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", |
| 8771 | "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", |
| 8772 | "dev": true, |
| 8773 | "license": "MIT", |
| 8774 | "engines": { |
| 8775 | "node": ">=4" |
| 8776 | } |
| 8777 | }, |
| 8778 | "node_modules/retry": { |
| 8779 | "version": "0.13.1", |
| 8780 | "resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz", |
| 8781 | "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", |
| 8782 | "dev": true, |
| 8783 | "license": "MIT", |
| 8784 | "engines": { |
| 8785 | "node": ">= 4" |
| 8786 | } |
| 8787 | }, |
| 8788 | "node_modules/run-applescript": { |
| 8789 | "version": "7.0.0", |
| 8790 | "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz", |
| 8791 | "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", |
| 8792 | "dev": true, |
| 8793 | "license": "MIT", |
| 8794 | "engines": { |
| 8795 | "node": ">=18" |
| 8796 | }, |
| 8797 | "funding": { |
| 8798 | "url": "https://github.com/sponsors/sindresorhus" |
| 8799 | } |
| 8800 | }, |
| 8801 | "node_modules/safe-buffer": { |
| 8802 | "version": "5.2.1", |
| 8803 | "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz", |
| 8804 | "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", |
| 8805 | "funding": [ |
| 8806 | { |
| 8807 | "type": "github", |
| 8808 | "url": "https://github.com/sponsors/feross" |
| 8809 | }, |
| 8810 | { |
| 8811 | "type": "patreon", |
| 8812 | "url": "https://www.patreon.com/feross" |
| 8813 | }, |
| 8814 | { |
| 8815 | "type": "consulting", |
| 8816 | "url": "https://feross.org/support" |
| 8817 | } |
| 8818 | ], |
| 8819 | "license": "MIT" |
| 8820 | }, |
| 8821 | "node_modules/safer-buffer": { |
| 8822 | "version": "2.1.2", |
| 8823 | "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", |
| 8824 | "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", |
| 8825 | "dev": true, |
| 8826 | "license": "MIT" |
| 8827 | }, |
| 8828 | "node_modules/sax": { |
| 8829 | "version": "1.4.1", |
| 8830 | "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz", |
| 8831 | "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", |
| 8832 | "dev": true, |
| 8833 | "license": "ISC", |
| 8834 | "optional": true |
| 8835 | }, |
| 8836 | "node_modules/scheduler": { |
| 8837 | "version": "0.25.0", |
| 8838 | "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.25.0.tgz", |
| 8839 | "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==", |
| 8840 | "license": "MIT" |
| 8841 | }, |
| 8842 | "node_modules/schema-utils": { |
| 8843 | "version": "4.3.0", |
| 8844 | "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.3.0.tgz", |
| 8845 | "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==", |
| 8846 | "license": "MIT", |
| 8847 | "dependencies": { |
| 8848 | "@types/json-schema": "^7.0.9", |
| 8849 | "ajv": "^8.9.0", |
| 8850 | "ajv-formats": "^2.1.1", |
| 8851 | "ajv-keywords": "^5.1.0" |
| 8852 | }, |
| 8853 | "engines": { |
| 8854 | "node": ">= 10.13.0" |
| 8855 | }, |
| 8856 | "funding": { |
| 8857 | "type": "opencollective", |
| 8858 | "url": "https://opencollective.com/webpack" |
| 8859 | } |
| 8860 | }, |
| 8861 | "node_modules/select-hose": { |
| 8862 | "version": "2.0.0", |
| 8863 | "resolved": "https://registry.npmmirror.com/select-hose/-/select-hose-2.0.0.tgz", |
| 8864 | "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", |
| 8865 | "dev": true, |
| 8866 | "license": "MIT" |
| 8867 | }, |
| 8868 | "node_modules/selfsigned": { |
| 8869 | "version": "2.4.1", |
| 8870 | "resolved": "https://registry.npmmirror.com/selfsigned/-/selfsigned-2.4.1.tgz", |
| 8871 | "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", |
| 8872 | "dev": true, |
| 8873 | "license": "MIT", |
| 8874 | "dependencies": { |
| 8875 | "@types/node-forge": "^1.3.0", |
| 8876 | "node-forge": "^1" |
| 8877 | }, |
| 8878 | "engines": { |
| 8879 | "node": ">=10" |
| 8880 | } |
| 8881 | }, |
| 8882 | "node_modules/semver": { |
| 8883 | "version": "6.3.1", |
| 8884 | "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", |
| 8885 | "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
| 8886 | "license": "ISC", |
| 8887 | "bin": { |
| 8888 | "semver": "bin/semver.js" |
| 8889 | } |
| 8890 | }, |
| 8891 | "node_modules/send": { |
| 8892 | "version": "0.19.0", |
| 8893 | "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz", |
| 8894 | "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", |
| 8895 | "dev": true, |
| 8896 | "license": "MIT", |
| 8897 | "dependencies": { |
| 8898 | "debug": "2.6.9", |
| 8899 | "depd": "2.0.0", |
| 8900 | "destroy": "1.2.0", |
| 8901 | "encodeurl": "~1.0.2", |
| 8902 | "escape-html": "~1.0.3", |
| 8903 | "etag": "~1.8.1", |
| 8904 | "fresh": "0.5.2", |
| 8905 | "http-errors": "2.0.0", |
| 8906 | "mime": "1.6.0", |
| 8907 | "ms": "2.1.3", |
| 8908 | "on-finished": "2.4.1", |
| 8909 | "range-parser": "~1.2.1", |
| 8910 | "statuses": "2.0.1" |
| 8911 | }, |
| 8912 | "engines": { |
| 8913 | "node": ">= 0.8.0" |
| 8914 | } |
| 8915 | }, |
| 8916 | "node_modules/send/node_modules/debug": { |
| 8917 | "version": "2.6.9", |
| 8918 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 8919 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 8920 | "dev": true, |
| 8921 | "license": "MIT", |
| 8922 | "dependencies": { |
| 8923 | "ms": "2.0.0" |
| 8924 | } |
| 8925 | }, |
| 8926 | "node_modules/send/node_modules/debug/node_modules/ms": { |
| 8927 | "version": "2.0.0", |
| 8928 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 8929 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 8930 | "dev": true, |
| 8931 | "license": "MIT" |
| 8932 | }, |
| 8933 | "node_modules/send/node_modules/encodeurl": { |
| 8934 | "version": "1.0.2", |
| 8935 | "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz", |
| 8936 | "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", |
| 8937 | "dev": true, |
| 8938 | "license": "MIT", |
| 8939 | "engines": { |
| 8940 | "node": ">= 0.8" |
| 8941 | } |
| 8942 | }, |
| 8943 | "node_modules/serialize-javascript": { |
| 8944 | "version": "6.0.2", |
| 8945 | "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz", |
| 8946 | "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", |
| 8947 | "license": "BSD-3-Clause", |
| 8948 | "dependencies": { |
| 8949 | "randombytes": "^2.1.0" |
| 8950 | } |
| 8951 | }, |
| 8952 | "node_modules/serve-index": { |
| 8953 | "version": "1.9.1", |
| 8954 | "resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.1.tgz", |
| 8955 | "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", |
| 8956 | "dev": true, |
| 8957 | "license": "MIT", |
| 8958 | "dependencies": { |
| 8959 | "accepts": "~1.3.4", |
| 8960 | "batch": "0.6.1", |
| 8961 | "debug": "2.6.9", |
| 8962 | "escape-html": "~1.0.3", |
| 8963 | "http-errors": "~1.6.2", |
| 8964 | "mime-types": "~2.1.17", |
| 8965 | "parseurl": "~1.3.2" |
| 8966 | }, |
| 8967 | "engines": { |
| 8968 | "node": ">= 0.8.0" |
| 8969 | } |
| 8970 | }, |
| 8971 | "node_modules/serve-index/node_modules/debug": { |
| 8972 | "version": "2.6.9", |
| 8973 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 8974 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 8975 | "dev": true, |
| 8976 | "license": "MIT", |
| 8977 | "dependencies": { |
| 8978 | "ms": "2.0.0" |
| 8979 | } |
| 8980 | }, |
| 8981 | "node_modules/serve-index/node_modules/depd": { |
| 8982 | "version": "1.1.2", |
| 8983 | "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz", |
| 8984 | "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", |
| 8985 | "dev": true, |
| 8986 | "license": "MIT", |
| 8987 | "engines": { |
| 8988 | "node": ">= 0.6" |
| 8989 | } |
| 8990 | }, |
| 8991 | "node_modules/serve-index/node_modules/http-errors": { |
| 8992 | "version": "1.6.3", |
| 8993 | "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.6.3.tgz", |
| 8994 | "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", |
| 8995 | "dev": true, |
| 8996 | "license": "MIT", |
| 8997 | "dependencies": { |
| 8998 | "depd": "~1.1.2", |
| 8999 | "inherits": "2.0.3", |
| 9000 | "setprototypeof": "1.1.0", |
| 9001 | "statuses": ">= 1.4.0 < 2" |
| 9002 | }, |
| 9003 | "engines": { |
| 9004 | "node": ">= 0.6" |
| 9005 | } |
| 9006 | }, |
| 9007 | "node_modules/serve-index/node_modules/inherits": { |
| 9008 | "version": "2.0.3", |
| 9009 | "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz", |
| 9010 | "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", |
| 9011 | "dev": true, |
| 9012 | "license": "ISC" |
| 9013 | }, |
| 9014 | "node_modules/serve-index/node_modules/ms": { |
| 9015 | "version": "2.0.0", |
| 9016 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 9017 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 9018 | "dev": true, |
| 9019 | "license": "MIT" |
| 9020 | }, |
| 9021 | "node_modules/serve-index/node_modules/setprototypeof": { |
| 9022 | "version": "1.1.0", |
| 9023 | "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.1.0.tgz", |
| 9024 | "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", |
| 9025 | "dev": true, |
| 9026 | "license": "ISC" |
| 9027 | }, |
| 9028 | "node_modules/serve-index/node_modules/statuses": { |
| 9029 | "version": "1.5.0", |
| 9030 | "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz", |
| 9031 | "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", |
| 9032 | "dev": true, |
| 9033 | "license": "MIT", |
| 9034 | "engines": { |
| 9035 | "node": ">= 0.6" |
| 9036 | } |
| 9037 | }, |
| 9038 | "node_modules/serve-static": { |
| 9039 | "version": "1.16.2", |
| 9040 | "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz", |
| 9041 | "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", |
| 9042 | "dev": true, |
| 9043 | "license": "MIT", |
| 9044 | "dependencies": { |
| 9045 | "encodeurl": "~2.0.0", |
| 9046 | "escape-html": "~1.0.3", |
| 9047 | "parseurl": "~1.3.3", |
| 9048 | "send": "0.19.0" |
| 9049 | }, |
| 9050 | "engines": { |
| 9051 | "node": ">= 0.8.0" |
| 9052 | } |
| 9053 | }, |
| 9054 | "node_modules/set-cookie-parser": { |
| 9055 | "version": "2.7.1", |
| 9056 | "resolved": "https://registry.npmmirror.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", |
| 9057 | "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", |
| 9058 | "license": "MIT" |
| 9059 | }, |
| 9060 | "node_modules/setprototypeof": { |
| 9061 | "version": "1.2.0", |
| 9062 | "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz", |
| 9063 | "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", |
| 9064 | "dev": true, |
| 9065 | "license": "ISC" |
| 9066 | }, |
| 9067 | "node_modules/shallow-clone": { |
| 9068 | "version": "3.0.1", |
| 9069 | "resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz", |
| 9070 | "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", |
| 9071 | "license": "MIT", |
| 9072 | "dependencies": { |
| 9073 | "kind-of": "^6.0.2" |
| 9074 | }, |
| 9075 | "engines": { |
| 9076 | "node": ">=8" |
| 9077 | } |
| 9078 | }, |
| 9079 | "node_modules/shebang-command": { |
| 9080 | "version": "2.0.0", |
| 9081 | "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", |
| 9082 | "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", |
| 9083 | "license": "MIT", |
| 9084 | "dependencies": { |
| 9085 | "shebang-regex": "^3.0.0" |
| 9086 | }, |
| 9087 | "engines": { |
| 9088 | "node": ">=8" |
| 9089 | } |
| 9090 | }, |
| 9091 | "node_modules/shebang-regex": { |
| 9092 | "version": "3.0.0", |
| 9093 | "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", |
| 9094 | "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", |
| 9095 | "license": "MIT", |
| 9096 | "engines": { |
| 9097 | "node": ">=8" |
| 9098 | } |
| 9099 | }, |
| 9100 | "node_modules/shell-quote": { |
| 9101 | "version": "1.8.2", |
| 9102 | "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.2.tgz", |
| 9103 | "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", |
| 9104 | "dev": true, |
| 9105 | "license": "MIT", |
| 9106 | "engines": { |
| 9107 | "node": ">= 0.4" |
| 9108 | }, |
| 9109 | "funding": { |
| 9110 | "url": "https://github.com/sponsors/ljharb" |
| 9111 | } |
| 9112 | }, |
| 9113 | "node_modules/side-channel": { |
| 9114 | "version": "1.1.0", |
| 9115 | "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz", |
| 9116 | "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", |
| 9117 | "dev": true, |
| 9118 | "license": "MIT", |
| 9119 | "dependencies": { |
| 9120 | "es-errors": "^1.3.0", |
| 9121 | "object-inspect": "^1.13.3", |
| 9122 | "side-channel-list": "^1.0.0", |
| 9123 | "side-channel-map": "^1.0.1", |
| 9124 | "side-channel-weakmap": "^1.0.2" |
| 9125 | }, |
| 9126 | "engines": { |
| 9127 | "node": ">= 0.4" |
| 9128 | }, |
| 9129 | "funding": { |
| 9130 | "url": "https://github.com/sponsors/ljharb" |
| 9131 | } |
| 9132 | }, |
| 9133 | "node_modules/side-channel-list": { |
| 9134 | "version": "1.0.0", |
| 9135 | "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz", |
| 9136 | "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", |
| 9137 | "dev": true, |
| 9138 | "license": "MIT", |
| 9139 | "dependencies": { |
| 9140 | "es-errors": "^1.3.0", |
| 9141 | "object-inspect": "^1.13.3" |
| 9142 | }, |
| 9143 | "engines": { |
| 9144 | "node": ">= 0.4" |
| 9145 | }, |
| 9146 | "funding": { |
| 9147 | "url": "https://github.com/sponsors/ljharb" |
| 9148 | } |
| 9149 | }, |
| 9150 | "node_modules/side-channel-map": { |
| 9151 | "version": "1.0.1", |
| 9152 | "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz", |
| 9153 | "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", |
| 9154 | "dev": true, |
| 9155 | "license": "MIT", |
| 9156 | "dependencies": { |
| 9157 | "call-bound": "^1.0.2", |
| 9158 | "es-errors": "^1.3.0", |
| 9159 | "get-intrinsic": "^1.2.5", |
| 9160 | "object-inspect": "^1.13.3" |
| 9161 | }, |
| 9162 | "engines": { |
| 9163 | "node": ">= 0.4" |
| 9164 | }, |
| 9165 | "funding": { |
| 9166 | "url": "https://github.com/sponsors/ljharb" |
| 9167 | } |
| 9168 | }, |
| 9169 | "node_modules/side-channel-weakmap": { |
| 9170 | "version": "1.0.2", |
| 9171 | "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", |
| 9172 | "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", |
| 9173 | "dev": true, |
| 9174 | "license": "MIT", |
| 9175 | "dependencies": { |
| 9176 | "call-bound": "^1.0.2", |
| 9177 | "es-errors": "^1.3.0", |
| 9178 | "get-intrinsic": "^1.2.5", |
| 9179 | "object-inspect": "^1.13.3", |
| 9180 | "side-channel-map": "^1.0.1" |
| 9181 | }, |
| 9182 | "engines": { |
| 9183 | "node": ">= 0.4" |
| 9184 | }, |
| 9185 | "funding": { |
| 9186 | "url": "https://github.com/sponsors/ljharb" |
| 9187 | } |
| 9188 | }, |
| 9189 | "node_modules/sockjs": { |
| 9190 | "version": "0.3.24", |
| 9191 | "resolved": "https://registry.npmmirror.com/sockjs/-/sockjs-0.3.24.tgz", |
| 9192 | "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", |
| 9193 | "dev": true, |
| 9194 | "license": "MIT", |
| 9195 | "dependencies": { |
| 9196 | "faye-websocket": "^0.11.3", |
| 9197 | "uuid": "^8.3.2", |
| 9198 | "websocket-driver": "^0.7.4" |
| 9199 | } |
| 9200 | }, |
| 9201 | "node_modules/source-map": { |
| 9202 | "version": "0.6.1", |
| 9203 | "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz", |
| 9204 | "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", |
| 9205 | "license": "BSD-3-Clause", |
| 9206 | "engines": { |
| 9207 | "node": ">=0.10.0" |
| 9208 | } |
| 9209 | }, |
| 9210 | "node_modules/source-map-js": { |
| 9211 | "version": "1.2.1", |
| 9212 | "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", |
| 9213 | "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
| 9214 | "license": "BSD-3-Clause", |
| 9215 | "engines": { |
| 9216 | "node": ">=0.10.0" |
| 9217 | } |
| 9218 | }, |
| 9219 | "node_modules/source-map-support": { |
| 9220 | "version": "0.5.21", |
| 9221 | "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz", |
| 9222 | "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", |
| 9223 | "license": "MIT", |
| 9224 | "dependencies": { |
| 9225 | "buffer-from": "^1.0.0", |
| 9226 | "source-map": "^0.6.0" |
| 9227 | } |
| 9228 | }, |
| 9229 | "node_modules/spdy": { |
| 9230 | "version": "4.0.2", |
| 9231 | "resolved": "https://registry.npmmirror.com/spdy/-/spdy-4.0.2.tgz", |
| 9232 | "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", |
| 9233 | "dev": true, |
| 9234 | "license": "MIT", |
| 9235 | "dependencies": { |
| 9236 | "debug": "^4.1.0", |
| 9237 | "handle-thing": "^2.0.0", |
| 9238 | "http-deceiver": "^1.2.7", |
| 9239 | "select-hose": "^2.0.0", |
| 9240 | "spdy-transport": "^3.0.0" |
| 9241 | }, |
| 9242 | "engines": { |
| 9243 | "node": ">=6.0.0" |
| 9244 | } |
| 9245 | }, |
| 9246 | "node_modules/spdy-transport": { |
| 9247 | "version": "3.0.0", |
| 9248 | "resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-3.0.0.tgz", |
| 9249 | "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", |
| 9250 | "dev": true, |
| 9251 | "license": "MIT", |
| 9252 | "dependencies": { |
| 9253 | "debug": "^4.1.0", |
| 9254 | "detect-node": "^2.0.4", |
| 9255 | "hpack.js": "^2.1.6", |
| 9256 | "obuf": "^1.1.2", |
| 9257 | "readable-stream": "^3.0.6", |
| 9258 | "wbuf": "^1.7.3" |
| 9259 | } |
| 9260 | }, |
| 9261 | "node_modules/statuses": { |
| 9262 | "version": "2.0.1", |
| 9263 | "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz", |
| 9264 | "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", |
| 9265 | "dev": true, |
| 9266 | "license": "MIT", |
| 9267 | "engines": { |
| 9268 | "node": ">= 0.8" |
| 9269 | } |
| 9270 | }, |
| 9271 | "node_modules/string_decoder": { |
| 9272 | "version": "1.3.0", |
| 9273 | "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz", |
| 9274 | "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", |
| 9275 | "dev": true, |
| 9276 | "license": "MIT", |
| 9277 | "dependencies": { |
| 9278 | "safe-buffer": "~5.2.0" |
| 9279 | } |
| 9280 | }, |
| 9281 | "node_modules/strip-ansi": { |
| 9282 | "version": "6.0.1", |
| 9283 | "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", |
| 9284 | "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
| 9285 | "license": "MIT", |
| 9286 | "dependencies": { |
| 9287 | "ansi-regex": "^5.0.1" |
| 9288 | }, |
| 9289 | "engines": { |
| 9290 | "node": ">=8" |
| 9291 | } |
| 9292 | }, |
| 9293 | "node_modules/style-loader": { |
| 9294 | "version": "4.0.0", |
| 9295 | "resolved": "https://registry.npmmirror.com/style-loader/-/style-loader-4.0.0.tgz", |
| 9296 | "integrity": "sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==", |
| 9297 | "dev": true, |
| 9298 | "license": "MIT", |
| 9299 | "engines": { |
| 9300 | "node": ">= 18.12.0" |
| 9301 | }, |
| 9302 | "funding": { |
| 9303 | "type": "opencollective", |
| 9304 | "url": "https://opencollective.com/webpack" |
| 9305 | }, |
| 9306 | "peerDependencies": { |
| 9307 | "webpack": "^5.27.0" |
| 9308 | } |
| 9309 | }, |
| 9310 | "node_modules/stylehacks": { |
| 9311 | "version": "7.0.4", |
| 9312 | "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.4.tgz", |
| 9313 | "integrity": "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==", |
| 9314 | "license": "MIT", |
| 9315 | "dependencies": { |
| 9316 | "browserslist": "^4.23.3", |
| 9317 | "postcss-selector-parser": "^6.1.2" |
| 9318 | }, |
| 9319 | "engines": { |
| 9320 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 9321 | }, |
| 9322 | "peerDependencies": { |
| 9323 | "postcss": "^8.4.31" |
| 9324 | } |
| 9325 | }, |
| 9326 | "node_modules/stylehacks/node_modules/postcss-selector-parser": { |
| 9327 | "version": "6.1.2", |
| 9328 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 9329 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
| 9330 | "license": "MIT", |
| 9331 | "dependencies": { |
| 9332 | "cssesc": "^3.0.0", |
| 9333 | "util-deprecate": "^1.0.2" |
| 9334 | }, |
| 9335 | "engines": { |
| 9336 | "node": ">=4" |
| 9337 | } |
| 9338 | }, |
| 9339 | "node_modules/supports-color": { |
| 9340 | "version": "8.1.1", |
| 9341 | "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz", |
| 9342 | "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", |
| 9343 | "license": "MIT", |
| 9344 | "dependencies": { |
| 9345 | "has-flag": "^4.0.0" |
| 9346 | }, |
| 9347 | "engines": { |
| 9348 | "node": ">=10" |
| 9349 | }, |
| 9350 | "funding": { |
| 9351 | "url": "https://github.com/chalk/supports-color?sponsor=1" |
| 9352 | } |
| 9353 | }, |
| 9354 | "node_modules/supports-preserve-symlinks-flag": { |
| 9355 | "version": "1.0.0", |
| 9356 | "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", |
| 9357 | "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", |
| 9358 | "license": "MIT", |
| 9359 | "engines": { |
| 9360 | "node": ">= 0.4" |
| 9361 | }, |
| 9362 | "funding": { |
| 9363 | "url": "https://github.com/sponsors/ljharb" |
| 9364 | } |
| 9365 | }, |
| 9366 | "node_modules/svgo": { |
| 9367 | "version": "3.3.2", |
| 9368 | "resolved": "https://registry.npmmirror.com/svgo/-/svgo-3.3.2.tgz", |
| 9369 | "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", |
| 9370 | "license": "MIT", |
| 9371 | "dependencies": { |
| 9372 | "@trysound/sax": "0.2.0", |
| 9373 | "commander": "^7.2.0", |
| 9374 | "css-select": "^5.1.0", |
| 9375 | "css-tree": "^2.3.1", |
| 9376 | "css-what": "^6.1.0", |
| 9377 | "csso": "^5.0.5", |
| 9378 | "picocolors": "^1.0.0" |
| 9379 | }, |
| 9380 | "bin": { |
| 9381 | "svgo": "bin/svgo" |
| 9382 | }, |
| 9383 | "engines": { |
| 9384 | "node": ">=14.0.0" |
| 9385 | }, |
| 9386 | "funding": { |
| 9387 | "type": "opencollective", |
| 9388 | "url": "https://opencollective.com/svgo" |
| 9389 | } |
| 9390 | }, |
| 9391 | "node_modules/svgo/node_modules/commander": { |
| 9392 | "version": "7.2.0", |
| 9393 | "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz", |
| 9394 | "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", |
| 9395 | "license": "MIT", |
| 9396 | "engines": { |
| 9397 | "node": ">= 10" |
| 9398 | } |
| 9399 | }, |
| 9400 | "node_modules/svgo/node_modules/css-select": { |
| 9401 | "version": "5.1.0", |
| 9402 | "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz", |
| 9403 | "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", |
| 9404 | "license": "BSD-2-Clause", |
| 9405 | "dependencies": { |
| 9406 | "boolbase": "^1.0.0", |
| 9407 | "css-what": "^6.1.0", |
| 9408 | "domhandler": "^5.0.2", |
| 9409 | "domutils": "^3.0.1", |
| 9410 | "nth-check": "^2.0.1" |
| 9411 | }, |
| 9412 | "funding": { |
| 9413 | "url": "https://github.com/sponsors/fb55" |
| 9414 | } |
| 9415 | }, |
| 9416 | "node_modules/svgo/node_modules/dom-serializer": { |
| 9417 | "version": "2.0.0", |
| 9418 | "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz", |
| 9419 | "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", |
| 9420 | "license": "MIT", |
| 9421 | "dependencies": { |
| 9422 | "domelementtype": "^2.3.0", |
| 9423 | "domhandler": "^5.0.2", |
| 9424 | "entities": "^4.2.0" |
| 9425 | }, |
| 9426 | "funding": { |
| 9427 | "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" |
| 9428 | } |
| 9429 | }, |
| 9430 | "node_modules/svgo/node_modules/domhandler": { |
| 9431 | "version": "5.0.3", |
| 9432 | "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz", |
| 9433 | "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", |
| 9434 | "license": "BSD-2-Clause", |
| 9435 | "dependencies": { |
| 9436 | "domelementtype": "^2.3.0" |
| 9437 | }, |
| 9438 | "engines": { |
| 9439 | "node": ">= 4" |
| 9440 | }, |
| 9441 | "funding": { |
| 9442 | "url": "https://github.com/fb55/domhandler?sponsor=1" |
| 9443 | } |
| 9444 | }, |
| 9445 | "node_modules/svgo/node_modules/domutils": { |
| 9446 | "version": "3.2.2", |
| 9447 | "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz", |
| 9448 | "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", |
| 9449 | "license": "BSD-2-Clause", |
| 9450 | "dependencies": { |
| 9451 | "dom-serializer": "^2.0.0", |
| 9452 | "domelementtype": "^2.3.0", |
| 9453 | "domhandler": "^5.0.3" |
| 9454 | }, |
| 9455 | "funding": { |
| 9456 | "url": "https://github.com/fb55/domutils?sponsor=1" |
| 9457 | } |
| 9458 | }, |
| 9459 | "node_modules/svgo/node_modules/entities": { |
| 9460 | "version": "4.5.0", |
| 9461 | "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz", |
| 9462 | "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", |
| 9463 | "license": "BSD-2-Clause", |
| 9464 | "engines": { |
| 9465 | "node": ">=0.12" |
| 9466 | }, |
| 9467 | "funding": { |
| 9468 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 9469 | } |
| 9470 | }, |
| 9471 | "node_modules/tapable": { |
| 9472 | "version": "2.2.1", |
| 9473 | "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz", |
| 9474 | "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", |
| 9475 | "license": "MIT", |
| 9476 | "engines": { |
| 9477 | "node": ">=6" |
| 9478 | } |
| 9479 | }, |
| 9480 | "node_modules/terser": { |
| 9481 | "version": "5.39.0", |
| 9482 | "resolved": "https://registry.npmmirror.com/terser/-/terser-5.39.0.tgz", |
| 9483 | "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==", |
| 9484 | "license": "BSD-2-Clause", |
| 9485 | "dependencies": { |
| 9486 | "@jridgewell/source-map": "^0.3.3", |
| 9487 | "acorn": "^8.8.2", |
| 9488 | "commander": "^2.20.0", |
| 9489 | "source-map-support": "~0.5.20" |
| 9490 | }, |
| 9491 | "bin": { |
| 9492 | "terser": "bin/terser" |
| 9493 | }, |
| 9494 | "engines": { |
| 9495 | "node": ">=10" |
| 9496 | } |
| 9497 | }, |
| 9498 | "node_modules/terser-webpack-plugin": { |
| 9499 | "version": "5.3.14", |
| 9500 | "resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", |
| 9501 | "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", |
| 9502 | "license": "MIT", |
| 9503 | "dependencies": { |
| 9504 | "@jridgewell/trace-mapping": "^0.3.25", |
| 9505 | "jest-worker": "^27.4.5", |
| 9506 | "schema-utils": "^4.3.0", |
| 9507 | "serialize-javascript": "^6.0.2", |
| 9508 | "terser": "^5.31.1" |
| 9509 | }, |
| 9510 | "engines": { |
| 9511 | "node": ">= 10.13.0" |
| 9512 | }, |
| 9513 | "funding": { |
| 9514 | "type": "opencollective", |
| 9515 | "url": "https://opencollective.com/webpack" |
| 9516 | }, |
| 9517 | "peerDependencies": { |
| 9518 | "webpack": "^5.1.0" |
| 9519 | }, |
| 9520 | "peerDependenciesMeta": { |
| 9521 | "@swc/core": { |
| 9522 | "optional": true |
| 9523 | }, |
| 9524 | "esbuild": { |
| 9525 | "optional": true |
| 9526 | }, |
| 9527 | "uglify-js": { |
| 9528 | "optional": true |
| 9529 | } |
| 9530 | } |
| 9531 | }, |
| 9532 | "node_modules/terser-webpack-plugin/node_modules/jest-worker": { |
| 9533 | "version": "27.5.1", |
| 9534 | "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz", |
| 9535 | "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", |
| 9536 | "license": "MIT", |
| 9537 | "dependencies": { |
| 9538 | "@types/node": "*", |
| 9539 | "merge-stream": "^2.0.0", |
| 9540 | "supports-color": "^8.0.0" |
| 9541 | }, |
| 9542 | "engines": { |
| 9543 | "node": ">= 10.13.0" |
| 9544 | } |
| 9545 | }, |
| 9546 | "node_modules/terser/node_modules/commander": { |
| 9547 | "version": "2.20.3", |
| 9548 | "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz", |
| 9549 | "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", |
| 9550 | "license": "MIT" |
| 9551 | }, |
| 9552 | "node_modules/thingies": { |
| 9553 | "version": "1.21.0", |
| 9554 | "resolved": "https://registry.npmmirror.com/thingies/-/thingies-1.21.0.tgz", |
| 9555 | "integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==", |
| 9556 | "dev": true, |
| 9557 | "license": "Unlicense", |
| 9558 | "engines": { |
| 9559 | "node": ">=10.18" |
| 9560 | }, |
| 9561 | "peerDependencies": { |
| 9562 | "tslib": "^2" |
| 9563 | } |
| 9564 | }, |
| 9565 | "node_modules/thunky": { |
| 9566 | "version": "1.1.0", |
| 9567 | "resolved": "https://registry.npmmirror.com/thunky/-/thunky-1.1.0.tgz", |
| 9568 | "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", |
| 9569 | "dev": true, |
| 9570 | "license": "MIT" |
| 9571 | }, |
| 9572 | "node_modules/to-regex-range": { |
| 9573 | "version": "5.0.1", |
| 9574 | "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", |
| 9575 | "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", |
| 9576 | "dev": true, |
| 9577 | "license": "MIT", |
| 9578 | "dependencies": { |
| 9579 | "is-number": "^7.0.0" |
| 9580 | }, |
| 9581 | "engines": { |
| 9582 | "node": ">=8.0" |
| 9583 | } |
| 9584 | }, |
| 9585 | "node_modules/toidentifier": { |
| 9586 | "version": "1.0.1", |
| 9587 | "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", |
| 9588 | "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", |
| 9589 | "dev": true, |
| 9590 | "license": "MIT", |
| 9591 | "engines": { |
| 9592 | "node": ">=0.6" |
| 9593 | } |
| 9594 | }, |
| 9595 | "node_modules/tree-dump": { |
| 9596 | "version": "1.0.2", |
| 9597 | "resolved": "https://registry.npmmirror.com/tree-dump/-/tree-dump-1.0.2.tgz", |
| 9598 | "integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==", |
| 9599 | "dev": true, |
| 9600 | "license": "Apache-2.0", |
| 9601 | "engines": { |
| 9602 | "node": ">=10.0" |
| 9603 | }, |
| 9604 | "funding": { |
| 9605 | "type": "github", |
| 9606 | "url": "https://github.com/sponsors/streamich" |
| 9607 | }, |
| 9608 | "peerDependencies": { |
| 9609 | "tslib": "2" |
| 9610 | } |
| 9611 | }, |
| 9612 | "node_modules/tslib": { |
| 9613 | "version": "2.8.1", |
| 9614 | "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz", |
| 9615 | "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
| 9616 | "license": "0BSD" |
| 9617 | }, |
| 9618 | "node_modules/turbo-stream": { |
| 9619 | "version": "2.4.0", |
| 9620 | "resolved": "https://registry.npmmirror.com/turbo-stream/-/turbo-stream-2.4.0.tgz", |
| 9621 | "integrity": "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==", |
| 9622 | "license": "ISC" |
| 9623 | }, |
| 9624 | "node_modules/type-is": { |
| 9625 | "version": "1.6.18", |
| 9626 | "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz", |
| 9627 | "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", |
| 9628 | "dev": true, |
| 9629 | "license": "MIT", |
| 9630 | "dependencies": { |
| 9631 | "media-typer": "0.3.0", |
| 9632 | "mime-types": "~2.1.24" |
| 9633 | }, |
| 9634 | "engines": { |
| 9635 | "node": ">= 0.6" |
| 9636 | } |
| 9637 | }, |
| 9638 | "node_modules/typescript": { |
| 9639 | "version": "5.8.2", |
| 9640 | "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.2.tgz", |
| 9641 | "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", |
| 9642 | "license": "Apache-2.0", |
| 9643 | "bin": { |
| 9644 | "tsc": "bin/tsc", |
| 9645 | "tsserver": "bin/tsserver" |
| 9646 | }, |
| 9647 | "engines": { |
| 9648 | "node": ">=14.17" |
| 9649 | } |
| 9650 | }, |
| 9651 | "node_modules/undici-types": { |
| 9652 | "version": "6.20.0", |
| 9653 | "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.20.0.tgz", |
| 9654 | "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", |
| 9655 | "license": "MIT" |
| 9656 | }, |
| 9657 | "node_modules/unicode-canonical-property-names-ecmascript": { |
| 9658 | "version": "2.0.1", |
| 9659 | "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", |
| 9660 | "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", |
| 9661 | "license": "MIT", |
| 9662 | "engines": { |
| 9663 | "node": ">=4" |
| 9664 | } |
| 9665 | }, |
| 9666 | "node_modules/unicode-match-property-ecmascript": { |
| 9667 | "version": "2.0.0", |
| 9668 | "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", |
| 9669 | "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", |
| 9670 | "license": "MIT", |
| 9671 | "dependencies": { |
| 9672 | "unicode-canonical-property-names-ecmascript": "^2.0.0", |
| 9673 | "unicode-property-aliases-ecmascript": "^2.0.0" |
| 9674 | }, |
| 9675 | "engines": { |
| 9676 | "node": ">=4" |
| 9677 | } |
| 9678 | }, |
| 9679 | "node_modules/unicode-match-property-value-ecmascript": { |
| 9680 | "version": "2.2.0", |
| 9681 | "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", |
| 9682 | "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", |
| 9683 | "license": "MIT", |
| 9684 | "engines": { |
| 9685 | "node": ">=4" |
| 9686 | } |
| 9687 | }, |
| 9688 | "node_modules/unicode-property-aliases-ecmascript": { |
| 9689 | "version": "2.1.0", |
| 9690 | "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", |
| 9691 | "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", |
| 9692 | "license": "MIT", |
| 9693 | "engines": { |
| 9694 | "node": ">=4" |
| 9695 | } |
| 9696 | }, |
| 9697 | "node_modules/unpipe": { |
| 9698 | "version": "1.0.0", |
| 9699 | "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz", |
| 9700 | "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", |
| 9701 | "dev": true, |
| 9702 | "license": "MIT", |
| 9703 | "engines": { |
| 9704 | "node": ">= 0.8" |
| 9705 | } |
| 9706 | }, |
| 9707 | "node_modules/update-browserslist-db": { |
| 9708 | "version": "1.1.3", |
| 9709 | "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", |
| 9710 | "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", |
| 9711 | "funding": [ |
| 9712 | { |
| 9713 | "type": "opencollective", |
| 9714 | "url": "https://opencollective.com/browserslist" |
| 9715 | }, |
| 9716 | { |
| 9717 | "type": "tidelift", |
| 9718 | "url": "https://tidelift.com/funding/github/npm/browserslist" |
| 9719 | }, |
| 9720 | { |
| 9721 | "type": "github", |
| 9722 | "url": "https://github.com/sponsors/ai" |
| 9723 | } |
| 9724 | ], |
| 9725 | "license": "MIT", |
| 9726 | "dependencies": { |
| 9727 | "escalade": "^3.2.0", |
| 9728 | "picocolors": "^1.1.1" |
| 9729 | }, |
| 9730 | "bin": { |
| 9731 | "update-browserslist-db": "cli.js" |
| 9732 | }, |
| 9733 | "peerDependencies": { |
| 9734 | "browserslist": ">= 4.21.0" |
| 9735 | } |
| 9736 | }, |
| 9737 | "node_modules/use-sync-external-store": { |
| 9738 | "version": "1.4.0", |
| 9739 | "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz", |
| 9740 | "integrity": "sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==", |
| 9741 | "license": "MIT", |
| 9742 | "peerDependencies": { |
| 9743 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| 9744 | } |
| 9745 | }, |
| 9746 | "node_modules/util-deprecate": { |
| 9747 | "version": "1.0.2", |
| 9748 | "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", |
| 9749 | "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", |
| 9750 | "license": "MIT" |
| 9751 | }, |
| 9752 | "node_modules/utila": { |
| 9753 | "version": "0.4.0", |
| 9754 | "resolved": "https://registry.npmmirror.com/utila/-/utila-0.4.0.tgz", |
| 9755 | "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", |
| 9756 | "license": "MIT" |
| 9757 | }, |
| 9758 | "node_modules/utils-merge": { |
| 9759 | "version": "1.0.1", |
| 9760 | "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz", |
| 9761 | "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", |
| 9762 | "dev": true, |
| 9763 | "license": "MIT", |
| 9764 | "engines": { |
| 9765 | "node": ">= 0.4.0" |
| 9766 | } |
| 9767 | }, |
| 9768 | "node_modules/uuid": { |
| 9769 | "version": "8.3.2", |
| 9770 | "resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz", |
| 9771 | "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", |
| 9772 | "dev": true, |
| 9773 | "license": "MIT", |
| 9774 | "bin": { |
| 9775 | "uuid": "dist/bin/uuid" |
| 9776 | } |
| 9777 | }, |
| 9778 | "node_modules/vary": { |
| 9779 | "version": "1.1.2", |
| 9780 | "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz", |
| 9781 | "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", |
| 9782 | "dev": true, |
| 9783 | "license": "MIT", |
| 9784 | "engines": { |
| 9785 | "node": ">= 0.8" |
| 9786 | } |
| 9787 | }, |
| 9788 | "node_modules/watchpack": { |
| 9789 | "version": "2.4.2", |
| 9790 | "resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.2.tgz", |
| 9791 | "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", |
| 9792 | "license": "MIT", |
| 9793 | "dependencies": { |
| 9794 | "glob-to-regexp": "^0.4.1", |
| 9795 | "graceful-fs": "^4.1.2" |
| 9796 | }, |
| 9797 | "engines": { |
| 9798 | "node": ">=10.13.0" |
| 9799 | } |
| 9800 | }, |
| 9801 | "node_modules/wbuf": { |
| 9802 | "version": "1.7.3", |
| 9803 | "resolved": "https://registry.npmmirror.com/wbuf/-/wbuf-1.7.3.tgz", |
| 9804 | "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", |
| 9805 | "dev": true, |
| 9806 | "license": "MIT", |
| 9807 | "dependencies": { |
| 9808 | "minimalistic-assert": "^1.0.0" |
| 9809 | } |
| 9810 | }, |
| 9811 | "node_modules/webpack": { |
| 9812 | "version": "5.98.0", |
| 9813 | "resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.98.0.tgz", |
| 9814 | "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==", |
| 9815 | "license": "MIT", |
| 9816 | "dependencies": { |
| 9817 | "@types/eslint-scope": "^3.7.7", |
| 9818 | "@types/estree": "^1.0.6", |
| 9819 | "@webassemblyjs/ast": "^1.14.1", |
| 9820 | "@webassemblyjs/wasm-edit": "^1.14.1", |
| 9821 | "@webassemblyjs/wasm-parser": "^1.14.1", |
| 9822 | "acorn": "^8.14.0", |
| 9823 | "browserslist": "^4.24.0", |
| 9824 | "chrome-trace-event": "^1.0.2", |
| 9825 | "enhanced-resolve": "^5.17.1", |
| 9826 | "es-module-lexer": "^1.2.1", |
| 9827 | "eslint-scope": "5.1.1", |
| 9828 | "events": "^3.2.0", |
| 9829 | "glob-to-regexp": "^0.4.1", |
| 9830 | "graceful-fs": "^4.2.11", |
| 9831 | "json-parse-even-better-errors": "^2.3.1", |
| 9832 | "loader-runner": "^4.2.0", |
| 9833 | "mime-types": "^2.1.27", |
| 9834 | "neo-async": "^2.6.2", |
| 9835 | "schema-utils": "^4.3.0", |
| 9836 | "tapable": "^2.1.1", |
| 9837 | "terser-webpack-plugin": "^5.3.11", |
| 9838 | "watchpack": "^2.4.1", |
| 9839 | "webpack-sources": "^3.2.3" |
| 9840 | }, |
| 9841 | "bin": { |
| 9842 | "webpack": "bin/webpack.js" |
| 9843 | }, |
| 9844 | "engines": { |
| 9845 | "node": ">=10.13.0" |
| 9846 | }, |
| 9847 | "funding": { |
| 9848 | "type": "opencollective", |
| 9849 | "url": "https://opencollective.com/webpack" |
| 9850 | }, |
| 9851 | "peerDependenciesMeta": { |
| 9852 | "webpack-cli": { |
| 9853 | "optional": true |
| 9854 | } |
| 9855 | } |
| 9856 | }, |
| 9857 | "node_modules/webpack-cli": { |
| 9858 | "version": "6.0.1", |
| 9859 | "resolved": "https://registry.npmmirror.com/webpack-cli/-/webpack-cli-6.0.1.tgz", |
| 9860 | "integrity": "sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw==", |
| 9861 | "license": "MIT", |
| 9862 | "dependencies": { |
| 9863 | "@discoveryjs/json-ext": "^0.6.1", |
| 9864 | "@webpack-cli/configtest": "^3.0.1", |
| 9865 | "@webpack-cli/info": "^3.0.1", |
| 9866 | "@webpack-cli/serve": "^3.0.1", |
| 9867 | "colorette": "^2.0.14", |
| 9868 | "commander": "^12.1.0", |
| 9869 | "cross-spawn": "^7.0.3", |
| 9870 | "envinfo": "^7.14.0", |
| 9871 | "fastest-levenshtein": "^1.0.12", |
| 9872 | "import-local": "^3.0.2", |
| 9873 | "interpret": "^3.1.1", |
| 9874 | "rechoir": "^0.8.0", |
| 9875 | "webpack-merge": "^6.0.1" |
| 9876 | }, |
| 9877 | "bin": { |
| 9878 | "webpack-cli": "bin/cli.js" |
| 9879 | }, |
| 9880 | "engines": { |
| 9881 | "node": ">=18.12.0" |
| 9882 | }, |
| 9883 | "funding": { |
| 9884 | "type": "opencollective", |
| 9885 | "url": "https://opencollective.com/webpack" |
| 9886 | }, |
| 9887 | "peerDependencies": { |
| 9888 | "webpack": "^5.82.0" |
| 9889 | }, |
| 9890 | "peerDependenciesMeta": { |
| 9891 | "webpack-bundle-analyzer": { |
| 9892 | "optional": true |
| 9893 | }, |
| 9894 | "webpack-dev-server": { |
| 9895 | "optional": true |
| 9896 | } |
| 9897 | } |
| 9898 | }, |
| 9899 | "node_modules/webpack-cli/node_modules/commander": { |
| 9900 | "version": "12.1.0", |
| 9901 | "resolved": "https://registry.npmmirror.com/commander/-/commander-12.1.0.tgz", |
| 9902 | "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", |
| 9903 | "license": "MIT", |
| 9904 | "engines": { |
| 9905 | "node": ">=18" |
| 9906 | } |
| 9907 | }, |
| 9908 | "node_modules/webpack-dev-middleware": { |
| 9909 | "version": "7.4.2", |
| 9910 | "resolved": "https://registry.npmmirror.com/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz", |
| 9911 | "integrity": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==", |
| 9912 | "dev": true, |
| 9913 | "license": "MIT", |
| 9914 | "dependencies": { |
| 9915 | "colorette": "^2.0.10", |
| 9916 | "memfs": "^4.6.0", |
| 9917 | "mime-types": "^2.1.31", |
| 9918 | "on-finished": "^2.4.1", |
| 9919 | "range-parser": "^1.2.1", |
| 9920 | "schema-utils": "^4.0.0" |
| 9921 | }, |
| 9922 | "engines": { |
| 9923 | "node": ">= 18.12.0" |
| 9924 | }, |
| 9925 | "funding": { |
| 9926 | "type": "opencollective", |
| 9927 | "url": "https://opencollective.com/webpack" |
| 9928 | }, |
| 9929 | "peerDependencies": { |
| 9930 | "webpack": "^5.0.0" |
| 9931 | }, |
| 9932 | "peerDependenciesMeta": { |
| 9933 | "webpack": { |
| 9934 | "optional": true |
| 9935 | } |
| 9936 | } |
| 9937 | }, |
| 9938 | "node_modules/webpack-dev-server": { |
| 9939 | "version": "5.2.0", |
| 9940 | "resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-5.2.0.tgz", |
| 9941 | "integrity": "sha512-90SqqYXA2SK36KcT6o1bvwvZfJFcmoamqeJY7+boioffX9g9C0wjjJRGUrQIuh43pb0ttX7+ssavmj/WN2RHtA==", |
| 9942 | "dev": true, |
| 9943 | "license": "MIT", |
| 9944 | "dependencies": { |
| 9945 | "@types/bonjour": "^3.5.13", |
| 9946 | "@types/connect-history-api-fallback": "^1.5.4", |
| 9947 | "@types/express": "^4.17.21", |
| 9948 | "@types/serve-index": "^1.9.4", |
| 9949 | "@types/serve-static": "^1.15.5", |
| 9950 | "@types/sockjs": "^0.3.36", |
| 9951 | "@types/ws": "^8.5.10", |
| 9952 | "ansi-html-community": "^0.0.8", |
| 9953 | "bonjour-service": "^1.2.1", |
| 9954 | "chokidar": "^3.6.0", |
| 9955 | "colorette": "^2.0.10", |
| 9956 | "compression": "^1.7.4", |
| 9957 | "connect-history-api-fallback": "^2.0.0", |
| 9958 | "express": "^4.21.2", |
| 9959 | "graceful-fs": "^4.2.6", |
| 9960 | "http-proxy-middleware": "^2.0.7", |
| 9961 | "ipaddr.js": "^2.1.0", |
| 9962 | "launch-editor": "^2.6.1", |
| 9963 | "open": "^10.0.3", |
| 9964 | "p-retry": "^6.2.0", |
| 9965 | "schema-utils": "^4.2.0", |
| 9966 | "selfsigned": "^2.4.1", |
| 9967 | "serve-index": "^1.9.1", |
| 9968 | "sockjs": "^0.3.24", |
| 9969 | "spdy": "^4.0.2", |
| 9970 | "webpack-dev-middleware": "^7.4.2", |
| 9971 | "ws": "^8.18.0" |
| 9972 | }, |
| 9973 | "bin": { |
| 9974 | "webpack-dev-server": "bin/webpack-dev-server.js" |
| 9975 | }, |
| 9976 | "engines": { |
| 9977 | "node": ">= 18.12.0" |
| 9978 | }, |
| 9979 | "funding": { |
| 9980 | "type": "opencollective", |
| 9981 | "url": "https://opencollective.com/webpack" |
| 9982 | }, |
| 9983 | "peerDependencies": { |
| 9984 | "webpack": "^5.0.0" |
| 9985 | }, |
| 9986 | "peerDependenciesMeta": { |
| 9987 | "webpack": { |
| 9988 | "optional": true |
| 9989 | }, |
| 9990 | "webpack-cli": { |
| 9991 | "optional": true |
| 9992 | } |
| 9993 | } |
| 9994 | }, |
| 9995 | "node_modules/webpack-merge": { |
| 9996 | "version": "6.0.1", |
| 9997 | "resolved": "https://registry.npmmirror.com/webpack-merge/-/webpack-merge-6.0.1.tgz", |
| 9998 | "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", |
| 9999 | "license": "MIT", |
| 10000 | "dependencies": { |
| 10001 | "clone-deep": "^4.0.1", |
| 10002 | "flat": "^5.0.2", |
| 10003 | "wildcard": "^2.0.1" |
| 10004 | }, |
| 10005 | "engines": { |
| 10006 | "node": ">=18.0.0" |
| 10007 | } |
| 10008 | }, |
| 10009 | "node_modules/webpack-sources": { |
| 10010 | "version": "3.2.3", |
| 10011 | "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz", |
| 10012 | "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", |
| 10013 | "license": "MIT", |
| 10014 | "engines": { |
| 10015 | "node": ">=10.13.0" |
| 10016 | } |
| 10017 | }, |
| 10018 | "node_modules/websocket-driver": { |
| 10019 | "version": "0.7.4", |
| 10020 | "resolved": "https://registry.npmmirror.com/websocket-driver/-/websocket-driver-0.7.4.tgz", |
| 10021 | "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", |
| 10022 | "dev": true, |
| 10023 | "license": "Apache-2.0", |
| 10024 | "dependencies": { |
| 10025 | "http-parser-js": ">=0.5.1", |
| 10026 | "safe-buffer": ">=5.1.0", |
| 10027 | "websocket-extensions": ">=0.1.1" |
| 10028 | }, |
| 10029 | "engines": { |
| 10030 | "node": ">=0.8.0" |
| 10031 | } |
| 10032 | }, |
| 10033 | "node_modules/websocket-extensions": { |
| 10034 | "version": "0.1.4", |
| 10035 | "resolved": "https://registry.npmmirror.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz", |
| 10036 | "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", |
| 10037 | "dev": true, |
| 10038 | "license": "Apache-2.0", |
| 10039 | "engines": { |
| 10040 | "node": ">=0.8.0" |
| 10041 | } |
| 10042 | }, |
| 10043 | "node_modules/which": { |
| 10044 | "version": "2.0.2", |
| 10045 | "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", |
| 10046 | "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
| 10047 | "license": "ISC", |
| 10048 | "dependencies": { |
| 10049 | "isexe": "^2.0.0" |
| 10050 | }, |
| 10051 | "bin": { |
| 10052 | "node-which": "bin/node-which" |
| 10053 | }, |
| 10054 | "engines": { |
| 10055 | "node": ">= 8" |
| 10056 | } |
| 10057 | }, |
| 10058 | "node_modules/wildcard": { |
| 10059 | "version": "2.0.1", |
| 10060 | "resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-2.0.1.tgz", |
| 10061 | "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", |
| 10062 | "license": "MIT" |
| 10063 | }, |
| 10064 | "node_modules/ws": { |
| 10065 | "version": "8.18.1", |
| 10066 | "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.1.tgz", |
| 10067 | "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", |
| 10068 | "dev": true, |
| 10069 | "license": "MIT", |
| 10070 | "engines": { |
| 10071 | "node": ">=10.0.0" |
| 10072 | }, |
| 10073 | "peerDependencies": { |
| 10074 | "bufferutil": "^4.0.1", |
| 10075 | "utf-8-validate": ">=5.0.2" |
| 10076 | }, |
| 10077 | "peerDependenciesMeta": { |
| 10078 | "bufferutil": { |
| 10079 | "optional": true |
| 10080 | }, |
| 10081 | "utf-8-validate": { |
| 10082 | "optional": true |
| 10083 | } |
| 10084 | } |
| 10085 | }, |
| 10086 | "node_modules/yallist": { |
| 10087 | "version": "3.1.1", |
| 10088 | "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz", |
| 10089 | "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", |
| 10090 | "license": "ISC" |
| 10091 | }, |
| 10092 | "node_modules/yocto-queue": { |
| 10093 | "version": "1.2.1", |
| 10094 | "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-1.2.1.tgz", |
| 10095 | "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", |
| 10096 | "license": "MIT", |
| 10097 | "engines": { |
| 10098 | "node": ">=12.20" |
| 10099 | }, |
| 10100 | "funding": { |
| 10101 | "url": "https://github.com/sponsors/sindresorhus" |
| 10102 | } |
| 10103 | } |
| 10104 | } |
| 10105 | } |