feat: React 프론트 골격과 단일 jar 빌드 구성
@eb4623b1da99667a6ca68c2f77733284dc219b03
--- .gitignore
+++ .gitignore
... | ... | @@ -1,6 +1,8 @@ |
| 1 | 1 |
target/ |
| 2 | 2 |
frontend/node_modules/ |
| 3 |
+frontend/node/ |
|
| 3 | 4 |
frontend/.vite/ |
| 5 |
+frontend/*.tsbuildinfo |
|
| 4 | 6 |
src/main/resources/static/ |
| 5 | 7 |
.idea/ |
| 6 | 8 |
*.iml |
+++ frontend/index.html
... | ... | @@ -0,0 +1,12 @@ |
| 1 | +<!doctype html> | |
| 2 | +<html lang="ko"> | |
| 3 | + <head> | |
| 4 | + <meta charset="UTF-8" /> | |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| 6 | + <title>ITN-HUB 사업관리시스템</title> | |
| 7 | + </head> | |
| 8 | + <body> | |
| 9 | + <div id="root"></div> | |
| 10 | + <script type="module" src="/src/main.tsx"></script> | |
| 11 | + </body> | |
| 12 | +</html> |
+++ frontend/package-lock.json
... | ... | @@ -0,0 +1,4071 @@ |
| 1 | +{ | |
| 2 | + "name": "itnhub-frontend", | |
| 3 | + "version": "0.1.0", | |
| 4 | + "lockfileVersion": 3, | |
| 5 | + "requires": true, | |
| 6 | + "packages": { | |
| 7 | + "": { | |
| 8 | + "name": "itnhub-frontend", | |
| 9 | + "version": "0.1.0", | |
| 10 | + "dependencies": { | |
| 11 | + "react": "^18.3.1", | |
| 12 | + "react-dom": "^18.3.1" | |
| 13 | + }, | |
| 14 | + "devDependencies": { | |
| 15 | + "@testing-library/jest-dom": "^6.5.0", | |
| 16 | + "@testing-library/react": "^16.0.1", | |
| 17 | + "@types/react": "^18.3.11", | |
| 18 | + "@types/react-dom": "^18.3.1", | |
| 19 | + "@vitejs/plugin-react": "^4.3.2", | |
| 20 | + "autoprefixer": "^10.4.20", | |
| 21 | + "jsdom": "^25.0.1", | |
| 22 | + "postcss": "^8.4.47", | |
| 23 | + "tailwindcss": "^3.4.13", | |
| 24 | + "typescript": "^5.6.2", | |
| 25 | + "vite": "^5.4.8", | |
| 26 | + "vitest": "^2.1.2" | |
| 27 | + } | |
| 28 | + }, | |
| 29 | + "node_modules/@adobe/css-tools": { | |
| 30 | + "version": "4.5.0", | |
| 31 | + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.5.0.tgz", | |
| 32 | + "integrity": "sha512-6OzddxPio9UiWTCemp4N8cYLV2ZN1ncRnV1cVGtve7dhPOtRkleRyx32GQCYSwDYgaHU3USMm84tNsvKzRCa1Q==", | |
| 33 | + "dev": true, | |
| 34 | + "license": "MIT" | |
| 35 | + }, | |
| 36 | + "node_modules/@alloc/quick-lru": { | |
| 37 | + "version": "5.2.0", | |
| 38 | + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", | |
| 39 | + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", | |
| 40 | + "dev": true, | |
| 41 | + "license": "MIT", | |
| 42 | + "engines": { | |
| 43 | + "node": ">=10" | |
| 44 | + }, | |
| 45 | + "funding": { | |
| 46 | + "url": "https://github.com/sponsors/sindresorhus" | |
| 47 | + } | |
| 48 | + }, | |
| 49 | + "node_modules/@asamuzakjp/css-color": { | |
| 50 | + "version": "3.2.0", | |
| 51 | + "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz", | |
| 52 | + "integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==", | |
| 53 | + "dev": true, | |
| 54 | + "license": "MIT", | |
| 55 | + "dependencies": { | |
| 56 | + "@csstools/css-calc": "^2.1.3", | |
| 57 | + "@csstools/css-color-parser": "^3.0.9", | |
| 58 | + "@csstools/css-parser-algorithms": "^3.0.4", | |
| 59 | + "@csstools/css-tokenizer": "^3.0.3", | |
| 60 | + "lru-cache": "^10.4.3" | |
| 61 | + } | |
| 62 | + }, | |
| 63 | + "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": { | |
| 64 | + "version": "10.4.3", | |
| 65 | + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", | |
| 66 | + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", | |
| 67 | + "dev": true, | |
| 68 | + "license": "ISC" | |
| 69 | + }, | |
| 70 | + "node_modules/@babel/code-frame": { | |
| 71 | + "version": "7.29.7", | |
| 72 | + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", | |
| 73 | + "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==", | |
| 74 | + "dev": true, | |
| 75 | + "license": "MIT", | |
| 76 | + "dependencies": { | |
| 77 | + "@babel/helper-validator-identifier": "^7.29.7", | |
| 78 | + "js-tokens": "^4.0.0", | |
| 79 | + "picocolors": "^1.1.1" | |
| 80 | + }, | |
| 81 | + "engines": { | |
| 82 | + "node": ">=6.9.0" | |
| 83 | + } | |
| 84 | + }, | |
| 85 | + "node_modules/@babel/compat-data": { | |
| 86 | + "version": "7.29.7", | |
| 87 | + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz", | |
| 88 | + "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==", | |
| 89 | + "dev": true, | |
| 90 | + "license": "MIT", | |
| 91 | + "engines": { | |
| 92 | + "node": ">=6.9.0" | |
| 93 | + } | |
| 94 | + }, | |
| 95 | + "node_modules/@babel/core": { | |
| 96 | + "version": "7.29.7", | |
| 97 | + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz", | |
| 98 | + "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==", | |
| 99 | + "dev": true, | |
| 100 | + "license": "MIT", | |
| 101 | + "dependencies": { | |
| 102 | + "@babel/code-frame": "^7.29.7", | |
| 103 | + "@babel/generator": "^7.29.7", | |
| 104 | + "@babel/helper-compilation-targets": "^7.29.7", | |
| 105 | + "@babel/helper-module-transforms": "^7.29.7", | |
| 106 | + "@babel/helpers": "^7.29.7", | |
| 107 | + "@babel/parser": "^7.29.7", | |
| 108 | + "@babel/template": "^7.29.7", | |
| 109 | + "@babel/traverse": "^7.29.7", | |
| 110 | + "@babel/types": "^7.29.7", | |
| 111 | + "@jridgewell/remapping": "^2.3.5", | |
| 112 | + "convert-source-map": "^2.0.0", | |
| 113 | + "debug": "^4.1.0", | |
| 114 | + "gensync": "^1.0.0-beta.2", | |
| 115 | + "json5": "^2.2.3", | |
| 116 | + "semver": "^6.3.1" | |
| 117 | + }, | |
| 118 | + "engines": { | |
| 119 | + "node": ">=6.9.0" | |
| 120 | + }, | |
| 121 | + "funding": { | |
| 122 | + "type": "opencollective", | |
| 123 | + "url": "https://opencollective.com/babel" | |
| 124 | + } | |
| 125 | + }, | |
| 126 | + "node_modules/@babel/generator": { | |
| 127 | + "version": "7.29.7", | |
| 128 | + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz", | |
| 129 | + "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==", | |
| 130 | + "dev": true, | |
| 131 | + "license": "MIT", | |
| 132 | + "dependencies": { | |
| 133 | + "@babel/parser": "^7.29.7", | |
| 134 | + "@babel/types": "^7.29.7", | |
| 135 | + "@jridgewell/gen-mapping": "^0.3.12", | |
| 136 | + "@jridgewell/trace-mapping": "^0.3.28", | |
| 137 | + "jsesc": "^3.0.2" | |
| 138 | + }, | |
| 139 | + "engines": { | |
| 140 | + "node": ">=6.9.0" | |
| 141 | + } | |
| 142 | + }, | |
| 143 | + "node_modules/@babel/helper-compilation-targets": { | |
| 144 | + "version": "7.29.7", | |
| 145 | + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz", | |
| 146 | + "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==", | |
| 147 | + "dev": true, | |
| 148 | + "license": "MIT", | |
| 149 | + "dependencies": { | |
| 150 | + "@babel/compat-data": "^7.29.7", | |
| 151 | + "@babel/helper-validator-option": "^7.29.7", | |
| 152 | + "browserslist": "^4.24.0", | |
| 153 | + "lru-cache": "^5.1.1", | |
| 154 | + "semver": "^6.3.1" | |
| 155 | + }, | |
| 156 | + "engines": { | |
| 157 | + "node": ">=6.9.0" | |
| 158 | + } | |
| 159 | + }, | |
| 160 | + "node_modules/@babel/helper-globals": { | |
| 161 | + "version": "7.29.7", | |
| 162 | + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz", | |
| 163 | + "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==", | |
| 164 | + "dev": true, | |
| 165 | + "license": "MIT", | |
| 166 | + "engines": { | |
| 167 | + "node": ">=6.9.0" | |
| 168 | + } | |
| 169 | + }, | |
| 170 | + "node_modules/@babel/helper-module-imports": { | |
| 171 | + "version": "7.29.7", | |
| 172 | + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz", | |
| 173 | + "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==", | |
| 174 | + "dev": true, | |
| 175 | + "license": "MIT", | |
| 176 | + "dependencies": { | |
| 177 | + "@babel/traverse": "^7.29.7", | |
| 178 | + "@babel/types": "^7.29.7" | |
| 179 | + }, | |
| 180 | + "engines": { | |
| 181 | + "node": ">=6.9.0" | |
| 182 | + } | |
| 183 | + }, | |
| 184 | + "node_modules/@babel/helper-module-transforms": { | |
| 185 | + "version": "7.29.7", | |
| 186 | + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz", | |
| 187 | + "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==", | |
| 188 | + "dev": true, | |
| 189 | + "license": "MIT", | |
| 190 | + "dependencies": { | |
| 191 | + "@babel/helper-module-imports": "^7.29.7", | |
| 192 | + "@babel/helper-validator-identifier": "^7.29.7", | |
| 193 | + "@babel/traverse": "^7.29.7" | |
| 194 | + }, | |
| 195 | + "engines": { | |
| 196 | + "node": ">=6.9.0" | |
| 197 | + }, | |
| 198 | + "peerDependencies": { | |
| 199 | + "@babel/core": "^7.0.0" | |
| 200 | + } | |
| 201 | + }, | |
| 202 | + "node_modules/@babel/helper-plugin-utils": { | |
| 203 | + "version": "7.29.7", | |
| 204 | + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz", | |
| 205 | + "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==", | |
| 206 | + "dev": true, | |
| 207 | + "license": "MIT", | |
| 208 | + "engines": { | |
| 209 | + "node": ">=6.9.0" | |
| 210 | + } | |
| 211 | + }, | |
| 212 | + "node_modules/@babel/helper-string-parser": { | |
| 213 | + "version": "7.29.7", | |
| 214 | + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz", | |
| 215 | + "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==", | |
| 216 | + "dev": true, | |
| 217 | + "license": "MIT", | |
| 218 | + "engines": { | |
| 219 | + "node": ">=6.9.0" | |
| 220 | + } | |
| 221 | + }, | |
| 222 | + "node_modules/@babel/helper-validator-identifier": { | |
| 223 | + "version": "7.29.7", | |
| 224 | + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz", | |
| 225 | + "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==", | |
| 226 | + "dev": true, | |
| 227 | + "license": "MIT", | |
| 228 | + "engines": { | |
| 229 | + "node": ">=6.9.0" | |
| 230 | + } | |
| 231 | + }, | |
| 232 | + "node_modules/@babel/helper-validator-option": { | |
| 233 | + "version": "7.29.7", | |
| 234 | + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz", | |
| 235 | + "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==", | |
| 236 | + "dev": true, | |
| 237 | + "license": "MIT", | |
| 238 | + "engines": { | |
| 239 | + "node": ">=6.9.0" | |
| 240 | + } | |
| 241 | + }, | |
| 242 | + "node_modules/@babel/helpers": { | |
| 243 | + "version": "7.29.7", | |
| 244 | + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz", | |
| 245 | + "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==", | |
| 246 | + "dev": true, | |
| 247 | + "license": "MIT", | |
| 248 | + "dependencies": { | |
| 249 | + "@babel/template": "^7.29.7", | |
| 250 | + "@babel/types": "^7.29.7" | |
| 251 | + }, | |
| 252 | + "engines": { | |
| 253 | + "node": ">=6.9.0" | |
| 254 | + } | |
| 255 | + }, | |
| 256 | + "node_modules/@babel/parser": { | |
| 257 | + "version": "7.29.7", | |
| 258 | + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz", | |
| 259 | + "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==", | |
| 260 | + "dev": true, | |
| 261 | + "license": "MIT", | |
| 262 | + "dependencies": { | |
| 263 | + "@babel/types": "^7.29.7" | |
| 264 | + }, | |
| 265 | + "bin": { | |
| 266 | + "parser": "bin/babel-parser.js" | |
| 267 | + }, | |
| 268 | + "engines": { | |
| 269 | + "node": ">=6.0.0" | |
| 270 | + } | |
| 271 | + }, | |
| 272 | + "node_modules/@babel/plugin-transform-react-jsx-self": { | |
| 273 | + "version": "7.29.7", | |
| 274 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz", | |
| 275 | + "integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==", | |
| 276 | + "dev": true, | |
| 277 | + "license": "MIT", | |
| 278 | + "dependencies": { | |
| 279 | + "@babel/helper-plugin-utils": "^7.29.7" | |
| 280 | + }, | |
| 281 | + "engines": { | |
| 282 | + "node": ">=6.9.0" | |
| 283 | + }, | |
| 284 | + "peerDependencies": { | |
| 285 | + "@babel/core": "^7.0.0-0" | |
| 286 | + } | |
| 287 | + }, | |
| 288 | + "node_modules/@babel/plugin-transform-react-jsx-source": { | |
| 289 | + "version": "7.29.7", | |
| 290 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz", | |
| 291 | + "integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==", | |
| 292 | + "dev": true, | |
| 293 | + "license": "MIT", | |
| 294 | + "dependencies": { | |
| 295 | + "@babel/helper-plugin-utils": "^7.29.7" | |
| 296 | + }, | |
| 297 | + "engines": { | |
| 298 | + "node": ">=6.9.0" | |
| 299 | + }, | |
| 300 | + "peerDependencies": { | |
| 301 | + "@babel/core": "^7.0.0-0" | |
| 302 | + } | |
| 303 | + }, | |
| 304 | + "node_modules/@babel/runtime": { | |
| 305 | + "version": "7.29.7", | |
| 306 | + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", | |
| 307 | + "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", | |
| 308 | + "dev": true, | |
| 309 | + "license": "MIT", | |
| 310 | + "engines": { | |
| 311 | + "node": ">=6.9.0" | |
| 312 | + } | |
| 313 | + }, | |
| 314 | + "node_modules/@babel/template": { | |
| 315 | + "version": "7.29.7", | |
| 316 | + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz", | |
| 317 | + "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==", | |
| 318 | + "dev": true, | |
| 319 | + "license": "MIT", | |
| 320 | + "dependencies": { | |
| 321 | + "@babel/code-frame": "^7.29.7", | |
| 322 | + "@babel/parser": "^7.29.7", | |
| 323 | + "@babel/types": "^7.29.7" | |
| 324 | + }, | |
| 325 | + "engines": { | |
| 326 | + "node": ">=6.9.0" | |
| 327 | + } | |
| 328 | + }, | |
| 329 | + "node_modules/@babel/traverse": { | |
| 330 | + "version": "7.29.7", | |
| 331 | + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz", | |
| 332 | + "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==", | |
| 333 | + "dev": true, | |
| 334 | + "license": "MIT", | |
| 335 | + "dependencies": { | |
| 336 | + "@babel/code-frame": "^7.29.7", | |
| 337 | + "@babel/generator": "^7.29.7", | |
| 338 | + "@babel/helper-globals": "^7.29.7", | |
| 339 | + "@babel/parser": "^7.29.7", | |
| 340 | + "@babel/template": "^7.29.7", | |
| 341 | + "@babel/types": "^7.29.7", | |
| 342 | + "debug": "^4.3.1" | |
| 343 | + }, | |
| 344 | + "engines": { | |
| 345 | + "node": ">=6.9.0" | |
| 346 | + } | |
| 347 | + }, | |
| 348 | + "node_modules/@babel/types": { | |
| 349 | + "version": "7.29.7", | |
| 350 | + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz", | |
| 351 | + "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==", | |
| 352 | + "dev": true, | |
| 353 | + "license": "MIT", | |
| 354 | + "dependencies": { | |
| 355 | + "@babel/helper-string-parser": "^7.29.7", | |
| 356 | + "@babel/helper-validator-identifier": "^7.29.7" | |
| 357 | + }, | |
| 358 | + "engines": { | |
| 359 | + "node": ">=6.9.0" | |
| 360 | + } | |
| 361 | + }, | |
| 362 | + "node_modules/@csstools/color-helpers": { | |
| 363 | + "version": "5.1.0", | |
| 364 | + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz", | |
| 365 | + "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==", | |
| 366 | + "dev": true, | |
| 367 | + "funding": [ | |
| 368 | + { | |
| 369 | + "type": "github", | |
| 370 | + "url": "https://github.com/sponsors/csstools" | |
| 371 | + }, | |
| 372 | + { | |
| 373 | + "type": "opencollective", | |
| 374 | + "url": "https://opencollective.com/csstools" | |
| 375 | + } | |
| 376 | + ], | |
| 377 | + "license": "MIT-0", | |
| 378 | + "engines": { | |
| 379 | + "node": ">=18" | |
| 380 | + } | |
| 381 | + }, | |
| 382 | + "node_modules/@csstools/css-calc": { | |
| 383 | + "version": "2.1.4", | |
| 384 | + "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz", | |
| 385 | + "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==", | |
| 386 | + "dev": true, | |
| 387 | + "funding": [ | |
| 388 | + { | |
| 389 | + "type": "github", | |
| 390 | + "url": "https://github.com/sponsors/csstools" | |
| 391 | + }, | |
| 392 | + { | |
| 393 | + "type": "opencollective", | |
| 394 | + "url": "https://opencollective.com/csstools" | |
| 395 | + } | |
| 396 | + ], | |
| 397 | + "license": "MIT", | |
| 398 | + "engines": { | |
| 399 | + "node": ">=18" | |
| 400 | + }, | |
| 401 | + "peerDependencies": { | |
| 402 | + "@csstools/css-parser-algorithms": "^3.0.5", | |
| 403 | + "@csstools/css-tokenizer": "^3.0.4" | |
| 404 | + } | |
| 405 | + }, | |
| 406 | + "node_modules/@csstools/css-color-parser": { | |
| 407 | + "version": "3.1.0", | |
| 408 | + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz", | |
| 409 | + "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==", | |
| 410 | + "dev": true, | |
| 411 | + "funding": [ | |
| 412 | + { | |
| 413 | + "type": "github", | |
| 414 | + "url": "https://github.com/sponsors/csstools" | |
| 415 | + }, | |
| 416 | + { | |
| 417 | + "type": "opencollective", | |
| 418 | + "url": "https://opencollective.com/csstools" | |
| 419 | + } | |
| 420 | + ], | |
| 421 | + "license": "MIT", | |
| 422 | + "dependencies": { | |
| 423 | + "@csstools/color-helpers": "^5.1.0", | |
| 424 | + "@csstools/css-calc": "^2.1.4" | |
| 425 | + }, | |
| 426 | + "engines": { | |
| 427 | + "node": ">=18" | |
| 428 | + }, | |
| 429 | + "peerDependencies": { | |
| 430 | + "@csstools/css-parser-algorithms": "^3.0.5", | |
| 431 | + "@csstools/css-tokenizer": "^3.0.4" | |
| 432 | + } | |
| 433 | + }, | |
| 434 | + "node_modules/@csstools/css-parser-algorithms": { | |
| 435 | + "version": "3.0.5", | |
| 436 | + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz", | |
| 437 | + "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==", | |
| 438 | + "dev": true, | |
| 439 | + "funding": [ | |
| 440 | + { | |
| 441 | + "type": "github", | |
| 442 | + "url": "https://github.com/sponsors/csstools" | |
| 443 | + }, | |
| 444 | + { | |
| 445 | + "type": "opencollective", | |
| 446 | + "url": "https://opencollective.com/csstools" | |
| 447 | + } | |
| 448 | + ], | |
| 449 | + "license": "MIT", | |
| 450 | + "engines": { | |
| 451 | + "node": ">=18" | |
| 452 | + }, | |
| 453 | + "peerDependencies": { | |
| 454 | + "@csstools/css-tokenizer": "^3.0.4" | |
| 455 | + } | |
| 456 | + }, | |
| 457 | + "node_modules/@csstools/css-tokenizer": { | |
| 458 | + "version": "3.0.4", | |
| 459 | + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz", | |
| 460 | + "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==", | |
| 461 | + "dev": true, | |
| 462 | + "funding": [ | |
| 463 | + { | |
| 464 | + "type": "github", | |
| 465 | + "url": "https://github.com/sponsors/csstools" | |
| 466 | + }, | |
| 467 | + { | |
| 468 | + "type": "opencollective", | |
| 469 | + "url": "https://opencollective.com/csstools" | |
| 470 | + } | |
| 471 | + ], | |
| 472 | + "license": "MIT", | |
| 473 | + "engines": { | |
| 474 | + "node": ">=18" | |
| 475 | + } | |
| 476 | + }, | |
| 477 | + "node_modules/@esbuild/aix-ppc64": { | |
| 478 | + "version": "0.21.5", | |
| 479 | + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", | |
| 480 | + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", | |
| 481 | + "cpu": [ | |
| 482 | + "ppc64" | |
| 483 | + ], | |
| 484 | + "dev": true, | |
| 485 | + "license": "MIT", | |
| 486 | + "optional": true, | |
| 487 | + "os": [ | |
| 488 | + "aix" | |
| 489 | + ], | |
| 490 | + "engines": { | |
| 491 | + "node": ">=12" | |
| 492 | + } | |
| 493 | + }, | |
| 494 | + "node_modules/@esbuild/android-arm": { | |
| 495 | + "version": "0.21.5", | |
| 496 | + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", | |
| 497 | + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", | |
| 498 | + "cpu": [ | |
| 499 | + "arm" | |
| 500 | + ], | |
| 501 | + "dev": true, | |
| 502 | + "license": "MIT", | |
| 503 | + "optional": true, | |
| 504 | + "os": [ | |
| 505 | + "android" | |
| 506 | + ], | |
| 507 | + "engines": { | |
| 508 | + "node": ">=12" | |
| 509 | + } | |
| 510 | + }, | |
| 511 | + "node_modules/@esbuild/android-arm64": { | |
| 512 | + "version": "0.21.5", | |
| 513 | + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", | |
| 514 | + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", | |
| 515 | + "cpu": [ | |
| 516 | + "arm64" | |
| 517 | + ], | |
| 518 | + "dev": true, | |
| 519 | + "license": "MIT", | |
| 520 | + "optional": true, | |
| 521 | + "os": [ | |
| 522 | + "android" | |
| 523 | + ], | |
| 524 | + "engines": { | |
| 525 | + "node": ">=12" | |
| 526 | + } | |
| 527 | + }, | |
| 528 | + "node_modules/@esbuild/android-x64": { | |
| 529 | + "version": "0.21.5", | |
| 530 | + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", | |
| 531 | + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", | |
| 532 | + "cpu": [ | |
| 533 | + "x64" | |
| 534 | + ], | |
| 535 | + "dev": true, | |
| 536 | + "license": "MIT", | |
| 537 | + "optional": true, | |
| 538 | + "os": [ | |
| 539 | + "android" | |
| 540 | + ], | |
| 541 | + "engines": { | |
| 542 | + "node": ">=12" | |
| 543 | + } | |
| 544 | + }, | |
| 545 | + "node_modules/@esbuild/darwin-arm64": { | |
| 546 | + "version": "0.21.5", | |
| 547 | + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", | |
| 548 | + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", | |
| 549 | + "cpu": [ | |
| 550 | + "arm64" | |
| 551 | + ], | |
| 552 | + "dev": true, | |
| 553 | + "license": "MIT", | |
| 554 | + "optional": true, | |
| 555 | + "os": [ | |
| 556 | + "darwin" | |
| 557 | + ], | |
| 558 | + "engines": { | |
| 559 | + "node": ">=12" | |
| 560 | + } | |
| 561 | + }, | |
| 562 | + "node_modules/@esbuild/darwin-x64": { | |
| 563 | + "version": "0.21.5", | |
| 564 | + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", | |
| 565 | + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", | |
| 566 | + "cpu": [ | |
| 567 | + "x64" | |
| 568 | + ], | |
| 569 | + "dev": true, | |
| 570 | + "license": "MIT", | |
| 571 | + "optional": true, | |
| 572 | + "os": [ | |
| 573 | + "darwin" | |
| 574 | + ], | |
| 575 | + "engines": { | |
| 576 | + "node": ">=12" | |
| 577 | + } | |
| 578 | + }, | |
| 579 | + "node_modules/@esbuild/freebsd-arm64": { | |
| 580 | + "version": "0.21.5", | |
| 581 | + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", | |
| 582 | + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", | |
| 583 | + "cpu": [ | |
| 584 | + "arm64" | |
| 585 | + ], | |
| 586 | + "dev": true, | |
| 587 | + "license": "MIT", | |
| 588 | + "optional": true, | |
| 589 | + "os": [ | |
| 590 | + "freebsd" | |
| 591 | + ], | |
| 592 | + "engines": { | |
| 593 | + "node": ">=12" | |
| 594 | + } | |
| 595 | + }, | |
| 596 | + "node_modules/@esbuild/freebsd-x64": { | |
| 597 | + "version": "0.21.5", | |
| 598 | + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", | |
| 599 | + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", | |
| 600 | + "cpu": [ | |
| 601 | + "x64" | |
| 602 | + ], | |
| 603 | + "dev": true, | |
| 604 | + "license": "MIT", | |
| 605 | + "optional": true, | |
| 606 | + "os": [ | |
| 607 | + "freebsd" | |
| 608 | + ], | |
| 609 | + "engines": { | |
| 610 | + "node": ">=12" | |
| 611 | + } | |
| 612 | + }, | |
| 613 | + "node_modules/@esbuild/linux-arm": { | |
| 614 | + "version": "0.21.5", | |
| 615 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", | |
| 616 | + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", | |
| 617 | + "cpu": [ | |
| 618 | + "arm" | |
| 619 | + ], | |
| 620 | + "dev": true, | |
| 621 | + "license": "MIT", | |
| 622 | + "optional": true, | |
| 623 | + "os": [ | |
| 624 | + "linux" | |
| 625 | + ], | |
| 626 | + "engines": { | |
| 627 | + "node": ">=12" | |
| 628 | + } | |
| 629 | + }, | |
| 630 | + "node_modules/@esbuild/linux-arm64": { | |
| 631 | + "version": "0.21.5", | |
| 632 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", | |
| 633 | + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", | |
| 634 | + "cpu": [ | |
| 635 | + "arm64" | |
| 636 | + ], | |
| 637 | + "dev": true, | |
| 638 | + "license": "MIT", | |
| 639 | + "optional": true, | |
| 640 | + "os": [ | |
| 641 | + "linux" | |
| 642 | + ], | |
| 643 | + "engines": { | |
| 644 | + "node": ">=12" | |
| 645 | + } | |
| 646 | + }, | |
| 647 | + "node_modules/@esbuild/linux-ia32": { | |
| 648 | + "version": "0.21.5", | |
| 649 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", | |
| 650 | + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", | |
| 651 | + "cpu": [ | |
| 652 | + "ia32" | |
| 653 | + ], | |
| 654 | + "dev": true, | |
| 655 | + "license": "MIT", | |
| 656 | + "optional": true, | |
| 657 | + "os": [ | |
| 658 | + "linux" | |
| 659 | + ], | |
| 660 | + "engines": { | |
| 661 | + "node": ">=12" | |
| 662 | + } | |
| 663 | + }, | |
| 664 | + "node_modules/@esbuild/linux-loong64": { | |
| 665 | + "version": "0.21.5", | |
| 666 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", | |
| 667 | + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", | |
| 668 | + "cpu": [ | |
| 669 | + "loong64" | |
| 670 | + ], | |
| 671 | + "dev": true, | |
| 672 | + "license": "MIT", | |
| 673 | + "optional": true, | |
| 674 | + "os": [ | |
| 675 | + "linux" | |
| 676 | + ], | |
| 677 | + "engines": { | |
| 678 | + "node": ">=12" | |
| 679 | + } | |
| 680 | + }, | |
| 681 | + "node_modules/@esbuild/linux-mips64el": { | |
| 682 | + "version": "0.21.5", | |
| 683 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", | |
| 684 | + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", | |
| 685 | + "cpu": [ | |
| 686 | + "mips64el" | |
| 687 | + ], | |
| 688 | + "dev": true, | |
| 689 | + "license": "MIT", | |
| 690 | + "optional": true, | |
| 691 | + "os": [ | |
| 692 | + "linux" | |
| 693 | + ], | |
| 694 | + "engines": { | |
| 695 | + "node": ">=12" | |
| 696 | + } | |
| 697 | + }, | |
| 698 | + "node_modules/@esbuild/linux-ppc64": { | |
| 699 | + "version": "0.21.5", | |
| 700 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", | |
| 701 | + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", | |
| 702 | + "cpu": [ | |
| 703 | + "ppc64" | |
| 704 | + ], | |
| 705 | + "dev": true, | |
| 706 | + "license": "MIT", | |
| 707 | + "optional": true, | |
| 708 | + "os": [ | |
| 709 | + "linux" | |
| 710 | + ], | |
| 711 | + "engines": { | |
| 712 | + "node": ">=12" | |
| 713 | + } | |
| 714 | + }, | |
| 715 | + "node_modules/@esbuild/linux-riscv64": { | |
| 716 | + "version": "0.21.5", | |
| 717 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", | |
| 718 | + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", | |
| 719 | + "cpu": [ | |
| 720 | + "riscv64" | |
| 721 | + ], | |
| 722 | + "dev": true, | |
| 723 | + "license": "MIT", | |
| 724 | + "optional": true, | |
| 725 | + "os": [ | |
| 726 | + "linux" | |
| 727 | + ], | |
| 728 | + "engines": { | |
| 729 | + "node": ">=12" | |
| 730 | + } | |
| 731 | + }, | |
| 732 | + "node_modules/@esbuild/linux-s390x": { | |
| 733 | + "version": "0.21.5", | |
| 734 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", | |
| 735 | + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", | |
| 736 | + "cpu": [ | |
| 737 | + "s390x" | |
| 738 | + ], | |
| 739 | + "dev": true, | |
| 740 | + "license": "MIT", | |
| 741 | + "optional": true, | |
| 742 | + "os": [ | |
| 743 | + "linux" | |
| 744 | + ], | |
| 745 | + "engines": { | |
| 746 | + "node": ">=12" | |
| 747 | + } | |
| 748 | + }, | |
| 749 | + "node_modules/@esbuild/linux-x64": { | |
| 750 | + "version": "0.21.5", | |
| 751 | + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", | |
| 752 | + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", | |
| 753 | + "cpu": [ | |
| 754 | + "x64" | |
| 755 | + ], | |
| 756 | + "dev": true, | |
| 757 | + "license": "MIT", | |
| 758 | + "optional": true, | |
| 759 | + "os": [ | |
| 760 | + "linux" | |
| 761 | + ], | |
| 762 | + "engines": { | |
| 763 | + "node": ">=12" | |
| 764 | + } | |
| 765 | + }, | |
| 766 | + "node_modules/@esbuild/netbsd-x64": { | |
| 767 | + "version": "0.21.5", | |
| 768 | + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", | |
| 769 | + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", | |
| 770 | + "cpu": [ | |
| 771 | + "x64" | |
| 772 | + ], | |
| 773 | + "dev": true, | |
| 774 | + "license": "MIT", | |
| 775 | + "optional": true, | |
| 776 | + "os": [ | |
| 777 | + "netbsd" | |
| 778 | + ], | |
| 779 | + "engines": { | |
| 780 | + "node": ">=12" | |
| 781 | + } | |
| 782 | + }, | |
| 783 | + "node_modules/@esbuild/openbsd-x64": { | |
| 784 | + "version": "0.21.5", | |
| 785 | + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", | |
| 786 | + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", | |
| 787 | + "cpu": [ | |
| 788 | + "x64" | |
| 789 | + ], | |
| 790 | + "dev": true, | |
| 791 | + "license": "MIT", | |
| 792 | + "optional": true, | |
| 793 | + "os": [ | |
| 794 | + "openbsd" | |
| 795 | + ], | |
| 796 | + "engines": { | |
| 797 | + "node": ">=12" | |
| 798 | + } | |
| 799 | + }, | |
| 800 | + "node_modules/@esbuild/sunos-x64": { | |
| 801 | + "version": "0.21.5", | |
| 802 | + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", | |
| 803 | + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", | |
| 804 | + "cpu": [ | |
| 805 | + "x64" | |
| 806 | + ], | |
| 807 | + "dev": true, | |
| 808 | + "license": "MIT", | |
| 809 | + "optional": true, | |
| 810 | + "os": [ | |
| 811 | + "sunos" | |
| 812 | + ], | |
| 813 | + "engines": { | |
| 814 | + "node": ">=12" | |
| 815 | + } | |
| 816 | + }, | |
| 817 | + "node_modules/@esbuild/win32-arm64": { | |
| 818 | + "version": "0.21.5", | |
| 819 | + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", | |
| 820 | + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", | |
| 821 | + "cpu": [ | |
| 822 | + "arm64" | |
| 823 | + ], | |
| 824 | + "dev": true, | |
| 825 | + "license": "MIT", | |
| 826 | + "optional": true, | |
| 827 | + "os": [ | |
| 828 | + "win32" | |
| 829 | + ], | |
| 830 | + "engines": { | |
| 831 | + "node": ">=12" | |
| 832 | + } | |
| 833 | + }, | |
| 834 | + "node_modules/@esbuild/win32-ia32": { | |
| 835 | + "version": "0.21.5", | |
| 836 | + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", | |
| 837 | + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", | |
| 838 | + "cpu": [ | |
| 839 | + "ia32" | |
| 840 | + ], | |
| 841 | + "dev": true, | |
| 842 | + "license": "MIT", | |
| 843 | + "optional": true, | |
| 844 | + "os": [ | |
| 845 | + "win32" | |
| 846 | + ], | |
| 847 | + "engines": { | |
| 848 | + "node": ">=12" | |
| 849 | + } | |
| 850 | + }, | |
| 851 | + "node_modules/@esbuild/win32-x64": { | |
| 852 | + "version": "0.21.5", | |
| 853 | + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", | |
| 854 | + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", | |
| 855 | + "cpu": [ | |
| 856 | + "x64" | |
| 857 | + ], | |
| 858 | + "dev": true, | |
| 859 | + "license": "MIT", | |
| 860 | + "optional": true, | |
| 861 | + "os": [ | |
| 862 | + "win32" | |
| 863 | + ], | |
| 864 | + "engines": { | |
| 865 | + "node": ">=12" | |
| 866 | + } | |
| 867 | + }, | |
| 868 | + "node_modules/@jridgewell/gen-mapping": { | |
| 869 | + "version": "0.3.13", | |
| 870 | + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", | |
| 871 | + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", | |
| 872 | + "dev": true, | |
| 873 | + "license": "MIT", | |
| 874 | + "dependencies": { | |
| 875 | + "@jridgewell/sourcemap-codec": "^1.5.0", | |
| 876 | + "@jridgewell/trace-mapping": "^0.3.24" | |
| 877 | + } | |
| 878 | + }, | |
| 879 | + "node_modules/@jridgewell/remapping": { | |
| 880 | + "version": "2.3.5", | |
| 881 | + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", | |
| 882 | + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", | |
| 883 | + "dev": true, | |
| 884 | + "license": "MIT", | |
| 885 | + "dependencies": { | |
| 886 | + "@jridgewell/gen-mapping": "^0.3.5", | |
| 887 | + "@jridgewell/trace-mapping": "^0.3.24" | |
| 888 | + } | |
| 889 | + }, | |
| 890 | + "node_modules/@jridgewell/resolve-uri": { | |
| 891 | + "version": "3.1.2", | |
| 892 | + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | |
| 893 | + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", | |
| 894 | + "dev": true, | |
| 895 | + "license": "MIT", | |
| 896 | + "engines": { | |
| 897 | + "node": ">=6.0.0" | |
| 898 | + } | |
| 899 | + }, | |
| 900 | + "node_modules/@jridgewell/sourcemap-codec": { | |
| 901 | + "version": "1.5.5", | |
| 902 | + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", | |
| 903 | + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", | |
| 904 | + "dev": true, | |
| 905 | + "license": "MIT" | |
| 906 | + }, | |
| 907 | + "node_modules/@jridgewell/trace-mapping": { | |
| 908 | + "version": "0.3.31", | |
| 909 | + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", | |
| 910 | + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", | |
| 911 | + "dev": true, | |
| 912 | + "license": "MIT", | |
| 913 | + "dependencies": { | |
| 914 | + "@jridgewell/resolve-uri": "^3.1.0", | |
| 915 | + "@jridgewell/sourcemap-codec": "^1.4.14" | |
| 916 | + } | |
| 917 | + }, | |
| 918 | + "node_modules/@nodelib/fs.scandir": { | |
| 919 | + "version": "2.1.5", | |
| 920 | + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", | |
| 921 | + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", | |
| 922 | + "dev": true, | |
| 923 | + "license": "MIT", | |
| 924 | + "dependencies": { | |
| 925 | + "@nodelib/fs.stat": "2.0.5", | |
| 926 | + "run-parallel": "^1.1.9" | |
| 927 | + }, | |
| 928 | + "engines": { | |
| 929 | + "node": ">= 8" | |
| 930 | + } | |
| 931 | + }, | |
| 932 | + "node_modules/@nodelib/fs.stat": { | |
| 933 | + "version": "2.0.5", | |
| 934 | + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", | |
| 935 | + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", | |
| 936 | + "dev": true, | |
| 937 | + "license": "MIT", | |
| 938 | + "engines": { | |
| 939 | + "node": ">= 8" | |
| 940 | + } | |
| 941 | + }, | |
| 942 | + "node_modules/@nodelib/fs.walk": { | |
| 943 | + "version": "1.2.8", | |
| 944 | + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", | |
| 945 | + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", | |
| 946 | + "dev": true, | |
| 947 | + "license": "MIT", | |
| 948 | + "dependencies": { | |
| 949 | + "@nodelib/fs.scandir": "2.1.5", | |
| 950 | + "fastq": "^1.6.0" | |
| 951 | + }, | |
| 952 | + "engines": { | |
| 953 | + "node": ">= 8" | |
| 954 | + } | |
| 955 | + }, | |
| 956 | + "node_modules/@rolldown/pluginutils": { | |
| 957 | + "version": "1.0.0-beta.27", | |
| 958 | + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz", | |
| 959 | + "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==", | |
| 960 | + "dev": true, | |
| 961 | + "license": "MIT" | |
| 962 | + }, | |
| 963 | + "node_modules/@rollup/rollup-android-arm-eabi": { | |
| 964 | + "version": "4.62.2", | |
| 965 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz", | |
| 966 | + "integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==", | |
| 967 | + "cpu": [ | |
| 968 | + "arm" | |
| 969 | + ], | |
| 970 | + "dev": true, | |
| 971 | + "license": "MIT", | |
| 972 | + "optional": true, | |
| 973 | + "os": [ | |
| 974 | + "android" | |
| 975 | + ] | |
| 976 | + }, | |
| 977 | + "node_modules/@rollup/rollup-android-arm64": { | |
| 978 | + "version": "4.62.2", | |
| 979 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz", | |
| 980 | + "integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==", | |
| 981 | + "cpu": [ | |
| 982 | + "arm64" | |
| 983 | + ], | |
| 984 | + "dev": true, | |
| 985 | + "license": "MIT", | |
| 986 | + "optional": true, | |
| 987 | + "os": [ | |
| 988 | + "android" | |
| 989 | + ] | |
| 990 | + }, | |
| 991 | + "node_modules/@rollup/rollup-darwin-arm64": { | |
| 992 | + "version": "4.62.2", | |
| 993 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz", | |
| 994 | + "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==", | |
| 995 | + "cpu": [ | |
| 996 | + "arm64" | |
| 997 | + ], | |
| 998 | + "dev": true, | |
| 999 | + "license": "MIT", | |
| 1000 | + "optional": true, | |
| 1001 | + "os": [ | |
| 1002 | + "darwin" | |
| 1003 | + ] | |
| 1004 | + }, | |
| 1005 | + "node_modules/@rollup/rollup-darwin-x64": { | |
| 1006 | + "version": "4.62.2", | |
| 1007 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz", | |
| 1008 | + "integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==", | |
| 1009 | + "cpu": [ | |
| 1010 | + "x64" | |
| 1011 | + ], | |
| 1012 | + "dev": true, | |
| 1013 | + "license": "MIT", | |
| 1014 | + "optional": true, | |
| 1015 | + "os": [ | |
| 1016 | + "darwin" | |
| 1017 | + ] | |
| 1018 | + }, | |
| 1019 | + "node_modules/@rollup/rollup-freebsd-arm64": { | |
| 1020 | + "version": "4.62.2", | |
| 1021 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz", | |
| 1022 | + "integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==", | |
| 1023 | + "cpu": [ | |
| 1024 | + "arm64" | |
| 1025 | + ], | |
| 1026 | + "dev": true, | |
| 1027 | + "license": "MIT", | |
| 1028 | + "optional": true, | |
| 1029 | + "os": [ | |
| 1030 | + "freebsd" | |
| 1031 | + ] | |
| 1032 | + }, | |
| 1033 | + "node_modules/@rollup/rollup-freebsd-x64": { | |
| 1034 | + "version": "4.62.2", | |
| 1035 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz", | |
| 1036 | + "integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==", | |
| 1037 | + "cpu": [ | |
| 1038 | + "x64" | |
| 1039 | + ], | |
| 1040 | + "dev": true, | |
| 1041 | + "license": "MIT", | |
| 1042 | + "optional": true, | |
| 1043 | + "os": [ | |
| 1044 | + "freebsd" | |
| 1045 | + ] | |
| 1046 | + }, | |
| 1047 | + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { | |
| 1048 | + "version": "4.62.2", | |
| 1049 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz", | |
| 1050 | + "integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==", | |
| 1051 | + "cpu": [ | |
| 1052 | + "arm" | |
| 1053 | + ], | |
| 1054 | + "dev": true, | |
| 1055 | + "license": "MIT", | |
| 1056 | + "optional": true, | |
| 1057 | + "os": [ | |
| 1058 | + "linux" | |
| 1059 | + ] | |
| 1060 | + }, | |
| 1061 | + "node_modules/@rollup/rollup-linux-arm-musleabihf": { | |
| 1062 | + "version": "4.62.2", | |
| 1063 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz", | |
| 1064 | + "integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==", | |
| 1065 | + "cpu": [ | |
| 1066 | + "arm" | |
| 1067 | + ], | |
| 1068 | + "dev": true, | |
| 1069 | + "license": "MIT", | |
| 1070 | + "optional": true, | |
| 1071 | + "os": [ | |
| 1072 | + "linux" | |
| 1073 | + ] | |
| 1074 | + }, | |
| 1075 | + "node_modules/@rollup/rollup-linux-arm64-gnu": { | |
| 1076 | + "version": "4.62.2", | |
| 1077 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz", | |
| 1078 | + "integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==", | |
| 1079 | + "cpu": [ | |
| 1080 | + "arm64" | |
| 1081 | + ], | |
| 1082 | + "dev": true, | |
| 1083 | + "license": "MIT", | |
| 1084 | + "optional": true, | |
| 1085 | + "os": [ | |
| 1086 | + "linux" | |
| 1087 | + ] | |
| 1088 | + }, | |
| 1089 | + "node_modules/@rollup/rollup-linux-arm64-musl": { | |
| 1090 | + "version": "4.62.2", | |
| 1091 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz", | |
| 1092 | + "integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==", | |
| 1093 | + "cpu": [ | |
| 1094 | + "arm64" | |
| 1095 | + ], | |
| 1096 | + "dev": true, | |
| 1097 | + "license": "MIT", | |
| 1098 | + "optional": true, | |
| 1099 | + "os": [ | |
| 1100 | + "linux" | |
| 1101 | + ] | |
| 1102 | + }, | |
| 1103 | + "node_modules/@rollup/rollup-linux-loong64-gnu": { | |
| 1104 | + "version": "4.62.2", | |
| 1105 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz", | |
| 1106 | + "integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==", | |
| 1107 | + "cpu": [ | |
| 1108 | + "loong64" | |
| 1109 | + ], | |
| 1110 | + "dev": true, | |
| 1111 | + "license": "MIT", | |
| 1112 | + "optional": true, | |
| 1113 | + "os": [ | |
| 1114 | + "linux" | |
| 1115 | + ] | |
| 1116 | + }, | |
| 1117 | + "node_modules/@rollup/rollup-linux-loong64-musl": { | |
| 1118 | + "version": "4.62.2", | |
| 1119 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz", | |
| 1120 | + "integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==", | |
| 1121 | + "cpu": [ | |
| 1122 | + "loong64" | |
| 1123 | + ], | |
| 1124 | + "dev": true, | |
| 1125 | + "license": "MIT", | |
| 1126 | + "optional": true, | |
| 1127 | + "os": [ | |
| 1128 | + "linux" | |
| 1129 | + ] | |
| 1130 | + }, | |
| 1131 | + "node_modules/@rollup/rollup-linux-ppc64-gnu": { | |
| 1132 | + "version": "4.62.2", | |
| 1133 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz", | |
| 1134 | + "integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==", | |
| 1135 | + "cpu": [ | |
| 1136 | + "ppc64" | |
| 1137 | + ], | |
| 1138 | + "dev": true, | |
| 1139 | + "license": "MIT", | |
| 1140 | + "optional": true, | |
| 1141 | + "os": [ | |
| 1142 | + "linux" | |
| 1143 | + ] | |
| 1144 | + }, | |
| 1145 | + "node_modules/@rollup/rollup-linux-ppc64-musl": { | |
| 1146 | + "version": "4.62.2", | |
| 1147 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz", | |
| 1148 | + "integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==", | |
| 1149 | + "cpu": [ | |
| 1150 | + "ppc64" | |
| 1151 | + ], | |
| 1152 | + "dev": true, | |
| 1153 | + "license": "MIT", | |
| 1154 | + "optional": true, | |
| 1155 | + "os": [ | |
| 1156 | + "linux" | |
| 1157 | + ] | |
| 1158 | + }, | |
| 1159 | + "node_modules/@rollup/rollup-linux-riscv64-gnu": { | |
| 1160 | + "version": "4.62.2", | |
| 1161 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz", | |
| 1162 | + "integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==", | |
| 1163 | + "cpu": [ | |
| 1164 | + "riscv64" | |
| 1165 | + ], | |
| 1166 | + "dev": true, | |
| 1167 | + "license": "MIT", | |
| 1168 | + "optional": true, | |
| 1169 | + "os": [ | |
| 1170 | + "linux" | |
| 1171 | + ] | |
| 1172 | + }, | |
| 1173 | + "node_modules/@rollup/rollup-linux-riscv64-musl": { | |
| 1174 | + "version": "4.62.2", | |
| 1175 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz", | |
| 1176 | + "integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==", | |
| 1177 | + "cpu": [ | |
| 1178 | + "riscv64" | |
| 1179 | + ], | |
| 1180 | + "dev": true, | |
| 1181 | + "license": "MIT", | |
| 1182 | + "optional": true, | |
| 1183 | + "os": [ | |
| 1184 | + "linux" | |
| 1185 | + ] | |
| 1186 | + }, | |
| 1187 | + "node_modules/@rollup/rollup-linux-s390x-gnu": { | |
| 1188 | + "version": "4.62.2", | |
| 1189 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz", | |
| 1190 | + "integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==", | |
| 1191 | + "cpu": [ | |
| 1192 | + "s390x" | |
| 1193 | + ], | |
| 1194 | + "dev": true, | |
| 1195 | + "license": "MIT", | |
| 1196 | + "optional": true, | |
| 1197 | + "os": [ | |
| 1198 | + "linux" | |
| 1199 | + ] | |
| 1200 | + }, | |
| 1201 | + "node_modules/@rollup/rollup-linux-x64-gnu": { | |
| 1202 | + "version": "4.62.2", | |
| 1203 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", | |
| 1204 | + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", | |
| 1205 | + "cpu": [ | |
| 1206 | + "x64" | |
| 1207 | + ], | |
| 1208 | + "dev": true, | |
| 1209 | + "license": "MIT", | |
| 1210 | + "optional": true, | |
| 1211 | + "os": [ | |
| 1212 | + "linux" | |
| 1213 | + ] | |
| 1214 | + }, | |
| 1215 | + "node_modules/@rollup/rollup-linux-x64-musl": { | |
| 1216 | + "version": "4.62.2", | |
| 1217 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz", | |
| 1218 | + "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==", | |
| 1219 | + "cpu": [ | |
| 1220 | + "x64" | |
| 1221 | + ], | |
| 1222 | + "dev": true, | |
| 1223 | + "license": "MIT", | |
| 1224 | + "optional": true, | |
| 1225 | + "os": [ | |
| 1226 | + "linux" | |
| 1227 | + ] | |
| 1228 | + }, | |
| 1229 | + "node_modules/@rollup/rollup-openbsd-x64": { | |
| 1230 | + "version": "4.62.2", | |
| 1231 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz", | |
| 1232 | + "integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==", | |
| 1233 | + "cpu": [ | |
| 1234 | + "x64" | |
| 1235 | + ], | |
| 1236 | + "dev": true, | |
| 1237 | + "license": "MIT", | |
| 1238 | + "optional": true, | |
| 1239 | + "os": [ | |
| 1240 | + "openbsd" | |
| 1241 | + ] | |
| 1242 | + }, | |
| 1243 | + "node_modules/@rollup/rollup-openharmony-arm64": { | |
| 1244 | + "version": "4.62.2", | |
| 1245 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz", | |
| 1246 | + "integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==", | |
| 1247 | + "cpu": [ | |
| 1248 | + "arm64" | |
| 1249 | + ], | |
| 1250 | + "dev": true, | |
| 1251 | + "license": "MIT", | |
| 1252 | + "optional": true, | |
| 1253 | + "os": [ | |
| 1254 | + "openharmony" | |
| 1255 | + ] | |
| 1256 | + }, | |
| 1257 | + "node_modules/@rollup/rollup-win32-arm64-msvc": { | |
| 1258 | + "version": "4.62.2", | |
| 1259 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz", | |
| 1260 | + "integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==", | |
| 1261 | + "cpu": [ | |
| 1262 | + "arm64" | |
| 1263 | + ], | |
| 1264 | + "dev": true, | |
| 1265 | + "license": "MIT", | |
| 1266 | + "optional": true, | |
| 1267 | + "os": [ | |
| 1268 | + "win32" | |
| 1269 | + ] | |
| 1270 | + }, | |
| 1271 | + "node_modules/@rollup/rollup-win32-ia32-msvc": { | |
| 1272 | + "version": "4.62.2", | |
| 1273 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz", | |
| 1274 | + "integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==", | |
| 1275 | + "cpu": [ | |
| 1276 | + "ia32" | |
| 1277 | + ], | |
| 1278 | + "dev": true, | |
| 1279 | + "license": "MIT", | |
| 1280 | + "optional": true, | |
| 1281 | + "os": [ | |
| 1282 | + "win32" | |
| 1283 | + ] | |
| 1284 | + }, | |
| 1285 | + "node_modules/@rollup/rollup-win32-x64-gnu": { | |
| 1286 | + "version": "4.62.2", | |
| 1287 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz", | |
| 1288 | + "integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==", | |
| 1289 | + "cpu": [ | |
| 1290 | + "x64" | |
| 1291 | + ], | |
| 1292 | + "dev": true, | |
| 1293 | + "license": "MIT", | |
| 1294 | + "optional": true, | |
| 1295 | + "os": [ | |
| 1296 | + "win32" | |
| 1297 | + ] | |
| 1298 | + }, | |
| 1299 | + "node_modules/@rollup/rollup-win32-x64-msvc": { | |
| 1300 | + "version": "4.62.2", | |
| 1301 | + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz", | |
| 1302 | + "integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==", | |
| 1303 | + "cpu": [ | |
| 1304 | + "x64" | |
| 1305 | + ], | |
| 1306 | + "dev": true, | |
| 1307 | + "license": "MIT", | |
| 1308 | + "optional": true, | |
| 1309 | + "os": [ | |
| 1310 | + "win32" | |
| 1311 | + ] | |
| 1312 | + }, | |
| 1313 | + "node_modules/@testing-library/dom": { | |
| 1314 | + "version": "10.4.1", | |
| 1315 | + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", | |
| 1316 | + "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==", | |
| 1317 | + "dev": true, | |
| 1318 | + "license": "MIT", | |
| 1319 | + "peer": true, | |
| 1320 | + "dependencies": { | |
| 1321 | + "@babel/code-frame": "^7.10.4", | |
| 1322 | + "@babel/runtime": "^7.12.5", | |
| 1323 | + "@types/aria-query": "^5.0.1", | |
| 1324 | + "aria-query": "5.3.0", | |
| 1325 | + "dom-accessibility-api": "^0.5.9", | |
| 1326 | + "lz-string": "^1.5.0", | |
| 1327 | + "picocolors": "1.1.1", | |
| 1328 | + "pretty-format": "^27.0.2" | |
| 1329 | + }, | |
| 1330 | + "engines": { | |
| 1331 | + "node": ">=18" | |
| 1332 | + } | |
| 1333 | + }, | |
| 1334 | + "node_modules/@testing-library/jest-dom": { | |
| 1335 | + "version": "6.9.1", | |
| 1336 | + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", | |
| 1337 | + "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", | |
| 1338 | + "dev": true, | |
| 1339 | + "license": "MIT", | |
| 1340 | + "dependencies": { | |
| 1341 | + "@adobe/css-tools": "^4.4.0", | |
| 1342 | + "aria-query": "^5.0.0", | |
| 1343 | + "css.escape": "^1.5.1", | |
| 1344 | + "dom-accessibility-api": "^0.6.3", | |
| 1345 | + "picocolors": "^1.1.1", | |
| 1346 | + "redent": "^3.0.0" | |
| 1347 | + }, | |
| 1348 | + "engines": { | |
| 1349 | + "node": ">=14", | |
| 1350 | + "npm": ">=6", | |
| 1351 | + "yarn": ">=1" | |
| 1352 | + } | |
| 1353 | + }, | |
| 1354 | + "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { | |
| 1355 | + "version": "0.6.3", | |
| 1356 | + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", | |
| 1357 | + "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==", | |
| 1358 | + "dev": true, | |
| 1359 | + "license": "MIT" | |
| 1360 | + }, | |
| 1361 | + "node_modules/@testing-library/react": { | |
| 1362 | + "version": "16.3.2", | |
| 1363 | + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.2.tgz", | |
| 1364 | + "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==", | |
| 1365 | + "dev": true, | |
| 1366 | + "license": "MIT", | |
| 1367 | + "dependencies": { | |
| 1368 | + "@babel/runtime": "^7.12.5" | |
| 1369 | + }, | |
| 1370 | + "engines": { | |
| 1371 | + "node": ">=18" | |
| 1372 | + }, | |
| 1373 | + "peerDependencies": { | |
| 1374 | + "@testing-library/dom": "^10.0.0", | |
| 1375 | + "@types/react": "^18.0.0 || ^19.0.0", | |
| 1376 | + "@types/react-dom": "^18.0.0 || ^19.0.0", | |
| 1377 | + "react": "^18.0.0 || ^19.0.0", | |
| 1378 | + "react-dom": "^18.0.0 || ^19.0.0" | |
| 1379 | + }, | |
| 1380 | + "peerDependenciesMeta": { | |
| 1381 | + "@types/react": { | |
| 1382 | + "optional": true | |
| 1383 | + }, | |
| 1384 | + "@types/react-dom": { | |
| 1385 | + "optional": true | |
| 1386 | + } | |
| 1387 | + } | |
| 1388 | + }, | |
| 1389 | + "node_modules/@types/aria-query": { | |
| 1390 | + "version": "5.0.4", | |
| 1391 | + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", | |
| 1392 | + "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", | |
| 1393 | + "dev": true, | |
| 1394 | + "license": "MIT", | |
| 1395 | + "peer": true | |
| 1396 | + }, | |
| 1397 | + "node_modules/@types/babel__core": { | |
| 1398 | + "version": "7.20.5", | |
| 1399 | + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", | |
| 1400 | + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", | |
| 1401 | + "dev": true, | |
| 1402 | + "license": "MIT", | |
| 1403 | + "dependencies": { | |
| 1404 | + "@babel/parser": "^7.20.7", | |
| 1405 | + "@babel/types": "^7.20.7", | |
| 1406 | + "@types/babel__generator": "*", | |
| 1407 | + "@types/babel__template": "*", | |
| 1408 | + "@types/babel__traverse": "*" | |
| 1409 | + } | |
| 1410 | + }, | |
| 1411 | + "node_modules/@types/babel__generator": { | |
| 1412 | + "version": "7.27.0", | |
| 1413 | + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", | |
| 1414 | + "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", | |
| 1415 | + "dev": true, | |
| 1416 | + "license": "MIT", | |
| 1417 | + "dependencies": { | |
| 1418 | + "@babel/types": "^7.0.0" | |
| 1419 | + } | |
| 1420 | + }, | |
| 1421 | + "node_modules/@types/babel__template": { | |
| 1422 | + "version": "7.4.4", | |
| 1423 | + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", | |
| 1424 | + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", | |
| 1425 | + "dev": true, | |
| 1426 | + "license": "MIT", | |
| 1427 | + "dependencies": { | |
| 1428 | + "@babel/parser": "^7.1.0", | |
| 1429 | + "@babel/types": "^7.0.0" | |
| 1430 | + } | |
| 1431 | + }, | |
| 1432 | + "node_modules/@types/babel__traverse": { | |
| 1433 | + "version": "7.28.0", | |
| 1434 | + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", | |
| 1435 | + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", | |
| 1436 | + "dev": true, | |
| 1437 | + "license": "MIT", | |
| 1438 | + "dependencies": { | |
| 1439 | + "@babel/types": "^7.28.2" | |
| 1440 | + } | |
| 1441 | + }, | |
| 1442 | + "node_modules/@types/estree": { | |
| 1443 | + "version": "1.0.9", | |
| 1444 | + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", | |
| 1445 | + "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", | |
| 1446 | + "dev": true, | |
| 1447 | + "license": "MIT" | |
| 1448 | + }, | |
| 1449 | + "node_modules/@types/prop-types": { | |
| 1450 | + "version": "15.7.15", | |
| 1451 | + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", | |
| 1452 | + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", | |
| 1453 | + "dev": true, | |
| 1454 | + "license": "MIT" | |
| 1455 | + }, | |
| 1456 | + "node_modules/@types/react": { | |
| 1457 | + "version": "18.3.31", | |
| 1458 | + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz", | |
| 1459 | + "integrity": "sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==", | |
| 1460 | + "dev": true, | |
| 1461 | + "license": "MIT", | |
| 1462 | + "dependencies": { | |
| 1463 | + "@types/prop-types": "*", | |
| 1464 | + "csstype": "^3.2.2" | |
| 1465 | + } | |
| 1466 | + }, | |
| 1467 | + "node_modules/@types/react-dom": { | |
| 1468 | + "version": "18.3.7", | |
| 1469 | + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", | |
| 1470 | + "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", | |
| 1471 | + "dev": true, | |
| 1472 | + "license": "MIT", | |
| 1473 | + "peerDependencies": { | |
| 1474 | + "@types/react": "^18.0.0" | |
| 1475 | + } | |
| 1476 | + }, | |
| 1477 | + "node_modules/@vitejs/plugin-react": { | |
| 1478 | + "version": "4.7.0", | |
| 1479 | + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz", | |
| 1480 | + "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==", | |
| 1481 | + "dev": true, | |
| 1482 | + "license": "MIT", | |
| 1483 | + "dependencies": { | |
| 1484 | + "@babel/core": "^7.28.0", | |
| 1485 | + "@babel/plugin-transform-react-jsx-self": "^7.27.1", | |
| 1486 | + "@babel/plugin-transform-react-jsx-source": "^7.27.1", | |
| 1487 | + "@rolldown/pluginutils": "1.0.0-beta.27", | |
| 1488 | + "@types/babel__core": "^7.20.5", | |
| 1489 | + "react-refresh": "^0.17.0" | |
| 1490 | + }, | |
| 1491 | + "engines": { | |
| 1492 | + "node": "^14.18.0 || >=16.0.0" | |
| 1493 | + }, | |
| 1494 | + "peerDependencies": { | |
| 1495 | + "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" | |
| 1496 | + } | |
| 1497 | + }, | |
| 1498 | + "node_modules/@vitest/expect": { | |
| 1499 | + "version": "2.1.9", | |
| 1500 | + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.9.tgz", | |
| 1501 | + "integrity": "sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==", | |
| 1502 | + "dev": true, | |
| 1503 | + "license": "MIT", | |
| 1504 | + "dependencies": { | |
| 1505 | + "@vitest/spy": "2.1.9", | |
| 1506 | + "@vitest/utils": "2.1.9", | |
| 1507 | + "chai": "^5.1.2", | |
| 1508 | + "tinyrainbow": "^1.2.0" | |
| 1509 | + }, | |
| 1510 | + "funding": { | |
| 1511 | + "url": "https://opencollective.com/vitest" | |
| 1512 | + } | |
| 1513 | + }, | |
| 1514 | + "node_modules/@vitest/mocker": { | |
| 1515 | + "version": "2.1.9", | |
| 1516 | + "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.9.tgz", | |
| 1517 | + "integrity": "sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==", | |
| 1518 | + "dev": true, | |
| 1519 | + "license": "MIT", | |
| 1520 | + "dependencies": { | |
| 1521 | + "@vitest/spy": "2.1.9", | |
| 1522 | + "estree-walker": "^3.0.3", | |
| 1523 | + "magic-string": "^0.30.12" | |
| 1524 | + }, | |
| 1525 | + "funding": { | |
| 1526 | + "url": "https://opencollective.com/vitest" | |
| 1527 | + }, | |
| 1528 | + "peerDependencies": { | |
| 1529 | + "msw": "^2.4.9", | |
| 1530 | + "vite": "^5.0.0" | |
| 1531 | + }, | |
| 1532 | + "peerDependenciesMeta": { | |
| 1533 | + "msw": { | |
| 1534 | + "optional": true | |
| 1535 | + }, | |
| 1536 | + "vite": { | |
| 1537 | + "optional": true | |
| 1538 | + } | |
| 1539 | + } | |
| 1540 | + }, | |
| 1541 | + "node_modules/@vitest/pretty-format": { | |
| 1542 | + "version": "2.1.9", | |
| 1543 | + "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.9.tgz", | |
| 1544 | + "integrity": "sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==", | |
| 1545 | + "dev": true, | |
| 1546 | + "license": "MIT", | |
| 1547 | + "dependencies": { | |
| 1548 | + "tinyrainbow": "^1.2.0" | |
| 1549 | + }, | |
| 1550 | + "funding": { | |
| 1551 | + "url": "https://opencollective.com/vitest" | |
| 1552 | + } | |
| 1553 | + }, | |
| 1554 | + "node_modules/@vitest/runner": { | |
| 1555 | + "version": "2.1.9", | |
| 1556 | + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.9.tgz", | |
| 1557 | + "integrity": "sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==", | |
| 1558 | + "dev": true, | |
| 1559 | + "license": "MIT", | |
| 1560 | + "dependencies": { | |
| 1561 | + "@vitest/utils": "2.1.9", | |
| 1562 | + "pathe": "^1.1.2" | |
| 1563 | + }, | |
| 1564 | + "funding": { | |
| 1565 | + "url": "https://opencollective.com/vitest" | |
| 1566 | + } | |
| 1567 | + }, | |
| 1568 | + "node_modules/@vitest/snapshot": { | |
| 1569 | + "version": "2.1.9", | |
| 1570 | + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.9.tgz", | |
| 1571 | + "integrity": "sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==", | |
| 1572 | + "dev": true, | |
| 1573 | + "license": "MIT", | |
| 1574 | + "dependencies": { | |
| 1575 | + "@vitest/pretty-format": "2.1.9", | |
| 1576 | + "magic-string": "^0.30.12", | |
| 1577 | + "pathe": "^1.1.2" | |
| 1578 | + }, | |
| 1579 | + "funding": { | |
| 1580 | + "url": "https://opencollective.com/vitest" | |
| 1581 | + } | |
| 1582 | + }, | |
| 1583 | + "node_modules/@vitest/spy": { | |
| 1584 | + "version": "2.1.9", | |
| 1585 | + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.9.tgz", | |
| 1586 | + "integrity": "sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==", | |
| 1587 | + "dev": true, | |
| 1588 | + "license": "MIT", | |
| 1589 | + "dependencies": { | |
| 1590 | + "tinyspy": "^3.0.2" | |
| 1591 | + }, | |
| 1592 | + "funding": { | |
| 1593 | + "url": "https://opencollective.com/vitest" | |
| 1594 | + } | |
| 1595 | + }, | |
| 1596 | + "node_modules/@vitest/utils": { | |
| 1597 | + "version": "2.1.9", | |
| 1598 | + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.9.tgz", | |
| 1599 | + "integrity": "sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==", | |
| 1600 | + "dev": true, | |
| 1601 | + "license": "MIT", | |
| 1602 | + "dependencies": { | |
| 1603 | + "@vitest/pretty-format": "2.1.9", | |
| 1604 | + "loupe": "^3.1.2", | |
| 1605 | + "tinyrainbow": "^1.2.0" | |
| 1606 | + }, | |
| 1607 | + "funding": { | |
| 1608 | + "url": "https://opencollective.com/vitest" | |
| 1609 | + } | |
| 1610 | + }, | |
| 1611 | + "node_modules/agent-base": { | |
| 1612 | + "version": "7.1.4", | |
| 1613 | + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", | |
| 1614 | + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", | |
| 1615 | + "dev": true, | |
| 1616 | + "license": "MIT", | |
| 1617 | + "engines": { | |
| 1618 | + "node": ">= 14" | |
| 1619 | + } | |
| 1620 | + }, | |
| 1621 | + "node_modules/ansi-regex": { | |
| 1622 | + "version": "5.0.1", | |
| 1623 | + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | |
| 1624 | + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | |
| 1625 | + "dev": true, | |
| 1626 | + "license": "MIT", | |
| 1627 | + "peer": true, | |
| 1628 | + "engines": { | |
| 1629 | + "node": ">=8" | |
| 1630 | + } | |
| 1631 | + }, | |
| 1632 | + "node_modules/ansi-styles": { | |
| 1633 | + "version": "5.2.0", | |
| 1634 | + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", | |
| 1635 | + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", | |
| 1636 | + "dev": true, | |
| 1637 | + "license": "MIT", | |
| 1638 | + "peer": true, | |
| 1639 | + "engines": { | |
| 1640 | + "node": ">=10" | |
| 1641 | + }, | |
| 1642 | + "funding": { | |
| 1643 | + "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
| 1644 | + } | |
| 1645 | + }, | |
| 1646 | + "node_modules/any-promise": { | |
| 1647 | + "version": "1.3.0", | |
| 1648 | + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", | |
| 1649 | + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", | |
| 1650 | + "dev": true, | |
| 1651 | + "license": "MIT" | |
| 1652 | + }, | |
| 1653 | + "node_modules/anymatch": { | |
| 1654 | + "version": "3.1.3", | |
| 1655 | + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", | |
| 1656 | + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", | |
| 1657 | + "dev": true, | |
| 1658 | + "license": "ISC", | |
| 1659 | + "dependencies": { | |
| 1660 | + "normalize-path": "^3.0.0", | |
| 1661 | + "picomatch": "^2.0.4" | |
| 1662 | + }, | |
| 1663 | + "engines": { | |
| 1664 | + "node": ">= 8" | |
| 1665 | + } | |
| 1666 | + }, | |
| 1667 | + "node_modules/arg": { | |
| 1668 | + "version": "5.0.2", | |
| 1669 | + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", | |
| 1670 | + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", | |
| 1671 | + "dev": true, | |
| 1672 | + "license": "MIT" | |
| 1673 | + }, | |
| 1674 | + "node_modules/aria-query": { | |
| 1675 | + "version": "5.3.0", | |
| 1676 | + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", | |
| 1677 | + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", | |
| 1678 | + "dev": true, | |
| 1679 | + "license": "Apache-2.0", | |
| 1680 | + "dependencies": { | |
| 1681 | + "dequal": "^2.0.3" | |
| 1682 | + } | |
| 1683 | + }, | |
| 1684 | + "node_modules/assertion-error": { | |
| 1685 | + "version": "2.0.1", | |
| 1686 | + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", | |
| 1687 | + "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", | |
| 1688 | + "dev": true, | |
| 1689 | + "license": "MIT", | |
| 1690 | + "engines": { | |
| 1691 | + "node": ">=12" | |
| 1692 | + } | |
| 1693 | + }, | |
| 1694 | + "node_modules/asynckit": { | |
| 1695 | + "version": "0.4.0", | |
| 1696 | + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", | |
| 1697 | + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", | |
| 1698 | + "dev": true, | |
| 1699 | + "license": "MIT" | |
| 1700 | + }, | |
| 1701 | + "node_modules/autoprefixer": { | |
| 1702 | + "version": "10.5.4", | |
| 1703 | + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.4.tgz", | |
| 1704 | + "integrity": "sha512-MaU0U/za7N3r6brxD4YB/l4NSrFzLPlANv6wEuQVaIPlD3L4W9rFcQPbL/EilY9BHhHvhfcz3gInDLrEtWT4EA==", | |
| 1705 | + "dev": true, | |
| 1706 | + "funding": [ | |
| 1707 | + { | |
| 1708 | + "type": "opencollective", | |
| 1709 | + "url": "https://opencollective.com/postcss/" | |
| 1710 | + }, | |
| 1711 | + { | |
| 1712 | + "type": "tidelift", | |
| 1713 | + "url": "https://tidelift.com/funding/github/npm/autoprefixer" | |
| 1714 | + }, | |
| 1715 | + { | |
| 1716 | + "type": "github", | |
| 1717 | + "url": "https://github.com/sponsors/ai" | |
| 1718 | + } | |
| 1719 | + ], | |
| 1720 | + "license": "MIT", | |
| 1721 | + "dependencies": { | |
| 1722 | + "browserslist": "^4.28.6", | |
| 1723 | + "caniuse-lite": "^1.0.30001806", | |
| 1724 | + "fraction.js": "^5.3.4", | |
| 1725 | + "picocolors": "^1.1.1", | |
| 1726 | + "postcss-value-parser": "^4.2.0" | |
| 1727 | + }, | |
| 1728 | + "bin": { | |
| 1729 | + "autoprefixer": "bin/autoprefixer" | |
| 1730 | + }, | |
| 1731 | + "engines": { | |
| 1732 | + "node": "^10 || ^12 || >=14" | |
| 1733 | + }, | |
| 1734 | + "peerDependencies": { | |
| 1735 | + "postcss": "^8.1.0" | |
| 1736 | + } | |
| 1737 | + }, | |
| 1738 | + "node_modules/baseline-browser-mapping": { | |
| 1739 | + "version": "2.11.0", | |
| 1740 | + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.0.tgz", | |
| 1741 | + "integrity": "sha512-oCu2wfipvX3AePSgmOuKkIywOu+8n9psz7hXYmk56ghpu3+7KzNIBopaOs4c9BrtdnTtW30unG9GTfHo7EwERQ==", | |
| 1742 | + "dev": true, | |
| 1743 | + "license": "Apache-2.0", | |
| 1744 | + "bin": { | |
| 1745 | + "baseline-browser-mapping": "dist/cli.cjs" | |
| 1746 | + }, | |
| 1747 | + "engines": { | |
| 1748 | + "node": ">=6.0.0" | |
| 1749 | + } | |
| 1750 | + }, | |
| 1751 | + "node_modules/binary-extensions": { | |
| 1752 | + "version": "2.3.0", | |
| 1753 | + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", | |
| 1754 | + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", | |
| 1755 | + "dev": true, | |
| 1756 | + "license": "MIT", | |
| 1757 | + "engines": { | |
| 1758 | + "node": ">=8" | |
| 1759 | + }, | |
| 1760 | + "funding": { | |
| 1761 | + "url": "https://github.com/sponsors/sindresorhus" | |
| 1762 | + } | |
| 1763 | + }, | |
| 1764 | + "node_modules/braces": { | |
| 1765 | + "version": "3.0.3", | |
| 1766 | + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", | |
| 1767 | + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", | |
| 1768 | + "dev": true, | |
| 1769 | + "license": "MIT", | |
| 1770 | + "dependencies": { | |
| 1771 | + "fill-range": "^7.1.1" | |
| 1772 | + }, | |
| 1773 | + "engines": { | |
| 1774 | + "node": ">=8" | |
| 1775 | + } | |
| 1776 | + }, | |
| 1777 | + "node_modules/browserslist": { | |
| 1778 | + "version": "4.28.7", | |
| 1779 | + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.7.tgz", | |
| 1780 | + "integrity": "sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==", | |
| 1781 | + "dev": true, | |
| 1782 | + "funding": [ | |
| 1783 | + { | |
| 1784 | + "type": "opencollective", | |
| 1785 | + "url": "https://opencollective.com/browserslist" | |
| 1786 | + }, | |
| 1787 | + { | |
| 1788 | + "type": "tidelift", | |
| 1789 | + "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| 1790 | + }, | |
| 1791 | + { | |
| 1792 | + "type": "github", | |
| 1793 | + "url": "https://github.com/sponsors/ai" | |
| 1794 | + } | |
| 1795 | + ], | |
| 1796 | + "license": "MIT", | |
| 1797 | + "dependencies": { | |
| 1798 | + "baseline-browser-mapping": "^2.10.44", | |
| 1799 | + "caniuse-lite": "^1.0.30001806", | |
| 1800 | + "electron-to-chromium": "^1.5.393", | |
| 1801 | + "node-releases": "^2.0.51", | |
| 1802 | + "update-browserslist-db": "^1.2.3" | |
| 1803 | + }, | |
| 1804 | + "bin": { | |
| 1805 | + "browserslist": "cli.js" | |
| 1806 | + }, | |
| 1807 | + "engines": { | |
| 1808 | + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
| 1809 | + } | |
| 1810 | + }, | |
| 1811 | + "node_modules/cac": { | |
| 1812 | + "version": "6.7.14", | |
| 1813 | + "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", | |
| 1814 | + "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", | |
| 1815 | + "dev": true, | |
| 1816 | + "license": "MIT", | |
| 1817 | + "engines": { | |
| 1818 | + "node": ">=8" | |
| 1819 | + } | |
| 1820 | + }, | |
| 1821 | + "node_modules/call-bind-apply-helpers": { | |
| 1822 | + "version": "1.0.2", | |
| 1823 | + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", | |
| 1824 | + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", | |
| 1825 | + "dev": true, | |
| 1826 | + "license": "MIT", | |
| 1827 | + "dependencies": { | |
| 1828 | + "es-errors": "^1.3.0", | |
| 1829 | + "function-bind": "^1.1.2" | |
| 1830 | + }, | |
| 1831 | + "engines": { | |
| 1832 | + "node": ">= 0.4" | |
| 1833 | + } | |
| 1834 | + }, | |
| 1835 | + "node_modules/camelcase-css": { | |
| 1836 | + "version": "2.0.1", | |
| 1837 | + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", | |
| 1838 | + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", | |
| 1839 | + "dev": true, | |
| 1840 | + "license": "MIT", | |
| 1841 | + "engines": { | |
| 1842 | + "node": ">= 6" | |
| 1843 | + } | |
| 1844 | + }, | |
| 1845 | + "node_modules/caniuse-lite": { | |
| 1846 | + "version": "1.0.30001806", | |
| 1847 | + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz", | |
| 1848 | + "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==", | |
| 1849 | + "dev": true, | |
| 1850 | + "funding": [ | |
| 1851 | + { | |
| 1852 | + "type": "opencollective", | |
| 1853 | + "url": "https://opencollective.com/browserslist" | |
| 1854 | + }, | |
| 1855 | + { | |
| 1856 | + "type": "tidelift", | |
| 1857 | + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" | |
| 1858 | + }, | |
| 1859 | + { | |
| 1860 | + "type": "github", | |
| 1861 | + "url": "https://github.com/sponsors/ai" | |
| 1862 | + } | |
| 1863 | + ], | |
| 1864 | + "license": "CC-BY-4.0" | |
| 1865 | + }, | |
| 1866 | + "node_modules/chai": { | |
| 1867 | + "version": "5.3.3", | |
| 1868 | + "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz", | |
| 1869 | + "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==", | |
| 1870 | + "dev": true, | |
| 1871 | + "license": "MIT", | |
| 1872 | + "dependencies": { | |
| 1873 | + "assertion-error": "^2.0.1", | |
| 1874 | + "check-error": "^2.1.1", | |
| 1875 | + "deep-eql": "^5.0.1", | |
| 1876 | + "loupe": "^3.1.0", | |
| 1877 | + "pathval": "^2.0.0" | |
| 1878 | + }, | |
| 1879 | + "engines": { | |
| 1880 | + "node": ">=18" | |
| 1881 | + } | |
| 1882 | + }, | |
| 1883 | + "node_modules/check-error": { | |
| 1884 | + "version": "2.1.3", | |
| 1885 | + "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz", | |
| 1886 | + "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==", | |
| 1887 | + "dev": true, | |
| 1888 | + "license": "MIT", | |
| 1889 | + "engines": { | |
| 1890 | + "node": ">= 16" | |
| 1891 | + } | |
| 1892 | + }, | |
| 1893 | + "node_modules/chokidar": { | |
| 1894 | + "version": "3.6.0", | |
| 1895 | + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", | |
| 1896 | + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", | |
| 1897 | + "dev": true, | |
| 1898 | + "license": "MIT", | |
| 1899 | + "dependencies": { | |
| 1900 | + "anymatch": "~3.1.2", | |
| 1901 | + "braces": "~3.0.2", | |
| 1902 | + "glob-parent": "~5.1.2", | |
| 1903 | + "is-binary-path": "~2.1.0", | |
| 1904 | + "is-glob": "~4.0.1", | |
| 1905 | + "normalize-path": "~3.0.0", | |
| 1906 | + "readdirp": "~3.6.0" | |
| 1907 | + }, | |
| 1908 | + "engines": { | |
| 1909 | + "node": ">= 8.10.0" | |
| 1910 | + }, | |
| 1911 | + "funding": { | |
| 1912 | + "url": "https://paulmillr.com/funding/" | |
| 1913 | + }, | |
| 1914 | + "optionalDependencies": { | |
| 1915 | + "fsevents": "~2.3.2" | |
| 1916 | + } | |
| 1917 | + }, | |
| 1918 | + "node_modules/chokidar/node_modules/glob-parent": { | |
| 1919 | + "version": "5.1.2", | |
| 1920 | + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", | |
| 1921 | + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | |
| 1922 | + "dev": true, | |
| 1923 | + "license": "ISC", | |
| 1924 | + "dependencies": { | |
| 1925 | + "is-glob": "^4.0.1" | |
| 1926 | + }, | |
| 1927 | + "engines": { | |
| 1928 | + "node": ">= 6" | |
| 1929 | + } | |
| 1930 | + }, | |
| 1931 | + "node_modules/combined-stream": { | |
| 1932 | + "version": "1.0.8", | |
| 1933 | + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", | |
| 1934 | + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", | |
| 1935 | + "dev": true, | |
| 1936 | + "license": "MIT", | |
| 1937 | + "dependencies": { | |
| 1938 | + "delayed-stream": "~1.0.0" | |
| 1939 | + }, | |
| 1940 | + "engines": { | |
| 1941 | + "node": ">= 0.8" | |
| 1942 | + } | |
| 1943 | + }, | |
| 1944 | + "node_modules/commander": { | |
| 1945 | + "version": "4.1.1", | |
| 1946 | + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", | |
| 1947 | + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", | |
| 1948 | + "dev": true, | |
| 1949 | + "license": "MIT", | |
| 1950 | + "engines": { | |
| 1951 | + "node": ">= 6" | |
| 1952 | + } | |
| 1953 | + }, | |
| 1954 | + "node_modules/convert-source-map": { | |
| 1955 | + "version": "2.0.0", | |
| 1956 | + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", | |
| 1957 | + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", | |
| 1958 | + "dev": true, | |
| 1959 | + "license": "MIT" | |
| 1960 | + }, | |
| 1961 | + "node_modules/css.escape": { | |
| 1962 | + "version": "1.5.1", | |
| 1963 | + "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", | |
| 1964 | + "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", | |
| 1965 | + "dev": true, | |
| 1966 | + "license": "MIT" | |
| 1967 | + }, | |
| 1968 | + "node_modules/cssesc": { | |
| 1969 | + "version": "3.0.0", | |
| 1970 | + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", | |
| 1971 | + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", | |
| 1972 | + "dev": true, | |
| 1973 | + "license": "MIT", | |
| 1974 | + "bin": { | |
| 1975 | + "cssesc": "bin/cssesc" | |
| 1976 | + }, | |
| 1977 | + "engines": { | |
| 1978 | + "node": ">=4" | |
| 1979 | + } | |
| 1980 | + }, | |
| 1981 | + "node_modules/cssstyle": { | |
| 1982 | + "version": "4.6.0", | |
| 1983 | + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz", | |
| 1984 | + "integrity": "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==", | |
| 1985 | + "dev": true, | |
| 1986 | + "license": "MIT", | |
| 1987 | + "dependencies": { | |
| 1988 | + "@asamuzakjp/css-color": "^3.2.0", | |
| 1989 | + "rrweb-cssom": "^0.8.0" | |
| 1990 | + }, | |
| 1991 | + "engines": { | |
| 1992 | + "node": ">=18" | |
| 1993 | + } | |
| 1994 | + }, | |
| 1995 | + "node_modules/cssstyle/node_modules/rrweb-cssom": { | |
| 1996 | + "version": "0.8.0", | |
| 1997 | + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz", | |
| 1998 | + "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==", | |
| 1999 | + "dev": true, | |
| 2000 | + "license": "MIT" | |
| 2001 | + }, | |
| 2002 | + "node_modules/csstype": { | |
| 2003 | + "version": "3.2.3", | |
| 2004 | + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", | |
| 2005 | + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", | |
| 2006 | + "dev": true, | |
| 2007 | + "license": "MIT" | |
| 2008 | + }, | |
| 2009 | + "node_modules/data-urls": { | |
| 2010 | + "version": "5.0.0", | |
| 2011 | + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", | |
| 2012 | + "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", | |
| 2013 | + "dev": true, | |
| 2014 | + "license": "MIT", | |
| 2015 | + "dependencies": { | |
| 2016 | + "whatwg-mimetype": "^4.0.0", | |
| 2017 | + "whatwg-url": "^14.0.0" | |
| 2018 | + }, | |
| 2019 | + "engines": { | |
| 2020 | + "node": ">=18" | |
| 2021 | + } | |
| 2022 | + }, | |
| 2023 | + "node_modules/debug": { | |
| 2024 | + "version": "4.4.3", | |
| 2025 | + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | |
| 2026 | + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | |
| 2027 | + "dev": true, | |
| 2028 | + "license": "MIT", | |
| 2029 | + "dependencies": { | |
| 2030 | + "ms": "^2.1.3" | |
| 2031 | + }, | |
| 2032 | + "engines": { | |
| 2033 | + "node": ">=6.0" | |
| 2034 | + }, | |
| 2035 | + "peerDependenciesMeta": { | |
| 2036 | + "supports-color": { | |
| 2037 | + "optional": true | |
| 2038 | + } | |
| 2039 | + } | |
| 2040 | + }, | |
| 2041 | + "node_modules/decimal.js": { | |
| 2042 | + "version": "10.6.0", | |
| 2043 | + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz", | |
| 2044 | + "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==", | |
| 2045 | + "dev": true, | |
| 2046 | + "license": "MIT" | |
| 2047 | + }, | |
| 2048 | + "node_modules/deep-eql": { | |
| 2049 | + "version": "5.0.2", | |
| 2050 | + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", | |
| 2051 | + "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", | |
| 2052 | + "dev": true, | |
| 2053 | + "license": "MIT", | |
| 2054 | + "engines": { | |
| 2055 | + "node": ">=6" | |
| 2056 | + } | |
| 2057 | + }, | |
| 2058 | + "node_modules/delayed-stream": { | |
| 2059 | + "version": "1.0.0", | |
| 2060 | + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", | |
| 2061 | + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", | |
| 2062 | + "dev": true, | |
| 2063 | + "license": "MIT", | |
| 2064 | + "engines": { | |
| 2065 | + "node": ">=0.4.0" | |
| 2066 | + } | |
| 2067 | + }, | |
| 2068 | + "node_modules/dequal": { | |
| 2069 | + "version": "2.0.3", | |
| 2070 | + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", | |
| 2071 | + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", | |
| 2072 | + "dev": true, | |
| 2073 | + "license": "MIT", | |
| 2074 | + "engines": { | |
| 2075 | + "node": ">=6" | |
| 2076 | + } | |
| 2077 | + }, | |
| 2078 | + "node_modules/didyoumean": { | |
| 2079 | + "version": "1.2.2", | |
| 2080 | + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", | |
| 2081 | + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", | |
| 2082 | + "dev": true, | |
| 2083 | + "license": "Apache-2.0" | |
| 2084 | + }, | |
| 2085 | + "node_modules/dlv": { | |
| 2086 | + "version": "1.1.3", | |
| 2087 | + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", | |
| 2088 | + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", | |
| 2089 | + "dev": true, | |
| 2090 | + "license": "MIT" | |
| 2091 | + }, | |
| 2092 | + "node_modules/dom-accessibility-api": { | |
| 2093 | + "version": "0.5.16", | |
| 2094 | + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", | |
| 2095 | + "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", | |
| 2096 | + "dev": true, | |
| 2097 | + "license": "MIT", | |
| 2098 | + "peer": true | |
| 2099 | + }, | |
| 2100 | + "node_modules/dunder-proto": { | |
| 2101 | + "version": "1.0.1", | |
| 2102 | + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", | |
| 2103 | + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", | |
| 2104 | + "dev": true, | |
| 2105 | + "license": "MIT", | |
| 2106 | + "dependencies": { | |
| 2107 | + "call-bind-apply-helpers": "^1.0.1", | |
| 2108 | + "es-errors": "^1.3.0", | |
| 2109 | + "gopd": "^1.2.0" | |
| 2110 | + }, | |
| 2111 | + "engines": { | |
| 2112 | + "node": ">= 0.4" | |
| 2113 | + } | |
| 2114 | + }, | |
| 2115 | + "node_modules/electron-to-chromium": { | |
| 2116 | + "version": "1.5.395", | |
| 2117 | + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.395.tgz", | |
| 2118 | + "integrity": "sha512-7zt9Aw+SrmxLWLN0zhaTWZQiCdryLVrYTq5R7iZakLvi2UQPYMMsROYV/2qVCzMeCiSXHwKOU+sZ4zOVVlrtKA==", | |
| 2119 | + "dev": true, | |
| 2120 | + "license": "ISC" | |
| 2121 | + }, | |
| 2122 | + "node_modules/entities": { | |
| 2123 | + "version": "6.0.1", | |
| 2124 | + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", | |
| 2125 | + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", | |
| 2126 | + "dev": true, | |
| 2127 | + "license": "BSD-2-Clause", | |
| 2128 | + "engines": { | |
| 2129 | + "node": ">=0.12" | |
| 2130 | + }, | |
| 2131 | + "funding": { | |
| 2132 | + "url": "https://github.com/fb55/entities?sponsor=1" | |
| 2133 | + } | |
| 2134 | + }, | |
| 2135 | + "node_modules/es-define-property": { | |
| 2136 | + "version": "1.0.1", | |
| 2137 | + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", | |
| 2138 | + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", | |
| 2139 | + "dev": true, | |
| 2140 | + "license": "MIT", | |
| 2141 | + "engines": { | |
| 2142 | + "node": ">= 0.4" | |
| 2143 | + } | |
| 2144 | + }, | |
| 2145 | + "node_modules/es-errors": { | |
| 2146 | + "version": "1.3.0", | |
| 2147 | + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", | |
| 2148 | + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", | |
| 2149 | + "dev": true, | |
| 2150 | + "license": "MIT", | |
| 2151 | + "engines": { | |
| 2152 | + "node": ">= 0.4" | |
| 2153 | + } | |
| 2154 | + }, | |
| 2155 | + "node_modules/es-module-lexer": { | |
| 2156 | + "version": "1.7.0", | |
| 2157 | + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", | |
| 2158 | + "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", | |
| 2159 | + "dev": true, | |
| 2160 | + "license": "MIT" | |
| 2161 | + }, | |
| 2162 | + "node_modules/es-object-atoms": { | |
| 2163 | + "version": "1.1.2", | |
| 2164 | + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz", | |
| 2165 | + "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==", | |
| 2166 | + "dev": true, | |
| 2167 | + "license": "MIT", | |
| 2168 | + "dependencies": { | |
| 2169 | + "es-errors": "^1.3.0" | |
| 2170 | + }, | |
| 2171 | + "engines": { | |
| 2172 | + "node": ">= 0.4" | |
| 2173 | + } | |
| 2174 | + }, | |
| 2175 | + "node_modules/es-set-tostringtag": { | |
| 2176 | + "version": "2.1.0", | |
| 2177 | + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", | |
| 2178 | + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", | |
| 2179 | + "dev": true, | |
| 2180 | + "license": "MIT", | |
| 2181 | + "dependencies": { | |
| 2182 | + "es-errors": "^1.3.0", | |
| 2183 | + "get-intrinsic": "^1.2.6", | |
| 2184 | + "has-tostringtag": "^1.0.2", | |
| 2185 | + "hasown": "^2.0.2" | |
| 2186 | + }, | |
| 2187 | + "engines": { | |
| 2188 | + "node": ">= 0.4" | |
| 2189 | + } | |
| 2190 | + }, | |
| 2191 | + "node_modules/esbuild": { | |
| 2192 | + "version": "0.21.5", | |
| 2193 | + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", | |
| 2194 | + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", | |
| 2195 | + "dev": true, | |
| 2196 | + "hasInstallScript": true, | |
| 2197 | + "license": "MIT", | |
| 2198 | + "bin": { | |
| 2199 | + "esbuild": "bin/esbuild" | |
| 2200 | + }, | |
| 2201 | + "engines": { | |
| 2202 | + "node": ">=12" | |
| 2203 | + }, | |
| 2204 | + "optionalDependencies": { | |
| 2205 | + "@esbuild/aix-ppc64": "0.21.5", | |
| 2206 | + "@esbuild/android-arm": "0.21.5", | |
| 2207 | + "@esbuild/android-arm64": "0.21.5", | |
| 2208 | + "@esbuild/android-x64": "0.21.5", | |
| 2209 | + "@esbuild/darwin-arm64": "0.21.5", | |
| 2210 | + "@esbuild/darwin-x64": "0.21.5", | |
| 2211 | + "@esbuild/freebsd-arm64": "0.21.5", | |
| 2212 | + "@esbuild/freebsd-x64": "0.21.5", | |
| 2213 | + "@esbuild/linux-arm": "0.21.5", | |
| 2214 | + "@esbuild/linux-arm64": "0.21.5", | |
| 2215 | + "@esbuild/linux-ia32": "0.21.5", | |
| 2216 | + "@esbuild/linux-loong64": "0.21.5", | |
| 2217 | + "@esbuild/linux-mips64el": "0.21.5", | |
| 2218 | + "@esbuild/linux-ppc64": "0.21.5", | |
| 2219 | + "@esbuild/linux-riscv64": "0.21.5", | |
| 2220 | + "@esbuild/linux-s390x": "0.21.5", | |
| 2221 | + "@esbuild/linux-x64": "0.21.5", | |
| 2222 | + "@esbuild/netbsd-x64": "0.21.5", | |
| 2223 | + "@esbuild/openbsd-x64": "0.21.5", | |
| 2224 | + "@esbuild/sunos-x64": "0.21.5", | |
| 2225 | + "@esbuild/win32-arm64": "0.21.5", | |
| 2226 | + "@esbuild/win32-ia32": "0.21.5", | |
| 2227 | + "@esbuild/win32-x64": "0.21.5" | |
| 2228 | + } | |
| 2229 | + }, | |
| 2230 | + "node_modules/escalade": { | |
| 2231 | + "version": "3.2.0", | |
| 2232 | + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", | |
| 2233 | + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | |
| 2234 | + "dev": true, | |
| 2235 | + "license": "MIT", | |
| 2236 | + "engines": { | |
| 2237 | + "node": ">=6" | |
| 2238 | + } | |
| 2239 | + }, | |
| 2240 | + "node_modules/estree-walker": { | |
| 2241 | + "version": "3.0.3", | |
| 2242 | + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", | |
| 2243 | + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", | |
| 2244 | + "dev": true, | |
| 2245 | + "license": "MIT", | |
| 2246 | + "dependencies": { | |
| 2247 | + "@types/estree": "^1.0.0" | |
| 2248 | + } | |
| 2249 | + }, | |
| 2250 | + "node_modules/expect-type": { | |
| 2251 | + "version": "1.4.0", | |
| 2252 | + "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz", | |
| 2253 | + "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==", | |
| 2254 | + "dev": true, | |
| 2255 | + "license": "Apache-2.0", | |
| 2256 | + "engines": { | |
| 2257 | + "node": ">=12.0.0" | |
| 2258 | + } | |
| 2259 | + }, | |
| 2260 | + "node_modules/fast-glob": { | |
| 2261 | + "version": "3.3.3", | |
| 2262 | + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", | |
| 2263 | + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", | |
| 2264 | + "dev": true, | |
| 2265 | + "license": "MIT", | |
| 2266 | + "dependencies": { | |
| 2267 | + "@nodelib/fs.stat": "^2.0.2", | |
| 2268 | + "@nodelib/fs.walk": "^1.2.3", | |
| 2269 | + "glob-parent": "^5.1.2", | |
| 2270 | + "merge2": "^1.3.0", | |
| 2271 | + "micromatch": "^4.0.8" | |
| 2272 | + }, | |
| 2273 | + "engines": { | |
| 2274 | + "node": ">=8.6.0" | |
| 2275 | + } | |
| 2276 | + }, | |
| 2277 | + "node_modules/fast-glob/node_modules/glob-parent": { | |
| 2278 | + "version": "5.1.2", | |
| 2279 | + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", | |
| 2280 | + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | |
| 2281 | + "dev": true, | |
| 2282 | + "license": "ISC", | |
| 2283 | + "dependencies": { | |
| 2284 | + "is-glob": "^4.0.1" | |
| 2285 | + }, | |
| 2286 | + "engines": { | |
| 2287 | + "node": ">= 6" | |
| 2288 | + } | |
| 2289 | + }, | |
| 2290 | + "node_modules/fastq": { | |
| 2291 | + "version": "1.20.1", | |
| 2292 | + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", | |
| 2293 | + "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", | |
| 2294 | + "dev": true, | |
| 2295 | + "license": "ISC", | |
| 2296 | + "dependencies": { | |
| 2297 | + "reusify": "^1.0.4" | |
| 2298 | + } | |
| 2299 | + }, | |
| 2300 | + "node_modules/fill-range": { | |
| 2301 | + "version": "7.1.1", | |
| 2302 | + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", | |
| 2303 | + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", | |
| 2304 | + "dev": true, | |
| 2305 | + "license": "MIT", | |
| 2306 | + "dependencies": { | |
| 2307 | + "to-regex-range": "^5.0.1" | |
| 2308 | + }, | |
| 2309 | + "engines": { | |
| 2310 | + "node": ">=8" | |
| 2311 | + } | |
| 2312 | + }, | |
| 2313 | + "node_modules/form-data": { | |
| 2314 | + "version": "4.0.6", | |
| 2315 | + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz", | |
| 2316 | + "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==", | |
| 2317 | + "dev": true, | |
| 2318 | + "license": "MIT", | |
| 2319 | + "dependencies": { | |
| 2320 | + "asynckit": "^0.4.0", | |
| 2321 | + "combined-stream": "^1.0.8", | |
| 2322 | + "es-set-tostringtag": "^2.1.0", | |
| 2323 | + "hasown": "^2.0.4", | |
| 2324 | + "mime-types": "^2.1.35" | |
| 2325 | + }, | |
| 2326 | + "engines": { | |
| 2327 | + "node": ">= 6" | |
| 2328 | + } | |
| 2329 | + }, | |
| 2330 | + "node_modules/fraction.js": { | |
| 2331 | + "version": "5.3.4", | |
| 2332 | + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", | |
| 2333 | + "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", | |
| 2334 | + "dev": true, | |
| 2335 | + "license": "MIT", | |
| 2336 | + "engines": { | |
| 2337 | + "node": "*" | |
| 2338 | + }, | |
| 2339 | + "funding": { | |
| 2340 | + "type": "github", | |
| 2341 | + "url": "https://github.com/sponsors/rawify" | |
| 2342 | + } | |
| 2343 | + }, | |
| 2344 | + "node_modules/fsevents": { | |
| 2345 | + "version": "2.3.3", | |
| 2346 | + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", | |
| 2347 | + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", | |
| 2348 | + "dev": true, | |
| 2349 | + "hasInstallScript": true, | |
| 2350 | + "license": "MIT", | |
| 2351 | + "optional": true, | |
| 2352 | + "os": [ | |
| 2353 | + "darwin" | |
| 2354 | + ], | |
| 2355 | + "engines": { | |
| 2356 | + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
| 2357 | + } | |
| 2358 | + }, | |
| 2359 | + "node_modules/function-bind": { | |
| 2360 | + "version": "1.1.2", | |
| 2361 | + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", | |
| 2362 | + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | |
| 2363 | + "dev": true, | |
| 2364 | + "license": "MIT", | |
| 2365 | + "funding": { | |
| 2366 | + "url": "https://github.com/sponsors/ljharb" | |
| 2367 | + } | |
| 2368 | + }, | |
| 2369 | + "node_modules/gensync": { | |
| 2370 | + "version": "1.0.0-beta.2", | |
| 2371 | + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", | |
| 2372 | + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", | |
| 2373 | + "dev": true, | |
| 2374 | + "license": "MIT", | |
| 2375 | + "engines": { | |
| 2376 | + "node": ">=6.9.0" | |
| 2377 | + } | |
| 2378 | + }, | |
| 2379 | + "node_modules/get-intrinsic": { | |
| 2380 | + "version": "1.3.0", | |
| 2381 | + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", | |
| 2382 | + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", | |
| 2383 | + "dev": true, | |
| 2384 | + "license": "MIT", | |
| 2385 | + "dependencies": { | |
| 2386 | + "call-bind-apply-helpers": "^1.0.2", | |
| 2387 | + "es-define-property": "^1.0.1", | |
| 2388 | + "es-errors": "^1.3.0", | |
| 2389 | + "es-object-atoms": "^1.1.1", | |
| 2390 | + "function-bind": "^1.1.2", | |
| 2391 | + "get-proto": "^1.0.1", | |
| 2392 | + "gopd": "^1.2.0", | |
| 2393 | + "has-symbols": "^1.1.0", | |
| 2394 | + "hasown": "^2.0.2", | |
| 2395 | + "math-intrinsics": "^1.1.0" | |
| 2396 | + }, | |
| 2397 | + "engines": { | |
| 2398 | + "node": ">= 0.4" | |
| 2399 | + }, | |
| 2400 | + "funding": { | |
| 2401 | + "url": "https://github.com/sponsors/ljharb" | |
| 2402 | + } | |
| 2403 | + }, | |
| 2404 | + "node_modules/get-proto": { | |
| 2405 | + "version": "1.0.1", | |
| 2406 | + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", | |
| 2407 | + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", | |
| 2408 | + "dev": true, | |
| 2409 | + "license": "MIT", | |
| 2410 | + "dependencies": { | |
| 2411 | + "dunder-proto": "^1.0.1", | |
| 2412 | + "es-object-atoms": "^1.0.0" | |
| 2413 | + }, | |
| 2414 | + "engines": { | |
| 2415 | + "node": ">= 0.4" | |
| 2416 | + } | |
| 2417 | + }, | |
| 2418 | + "node_modules/glob-parent": { | |
| 2419 | + "version": "6.0.2", | |
| 2420 | + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", | |
| 2421 | + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", | |
| 2422 | + "dev": true, | |
| 2423 | + "license": "ISC", | |
| 2424 | + "dependencies": { | |
| 2425 | + "is-glob": "^4.0.3" | |
| 2426 | + }, | |
| 2427 | + "engines": { | |
| 2428 | + "node": ">=10.13.0" | |
| 2429 | + } | |
| 2430 | + }, | |
| 2431 | + "node_modules/gopd": { | |
| 2432 | + "version": "1.2.0", | |
| 2433 | + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", | |
| 2434 | + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", | |
| 2435 | + "dev": true, | |
| 2436 | + "license": "MIT", | |
| 2437 | + "engines": { | |
| 2438 | + "node": ">= 0.4" | |
| 2439 | + }, | |
| 2440 | + "funding": { | |
| 2441 | + "url": "https://github.com/sponsors/ljharb" | |
| 2442 | + } | |
| 2443 | + }, | |
| 2444 | + "node_modules/has-symbols": { | |
| 2445 | + "version": "1.1.0", | |
| 2446 | + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", | |
| 2447 | + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", | |
| 2448 | + "dev": true, | |
| 2449 | + "license": "MIT", | |
| 2450 | + "engines": { | |
| 2451 | + "node": ">= 0.4" | |
| 2452 | + }, | |
| 2453 | + "funding": { | |
| 2454 | + "url": "https://github.com/sponsors/ljharb" | |
| 2455 | + } | |
| 2456 | + }, | |
| 2457 | + "node_modules/has-tostringtag": { | |
| 2458 | + "version": "1.0.2", | |
| 2459 | + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", | |
| 2460 | + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", | |
| 2461 | + "dev": true, | |
| 2462 | + "license": "MIT", | |
| 2463 | + "dependencies": { | |
| 2464 | + "has-symbols": "^1.0.3" | |
| 2465 | + }, | |
| 2466 | + "engines": { | |
| 2467 | + "node": ">= 0.4" | |
| 2468 | + }, | |
| 2469 | + "funding": { | |
| 2470 | + "url": "https://github.com/sponsors/ljharb" | |
| 2471 | + } | |
| 2472 | + }, | |
| 2473 | + "node_modules/hasown": { | |
| 2474 | + "version": "2.0.4", | |
| 2475 | + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz", | |
| 2476 | + "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==", | |
| 2477 | + "dev": true, | |
| 2478 | + "license": "MIT", | |
| 2479 | + "dependencies": { | |
| 2480 | + "function-bind": "^1.1.2" | |
| 2481 | + }, | |
| 2482 | + "engines": { | |
| 2483 | + "node": ">= 0.4" | |
| 2484 | + } | |
| 2485 | + }, | |
| 2486 | + "node_modules/html-encoding-sniffer": { | |
| 2487 | + "version": "4.0.0", | |
| 2488 | + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", | |
| 2489 | + "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", | |
| 2490 | + "dev": true, | |
| 2491 | + "license": "MIT", | |
| 2492 | + "dependencies": { | |
| 2493 | + "whatwg-encoding": "^3.1.1" | |
| 2494 | + }, | |
| 2495 | + "engines": { | |
| 2496 | + "node": ">=18" | |
| 2497 | + } | |
| 2498 | + }, | |
| 2499 | + "node_modules/http-proxy-agent": { | |
| 2500 | + "version": "7.0.2", | |
| 2501 | + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", | |
| 2502 | + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", | |
| 2503 | + "dev": true, | |
| 2504 | + "license": "MIT", | |
| 2505 | + "dependencies": { | |
| 2506 | + "agent-base": "^7.1.0", | |
| 2507 | + "debug": "^4.3.4" | |
| 2508 | + }, | |
| 2509 | + "engines": { | |
| 2510 | + "node": ">= 14" | |
| 2511 | + } | |
| 2512 | + }, | |
| 2513 | + "node_modules/https-proxy-agent": { | |
| 2514 | + "version": "7.0.6", | |
| 2515 | + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", | |
| 2516 | + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", | |
| 2517 | + "dev": true, | |
| 2518 | + "license": "MIT", | |
| 2519 | + "dependencies": { | |
| 2520 | + "agent-base": "^7.1.2", | |
| 2521 | + "debug": "4" | |
| 2522 | + }, | |
| 2523 | + "engines": { | |
| 2524 | + "node": ">= 14" | |
| 2525 | + } | |
| 2526 | + }, | |
| 2527 | + "node_modules/iconv-lite": { | |
| 2528 | + "version": "0.6.3", | |
| 2529 | + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", | |
| 2530 | + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", | |
| 2531 | + "dev": true, | |
| 2532 | + "license": "MIT", | |
| 2533 | + "dependencies": { | |
| 2534 | + "safer-buffer": ">= 2.1.2 < 3.0.0" | |
| 2535 | + }, | |
| 2536 | + "engines": { | |
| 2537 | + "node": ">=0.10.0" | |
| 2538 | + } | |
| 2539 | + }, | |
| 2540 | + "node_modules/indent-string": { | |
| 2541 | + "version": "4.0.0", | |
| 2542 | + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", | |
| 2543 | + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", | |
| 2544 | + "dev": true, | |
| 2545 | + "license": "MIT", | |
| 2546 | + "engines": { | |
| 2547 | + "node": ">=8" | |
| 2548 | + } | |
| 2549 | + }, | |
| 2550 | + "node_modules/is-binary-path": { | |
| 2551 | + "version": "2.1.0", | |
| 2552 | + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", | |
| 2553 | + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", | |
| 2554 | + "dev": true, | |
| 2555 | + "license": "MIT", | |
| 2556 | + "dependencies": { | |
| 2557 | + "binary-extensions": "^2.0.0" | |
| 2558 | + }, | |
| 2559 | + "engines": { | |
| 2560 | + "node": ">=8" | |
| 2561 | + } | |
| 2562 | + }, | |
| 2563 | + "node_modules/is-core-module": { | |
| 2564 | + "version": "2.16.2", | |
| 2565 | + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz", | |
| 2566 | + "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==", | |
| 2567 | + "dev": true, | |
| 2568 | + "license": "MIT", | |
| 2569 | + "dependencies": { | |
| 2570 | + "hasown": "^2.0.3" | |
| 2571 | + }, | |
| 2572 | + "engines": { | |
| 2573 | + "node": ">= 0.4" | |
| 2574 | + }, | |
| 2575 | + "funding": { | |
| 2576 | + "url": "https://github.com/sponsors/ljharb" | |
| 2577 | + } | |
| 2578 | + }, | |
| 2579 | + "node_modules/is-extglob": { | |
| 2580 | + "version": "2.1.1", | |
| 2581 | + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", | |
| 2582 | + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", | |
| 2583 | + "dev": true, | |
| 2584 | + "license": "MIT", | |
| 2585 | + "engines": { | |
| 2586 | + "node": ">=0.10.0" | |
| 2587 | + } | |
| 2588 | + }, | |
| 2589 | + "node_modules/is-glob": { | |
| 2590 | + "version": "4.0.3", | |
| 2591 | + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", | |
| 2592 | + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", | |
| 2593 | + "dev": true, | |
| 2594 | + "license": "MIT", | |
| 2595 | + "dependencies": { | |
| 2596 | + "is-extglob": "^2.1.1" | |
| 2597 | + }, | |
| 2598 | + "engines": { | |
| 2599 | + "node": ">=0.10.0" | |
| 2600 | + } | |
| 2601 | + }, | |
| 2602 | + "node_modules/is-number": { | |
| 2603 | + "version": "7.0.0", | |
| 2604 | + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", | |
| 2605 | + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", | |
| 2606 | + "dev": true, | |
| 2607 | + "license": "MIT", | |
| 2608 | + "engines": { | |
| 2609 | + "node": ">=0.12.0" | |
| 2610 | + } | |
| 2611 | + }, | |
| 2612 | + "node_modules/is-potential-custom-element-name": { | |
| 2613 | + "version": "1.0.1", | |
| 2614 | + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", | |
| 2615 | + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", | |
| 2616 | + "dev": true, | |
| 2617 | + "license": "MIT" | |
| 2618 | + }, | |
| 2619 | + "node_modules/jiti": { | |
| 2620 | + "version": "1.21.7", | |
| 2621 | + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", | |
| 2622 | + "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", | |
| 2623 | + "dev": true, | |
| 2624 | + "license": "MIT", | |
| 2625 | + "bin": { | |
| 2626 | + "jiti": "bin/jiti.js" | |
| 2627 | + } | |
| 2628 | + }, | |
| 2629 | + "node_modules/js-tokens": { | |
| 2630 | + "version": "4.0.0", | |
| 2631 | + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", | |
| 2632 | + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", | |
| 2633 | + "license": "MIT" | |
| 2634 | + }, | |
| 2635 | + "node_modules/jsdom": { | |
| 2636 | + "version": "25.0.1", | |
| 2637 | + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-25.0.1.tgz", | |
| 2638 | + "integrity": "sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==", | |
| 2639 | + "dev": true, | |
| 2640 | + "license": "MIT", | |
| 2641 | + "dependencies": { | |
| 2642 | + "cssstyle": "^4.1.0", | |
| 2643 | + "data-urls": "^5.0.0", | |
| 2644 | + "decimal.js": "^10.4.3", | |
| 2645 | + "form-data": "^4.0.0", | |
| 2646 | + "html-encoding-sniffer": "^4.0.0", | |
| 2647 | + "http-proxy-agent": "^7.0.2", | |
| 2648 | + "https-proxy-agent": "^7.0.5", | |
| 2649 | + "is-potential-custom-element-name": "^1.0.1", | |
| 2650 | + "nwsapi": "^2.2.12", | |
| 2651 | + "parse5": "^7.1.2", | |
| 2652 | + "rrweb-cssom": "^0.7.1", | |
| 2653 | + "saxes": "^6.0.0", | |
| 2654 | + "symbol-tree": "^3.2.4", | |
| 2655 | + "tough-cookie": "^5.0.0", | |
| 2656 | + "w3c-xmlserializer": "^5.0.0", | |
| 2657 | + "webidl-conversions": "^7.0.0", | |
| 2658 | + "whatwg-encoding": "^3.1.1", | |
| 2659 | + "whatwg-mimetype": "^4.0.0", | |
| 2660 | + "whatwg-url": "^14.0.0", | |
| 2661 | + "ws": "^8.18.0", | |
| 2662 | + "xml-name-validator": "^5.0.0" | |
| 2663 | + }, | |
| 2664 | + "engines": { | |
| 2665 | + "node": ">=18" | |
| 2666 | + }, | |
| 2667 | + "peerDependencies": { | |
| 2668 | + "canvas": "^2.11.2" | |
| 2669 | + }, | |
| 2670 | + "peerDependenciesMeta": { | |
| 2671 | + "canvas": { | |
| 2672 | + "optional": true | |
| 2673 | + } | |
| 2674 | + } | |
| 2675 | + }, | |
| 2676 | + "node_modules/jsesc": { | |
| 2677 | + "version": "3.1.0", | |
| 2678 | + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", | |
| 2679 | + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", | |
| 2680 | + "dev": true, | |
| 2681 | + "license": "MIT", | |
| 2682 | + "bin": { | |
| 2683 | + "jsesc": "bin/jsesc" | |
| 2684 | + }, | |
| 2685 | + "engines": { | |
| 2686 | + "node": ">=6" | |
| 2687 | + } | |
| 2688 | + }, | |
| 2689 | + "node_modules/json5": { | |
| 2690 | + "version": "2.2.3", | |
| 2691 | + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", | |
| 2692 | + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", | |
| 2693 | + "dev": true, | |
| 2694 | + "license": "MIT", | |
| 2695 | + "bin": { | |
| 2696 | + "json5": "lib/cli.js" | |
| 2697 | + }, | |
| 2698 | + "engines": { | |
| 2699 | + "node": ">=6" | |
| 2700 | + } | |
| 2701 | + }, | |
| 2702 | + "node_modules/lilconfig": { | |
| 2703 | + "version": "3.1.3", | |
| 2704 | + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", | |
| 2705 | + "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", | |
| 2706 | + "dev": true, | |
| 2707 | + "license": "MIT", | |
| 2708 | + "engines": { | |
| 2709 | + "node": ">=14" | |
| 2710 | + }, | |
| 2711 | + "funding": { | |
| 2712 | + "url": "https://github.com/sponsors/antonk52" | |
| 2713 | + } | |
| 2714 | + }, | |
| 2715 | + "node_modules/lines-and-columns": { | |
| 2716 | + "version": "1.2.4", | |
| 2717 | + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", | |
| 2718 | + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", | |
| 2719 | + "dev": true, | |
| 2720 | + "license": "MIT" | |
| 2721 | + }, | |
| 2722 | + "node_modules/loose-envify": { | |
| 2723 | + "version": "1.4.0", | |
| 2724 | + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", | |
| 2725 | + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", | |
| 2726 | + "license": "MIT", | |
| 2727 | + "dependencies": { | |
| 2728 | + "js-tokens": "^3.0.0 || ^4.0.0" | |
| 2729 | + }, | |
| 2730 | + "bin": { | |
| 2731 | + "loose-envify": "cli.js" | |
| 2732 | + } | |
| 2733 | + }, | |
| 2734 | + "node_modules/loupe": { | |
| 2735 | + "version": "3.2.1", | |
| 2736 | + "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", | |
| 2737 | + "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==", | |
| 2738 | + "dev": true, | |
| 2739 | + "license": "MIT" | |
| 2740 | + }, | |
| 2741 | + "node_modules/lru-cache": { | |
| 2742 | + "version": "5.1.1", | |
| 2743 | + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", | |
| 2744 | + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | |
| 2745 | + "dev": true, | |
| 2746 | + "license": "ISC", | |
| 2747 | + "dependencies": { | |
| 2748 | + "yallist": "^3.0.2" | |
| 2749 | + } | |
| 2750 | + }, | |
| 2751 | + "node_modules/lz-string": { | |
| 2752 | + "version": "1.5.0", | |
| 2753 | + "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", | |
| 2754 | + "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", | |
| 2755 | + "dev": true, | |
| 2756 | + "license": "MIT", | |
| 2757 | + "peer": true, | |
| 2758 | + "bin": { | |
| 2759 | + "lz-string": "bin/bin.js" | |
| 2760 | + } | |
| 2761 | + }, | |
| 2762 | + "node_modules/magic-string": { | |
| 2763 | + "version": "0.30.21", | |
| 2764 | + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", | |
| 2765 | + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", | |
| 2766 | + "dev": true, | |
| 2767 | + "license": "MIT", | |
| 2768 | + "dependencies": { | |
| 2769 | + "@jridgewell/sourcemap-codec": "^1.5.5" | |
| 2770 | + } | |
| 2771 | + }, | |
| 2772 | + "node_modules/math-intrinsics": { | |
| 2773 | + "version": "1.1.0", | |
| 2774 | + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", | |
| 2775 | + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", | |
| 2776 | + "dev": true, | |
| 2777 | + "license": "MIT", | |
| 2778 | + "engines": { | |
| 2779 | + "node": ">= 0.4" | |
| 2780 | + } | |
| 2781 | + }, | |
| 2782 | + "node_modules/merge2": { | |
| 2783 | + "version": "1.4.1", | |
| 2784 | + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", | |
| 2785 | + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", | |
| 2786 | + "dev": true, | |
| 2787 | + "license": "MIT", | |
| 2788 | + "engines": { | |
| 2789 | + "node": ">= 8" | |
| 2790 | + } | |
| 2791 | + }, | |
| 2792 | + "node_modules/micromatch": { | |
| 2793 | + "version": "4.0.8", | |
| 2794 | + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", | |
| 2795 | + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", | |
| 2796 | + "dev": true, | |
| 2797 | + "license": "MIT", | |
| 2798 | + "dependencies": { | |
| 2799 | + "braces": "^3.0.3", | |
| 2800 | + "picomatch": "^2.3.1" | |
| 2801 | + }, | |
| 2802 | + "engines": { | |
| 2803 | + "node": ">=8.6" | |
| 2804 | + } | |
| 2805 | + }, | |
| 2806 | + "node_modules/mime-db": { | |
| 2807 | + "version": "1.52.0", | |
| 2808 | + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", | |
| 2809 | + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", | |
| 2810 | + "dev": true, | |
| 2811 | + "license": "MIT", | |
| 2812 | + "engines": { | |
| 2813 | + "node": ">= 0.6" | |
| 2814 | + } | |
| 2815 | + }, | |
| 2816 | + "node_modules/mime-types": { | |
| 2817 | + "version": "2.1.35", | |
| 2818 | + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", | |
| 2819 | + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", | |
| 2820 | + "dev": true, | |
| 2821 | + "license": "MIT", | |
| 2822 | + "dependencies": { | |
| 2823 | + "mime-db": "1.52.0" | |
| 2824 | + }, | |
| 2825 | + "engines": { | |
| 2826 | + "node": ">= 0.6" | |
| 2827 | + } | |
| 2828 | + }, | |
| 2829 | + "node_modules/min-indent": { | |
| 2830 | + "version": "1.0.1", | |
| 2831 | + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", | |
| 2832 | + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", | |
| 2833 | + "dev": true, | |
| 2834 | + "license": "MIT", | |
| 2835 | + "engines": { | |
| 2836 | + "node": ">=4" | |
| 2837 | + } | |
| 2838 | + }, | |
| 2839 | + "node_modules/ms": { | |
| 2840 | + "version": "2.1.3", | |
| 2841 | + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", | |
| 2842 | + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", | |
| 2843 | + "dev": true, | |
| 2844 | + "license": "MIT" | |
| 2845 | + }, | |
| 2846 | + "node_modules/mz": { | |
| 2847 | + "version": "2.7.0", | |
| 2848 | + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", | |
| 2849 | + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", | |
| 2850 | + "dev": true, | |
| 2851 | + "license": "MIT", | |
| 2852 | + "dependencies": { | |
| 2853 | + "any-promise": "^1.0.0", | |
| 2854 | + "object-assign": "^4.0.1", | |
| 2855 | + "thenify-all": "^1.0.0" | |
| 2856 | + } | |
| 2857 | + }, | |
| 2858 | + "node_modules/nanoid": { | |
| 2859 | + "version": "3.3.16", | |
| 2860 | + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", | |
| 2861 | + "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", | |
| 2862 | + "dev": true, | |
| 2863 | + "funding": [ | |
| 2864 | + { | |
| 2865 | + "type": "github", | |
| 2866 | + "url": "https://github.com/sponsors/ai" | |
| 2867 | + } | |
| 2868 | + ], | |
| 2869 | + "license": "MIT", | |
| 2870 | + "bin": { | |
| 2871 | + "nanoid": "bin/nanoid.cjs" | |
| 2872 | + }, | |
| 2873 | + "engines": { | |
| 2874 | + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" | |
| 2875 | + } | |
| 2876 | + }, | |
| 2877 | + "node_modules/node-releases": { | |
| 2878 | + "version": "2.0.51", | |
| 2879 | + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz", | |
| 2880 | + "integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==", | |
| 2881 | + "dev": true, | |
| 2882 | + "license": "MIT", | |
| 2883 | + "engines": { | |
| 2884 | + "node": ">=18" | |
| 2885 | + } | |
| 2886 | + }, | |
| 2887 | + "node_modules/normalize-path": { | |
| 2888 | + "version": "3.0.0", | |
| 2889 | + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", | |
| 2890 | + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", | |
| 2891 | + "dev": true, | |
| 2892 | + "license": "MIT", | |
| 2893 | + "engines": { | |
| 2894 | + "node": ">=0.10.0" | |
| 2895 | + } | |
| 2896 | + }, | |
| 2897 | + "node_modules/nwsapi": { | |
| 2898 | + "version": "2.2.24", | |
| 2899 | + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.24.tgz", | |
| 2900 | + "integrity": "sha512-7YRhZ3jS45LwmSCT4b2sVFHt/WuovaktDU07QrtOBY2PXskss5a9jfmR9jptyumwXST+rFjrmppMY1KT/yn35A==", | |
| 2901 | + "dev": true, | |
| 2902 | + "license": "MIT" | |
| 2903 | + }, | |
| 2904 | + "node_modules/object-assign": { | |
| 2905 | + "version": "4.1.1", | |
| 2906 | + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", | |
| 2907 | + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", | |
| 2908 | + "dev": true, | |
| 2909 | + "license": "MIT", | |
| 2910 | + "engines": { | |
| 2911 | + "node": ">=0.10.0" | |
| 2912 | + } | |
| 2913 | + }, | |
| 2914 | + "node_modules/object-hash": { | |
| 2915 | + "version": "3.0.0", | |
| 2916 | + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", | |
| 2917 | + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", | |
| 2918 | + "dev": true, | |
| 2919 | + "license": "MIT", | |
| 2920 | + "engines": { | |
| 2921 | + "node": ">= 6" | |
| 2922 | + } | |
| 2923 | + }, | |
| 2924 | + "node_modules/parse5": { | |
| 2925 | + "version": "7.3.0", | |
| 2926 | + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", | |
| 2927 | + "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", | |
| 2928 | + "dev": true, | |
| 2929 | + "license": "MIT", | |
| 2930 | + "dependencies": { | |
| 2931 | + "entities": "^6.0.0" | |
| 2932 | + }, | |
| 2933 | + "funding": { | |
| 2934 | + "url": "https://github.com/inikulin/parse5?sponsor=1" | |
| 2935 | + } | |
| 2936 | + }, | |
| 2937 | + "node_modules/path-parse": { | |
| 2938 | + "version": "1.0.7", | |
| 2939 | + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", | |
| 2940 | + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", | |
| 2941 | + "dev": true, | |
| 2942 | + "license": "MIT" | |
| 2943 | + }, | |
| 2944 | + "node_modules/pathe": { | |
| 2945 | + "version": "1.1.2", | |
| 2946 | + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", | |
| 2947 | + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", | |
| 2948 | + "dev": true, | |
| 2949 | + "license": "MIT" | |
| 2950 | + }, | |
| 2951 | + "node_modules/pathval": { | |
| 2952 | + "version": "2.0.1", | |
| 2953 | + "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz", | |
| 2954 | + "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==", | |
| 2955 | + "dev": true, | |
| 2956 | + "license": "MIT", | |
| 2957 | + "engines": { | |
| 2958 | + "node": ">= 14.16" | |
| 2959 | + } | |
| 2960 | + }, | |
| 2961 | + "node_modules/picocolors": { | |
| 2962 | + "version": "1.1.1", | |
| 2963 | + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", | |
| 2964 | + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", | |
| 2965 | + "dev": true, | |
| 2966 | + "license": "ISC" | |
| 2967 | + }, | |
| 2968 | + "node_modules/picomatch": { | |
| 2969 | + "version": "2.3.2", | |
| 2970 | + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", | |
| 2971 | + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", | |
| 2972 | + "dev": true, | |
| 2973 | + "license": "MIT", | |
| 2974 | + "engines": { | |
| 2975 | + "node": ">=8.6" | |
| 2976 | + }, | |
| 2977 | + "funding": { | |
| 2978 | + "url": "https://github.com/sponsors/jonschlinkert" | |
| 2979 | + } | |
| 2980 | + }, | |
| 2981 | + "node_modules/pify": { | |
| 2982 | + "version": "2.3.0", | |
| 2983 | + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", | |
| 2984 | + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", | |
| 2985 | + "dev": true, | |
| 2986 | + "license": "MIT", | |
| 2987 | + "engines": { | |
| 2988 | + "node": ">=0.10.0" | |
| 2989 | + } | |
| 2990 | + }, | |
| 2991 | + "node_modules/pirates": { | |
| 2992 | + "version": "4.0.7", | |
| 2993 | + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", | |
| 2994 | + "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", | |
| 2995 | + "dev": true, | |
| 2996 | + "license": "MIT", | |
| 2997 | + "engines": { | |
| 2998 | + "node": ">= 6" | |
| 2999 | + } | |
| 3000 | + }, | |
| 3001 | + "node_modules/postcss": { | |
| 3002 | + "version": "8.5.21", | |
| 3003 | + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.21.tgz", | |
| 3004 | + "integrity": "sha512-v4sDNP3fdNiWMfabO7OwOQdOX8TiQSztKyT1Wj0w+j7LDallJThJRBBBmzVGyYj0crMh7jlV4zepPkiNu9UwDQ==", | |
| 3005 | + "dev": true, | |
| 3006 | + "funding": [ | |
| 3007 | + { | |
| 3008 | + "type": "opencollective", | |
| 3009 | + "url": "https://opencollective.com/postcss/" | |
| 3010 | + }, | |
| 3011 | + { | |
| 3012 | + "type": "tidelift", | |
| 3013 | + "url": "https://tidelift.com/funding/github/npm/postcss" | |
| 3014 | + }, | |
| 3015 | + { | |
| 3016 | + "type": "github", | |
| 3017 | + "url": "https://github.com/sponsors/ai" | |
| 3018 | + } | |
| 3019 | + ], | |
| 3020 | + "license": "MIT", | |
| 3021 | + "dependencies": { | |
| 3022 | + "nanoid": "^3.3.16", | |
| 3023 | + "picocolors": "^1.1.1", | |
| 3024 | + "source-map-js": "^1.2.1" | |
| 3025 | + }, | |
| 3026 | + "engines": { | |
| 3027 | + "node": "^10 || ^12 || >=14" | |
| 3028 | + } | |
| 3029 | + }, | |
| 3030 | + "node_modules/postcss-import": { | |
| 3031 | + "version": "15.1.0", | |
| 3032 | + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", | |
| 3033 | + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", | |
| 3034 | + "dev": true, | |
| 3035 | + "license": "MIT", | |
| 3036 | + "dependencies": { | |
| 3037 | + "postcss-value-parser": "^4.0.0", | |
| 3038 | + "read-cache": "^1.0.0", | |
| 3039 | + "resolve": "^1.1.7" | |
| 3040 | + }, | |
| 3041 | + "engines": { | |
| 3042 | + "node": ">=14.0.0" | |
| 3043 | + }, | |
| 3044 | + "peerDependencies": { | |
| 3045 | + "postcss": "^8.0.0" | |
| 3046 | + } | |
| 3047 | + }, | |
| 3048 | + "node_modules/postcss-js": { | |
| 3049 | + "version": "4.1.0", | |
| 3050 | + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz", | |
| 3051 | + "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==", | |
| 3052 | + "dev": true, | |
| 3053 | + "funding": [ | |
| 3054 | + { | |
| 3055 | + "type": "opencollective", | |
| 3056 | + "url": "https://opencollective.com/postcss/" | |
| 3057 | + }, | |
| 3058 | + { | |
| 3059 | + "type": "github", | |
| 3060 | + "url": "https://github.com/sponsors/ai" | |
| 3061 | + } | |
| 3062 | + ], | |
| 3063 | + "license": "MIT", | |
| 3064 | + "dependencies": { | |
| 3065 | + "camelcase-css": "^2.0.1" | |
| 3066 | + }, | |
| 3067 | + "engines": { | |
| 3068 | + "node": "^12 || ^14 || >= 16" | |
| 3069 | + }, | |
| 3070 | + "peerDependencies": { | |
| 3071 | + "postcss": "^8.4.21" | |
| 3072 | + } | |
| 3073 | + }, | |
| 3074 | + "node_modules/postcss-load-config": { | |
| 3075 | + "version": "6.0.1", | |
| 3076 | + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz", | |
| 3077 | + "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==", | |
| 3078 | + "dev": true, | |
| 3079 | + "funding": [ | |
| 3080 | + { | |
| 3081 | + "type": "opencollective", | |
| 3082 | + "url": "https://opencollective.com/postcss/" | |
| 3083 | + }, | |
| 3084 | + { | |
| 3085 | + "type": "github", | |
| 3086 | + "url": "https://github.com/sponsors/ai" | |
| 3087 | + } | |
| 3088 | + ], | |
| 3089 | + "license": "MIT", | |
| 3090 | + "dependencies": { | |
| 3091 | + "lilconfig": "^3.1.1" | |
| 3092 | + }, | |
| 3093 | + "engines": { | |
| 3094 | + "node": ">= 18" | |
| 3095 | + }, | |
| 3096 | + "peerDependencies": { | |
| 3097 | + "jiti": ">=1.21.0", | |
| 3098 | + "postcss": ">=8.0.9", | |
| 3099 | + "tsx": "^4.8.1", | |
| 3100 | + "yaml": "^2.4.2" | |
| 3101 | + }, | |
| 3102 | + "peerDependenciesMeta": { | |
| 3103 | + "jiti": { | |
| 3104 | + "optional": true | |
| 3105 | + }, | |
| 3106 | + "postcss": { | |
| 3107 | + "optional": true | |
| 3108 | + }, | |
| 3109 | + "tsx": { | |
| 3110 | + "optional": true | |
| 3111 | + }, | |
| 3112 | + "yaml": { | |
| 3113 | + "optional": true | |
| 3114 | + } | |
| 3115 | + } | |
| 3116 | + }, | |
| 3117 | + "node_modules/postcss-nested": { | |
| 3118 | + "version": "6.2.0", | |
| 3119 | + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", | |
| 3120 | + "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", | |
| 3121 | + "dev": true, | |
| 3122 | + "funding": [ | |
| 3123 | + { | |
| 3124 | + "type": "opencollective", | |
| 3125 | + "url": "https://opencollective.com/postcss/" | |
| 3126 | + }, | |
| 3127 | + { | |
| 3128 | + "type": "github", | |
| 3129 | + "url": "https://github.com/sponsors/ai" | |
| 3130 | + } | |
| 3131 | + ], | |
| 3132 | + "license": "MIT", | |
| 3133 | + "dependencies": { | |
| 3134 | + "postcss-selector-parser": "^6.1.1" | |
| 3135 | + }, | |
| 3136 | + "engines": { | |
| 3137 | + "node": ">=12.0" | |
| 3138 | + }, | |
| 3139 | + "peerDependencies": { | |
| 3140 | + "postcss": "^8.2.14" | |
| 3141 | + } | |
| 3142 | + }, | |
| 3143 | + "node_modules/postcss-selector-parser": { | |
| 3144 | + "version": "6.1.4", | |
| 3145 | + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.4.tgz", | |
| 3146 | + "integrity": "sha512-bIoJLOmjCO1S9XdY/DcnR5hJxvrDir1PbGChrzXG3vw0/FOliy/fA3dmdhQ441kah4gKv+TwckGzex6wNS5cnQ==", | |
| 3147 | + "dev": true, | |
| 3148 | + "license": "MIT", | |
| 3149 | + "dependencies": { | |
| 3150 | + "cssesc": "^3.0.0", | |
| 3151 | + "util-deprecate": "^1.0.2" | |
| 3152 | + }, | |
| 3153 | + "engines": { | |
| 3154 | + "node": ">=4" | |
| 3155 | + } | |
| 3156 | + }, | |
| 3157 | + "node_modules/postcss-value-parser": { | |
| 3158 | + "version": "4.2.0", | |
| 3159 | + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", | |
| 3160 | + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", | |
| 3161 | + "dev": true, | |
| 3162 | + "license": "MIT" | |
| 3163 | + }, | |
| 3164 | + "node_modules/pretty-format": { | |
| 3165 | + "version": "27.5.1", | |
| 3166 | + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", | |
| 3167 | + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", | |
| 3168 | + "dev": true, | |
| 3169 | + "license": "MIT", | |
| 3170 | + "peer": true, | |
| 3171 | + "dependencies": { | |
| 3172 | + "ansi-regex": "^5.0.1", | |
| 3173 | + "ansi-styles": "^5.0.0", | |
| 3174 | + "react-is": "^17.0.1" | |
| 3175 | + }, | |
| 3176 | + "engines": { | |
| 3177 | + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" | |
| 3178 | + } | |
| 3179 | + }, | |
| 3180 | + "node_modules/punycode": { | |
| 3181 | + "version": "2.3.1", | |
| 3182 | + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", | |
| 3183 | + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", | |
| 3184 | + "dev": true, | |
| 3185 | + "license": "MIT", | |
| 3186 | + "engines": { | |
| 3187 | + "node": ">=6" | |
| 3188 | + } | |
| 3189 | + }, | |
| 3190 | + "node_modules/queue-microtask": { | |
| 3191 | + "version": "1.2.3", | |
| 3192 | + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", | |
| 3193 | + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", | |
| 3194 | + "dev": true, | |
| 3195 | + "funding": [ | |
| 3196 | + { | |
| 3197 | + "type": "github", | |
| 3198 | + "url": "https://github.com/sponsors/feross" | |
| 3199 | + }, | |
| 3200 | + { | |
| 3201 | + "type": "patreon", | |
| 3202 | + "url": "https://www.patreon.com/feross" | |
| 3203 | + }, | |
| 3204 | + { | |
| 3205 | + "type": "consulting", | |
| 3206 | + "url": "https://feross.org/support" | |
| 3207 | + } | |
| 3208 | + ], | |
| 3209 | + "license": "MIT" | |
| 3210 | + }, | |
| 3211 | + "node_modules/react": { | |
| 3212 | + "version": "18.3.1", | |
| 3213 | + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", | |
| 3214 | + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", | |
| 3215 | + "license": "MIT", | |
| 3216 | + "dependencies": { | |
| 3217 | + "loose-envify": "^1.1.0" | |
| 3218 | + }, | |
| 3219 | + "engines": { | |
| 3220 | + "node": ">=0.10.0" | |
| 3221 | + } | |
| 3222 | + }, | |
| 3223 | + "node_modules/react-dom": { | |
| 3224 | + "version": "18.3.1", | |
| 3225 | + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", | |
| 3226 | + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", | |
| 3227 | + "license": "MIT", | |
| 3228 | + "dependencies": { | |
| 3229 | + "loose-envify": "^1.1.0", | |
| 3230 | + "scheduler": "^0.23.2" | |
| 3231 | + }, | |
| 3232 | + "peerDependencies": { | |
| 3233 | + "react": "^18.3.1" | |
| 3234 | + } | |
| 3235 | + }, | |
| 3236 | + "node_modules/react-is": { | |
| 3237 | + "version": "17.0.2", | |
| 3238 | + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", | |
| 3239 | + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", | |
| 3240 | + "dev": true, | |
| 3241 | + "license": "MIT", | |
| 3242 | + "peer": true | |
| 3243 | + }, | |
| 3244 | + "node_modules/react-refresh": { | |
| 3245 | + "version": "0.17.0", | |
| 3246 | + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", | |
| 3247 | + "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", | |
| 3248 | + "dev": true, | |
| 3249 | + "license": "MIT", | |
| 3250 | + "engines": { | |
| 3251 | + "node": ">=0.10.0" | |
| 3252 | + } | |
| 3253 | + }, | |
| 3254 | + "node_modules/read-cache": { | |
| 3255 | + "version": "1.0.0", | |
| 3256 | + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", | |
| 3257 | + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", | |
| 3258 | + "dev": true, | |
| 3259 | + "license": "MIT", | |
| 3260 | + "dependencies": { | |
| 3261 | + "pify": "^2.3.0" | |
| 3262 | + } | |
| 3263 | + }, | |
| 3264 | + "node_modules/readdirp": { | |
| 3265 | + "version": "3.6.0", | |
| 3266 | + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", | |
| 3267 | + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", | |
| 3268 | + "dev": true, | |
| 3269 | + "license": "MIT", | |
| 3270 | + "dependencies": { | |
| 3271 | + "picomatch": "^2.2.1" | |
| 3272 | + }, | |
| 3273 | + "engines": { | |
| 3274 | + "node": ">=8.10.0" | |
| 3275 | + } | |
| 3276 | + }, | |
| 3277 | + "node_modules/redent": { | |
| 3278 | + "version": "3.0.0", | |
| 3279 | + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", | |
| 3280 | + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", | |
| 3281 | + "dev": true, | |
| 3282 | + "license": "MIT", | |
| 3283 | + "dependencies": { | |
| 3284 | + "indent-string": "^4.0.0", | |
| 3285 | + "strip-indent": "^3.0.0" | |
| 3286 | + }, | |
| 3287 | + "engines": { | |
| 3288 | + "node": ">=8" | |
| 3289 | + } | |
| 3290 | + }, | |
| 3291 | + "node_modules/resolve": { | |
| 3292 | + "version": "1.22.12", | |
| 3293 | + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz", | |
| 3294 | + "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==", | |
| 3295 | + "dev": true, | |
| 3296 | + "license": "MIT", | |
| 3297 | + "dependencies": { | |
| 3298 | + "es-errors": "^1.3.0", | |
| 3299 | + "is-core-module": "^2.16.1", | |
| 3300 | + "path-parse": "^1.0.7", | |
| 3301 | + "supports-preserve-symlinks-flag": "^1.0.0" | |
| 3302 | + }, | |
| 3303 | + "bin": { | |
| 3304 | + "resolve": "bin/resolve" | |
| 3305 | + }, | |
| 3306 | + "engines": { | |
| 3307 | + "node": ">= 0.4" | |
| 3308 | + }, | |
| 3309 | + "funding": { | |
| 3310 | + "url": "https://github.com/sponsors/ljharb" | |
| 3311 | + } | |
| 3312 | + }, | |
| 3313 | + "node_modules/reusify": { | |
| 3314 | + "version": "1.1.0", | |
| 3315 | + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", | |
| 3316 | + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", | |
| 3317 | + "dev": true, | |
| 3318 | + "license": "MIT", | |
| 3319 | + "engines": { | |
| 3320 | + "iojs": ">=1.0.0", | |
| 3321 | + "node": ">=0.10.0" | |
| 3322 | + } | |
| 3323 | + }, | |
| 3324 | + "node_modules/rollup": { | |
| 3325 | + "version": "4.62.2", | |
| 3326 | + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz", | |
| 3327 | + "integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==", | |
| 3328 | + "dev": true, | |
| 3329 | + "license": "MIT", | |
| 3330 | + "dependencies": { | |
| 3331 | + "@types/estree": "1.0.9" | |
| 3332 | + }, | |
| 3333 | + "bin": { | |
| 3334 | + "rollup": "dist/bin/rollup" | |
| 3335 | + }, | |
| 3336 | + "engines": { | |
| 3337 | + "node": ">=18.0.0", | |
| 3338 | + "npm": ">=8.0.0" | |
| 3339 | + }, | |
| 3340 | + "optionalDependencies": { | |
| 3341 | + "@rollup/rollup-android-arm-eabi": "4.62.2", | |
| 3342 | + "@rollup/rollup-android-arm64": "4.62.2", | |
| 3343 | + "@rollup/rollup-darwin-arm64": "4.62.2", | |
| 3344 | + "@rollup/rollup-darwin-x64": "4.62.2", | |
| 3345 | + "@rollup/rollup-freebsd-arm64": "4.62.2", | |
| 3346 | + "@rollup/rollup-freebsd-x64": "4.62.2", | |
| 3347 | + "@rollup/rollup-linux-arm-gnueabihf": "4.62.2", | |
| 3348 | + "@rollup/rollup-linux-arm-musleabihf": "4.62.2", | |
| 3349 | + "@rollup/rollup-linux-arm64-gnu": "4.62.2", | |
| 3350 | + "@rollup/rollup-linux-arm64-musl": "4.62.2", | |
| 3351 | + "@rollup/rollup-linux-loong64-gnu": "4.62.2", | |
| 3352 | + "@rollup/rollup-linux-loong64-musl": "4.62.2", | |
| 3353 | + "@rollup/rollup-linux-ppc64-gnu": "4.62.2", | |
| 3354 | + "@rollup/rollup-linux-ppc64-musl": "4.62.2", | |
| 3355 | + "@rollup/rollup-linux-riscv64-gnu": "4.62.2", | |
| 3356 | + "@rollup/rollup-linux-riscv64-musl": "4.62.2", | |
| 3357 | + "@rollup/rollup-linux-s390x-gnu": "4.62.2", | |
| 3358 | + "@rollup/rollup-linux-x64-gnu": "4.62.2", | |
| 3359 | + "@rollup/rollup-linux-x64-musl": "4.62.2", | |
| 3360 | + "@rollup/rollup-openbsd-x64": "4.62.2", | |
| 3361 | + "@rollup/rollup-openharmony-arm64": "4.62.2", | |
| 3362 | + "@rollup/rollup-win32-arm64-msvc": "4.62.2", | |
| 3363 | + "@rollup/rollup-win32-ia32-msvc": "4.62.2", | |
| 3364 | + "@rollup/rollup-win32-x64-gnu": "4.62.2", | |
| 3365 | + "@rollup/rollup-win32-x64-msvc": "4.62.2", | |
| 3366 | + "fsevents": "~2.3.2" | |
| 3367 | + } | |
| 3368 | + }, | |
| 3369 | + "node_modules/rrweb-cssom": { | |
| 3370 | + "version": "0.7.1", | |
| 3371 | + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", | |
| 3372 | + "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", | |
| 3373 | + "dev": true, | |
| 3374 | + "license": "MIT" | |
| 3375 | + }, | |
| 3376 | + "node_modules/run-parallel": { | |
| 3377 | + "version": "1.2.0", | |
| 3378 | + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", | |
| 3379 | + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", | |
| 3380 | + "dev": true, | |
| 3381 | + "funding": [ | |
| 3382 | + { | |
| 3383 | + "type": "github", | |
| 3384 | + "url": "https://github.com/sponsors/feross" | |
| 3385 | + }, | |
| 3386 | + { | |
| 3387 | + "type": "patreon", | |
| 3388 | + "url": "https://www.patreon.com/feross" | |
| 3389 | + }, | |
| 3390 | + { | |
| 3391 | + "type": "consulting", | |
| 3392 | + "url": "https://feross.org/support" | |
| 3393 | + } | |
| 3394 | + ], | |
| 3395 | + "license": "MIT", | |
| 3396 | + "dependencies": { | |
| 3397 | + "queue-microtask": "^1.2.2" | |
| 3398 | + } | |
| 3399 | + }, | |
| 3400 | + "node_modules/safer-buffer": { | |
| 3401 | + "version": "2.1.2", | |
| 3402 | + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", | |
| 3403 | + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", | |
| 3404 | + "dev": true, | |
| 3405 | + "license": "MIT" | |
| 3406 | + }, | |
| 3407 | + "node_modules/saxes": { | |
| 3408 | + "version": "6.0.0", | |
| 3409 | + "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", | |
| 3410 | + "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", | |
| 3411 | + "dev": true, | |
| 3412 | + "license": "ISC", | |
| 3413 | + "dependencies": { | |
| 3414 | + "xmlchars": "^2.2.0" | |
| 3415 | + }, | |
| 3416 | + "engines": { | |
| 3417 | + "node": ">=v12.22.7" | |
| 3418 | + } | |
| 3419 | + }, | |
| 3420 | + "node_modules/scheduler": { | |
| 3421 | + "version": "0.23.2", | |
| 3422 | + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", | |
| 3423 | + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", | |
| 3424 | + "license": "MIT", | |
| 3425 | + "dependencies": { | |
| 3426 | + "loose-envify": "^1.1.0" | |
| 3427 | + } | |
| 3428 | + }, | |
| 3429 | + "node_modules/semver": { | |
| 3430 | + "version": "6.3.1", | |
| 3431 | + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", | |
| 3432 | + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
| 3433 | + "dev": true, | |
| 3434 | + "license": "ISC", | |
| 3435 | + "bin": { | |
| 3436 | + "semver": "bin/semver.js" | |
| 3437 | + } | |
| 3438 | + }, | |
| 3439 | + "node_modules/siginfo": { | |
| 3440 | + "version": "2.0.0", | |
| 3441 | + "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", | |
| 3442 | + "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", | |
| 3443 | + "dev": true, | |
| 3444 | + "license": "ISC" | |
| 3445 | + }, | |
| 3446 | + "node_modules/source-map-js": { | |
| 3447 | + "version": "1.2.1", | |
| 3448 | + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", | |
| 3449 | + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", | |
| 3450 | + "dev": true, | |
| 3451 | + "license": "BSD-3-Clause", | |
| 3452 | + "engines": { | |
| 3453 | + "node": ">=0.10.0" | |
| 3454 | + } | |
| 3455 | + }, | |
| 3456 | + "node_modules/stackback": { | |
| 3457 | + "version": "0.0.2", | |
| 3458 | + "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", | |
| 3459 | + "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", | |
| 3460 | + "dev": true, | |
| 3461 | + "license": "MIT" | |
| 3462 | + }, | |
| 3463 | + "node_modules/std-env": { | |
| 3464 | + "version": "3.10.0", | |
| 3465 | + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz", | |
| 3466 | + "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==", | |
| 3467 | + "dev": true, | |
| 3468 | + "license": "MIT" | |
| 3469 | + }, | |
| 3470 | + "node_modules/strip-indent": { | |
| 3471 | + "version": "3.0.0", | |
| 3472 | + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", | |
| 3473 | + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", | |
| 3474 | + "dev": true, | |
| 3475 | + "license": "MIT", | |
| 3476 | + "dependencies": { | |
| 3477 | + "min-indent": "^1.0.0" | |
| 3478 | + }, | |
| 3479 | + "engines": { | |
| 3480 | + "node": ">=8" | |
| 3481 | + } | |
| 3482 | + }, | |
| 3483 | + "node_modules/sucrase": { | |
| 3484 | + "version": "3.35.1", | |
| 3485 | + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz", | |
| 3486 | + "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==", | |
| 3487 | + "dev": true, | |
| 3488 | + "license": "MIT", | |
| 3489 | + "dependencies": { | |
| 3490 | + "@jridgewell/gen-mapping": "^0.3.2", | |
| 3491 | + "commander": "^4.0.0", | |
| 3492 | + "lines-and-columns": "^1.1.6", | |
| 3493 | + "mz": "^2.7.0", | |
| 3494 | + "pirates": "^4.0.1", | |
| 3495 | + "tinyglobby": "^0.2.11", | |
| 3496 | + "ts-interface-checker": "^0.1.9" | |
| 3497 | + }, | |
| 3498 | + "bin": { | |
| 3499 | + "sucrase": "bin/sucrase", | |
| 3500 | + "sucrase-node": "bin/sucrase-node" | |
| 3501 | + }, | |
| 3502 | + "engines": { | |
| 3503 | + "node": ">=16 || 14 >=14.17" | |
| 3504 | + } | |
| 3505 | + }, | |
| 3506 | + "node_modules/supports-preserve-symlinks-flag": { | |
| 3507 | + "version": "1.0.0", | |
| 3508 | + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", | |
| 3509 | + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", | |
| 3510 | + "dev": true, | |
| 3511 | + "license": "MIT", | |
| 3512 | + "engines": { | |
| 3513 | + "node": ">= 0.4" | |
| 3514 | + }, | |
| 3515 | + "funding": { | |
| 3516 | + "url": "https://github.com/sponsors/ljharb" | |
| 3517 | + } | |
| 3518 | + }, | |
| 3519 | + "node_modules/symbol-tree": { | |
| 3520 | + "version": "3.2.4", | |
| 3521 | + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", | |
| 3522 | + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", | |
| 3523 | + "dev": true, | |
| 3524 | + "license": "MIT" | |
| 3525 | + }, | |
| 3526 | + "node_modules/tailwindcss": { | |
| 3527 | + "version": "3.4.19", | |
| 3528 | + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz", | |
| 3529 | + "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==", | |
| 3530 | + "dev": true, | |
| 3531 | + "license": "MIT", | |
| 3532 | + "dependencies": { | |
| 3533 | + "@alloc/quick-lru": "^5.2.0", | |
| 3534 | + "arg": "^5.0.2", | |
| 3535 | + "chokidar": "^3.6.0", | |
| 3536 | + "didyoumean": "^1.2.2", | |
| 3537 | + "dlv": "^1.1.3", | |
| 3538 | + "fast-glob": "^3.3.2", | |
| 3539 | + "glob-parent": "^6.0.2", | |
| 3540 | + "is-glob": "^4.0.3", | |
| 3541 | + "jiti": "^1.21.7", | |
| 3542 | + "lilconfig": "^3.1.3", | |
| 3543 | + "micromatch": "^4.0.8", | |
| 3544 | + "normalize-path": "^3.0.0", | |
| 3545 | + "object-hash": "^3.0.0", | |
| 3546 | + "picocolors": "^1.1.1", | |
| 3547 | + "postcss": "^8.4.47", | |
| 3548 | + "postcss-import": "^15.1.0", | |
| 3549 | + "postcss-js": "^4.0.1", | |
| 3550 | + "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0", | |
| 3551 | + "postcss-nested": "^6.2.0", | |
| 3552 | + "postcss-selector-parser": "^6.1.2", | |
| 3553 | + "resolve": "^1.22.8", | |
| 3554 | + "sucrase": "^3.35.0" | |
| 3555 | + }, | |
| 3556 | + "bin": { | |
| 3557 | + "tailwind": "lib/cli.js", | |
| 3558 | + "tailwindcss": "lib/cli.js" | |
| 3559 | + }, | |
| 3560 | + "engines": { | |
| 3561 | + "node": ">=14.0.0" | |
| 3562 | + } | |
| 3563 | + }, | |
| 3564 | + "node_modules/thenify": { | |
| 3565 | + "version": "3.3.1", | |
| 3566 | + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", | |
| 3567 | + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", | |
| 3568 | + "dev": true, | |
| 3569 | + "license": "MIT", | |
| 3570 | + "dependencies": { | |
| 3571 | + "any-promise": "^1.0.0" | |
| 3572 | + } | |
| 3573 | + }, | |
| 3574 | + "node_modules/thenify-all": { | |
| 3575 | + "version": "1.6.0", | |
| 3576 | + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", | |
| 3577 | + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", | |
| 3578 | + "dev": true, | |
| 3579 | + "license": "MIT", | |
| 3580 | + "dependencies": { | |
| 3581 | + "thenify": ">= 3.1.0 < 4" | |
| 3582 | + }, | |
| 3583 | + "engines": { | |
| 3584 | + "node": ">=0.8" | |
| 3585 | + } | |
| 3586 | + }, | |
| 3587 | + "node_modules/tinybench": { | |
| 3588 | + "version": "2.9.0", | |
| 3589 | + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", | |
| 3590 | + "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", | |
| 3591 | + "dev": true, | |
| 3592 | + "license": "MIT" | |
| 3593 | + }, | |
| 3594 | + "node_modules/tinyexec": { | |
| 3595 | + "version": "0.3.2", | |
| 3596 | + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", | |
| 3597 | + "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", | |
| 3598 | + "dev": true, | |
| 3599 | + "license": "MIT" | |
| 3600 | + }, | |
| 3601 | + "node_modules/tinyglobby": { | |
| 3602 | + "version": "0.2.17", | |
| 3603 | + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", | |
| 3604 | + "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", | |
| 3605 | + "dev": true, | |
| 3606 | + "license": "MIT", | |
| 3607 | + "dependencies": { | |
| 3608 | + "fdir": "^6.5.0", | |
| 3609 | + "picomatch": "^4.0.4" | |
| 3610 | + }, | |
| 3611 | + "engines": { | |
| 3612 | + "node": ">=12.0.0" | |
| 3613 | + }, | |
| 3614 | + "funding": { | |
| 3615 | + "url": "https://github.com/sponsors/SuperchupuDev" | |
| 3616 | + } | |
| 3617 | + }, | |
| 3618 | + "node_modules/tinyglobby/node_modules/fdir": { | |
| 3619 | + "version": "6.5.0", | |
| 3620 | + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", | |
| 3621 | + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| 3622 | + "dev": true, | |
| 3623 | + "license": "MIT", | |
| 3624 | + "engines": { | |
| 3625 | + "node": ">=12.0.0" | |
| 3626 | + }, | |
| 3627 | + "peerDependencies": { | |
| 3628 | + "picomatch": "^3 || ^4" | |
| 3629 | + }, | |
| 3630 | + "peerDependenciesMeta": { | |
| 3631 | + "picomatch": { | |
| 3632 | + "optional": true | |
| 3633 | + } | |
| 3634 | + } | |
| 3635 | + }, | |
| 3636 | + "node_modules/tinyglobby/node_modules/picomatch": { | |
| 3637 | + "version": "4.0.5", | |
| 3638 | + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", | |
| 3639 | + "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", | |
| 3640 | + "dev": true, | |
| 3641 | + "license": "MIT", | |
| 3642 | + "engines": { | |
| 3643 | + "node": ">=12" | |
| 3644 | + }, | |
| 3645 | + "funding": { | |
| 3646 | + "url": "https://github.com/sponsors/jonschlinkert" | |
| 3647 | + } | |
| 3648 | + }, | |
| 3649 | + "node_modules/tinypool": { | |
| 3650 | + "version": "1.1.1", | |
| 3651 | + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz", | |
| 3652 | + "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==", | |
| 3653 | + "dev": true, | |
| 3654 | + "license": "MIT", | |
| 3655 | + "engines": { | |
| 3656 | + "node": "^18.0.0 || >=20.0.0" | |
| 3657 | + } | |
| 3658 | + }, | |
| 3659 | + "node_modules/tinyrainbow": { | |
| 3660 | + "version": "1.2.0", | |
| 3661 | + "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz", | |
| 3662 | + "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==", | |
| 3663 | + "dev": true, | |
| 3664 | + "license": "MIT", | |
| 3665 | + "engines": { | |
| 3666 | + "node": ">=14.0.0" | |
| 3667 | + } | |
| 3668 | + }, | |
| 3669 | + "node_modules/tinyspy": { | |
| 3670 | + "version": "3.0.2", | |
| 3671 | + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz", | |
| 3672 | + "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==", | |
| 3673 | + "dev": true, | |
| 3674 | + "license": "MIT", | |
| 3675 | + "engines": { | |
| 3676 | + "node": ">=14.0.0" | |
| 3677 | + } | |
| 3678 | + }, | |
| 3679 | + "node_modules/tldts": { | |
| 3680 | + "version": "6.1.86", | |
| 3681 | + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz", | |
| 3682 | + "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==", | |
| 3683 | + "dev": true, | |
| 3684 | + "license": "MIT", | |
| 3685 | + "dependencies": { | |
| 3686 | + "tldts-core": "^6.1.86" | |
| 3687 | + }, | |
| 3688 | + "bin": { | |
| 3689 | + "tldts": "bin/cli.js" | |
| 3690 | + } | |
| 3691 | + }, | |
| 3692 | + "node_modules/tldts-core": { | |
| 3693 | + "version": "6.1.86", | |
| 3694 | + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz", | |
| 3695 | + "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==", | |
| 3696 | + "dev": true, | |
| 3697 | + "license": "MIT" | |
| 3698 | + }, | |
| 3699 | + "node_modules/to-regex-range": { | |
| 3700 | + "version": "5.0.1", | |
| 3701 | + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", | |
| 3702 | + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", | |
| 3703 | + "dev": true, | |
| 3704 | + "license": "MIT", | |
| 3705 | + "dependencies": { | |
| 3706 | + "is-number": "^7.0.0" | |
| 3707 | + }, | |
| 3708 | + "engines": { | |
| 3709 | + "node": ">=8.0" | |
| 3710 | + } | |
| 3711 | + }, | |
| 3712 | + "node_modules/tough-cookie": { | |
| 3713 | + "version": "5.1.2", | |
| 3714 | + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz", | |
| 3715 | + "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==", | |
| 3716 | + "dev": true, | |
| 3717 | + "license": "BSD-3-Clause", | |
| 3718 | + "dependencies": { | |
| 3719 | + "tldts": "^6.1.32" | |
| 3720 | + }, | |
| 3721 | + "engines": { | |
| 3722 | + "node": ">=16" | |
| 3723 | + } | |
| 3724 | + }, | |
| 3725 | + "node_modules/tr46": { | |
| 3726 | + "version": "5.1.1", | |
| 3727 | + "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz", | |
| 3728 | + "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==", | |
| 3729 | + "dev": true, | |
| 3730 | + "license": "MIT", | |
| 3731 | + "dependencies": { | |
| 3732 | + "punycode": "^2.3.1" | |
| 3733 | + }, | |
| 3734 | + "engines": { | |
| 3735 | + "node": ">=18" | |
| 3736 | + } | |
| 3737 | + }, | |
| 3738 | + "node_modules/ts-interface-checker": { | |
| 3739 | + "version": "0.1.13", | |
| 3740 | + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", | |
| 3741 | + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", | |
| 3742 | + "dev": true, | |
| 3743 | + "license": "Apache-2.0" | |
| 3744 | + }, | |
| 3745 | + "node_modules/typescript": { | |
| 3746 | + "version": "5.9.3", | |
| 3747 | + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", | |
| 3748 | + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", | |
| 3749 | + "dev": true, | |
| 3750 | + "license": "Apache-2.0", | |
| 3751 | + "bin": { | |
| 3752 | + "tsc": "bin/tsc", | |
| 3753 | + "tsserver": "bin/tsserver" | |
| 3754 | + }, | |
| 3755 | + "engines": { | |
| 3756 | + "node": ">=14.17" | |
| 3757 | + } | |
| 3758 | + }, | |
| 3759 | + "node_modules/update-browserslist-db": { | |
| 3760 | + "version": "1.2.3", | |
| 3761 | + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", | |
| 3762 | + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", | |
| 3763 | + "dev": true, | |
| 3764 | + "funding": [ | |
| 3765 | + { | |
| 3766 | + "type": "opencollective", | |
| 3767 | + "url": "https://opencollective.com/browserslist" | |
| 3768 | + }, | |
| 3769 | + { | |
| 3770 | + "type": "tidelift", | |
| 3771 | + "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| 3772 | + }, | |
| 3773 | + { | |
| 3774 | + "type": "github", | |
| 3775 | + "url": "https://github.com/sponsors/ai" | |
| 3776 | + } | |
| 3777 | + ], | |
| 3778 | + "license": "MIT", | |
| 3779 | + "dependencies": { | |
| 3780 | + "escalade": "^3.2.0", | |
| 3781 | + "picocolors": "^1.1.1" | |
| 3782 | + }, | |
| 3783 | + "bin": { | |
| 3784 | + "update-browserslist-db": "cli.js" | |
| 3785 | + }, | |
| 3786 | + "peerDependencies": { | |
| 3787 | + "browserslist": ">= 4.21.0" | |
| 3788 | + } | |
| 3789 | + }, | |
| 3790 | + "node_modules/util-deprecate": { | |
| 3791 | + "version": "1.0.2", | |
| 3792 | + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", | |
| 3793 | + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", | |
| 3794 | + "dev": true, | |
| 3795 | + "license": "MIT" | |
| 3796 | + }, | |
| 3797 | + "node_modules/vite": { | |
| 3798 | + "version": "5.4.21", | |
| 3799 | + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", | |
| 3800 | + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", | |
| 3801 | + "dev": true, | |
| 3802 | + "license": "MIT", | |
| 3803 | + "dependencies": { | |
| 3804 | + "esbuild": "^0.21.3", | |
| 3805 | + "postcss": "^8.4.43", | |
| 3806 | + "rollup": "^4.20.0" | |
| 3807 | + }, | |
| 3808 | + "bin": { | |
| 3809 | + "vite": "bin/vite.js" | |
| 3810 | + }, | |
| 3811 | + "engines": { | |
| 3812 | + "node": "^18.0.0 || >=20.0.0" | |
| 3813 | + }, | |
| 3814 | + "funding": { | |
| 3815 | + "url": "https://github.com/vitejs/vite?sponsor=1" | |
| 3816 | + }, | |
| 3817 | + "optionalDependencies": { | |
| 3818 | + "fsevents": "~2.3.3" | |
| 3819 | + }, | |
| 3820 | + "peerDependencies": { | |
| 3821 | + "@types/node": "^18.0.0 || >=20.0.0", | |
| 3822 | + "less": "*", | |
| 3823 | + "lightningcss": "^1.21.0", | |
| 3824 | + "sass": "*", | |
| 3825 | + "sass-embedded": "*", | |
| 3826 | + "stylus": "*", | |
| 3827 | + "sugarss": "*", | |
| 3828 | + "terser": "^5.4.0" | |
| 3829 | + }, | |
| 3830 | + "peerDependenciesMeta": { | |
| 3831 | + "@types/node": { | |
| 3832 | + "optional": true | |
| 3833 | + }, | |
| 3834 | + "less": { | |
| 3835 | + "optional": true | |
| 3836 | + }, | |
| 3837 | + "lightningcss": { | |
| 3838 | + "optional": true | |
| 3839 | + }, | |
| 3840 | + "sass": { | |
| 3841 | + "optional": true | |
| 3842 | + }, | |
| 3843 | + "sass-embedded": { | |
| 3844 | + "optional": true | |
| 3845 | + }, | |
| 3846 | + "stylus": { | |
| 3847 | + "optional": true | |
| 3848 | + }, | |
| 3849 | + "sugarss": { | |
| 3850 | + "optional": true | |
| 3851 | + }, | |
| 3852 | + "terser": { | |
| 3853 | + "optional": true | |
| 3854 | + } | |
| 3855 | + } | |
| 3856 | + }, | |
| 3857 | + "node_modules/vite-node": { | |
| 3858 | + "version": "2.1.9", | |
| 3859 | + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.9.tgz", | |
| 3860 | + "integrity": "sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==", | |
| 3861 | + "dev": true, | |
| 3862 | + "license": "MIT", | |
| 3863 | + "dependencies": { | |
| 3864 | + "cac": "^6.7.14", | |
| 3865 | + "debug": "^4.3.7", | |
| 3866 | + "es-module-lexer": "^1.5.4", | |
| 3867 | + "pathe": "^1.1.2", | |
| 3868 | + "vite": "^5.0.0" | |
| 3869 | + }, | |
| 3870 | + "bin": { | |
| 3871 | + "vite-node": "vite-node.mjs" | |
| 3872 | + }, | |
| 3873 | + "engines": { | |
| 3874 | + "node": "^18.0.0 || >=20.0.0" | |
| 3875 | + }, | |
| 3876 | + "funding": { | |
| 3877 | + "url": "https://opencollective.com/vitest" | |
| 3878 | + } | |
| 3879 | + }, | |
| 3880 | + "node_modules/vitest": { | |
| 3881 | + "version": "2.1.9", | |
| 3882 | + "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz", | |
| 3883 | + "integrity": "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==", | |
| 3884 | + "dev": true, | |
| 3885 | + "license": "MIT", | |
| 3886 | + "dependencies": { | |
| 3887 | + "@vitest/expect": "2.1.9", | |
| 3888 | + "@vitest/mocker": "2.1.9", | |
| 3889 | + "@vitest/pretty-format": "^2.1.9", | |
| 3890 | + "@vitest/runner": "2.1.9", | |
| 3891 | + "@vitest/snapshot": "2.1.9", | |
| 3892 | + "@vitest/spy": "2.1.9", | |
| 3893 | + "@vitest/utils": "2.1.9", | |
| 3894 | + "chai": "^5.1.2", | |
| 3895 | + "debug": "^4.3.7", | |
| 3896 | + "expect-type": "^1.1.0", | |
| 3897 | + "magic-string": "^0.30.12", | |
| 3898 | + "pathe": "^1.1.2", | |
| 3899 | + "std-env": "^3.8.0", | |
| 3900 | + "tinybench": "^2.9.0", | |
| 3901 | + "tinyexec": "^0.3.1", | |
| 3902 | + "tinypool": "^1.0.1", | |
| 3903 | + "tinyrainbow": "^1.2.0", | |
| 3904 | + "vite": "^5.0.0", | |
| 3905 | + "vite-node": "2.1.9", | |
| 3906 | + "why-is-node-running": "^2.3.0" | |
| 3907 | + }, | |
| 3908 | + "bin": { | |
| 3909 | + "vitest": "vitest.mjs" | |
| 3910 | + }, | |
| 3911 | + "engines": { | |
| 3912 | + "node": "^18.0.0 || >=20.0.0" | |
| 3913 | + }, | |
| 3914 | + "funding": { | |
| 3915 | + "url": "https://opencollective.com/vitest" | |
| 3916 | + }, | |
| 3917 | + "peerDependencies": { | |
| 3918 | + "@edge-runtime/vm": "*", | |
| 3919 | + "@types/node": "^18.0.0 || >=20.0.0", | |
| 3920 | + "@vitest/browser": "2.1.9", | |
| 3921 | + "@vitest/ui": "2.1.9", | |
| 3922 | + "happy-dom": "*", | |
| 3923 | + "jsdom": "*" | |
| 3924 | + }, | |
| 3925 | + "peerDependenciesMeta": { | |
| 3926 | + "@edge-runtime/vm": { | |
| 3927 | + "optional": true | |
| 3928 | + }, | |
| 3929 | + "@types/node": { | |
| 3930 | + "optional": true | |
| 3931 | + }, | |
| 3932 | + "@vitest/browser": { | |
| 3933 | + "optional": true | |
| 3934 | + }, | |
| 3935 | + "@vitest/ui": { | |
| 3936 | + "optional": true | |
| 3937 | + }, | |
| 3938 | + "happy-dom": { | |
| 3939 | + "optional": true | |
| 3940 | + }, | |
| 3941 | + "jsdom": { | |
| 3942 | + "optional": true | |
| 3943 | + } | |
| 3944 | + } | |
| 3945 | + }, | |
| 3946 | + "node_modules/w3c-xmlserializer": { | |
| 3947 | + "version": "5.0.0", | |
| 3948 | + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", | |
| 3949 | + "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", | |
| 3950 | + "dev": true, | |
| 3951 | + "license": "MIT", | |
| 3952 | + "dependencies": { | |
| 3953 | + "xml-name-validator": "^5.0.0" | |
| 3954 | + }, | |
| 3955 | + "engines": { | |
| 3956 | + "node": ">=18" | |
| 3957 | + } | |
| 3958 | + }, | |
| 3959 | + "node_modules/webidl-conversions": { | |
| 3960 | + "version": "7.0.0", | |
| 3961 | + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", | |
| 3962 | + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", | |
| 3963 | + "dev": true, | |
| 3964 | + "license": "BSD-2-Clause", | |
| 3965 | + "engines": { | |
| 3966 | + "node": ">=12" | |
| 3967 | + } | |
| 3968 | + }, | |
| 3969 | + "node_modules/whatwg-encoding": { | |
| 3970 | + "version": "3.1.1", | |
| 3971 | + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", | |
| 3972 | + "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", | |
| 3973 | + "deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation", | |
| 3974 | + "dev": true, | |
| 3975 | + "license": "MIT", | |
| 3976 | + "dependencies": { | |
| 3977 | + "iconv-lite": "0.6.3" | |
| 3978 | + }, | |
| 3979 | + "engines": { | |
| 3980 | + "node": ">=18" | |
| 3981 | + } | |
| 3982 | + }, | |
| 3983 | + "node_modules/whatwg-mimetype": { | |
| 3984 | + "version": "4.0.0", | |
| 3985 | + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", | |
| 3986 | + "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", | |
| 3987 | + "dev": true, | |
| 3988 | + "license": "MIT", | |
| 3989 | + "engines": { | |
| 3990 | + "node": ">=18" | |
| 3991 | + } | |
| 3992 | + }, | |
| 3993 | + "node_modules/whatwg-url": { | |
| 3994 | + "version": "14.2.0", | |
| 3995 | + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz", | |
| 3996 | + "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==", | |
| 3997 | + "dev": true, | |
| 3998 | + "license": "MIT", | |
| 3999 | + "dependencies": { | |
| 4000 | + "tr46": "^5.1.0", | |
| 4001 | + "webidl-conversions": "^7.0.0" | |
| 4002 | + }, | |
| 4003 | + "engines": { | |
| 4004 | + "node": ">=18" | |
| 4005 | + } | |
| 4006 | + }, | |
| 4007 | + "node_modules/why-is-node-running": { | |
| 4008 | + "version": "2.3.0", | |
| 4009 | + "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz", | |
| 4010 | + "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==", | |
| 4011 | + "dev": true, | |
| 4012 | + "license": "MIT", | |
| 4013 | + "dependencies": { | |
| 4014 | + "siginfo": "^2.0.0", | |
| 4015 | + "stackback": "0.0.2" | |
| 4016 | + }, | |
| 4017 | + "bin": { | |
| 4018 | + "why-is-node-running": "cli.js" | |
| 4019 | + }, | |
| 4020 | + "engines": { | |
| 4021 | + "node": ">=8" | |
| 4022 | + } | |
| 4023 | + }, | |
| 4024 | + "node_modules/ws": { | |
| 4025 | + "version": "8.21.1", | |
| 4026 | + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz", | |
| 4027 | + "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==", | |
| 4028 | + "dev": true, | |
| 4029 | + "license": "MIT", | |
| 4030 | + "engines": { | |
| 4031 | + "node": ">=10.0.0" | |
| 4032 | + }, | |
| 4033 | + "peerDependencies": { | |
| 4034 | + "bufferutil": "^4.0.1", | |
| 4035 | + "utf-8-validate": ">=5.0.2" | |
| 4036 | + }, | |
| 4037 | + "peerDependenciesMeta": { | |
| 4038 | + "bufferutil": { | |
| 4039 | + "optional": true | |
| 4040 | + }, | |
| 4041 | + "utf-8-validate": { | |
| 4042 | + "optional": true | |
| 4043 | + } | |
| 4044 | + } | |
| 4045 | + }, | |
| 4046 | + "node_modules/xml-name-validator": { | |
| 4047 | + "version": "5.0.0", | |
| 4048 | + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", | |
| 4049 | + "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", | |
| 4050 | + "dev": true, | |
| 4051 | + "license": "Apache-2.0", | |
| 4052 | + "engines": { | |
| 4053 | + "node": ">=18" | |
| 4054 | + } | |
| 4055 | + }, | |
| 4056 | + "node_modules/xmlchars": { | |
| 4057 | + "version": "2.2.0", | |
| 4058 | + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", | |
| 4059 | + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", | |
| 4060 | + "dev": true, | |
| 4061 | + "license": "MIT" | |
| 4062 | + }, | |
| 4063 | + "node_modules/yallist": { | |
| 4064 | + "version": "3.1.1", | |
| 4065 | + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", | |
| 4066 | + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", | |
| 4067 | + "dev": true, | |
| 4068 | + "license": "ISC" | |
| 4069 | + } | |
| 4070 | + } | |
| 4071 | +} |
+++ frontend/package.json
... | ... | @@ -0,0 +1,29 @@ |
| 1 | +{ | |
| 2 | + "name": "itnhub-frontend", | |
| 3 | + "private": true, | |
| 4 | + "version": "0.1.0", | |
| 5 | + "type": "module", | |
| 6 | + "scripts": { | |
| 7 | + "dev": "vite", | |
| 8 | + "build": "tsc -b && vite build", | |
| 9 | + "test": "vitest run" | |
| 10 | + }, | |
| 11 | + "dependencies": { | |
| 12 | + "react": "^18.3.1", | |
| 13 | + "react-dom": "^18.3.1" | |
| 14 | + }, | |
| 15 | + "devDependencies": { | |
| 16 | + "@testing-library/jest-dom": "^6.5.0", | |
| 17 | + "@testing-library/react": "^16.0.1", | |
| 18 | + "@types/react": "^18.3.11", | |
| 19 | + "@types/react-dom": "^18.3.1", | |
| 20 | + "@vitejs/plugin-react": "^4.3.2", | |
| 21 | + "autoprefixer": "^10.4.20", | |
| 22 | + "jsdom": "^25.0.1", | |
| 23 | + "postcss": "^8.4.47", | |
| 24 | + "tailwindcss": "^3.4.13", | |
| 25 | + "typescript": "^5.6.2", | |
| 26 | + "vite": "^5.4.8", | |
| 27 | + "vitest": "^2.1.2" | |
| 28 | + } | |
| 29 | +} |
+++ frontend/postcss.config.js
... | ... | @@ -0,0 +1,6 @@ |
| 1 | +export default { | |
| 2 | + plugins: { | |
| 3 | + tailwindcss: {}, | |
| 4 | + autoprefixer: {}, | |
| 5 | + }, | |
| 6 | +} |
+++ frontend/src/App.tsx
... | ... | @@ -0,0 +1,19 @@ |
| 1 | +import { useEffect, useState } from 'react' | |
| 2 | +import { getOrgs, type Org } from './api/client' | |
| 3 | + | |
| 4 | +export default function App() { | |
| 5 | + const [orgs, setOrgs] = useState<Org[]>([]) | |
| 6 | + const [error, setError] = useState<string | null>(null) | |
| 7 | + | |
| 8 | + useEffect(() => { | |
| 9 | + getOrgs().then(setOrgs).catch((e: Error) => setError(e.message)) | |
| 10 | + }, []) | |
| 11 | + | |
| 12 | + return ( | |
| 13 | + <div className="p-8"> | |
| 14 | + <h1 className="text-xl font-semibold">ITN-HUB 사업관리시스템</h1> | |
| 15 | + {error && <p className="mt-4 text-red-600">{error}</p>} | |
| 16 | + <p className="mt-4 text-gray-600">기관 {orgs.length}개</p> | |
| 17 | + </div> | |
| 18 | + ) | |
| 19 | +} |
+++ frontend/src/api/client.test.ts
... | ... | @@ -0,0 +1,49 @@ |
| 1 | +import { afterEach, describe, expect, it, vi } from 'vitest' | |
| 2 | +import { getOrgs, provisionChannels, updateContact } from './client' | |
| 3 | + | |
| 4 | +afterEach(() => { | |
| 5 | + vi.unstubAllGlobals() | |
| 6 | + document.cookie = 'XSRF-TOKEN=; expires=Thu, 01 Jan 1970 00:00:00 GMT' | |
| 7 | +}) | |
| 8 | + | |
| 9 | +describe('api client', () => { | |
| 10 | + it('기관 목록을 가져온다', async () => { | |
| 11 | + const fetchMock = vi.fn().mockResolvedValue({ | |
| 12 | + ok: true, | |
| 13 | + json: async () => [{ id: 1, orgNo: '001', orgName: '국제방송교류재단', status: 'READY' }], | |
| 14 | + }) | |
| 15 | + vi.stubGlobal('fetch', fetchMock) | |
| 16 | + | |
| 17 | + const orgs = await getOrgs() | |
| 18 | + | |
| 19 | + expect(orgs).toHaveLength(1) | |
| 20 | + expect(orgs[0].orgNo).toBe('001') | |
| 21 | + expect(fetchMock).toHaveBeenCalledWith('/api/orgs', expect.objectContaining({ | |
| 22 | + credentials: 'same-origin', | |
| 23 | + })) | |
| 24 | + }) | |
| 25 | + | |
| 26 | + it('쓰기 요청에 CSRF 헤더를 붙인다', async () => { | |
| 27 | + document.cookie = 'XSRF-TOKEN=token-value' | |
| 28 | + const fetchMock = vi.fn().mockResolvedValue({ ok: true, json: async () => ({}) }) | |
| 29 | + vi.stubGlobal('fetch', fetchMock) | |
| 30 | + | |
| 31 | + await provisionChannels(7) | |
| 32 | + | |
| 33 | + const [, init] = fetchMock.mock.calls[0] | |
| 34 | + expect(init.method).toBe('POST') | |
| 35 | + expect(init.headers['X-XSRF-TOKEN']).toBe('token-value') | |
| 36 | + }) | |
| 37 | + | |
| 38 | + it('응답이 실패면 예외를 던진다', async () => { | |
| 39 | + vi.stubGlobal('fetch', vi.fn().mockResolvedValue({ | |
| 40 | + ok: false, | |
| 41 | + status: 400, | |
| 42 | + text: async () => 'bad request', | |
| 43 | + })) | |
| 44 | + | |
| 45 | + await expect(updateContact(1, { | |
| 46 | + deptName: '', managerName: '', managerTitle: '', managerPhone: '', managerEmail: '', | |
| 47 | + })).rejects.toThrow() | |
| 48 | + }) | |
| 49 | +}) |
+++ frontend/src/api/client.ts
... | ... | @@ -0,0 +1,98 @@ |
| 1 | +export type OrgStatus = 'INFO_PENDING' | 'READY' | 'PARTIAL' | 'ACTIVE' | |
| 2 | + | |
| 3 | +export interface Org { | |
| 4 | + id: number | |
| 5 | + orgNo: string | |
| 6 | + orgName: string | |
| 7 | + status: OrgStatus | |
| 8 | + deptName: string | null | |
| 9 | + managerName: string | null | |
| 10 | + managerTitle: string | null | |
| 11 | + managerPhone: string | null | |
| 12 | + managerEmail: string | null | |
| 13 | + channelIdMj: string | null | |
| 14 | + channelIdLaw: string | null | |
| 15 | +} | |
| 16 | + | |
| 17 | +export interface Contact { | |
| 18 | + deptName: string | |
| 19 | + managerName: string | |
| 20 | + managerTitle: string | |
| 21 | + managerPhone: string | |
| 22 | + managerEmail: string | |
| 23 | +} | |
| 24 | + | |
| 25 | +export type ProvisionOutcome = 'CACHED' | 'RECOVERED' | 'CREATED' | 'FAILED' | |
| 26 | + | |
| 27 | +export interface ProvisionResult { | |
| 28 | + mj: ProvisionOutcome | |
| 29 | + law: ProvisionOutcome | |
| 30 | + message: string | |
| 31 | +} | |
| 32 | + | |
| 33 | +export interface SeedReport { | |
| 34 | + created: number | |
| 35 | + updated: number | |
| 36 | + total: number | |
| 37 | +} | |
| 38 | + | |
| 39 | +/** Spring Security가 내려주는 CSRF 쿠키를 읽어 헤더로 되돌려 보낸다. */ | |
| 40 | +function csrfToken(): string { | |
| 41 | + const match = document.cookie.match(/(?:^|;\s*)XSRF-TOKEN=([^;]*)/) | |
| 42 | + return match ? decodeURIComponent(match[1]) : '' | |
| 43 | +} | |
| 44 | + | |
| 45 | +async function request<T>(url: string, init: RequestInit = {}): Promise<T> { | |
| 46 | + const method = init.method ?? 'GET' | |
| 47 | + const headers: Record<string, string> = { ...(init.headers as Record<string, string>) } | |
| 48 | + | |
| 49 | + if (method !== 'GET') { | |
| 50 | + headers['X-XSRF-TOKEN'] = csrfToken() | |
| 51 | + } | |
| 52 | + | |
| 53 | + const response = await fetch(url, { ...init, method, headers, credentials: 'same-origin' }) | |
| 54 | + | |
| 55 | + if (!response.ok) { | |
| 56 | + const body = await response.text() | |
| 57 | + throw new Error(`요청 실패 (${response.status}): ${body}`) | |
| 58 | + } | |
| 59 | + return response.json() as Promise<T> | |
| 60 | +} | |
| 61 | + | |
| 62 | +export function getOrgs(): Promise<Org[]> { | |
| 63 | + return request<Org[]>('/api/orgs') | |
| 64 | +} | |
| 65 | + | |
| 66 | +export function updateContact(id: number, contact: Contact): Promise<Org> { | |
| 67 | + return request<Org>(`/api/orgs/${id}/contact`, { | |
| 68 | + method: 'PUT', | |
| 69 | + headers: { 'Content-Type': 'application/json' }, | |
| 70 | + body: JSON.stringify(contact), | |
| 71 | + }) | |
| 72 | +} | |
| 73 | + | |
| 74 | +export function provisionChannels(id: number): Promise<ProvisionResult> { | |
| 75 | + return request<ProvisionResult>(`/api/orgs/${id}/channels`, { method: 'POST' }) | |
| 76 | +} | |
| 77 | + | |
| 78 | +export function uploadSeed(file: File): Promise<SeedReport> { | |
| 79 | + const form = new FormData() | |
| 80 | + form.append('file', file) | |
| 81 | + return request<SeedReport>('/api/seed', { method: 'POST', body: form }) | |
| 82 | +} | |
| 83 | + | |
| 84 | +export async function login(username: string, password: string): Promise<void> { | |
| 85 | + const body = new URLSearchParams({ username, password }) | |
| 86 | + const response = await fetch('/api/auth/login', { | |
| 87 | + method: 'POST', | |
| 88 | + credentials: 'same-origin', | |
| 89 | + headers: { | |
| 90 | + 'Content-Type': 'application/x-www-form-urlencoded', | |
| 91 | + 'X-XSRF-TOKEN': csrfToken(), | |
| 92 | + }, | |
| 93 | + body, | |
| 94 | + }) | |
| 95 | + if (!response.ok) { | |
| 96 | + throw new Error('아이디 또는 비밀번호가 올바르지 않습니다.') | |
| 97 | + } | |
| 98 | +} |
+++ frontend/src/index.css
... | ... | @@ -0,0 +1,3 @@ |
| 1 | +@tailwind base; | |
| 2 | +@tailwind components; | |
| 3 | +@tailwind utilities; |
+++ frontend/src/main.tsx
... | ... | @@ -0,0 +1,10 @@ |
| 1 | +import React from 'react' | |
| 2 | +import ReactDOM from 'react-dom/client' | |
| 3 | +import App from './App' | |
| 4 | +import './index.css' | |
| 5 | + | |
| 6 | +ReactDOM.createRoot(document.getElementById('root')!).render( | |
| 7 | + <React.StrictMode> | |
| 8 | + <App /> | |
| 9 | + </React.StrictMode>, | |
| 10 | +) |
+++ frontend/tailwind.config.js
... | ... | @@ -0,0 +1,5 @@ |
| 1 | +export default { | |
| 2 | + content: ['./index.html', './src/**/*.{ts,tsx}'], | |
| 3 | + theme: { extend: {} }, | |
| 4 | + plugins: [], | |
| 5 | +} |
+++ frontend/tsconfig.json
... | ... | @@ -0,0 +1,14 @@ |
| 1 | +{ | |
| 2 | + "compilerOptions": { | |
| 3 | + "target": "ES2022", | |
| 4 | + "lib": ["ES2022", "DOM", "DOM.Iterable"], | |
| 5 | + "module": "ESNext", | |
| 6 | + "moduleResolution": "bundler", | |
| 7 | + "jsx": "react-jsx", | |
| 8 | + "strict": true, | |
| 9 | + "noEmit": true, | |
| 10 | + "skipLibCheck": true, | |
| 11 | + "types": ["vitest/globals"] | |
| 12 | + }, | |
| 13 | + "include": ["src"] | |
| 14 | +} |
+++ frontend/vite.config.ts
... | ... | @@ -0,0 +1,20 @@ |
| 1 | +import { defineConfig } from 'vite' | |
| 2 | +import react from '@vitejs/plugin-react' | |
| 3 | + | |
| 4 | +export default defineConfig({ | |
| 5 | + plugins: [react()], | |
| 6 | + build: { | |
| 7 | + outDir: '../src/main/resources/static', | |
| 8 | + emptyOutDir: true, | |
| 9 | + }, | |
| 10 | + server: { | |
| 11 | + proxy: { | |
| 12 | + '/api': 'http://localhost:8080', | |
| 13 | + }, | |
| 14 | + }, | |
| 15 | + test: { | |
| 16 | + environment: 'jsdom', | |
| 17 | + globals: true, | |
| 18 | + setupFiles: [], | |
| 19 | + }, | |
| 20 | +}) |
--- pom.xml
+++ pom.xml
... | ... | @@ -99,6 +99,32 @@ |
| 99 | 99 |
<groupId>org.springframework.boot</groupId> |
| 100 | 100 |
<artifactId>spring-boot-maven-plugin</artifactId> |
| 101 | 101 |
</plugin> |
| 102 |
+ <plugin> |
|
| 103 |
+ <groupId>com.github.eirslett</groupId> |
|
| 104 |
+ <artifactId>frontend-maven-plugin</artifactId> |
|
| 105 |
+ <version>1.15.1</version> |
|
| 106 |
+ <configuration> |
|
| 107 |
+ <workingDirectory>frontend</workingDirectory> |
|
| 108 |
+ <nodeVersion>v20.17.0</nodeVersion> |
|
| 109 |
+ </configuration> |
|
| 110 |
+ <executions> |
|
| 111 |
+ <execution> |
|
| 112 |
+ <id>install-node-and-npm</id> |
|
| 113 |
+ <goals><goal>install-node-and-npm</goal></goals> |
|
| 114 |
+ </execution> |
|
| 115 |
+ <execution> |
|
| 116 |
+ <id>npm-install</id> |
|
| 117 |
+ <goals><goal>npm</goal></goals> |
|
| 118 |
+ <configuration><arguments>install</arguments></configuration> |
|
| 119 |
+ </execution> |
|
| 120 |
+ <execution> |
|
| 121 |
+ <id>npm-build</id> |
|
| 122 |
+ <goals><goal>npm</goal></goals> |
|
| 123 |
+ <phase>generate-resources</phase> |
|
| 124 |
+ <configuration><arguments>run build</arguments></configuration> |
|
| 125 |
+ </execution> |
|
| 126 |
+ </executions> |
|
| 127 |
+ </plugin> |
|
| 102 | 128 |
</plugins> |
| 103 | 129 |
</build> |
| 104 | 130 |
</project> |
+++ src/main/java/kr/itn/itnhub/config/SpaForwardController.java
... | ... | @@ -0,0 +1,17 @@ |
| 1 | +package kr.itn.itnhub.config; | |
| 2 | + | |
| 3 | +import org.springframework.stereotype.Controller; | |
| 4 | +import org.springframework.web.bind.annotation.GetMapping; | |
| 5 | + | |
| 6 | +/** | |
| 7 | + * React 라우터 경로로 새로고침해도 index.html이 나가도록 한다. | |
| 8 | + * /api 와 확장자가 있는 정적 파일 요청은 여기로 오지 않는다. | |
| 9 | + */ | |
| 10 | +@Controller | |
| 11 | +public class SpaForwardController { | |
| 12 | + | |
| 13 | + @GetMapping({"/", "/{path:[^\\.]*}"}) | |
| 14 | + public String forward() { | |
| 15 | + return "forward:/index.html"; | |
| 16 | + } | |
| 17 | +} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?