[WIP] music platform user data scraper
teal-fm atproto
at main 1061 lines 36 kB view raw
1{ 2 "name": "piper", 3 "lockfileVersion": 3, 4 "requires": true, 5 "packages": { 6 "": { 7 "dependencies": { 8 "@tailwindcss/cli": "^4.1.18", 9 "tailwindcss": "^4.1.18" 10 } 11 }, 12 "node_modules/@jridgewell/gen-mapping": { 13 "version": "0.3.13", 14 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", 15 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", 16 "license": "MIT", 17 "dependencies": { 18 "@jridgewell/sourcemap-codec": "^1.5.0", 19 "@jridgewell/trace-mapping": "^0.3.24" 20 } 21 }, 22 "node_modules/@jridgewell/remapping": { 23 "version": "2.3.5", 24 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", 25 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", 26 "license": "MIT", 27 "dependencies": { 28 "@jridgewell/gen-mapping": "^0.3.5", 29 "@jridgewell/trace-mapping": "^0.3.24" 30 } 31 }, 32 "node_modules/@jridgewell/resolve-uri": { 33 "version": "3.1.2", 34 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 35 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 36 "license": "MIT", 37 "engines": { 38 "node": ">=6.0.0" 39 } 40 }, 41 "node_modules/@jridgewell/sourcemap-codec": { 42 "version": "1.5.5", 43 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 44 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 45 "license": "MIT" 46 }, 47 "node_modules/@jridgewell/trace-mapping": { 48 "version": "0.3.31", 49 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", 50 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", 51 "license": "MIT", 52 "dependencies": { 53 "@jridgewell/resolve-uri": "^3.1.0", 54 "@jridgewell/sourcemap-codec": "^1.4.14" 55 } 56 }, 57 "node_modules/@parcel/watcher": { 58 "version": "2.5.1", 59 "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", 60 "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", 61 "hasInstallScript": true, 62 "license": "MIT", 63 "dependencies": { 64 "detect-libc": "^1.0.3", 65 "is-glob": "^4.0.3", 66 "micromatch": "^4.0.5", 67 "node-addon-api": "^7.0.0" 68 }, 69 "engines": { 70 "node": ">= 10.0.0" 71 }, 72 "funding": { 73 "type": "opencollective", 74 "url": "https://opencollective.com/parcel" 75 }, 76 "optionalDependencies": { 77 "@parcel/watcher-android-arm64": "2.5.1", 78 "@parcel/watcher-darwin-arm64": "2.5.1", 79 "@parcel/watcher-darwin-x64": "2.5.1", 80 "@parcel/watcher-freebsd-x64": "2.5.1", 81 "@parcel/watcher-linux-arm-glibc": "2.5.1", 82 "@parcel/watcher-linux-arm-musl": "2.5.1", 83 "@parcel/watcher-linux-arm64-glibc": "2.5.1", 84 "@parcel/watcher-linux-arm64-musl": "2.5.1", 85 "@parcel/watcher-linux-x64-glibc": "2.5.1", 86 "@parcel/watcher-linux-x64-musl": "2.5.1", 87 "@parcel/watcher-win32-arm64": "2.5.1", 88 "@parcel/watcher-win32-ia32": "2.5.1", 89 "@parcel/watcher-win32-x64": "2.5.1" 90 } 91 }, 92 "node_modules/@parcel/watcher-android-arm64": { 93 "version": "2.5.1", 94 "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", 95 "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", 96 "cpu": [ 97 "arm64" 98 ], 99 "license": "MIT", 100 "optional": true, 101 "os": [ 102 "android" 103 ], 104 "engines": { 105 "node": ">= 10.0.0" 106 }, 107 "funding": { 108 "type": "opencollective", 109 "url": "https://opencollective.com/parcel" 110 } 111 }, 112 "node_modules/@parcel/watcher-darwin-arm64": { 113 "version": "2.5.1", 114 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", 115 "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", 116 "cpu": [ 117 "arm64" 118 ], 119 "license": "MIT", 120 "optional": true, 121 "os": [ 122 "darwin" 123 ], 124 "engines": { 125 "node": ">= 10.0.0" 126 }, 127 "funding": { 128 "type": "opencollective", 129 "url": "https://opencollective.com/parcel" 130 } 131 }, 132 "node_modules/@parcel/watcher-darwin-x64": { 133 "version": "2.5.1", 134 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", 135 "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", 136 "cpu": [ 137 "x64" 138 ], 139 "license": "MIT", 140 "optional": true, 141 "os": [ 142 "darwin" 143 ], 144 "engines": { 145 "node": ">= 10.0.0" 146 }, 147 "funding": { 148 "type": "opencollective", 149 "url": "https://opencollective.com/parcel" 150 } 151 }, 152 "node_modules/@parcel/watcher-freebsd-x64": { 153 "version": "2.5.1", 154 "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", 155 "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", 156 "cpu": [ 157 "x64" 158 ], 159 "license": "MIT", 160 "optional": true, 161 "os": [ 162 "freebsd" 163 ], 164 "engines": { 165 "node": ">= 10.0.0" 166 }, 167 "funding": { 168 "type": "opencollective", 169 "url": "https://opencollective.com/parcel" 170 } 171 }, 172 "node_modules/@parcel/watcher-linux-arm-glibc": { 173 "version": "2.5.1", 174 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", 175 "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", 176 "cpu": [ 177 "arm" 178 ], 179 "license": "MIT", 180 "optional": true, 181 "os": [ 182 "linux" 183 ], 184 "engines": { 185 "node": ">= 10.0.0" 186 }, 187 "funding": { 188 "type": "opencollective", 189 "url": "https://opencollective.com/parcel" 190 } 191 }, 192 "node_modules/@parcel/watcher-linux-arm-musl": { 193 "version": "2.5.1", 194 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", 195 "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", 196 "cpu": [ 197 "arm" 198 ], 199 "license": "MIT", 200 "optional": true, 201 "os": [ 202 "linux" 203 ], 204 "engines": { 205 "node": ">= 10.0.0" 206 }, 207 "funding": { 208 "type": "opencollective", 209 "url": "https://opencollective.com/parcel" 210 } 211 }, 212 "node_modules/@parcel/watcher-linux-arm64-glibc": { 213 "version": "2.5.1", 214 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", 215 "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", 216 "cpu": [ 217 "arm64" 218 ], 219 "license": "MIT", 220 "optional": true, 221 "os": [ 222 "linux" 223 ], 224 "engines": { 225 "node": ">= 10.0.0" 226 }, 227 "funding": { 228 "type": "opencollective", 229 "url": "https://opencollective.com/parcel" 230 } 231 }, 232 "node_modules/@parcel/watcher-linux-arm64-musl": { 233 "version": "2.5.1", 234 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", 235 "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", 236 "cpu": [ 237 "arm64" 238 ], 239 "license": "MIT", 240 "optional": true, 241 "os": [ 242 "linux" 243 ], 244 "engines": { 245 "node": ">= 10.0.0" 246 }, 247 "funding": { 248 "type": "opencollective", 249 "url": "https://opencollective.com/parcel" 250 } 251 }, 252 "node_modules/@parcel/watcher-linux-x64-glibc": { 253 "version": "2.5.1", 254 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", 255 "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", 256 "cpu": [ 257 "x64" 258 ], 259 "license": "MIT", 260 "optional": true, 261 "os": [ 262 "linux" 263 ], 264 "engines": { 265 "node": ">= 10.0.0" 266 }, 267 "funding": { 268 "type": "opencollective", 269 "url": "https://opencollective.com/parcel" 270 } 271 }, 272 "node_modules/@parcel/watcher-linux-x64-musl": { 273 "version": "2.5.1", 274 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", 275 "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", 276 "cpu": [ 277 "x64" 278 ], 279 "license": "MIT", 280 "optional": true, 281 "os": [ 282 "linux" 283 ], 284 "engines": { 285 "node": ">= 10.0.0" 286 }, 287 "funding": { 288 "type": "opencollective", 289 "url": "https://opencollective.com/parcel" 290 } 291 }, 292 "node_modules/@parcel/watcher-win32-arm64": { 293 "version": "2.5.1", 294 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", 295 "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", 296 "cpu": [ 297 "arm64" 298 ], 299 "license": "MIT", 300 "optional": true, 301 "os": [ 302 "win32" 303 ], 304 "engines": { 305 "node": ">= 10.0.0" 306 }, 307 "funding": { 308 "type": "opencollective", 309 "url": "https://opencollective.com/parcel" 310 } 311 }, 312 "node_modules/@parcel/watcher-win32-ia32": { 313 "version": "2.5.1", 314 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", 315 "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", 316 "cpu": [ 317 "ia32" 318 ], 319 "license": "MIT", 320 "optional": true, 321 "os": [ 322 "win32" 323 ], 324 "engines": { 325 "node": ">= 10.0.0" 326 }, 327 "funding": { 328 "type": "opencollective", 329 "url": "https://opencollective.com/parcel" 330 } 331 }, 332 "node_modules/@parcel/watcher-win32-x64": { 333 "version": "2.5.1", 334 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", 335 "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", 336 "cpu": [ 337 "x64" 338 ], 339 "license": "MIT", 340 "optional": true, 341 "os": [ 342 "win32" 343 ], 344 "engines": { 345 "node": ">= 10.0.0" 346 }, 347 "funding": { 348 "type": "opencollective", 349 "url": "https://opencollective.com/parcel" 350 } 351 }, 352 "node_modules/@tailwindcss/cli": { 353 "version": "4.1.18", 354 "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.18.tgz", 355 "integrity": "sha512-sMZ+lZbDyxwjD2E0L7oRUjJ01Ffjtme5OtjvvnC+cV4CEDcbqzbp25TCpxHj6kWLU9+DlqJOiNgSOgctC2aZmg==", 356 "license": "MIT", 357 "dependencies": { 358 "@parcel/watcher": "^2.5.1", 359 "@tailwindcss/node": "4.1.18", 360 "@tailwindcss/oxide": "4.1.18", 361 "enhanced-resolve": "^5.18.3", 362 "mri": "^1.2.0", 363 "picocolors": "^1.1.1", 364 "tailwindcss": "4.1.18" 365 }, 366 "bin": { 367 "tailwindcss": "dist/index.mjs" 368 } 369 }, 370 "node_modules/@tailwindcss/node": { 371 "version": "4.1.18", 372 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz", 373 "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==", 374 "license": "MIT", 375 "dependencies": { 376 "@jridgewell/remapping": "^2.3.4", 377 "enhanced-resolve": "^5.18.3", 378 "jiti": "^2.6.1", 379 "lightningcss": "1.30.2", 380 "magic-string": "^0.30.21", 381 "source-map-js": "^1.2.1", 382 "tailwindcss": "4.1.18" 383 } 384 }, 385 "node_modules/@tailwindcss/oxide": { 386 "version": "4.1.18", 387 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz", 388 "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==", 389 "license": "MIT", 390 "engines": { 391 "node": ">= 10" 392 }, 393 "optionalDependencies": { 394 "@tailwindcss/oxide-android-arm64": "4.1.18", 395 "@tailwindcss/oxide-darwin-arm64": "4.1.18", 396 "@tailwindcss/oxide-darwin-x64": "4.1.18", 397 "@tailwindcss/oxide-freebsd-x64": "4.1.18", 398 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", 399 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", 400 "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", 401 "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", 402 "@tailwindcss/oxide-linux-x64-musl": "4.1.18", 403 "@tailwindcss/oxide-wasm32-wasi": "4.1.18", 404 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", 405 "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" 406 } 407 }, 408 "node_modules/@tailwindcss/oxide-android-arm64": { 409 "version": "4.1.18", 410 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz", 411 "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==", 412 "cpu": [ 413 "arm64" 414 ], 415 "license": "MIT", 416 "optional": true, 417 "os": [ 418 "android" 419 ], 420 "engines": { 421 "node": ">= 10" 422 } 423 }, 424 "node_modules/@tailwindcss/oxide-darwin-arm64": { 425 "version": "4.1.18", 426 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz", 427 "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==", 428 "cpu": [ 429 "arm64" 430 ], 431 "license": "MIT", 432 "optional": true, 433 "os": [ 434 "darwin" 435 ], 436 "engines": { 437 "node": ">= 10" 438 } 439 }, 440 "node_modules/@tailwindcss/oxide-darwin-x64": { 441 "version": "4.1.18", 442 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz", 443 "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==", 444 "cpu": [ 445 "x64" 446 ], 447 "license": "MIT", 448 "optional": true, 449 "os": [ 450 "darwin" 451 ], 452 "engines": { 453 "node": ">= 10" 454 } 455 }, 456 "node_modules/@tailwindcss/oxide-freebsd-x64": { 457 "version": "4.1.18", 458 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz", 459 "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==", 460 "cpu": [ 461 "x64" 462 ], 463 "license": "MIT", 464 "optional": true, 465 "os": [ 466 "freebsd" 467 ], 468 "engines": { 469 "node": ">= 10" 470 } 471 }, 472 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 473 "version": "4.1.18", 474 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz", 475 "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==", 476 "cpu": [ 477 "arm" 478 ], 479 "license": "MIT", 480 "optional": true, 481 "os": [ 482 "linux" 483 ], 484 "engines": { 485 "node": ">= 10" 486 } 487 }, 488 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 489 "version": "4.1.18", 490 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz", 491 "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==", 492 "cpu": [ 493 "arm64" 494 ], 495 "license": "MIT", 496 "optional": true, 497 "os": [ 498 "linux" 499 ], 500 "engines": { 501 "node": ">= 10" 502 } 503 }, 504 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 505 "version": "4.1.18", 506 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz", 507 "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==", 508 "cpu": [ 509 "arm64" 510 ], 511 "license": "MIT", 512 "optional": true, 513 "os": [ 514 "linux" 515 ], 516 "engines": { 517 "node": ">= 10" 518 } 519 }, 520 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 521 "version": "4.1.18", 522 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz", 523 "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==", 524 "cpu": [ 525 "x64" 526 ], 527 "license": "MIT", 528 "optional": true, 529 "os": [ 530 "linux" 531 ], 532 "engines": { 533 "node": ">= 10" 534 } 535 }, 536 "node_modules/@tailwindcss/oxide-linux-x64-musl": { 537 "version": "4.1.18", 538 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz", 539 "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==", 540 "cpu": [ 541 "x64" 542 ], 543 "license": "MIT", 544 "optional": true, 545 "os": [ 546 "linux" 547 ], 548 "engines": { 549 "node": ">= 10" 550 } 551 }, 552 "node_modules/@tailwindcss/oxide-wasm32-wasi": { 553 "version": "4.1.18", 554 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz", 555 "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==", 556 "bundleDependencies": [ 557 "@napi-rs/wasm-runtime", 558 "@emnapi/core", 559 "@emnapi/runtime", 560 "@tybys/wasm-util", 561 "@emnapi/wasi-threads", 562 "tslib" 563 ], 564 "cpu": [ 565 "wasm32" 566 ], 567 "license": "MIT", 568 "optional": true, 569 "dependencies": { 570 "@emnapi/core": "^1.7.1", 571 "@emnapi/runtime": "^1.7.1", 572 "@emnapi/wasi-threads": "^1.1.0", 573 "@napi-rs/wasm-runtime": "^1.1.0", 574 "@tybys/wasm-util": "^0.10.1", 575 "tslib": "^2.4.0" 576 }, 577 "engines": { 578 "node": ">=14.0.0" 579 } 580 }, 581 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 582 "version": "4.1.18", 583 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", 584 "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==", 585 "cpu": [ 586 "arm64" 587 ], 588 "license": "MIT", 589 "optional": true, 590 "os": [ 591 "win32" 592 ], 593 "engines": { 594 "node": ">= 10" 595 } 596 }, 597 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 598 "version": "4.1.18", 599 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz", 600 "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==", 601 "cpu": [ 602 "x64" 603 ], 604 "license": "MIT", 605 "optional": true, 606 "os": [ 607 "win32" 608 ], 609 "engines": { 610 "node": ">= 10" 611 } 612 }, 613 "node_modules/braces": { 614 "version": "3.0.3", 615 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 616 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 617 "license": "MIT", 618 "dependencies": { 619 "fill-range": "^7.1.1" 620 }, 621 "engines": { 622 "node": ">=8" 623 } 624 }, 625 "node_modules/detect-libc": { 626 "version": "1.0.3", 627 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", 628 "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", 629 "license": "Apache-2.0", 630 "bin": { 631 "detect-libc": "bin/detect-libc.js" 632 }, 633 "engines": { 634 "node": ">=0.10" 635 } 636 }, 637 "node_modules/enhanced-resolve": { 638 "version": "5.18.4", 639 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz", 640 "integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==", 641 "license": "MIT", 642 "dependencies": { 643 "graceful-fs": "^4.2.4", 644 "tapable": "^2.2.0" 645 }, 646 "engines": { 647 "node": ">=10.13.0" 648 } 649 }, 650 "node_modules/fill-range": { 651 "version": "7.1.1", 652 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 653 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 654 "license": "MIT", 655 "dependencies": { 656 "to-regex-range": "^5.0.1" 657 }, 658 "engines": { 659 "node": ">=8" 660 } 661 }, 662 "node_modules/graceful-fs": { 663 "version": "4.2.11", 664 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 665 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 666 "license": "ISC" 667 }, 668 "node_modules/is-extglob": { 669 "version": "2.1.1", 670 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 671 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 672 "license": "MIT", 673 "engines": { 674 "node": ">=0.10.0" 675 } 676 }, 677 "node_modules/is-glob": { 678 "version": "4.0.3", 679 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 680 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 681 "license": "MIT", 682 "dependencies": { 683 "is-extglob": "^2.1.1" 684 }, 685 "engines": { 686 "node": ">=0.10.0" 687 } 688 }, 689 "node_modules/is-number": { 690 "version": "7.0.0", 691 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 692 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 693 "license": "MIT", 694 "engines": { 695 "node": ">=0.12.0" 696 } 697 }, 698 "node_modules/jiti": { 699 "version": "2.6.1", 700 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", 701 "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", 702 "license": "MIT", 703 "bin": { 704 "jiti": "lib/jiti-cli.mjs" 705 } 706 }, 707 "node_modules/lightningcss": { 708 "version": "1.30.2", 709 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", 710 "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", 711 "license": "MPL-2.0", 712 "dependencies": { 713 "detect-libc": "^2.0.3" 714 }, 715 "engines": { 716 "node": ">= 12.0.0" 717 }, 718 "funding": { 719 "type": "opencollective", 720 "url": "https://opencollective.com/parcel" 721 }, 722 "optionalDependencies": { 723 "lightningcss-android-arm64": "1.30.2", 724 "lightningcss-darwin-arm64": "1.30.2", 725 "lightningcss-darwin-x64": "1.30.2", 726 "lightningcss-freebsd-x64": "1.30.2", 727 "lightningcss-linux-arm-gnueabihf": "1.30.2", 728 "lightningcss-linux-arm64-gnu": "1.30.2", 729 "lightningcss-linux-arm64-musl": "1.30.2", 730 "lightningcss-linux-x64-gnu": "1.30.2", 731 "lightningcss-linux-x64-musl": "1.30.2", 732 "lightningcss-win32-arm64-msvc": "1.30.2", 733 "lightningcss-win32-x64-msvc": "1.30.2" 734 } 735 }, 736 "node_modules/lightningcss-android-arm64": { 737 "version": "1.30.2", 738 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", 739 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", 740 "cpu": [ 741 "arm64" 742 ], 743 "license": "MPL-2.0", 744 "optional": true, 745 "os": [ 746 "android" 747 ], 748 "engines": { 749 "node": ">= 12.0.0" 750 }, 751 "funding": { 752 "type": "opencollective", 753 "url": "https://opencollective.com/parcel" 754 } 755 }, 756 "node_modules/lightningcss-darwin-arm64": { 757 "version": "1.30.2", 758 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", 759 "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", 760 "cpu": [ 761 "arm64" 762 ], 763 "license": "MPL-2.0", 764 "optional": true, 765 "os": [ 766 "darwin" 767 ], 768 "engines": { 769 "node": ">= 12.0.0" 770 }, 771 "funding": { 772 "type": "opencollective", 773 "url": "https://opencollective.com/parcel" 774 } 775 }, 776 "node_modules/lightningcss-darwin-x64": { 777 "version": "1.30.2", 778 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", 779 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", 780 "cpu": [ 781 "x64" 782 ], 783 "license": "MPL-2.0", 784 "optional": true, 785 "os": [ 786 "darwin" 787 ], 788 "engines": { 789 "node": ">= 12.0.0" 790 }, 791 "funding": { 792 "type": "opencollective", 793 "url": "https://opencollective.com/parcel" 794 } 795 }, 796 "node_modules/lightningcss-freebsd-x64": { 797 "version": "1.30.2", 798 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", 799 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", 800 "cpu": [ 801 "x64" 802 ], 803 "license": "MPL-2.0", 804 "optional": true, 805 "os": [ 806 "freebsd" 807 ], 808 "engines": { 809 "node": ">= 12.0.0" 810 }, 811 "funding": { 812 "type": "opencollective", 813 "url": "https://opencollective.com/parcel" 814 } 815 }, 816 "node_modules/lightningcss-linux-arm-gnueabihf": { 817 "version": "1.30.2", 818 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", 819 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", 820 "cpu": [ 821 "arm" 822 ], 823 "license": "MPL-2.0", 824 "optional": true, 825 "os": [ 826 "linux" 827 ], 828 "engines": { 829 "node": ">= 12.0.0" 830 }, 831 "funding": { 832 "type": "opencollective", 833 "url": "https://opencollective.com/parcel" 834 } 835 }, 836 "node_modules/lightningcss-linux-arm64-gnu": { 837 "version": "1.30.2", 838 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", 839 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", 840 "cpu": [ 841 "arm64" 842 ], 843 "license": "MPL-2.0", 844 "optional": true, 845 "os": [ 846 "linux" 847 ], 848 "engines": { 849 "node": ">= 12.0.0" 850 }, 851 "funding": { 852 "type": "opencollective", 853 "url": "https://opencollective.com/parcel" 854 } 855 }, 856 "node_modules/lightningcss-linux-arm64-musl": { 857 "version": "1.30.2", 858 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", 859 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", 860 "cpu": [ 861 "arm64" 862 ], 863 "license": "MPL-2.0", 864 "optional": true, 865 "os": [ 866 "linux" 867 ], 868 "engines": { 869 "node": ">= 12.0.0" 870 }, 871 "funding": { 872 "type": "opencollective", 873 "url": "https://opencollective.com/parcel" 874 } 875 }, 876 "node_modules/lightningcss-linux-x64-gnu": { 877 "version": "1.30.2", 878 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", 879 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", 880 "cpu": [ 881 "x64" 882 ], 883 "license": "MPL-2.0", 884 "optional": true, 885 "os": [ 886 "linux" 887 ], 888 "engines": { 889 "node": ">= 12.0.0" 890 }, 891 "funding": { 892 "type": "opencollective", 893 "url": "https://opencollective.com/parcel" 894 } 895 }, 896 "node_modules/lightningcss-linux-x64-musl": { 897 "version": "1.30.2", 898 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", 899 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", 900 "cpu": [ 901 "x64" 902 ], 903 "license": "MPL-2.0", 904 "optional": true, 905 "os": [ 906 "linux" 907 ], 908 "engines": { 909 "node": ">= 12.0.0" 910 }, 911 "funding": { 912 "type": "opencollective", 913 "url": "https://opencollective.com/parcel" 914 } 915 }, 916 "node_modules/lightningcss-win32-arm64-msvc": { 917 "version": "1.30.2", 918 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", 919 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", 920 "cpu": [ 921 "arm64" 922 ], 923 "license": "MPL-2.0", 924 "optional": true, 925 "os": [ 926 "win32" 927 ], 928 "engines": { 929 "node": ">= 12.0.0" 930 }, 931 "funding": { 932 "type": "opencollective", 933 "url": "https://opencollective.com/parcel" 934 } 935 }, 936 "node_modules/lightningcss-win32-x64-msvc": { 937 "version": "1.30.2", 938 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", 939 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", 940 "cpu": [ 941 "x64" 942 ], 943 "license": "MPL-2.0", 944 "optional": true, 945 "os": [ 946 "win32" 947 ], 948 "engines": { 949 "node": ">= 12.0.0" 950 }, 951 "funding": { 952 "type": "opencollective", 953 "url": "https://opencollective.com/parcel" 954 } 955 }, 956 "node_modules/lightningcss/node_modules/detect-libc": { 957 "version": "2.1.2", 958 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 959 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 960 "license": "Apache-2.0", 961 "engines": { 962 "node": ">=8" 963 } 964 }, 965 "node_modules/magic-string": { 966 "version": "0.30.21", 967 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", 968 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", 969 "license": "MIT", 970 "dependencies": { 971 "@jridgewell/sourcemap-codec": "^1.5.5" 972 } 973 }, 974 "node_modules/micromatch": { 975 "version": "4.0.8", 976 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 977 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 978 "license": "MIT", 979 "dependencies": { 980 "braces": "^3.0.3", 981 "picomatch": "^2.3.1" 982 }, 983 "engines": { 984 "node": ">=8.6" 985 } 986 }, 987 "node_modules/mri": { 988 "version": "1.2.0", 989 "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", 990 "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", 991 "license": "MIT", 992 "engines": { 993 "node": ">=4" 994 } 995 }, 996 "node_modules/node-addon-api": { 997 "version": "7.1.1", 998 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", 999 "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", 1000 "license": "MIT" 1001 }, 1002 "node_modules/picocolors": { 1003 "version": "1.1.1", 1004 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 1005 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 1006 "license": "ISC" 1007 }, 1008 "node_modules/picomatch": { 1009 "version": "2.3.1", 1010 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 1011 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 1012 "license": "MIT", 1013 "engines": { 1014 "node": ">=8.6" 1015 }, 1016 "funding": { 1017 "url": "https://github.com/sponsors/jonschlinkert" 1018 } 1019 }, 1020 "node_modules/source-map-js": { 1021 "version": "1.2.1", 1022 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 1023 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 1024 "license": "BSD-3-Clause", 1025 "engines": { 1026 "node": ">=0.10.0" 1027 } 1028 }, 1029 "node_modules/tailwindcss": { 1030 "version": "4.1.18", 1031 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", 1032 "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", 1033 "license": "MIT" 1034 }, 1035 "node_modules/tapable": { 1036 "version": "2.3.0", 1037 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", 1038 "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", 1039 "license": "MIT", 1040 "engines": { 1041 "node": ">=6" 1042 }, 1043 "funding": { 1044 "type": "opencollective", 1045 "url": "https://opencollective.com/webpack" 1046 } 1047 }, 1048 "node_modules/to-regex-range": { 1049 "version": "5.0.1", 1050 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 1051 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 1052 "license": "MIT", 1053 "dependencies": { 1054 "is-number": "^7.0.0" 1055 }, 1056 "engines": { 1057 "node": ">=8.0" 1058 } 1059 } 1060 } 1061}