todo-next

yet another task list webapp, made with Next.js
Log | Files | Refs | README

package-lock.json (50443B)


      1 {
      2   "name": "todo-next",
      3   "version": "0.1.0",
      4   "lockfileVersion": 3,
      5   "requires": true,
      6   "packages": {
      7     "": {
      8       "name": "todo-next",
      9       "version": "0.1.0",
     10       "dependencies": {
     11         "next": "15.2.5",
     12         "react": "^19.0.0",
     13         "react-dom": "^19.0.0"
     14       },
     15       "devDependencies": {
     16         "@tailwindcss/postcss": "^4",
     17         "@types/node": "^20",
     18         "@types/react": "^19",
     19         "@types/react-dom": "^19",
     20         "prettier": "3.5.3",
     21         "tailwindcss": "^4",
     22         "typescript": "^5"
     23       }
     24     },
     25     "node_modules/@alloc/quick-lru": {
     26       "version": "5.2.0",
     27       "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
     28       "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
     29       "dev": true,
     30       "license": "MIT",
     31       "engines": {
     32         "node": ">=10"
     33       },
     34       "funding": {
     35         "url": "https://github.com/sponsors/sindresorhus"
     36       }
     37     },
     38     "node_modules/@emnapi/runtime": {
     39       "version": "1.4.0",
     40       "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.0.tgz",
     41       "integrity": "sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==",
     42       "license": "MIT",
     43       "optional": true,
     44       "dependencies": {
     45         "tslib": "^2.4.0"
     46       }
     47     },
     48     "node_modules/@img/sharp-darwin-arm64": {
     49       "version": "0.33.5",
     50       "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
     51       "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
     52       "cpu": [
     53         "arm64"
     54       ],
     55       "license": "Apache-2.0",
     56       "optional": true,
     57       "os": [
     58         "darwin"
     59       ],
     60       "engines": {
     61         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
     62       },
     63       "funding": {
     64         "url": "https://opencollective.com/libvips"
     65       },
     66       "optionalDependencies": {
     67         "@img/sharp-libvips-darwin-arm64": "1.0.4"
     68       }
     69     },
     70     "node_modules/@img/sharp-darwin-x64": {
     71       "version": "0.33.5",
     72       "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
     73       "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
     74       "cpu": [
     75         "x64"
     76       ],
     77       "license": "Apache-2.0",
     78       "optional": true,
     79       "os": [
     80         "darwin"
     81       ],
     82       "engines": {
     83         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
     84       },
     85       "funding": {
     86         "url": "https://opencollective.com/libvips"
     87       },
     88       "optionalDependencies": {
     89         "@img/sharp-libvips-darwin-x64": "1.0.4"
     90       }
     91     },
     92     "node_modules/@img/sharp-libvips-darwin-arm64": {
     93       "version": "1.0.4",
     94       "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
     95       "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
     96       "cpu": [
     97         "arm64"
     98       ],
     99       "license": "LGPL-3.0-or-later",
    100       "optional": true,
    101       "os": [
    102         "darwin"
    103       ],
    104       "funding": {
    105         "url": "https://opencollective.com/libvips"
    106       }
    107     },
    108     "node_modules/@img/sharp-libvips-darwin-x64": {
    109       "version": "1.0.4",
    110       "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
    111       "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
    112       "cpu": [
    113         "x64"
    114       ],
    115       "license": "LGPL-3.0-or-later",
    116       "optional": true,
    117       "os": [
    118         "darwin"
    119       ],
    120       "funding": {
    121         "url": "https://opencollective.com/libvips"
    122       }
    123     },
    124     "node_modules/@img/sharp-libvips-linux-arm": {
    125       "version": "1.0.5",
    126       "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
    127       "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
    128       "cpu": [
    129         "arm"
    130       ],
    131       "license": "LGPL-3.0-or-later",
    132       "optional": true,
    133       "os": [
    134         "linux"
    135       ],
    136       "funding": {
    137         "url": "https://opencollective.com/libvips"
    138       }
    139     },
    140     "node_modules/@img/sharp-libvips-linux-arm64": {
    141       "version": "1.0.4",
    142       "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
    143       "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
    144       "cpu": [
    145         "arm64"
    146       ],
    147       "license": "LGPL-3.0-or-later",
    148       "optional": true,
    149       "os": [
    150         "linux"
    151       ],
    152       "funding": {
    153         "url": "https://opencollective.com/libvips"
    154       }
    155     },
    156     "node_modules/@img/sharp-libvips-linux-s390x": {
    157       "version": "1.0.4",
    158       "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
    159       "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
    160       "cpu": [
    161         "s390x"
    162       ],
    163       "license": "LGPL-3.0-or-later",
    164       "optional": true,
    165       "os": [
    166         "linux"
    167       ],
    168       "funding": {
    169         "url": "https://opencollective.com/libvips"
    170       }
    171     },
    172     "node_modules/@img/sharp-libvips-linux-x64": {
    173       "version": "1.0.4",
    174       "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
    175       "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
    176       "cpu": [
    177         "x64"
    178       ],
    179       "license": "LGPL-3.0-or-later",
    180       "optional": true,
    181       "os": [
    182         "linux"
    183       ],
    184       "funding": {
    185         "url": "https://opencollective.com/libvips"
    186       }
    187     },
    188     "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
    189       "version": "1.0.4",
    190       "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
    191       "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
    192       "cpu": [
    193         "arm64"
    194       ],
    195       "license": "LGPL-3.0-or-later",
    196       "optional": true,
    197       "os": [
    198         "linux"
    199       ],
    200       "funding": {
    201         "url": "https://opencollective.com/libvips"
    202       }
    203     },
    204     "node_modules/@img/sharp-libvips-linuxmusl-x64": {
    205       "version": "1.0.4",
    206       "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
    207       "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
    208       "cpu": [
    209         "x64"
    210       ],
    211       "license": "LGPL-3.0-or-later",
    212       "optional": true,
    213       "os": [
    214         "linux"
    215       ],
    216       "funding": {
    217         "url": "https://opencollective.com/libvips"
    218       }
    219     },
    220     "node_modules/@img/sharp-linux-arm": {
    221       "version": "0.33.5",
    222       "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
    223       "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
    224       "cpu": [
    225         "arm"
    226       ],
    227       "license": "Apache-2.0",
    228       "optional": true,
    229       "os": [
    230         "linux"
    231       ],
    232       "engines": {
    233         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    234       },
    235       "funding": {
    236         "url": "https://opencollective.com/libvips"
    237       },
    238       "optionalDependencies": {
    239         "@img/sharp-libvips-linux-arm": "1.0.5"
    240       }
    241     },
    242     "node_modules/@img/sharp-linux-arm64": {
    243       "version": "0.33.5",
    244       "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
    245       "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
    246       "cpu": [
    247         "arm64"
    248       ],
    249       "license": "Apache-2.0",
    250       "optional": true,
    251       "os": [
    252         "linux"
    253       ],
    254       "engines": {
    255         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    256       },
    257       "funding": {
    258         "url": "https://opencollective.com/libvips"
    259       },
    260       "optionalDependencies": {
    261         "@img/sharp-libvips-linux-arm64": "1.0.4"
    262       }
    263     },
    264     "node_modules/@img/sharp-linux-s390x": {
    265       "version": "0.33.5",
    266       "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
    267       "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
    268       "cpu": [
    269         "s390x"
    270       ],
    271       "license": "Apache-2.0",
    272       "optional": true,
    273       "os": [
    274         "linux"
    275       ],
    276       "engines": {
    277         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    278       },
    279       "funding": {
    280         "url": "https://opencollective.com/libvips"
    281       },
    282       "optionalDependencies": {
    283         "@img/sharp-libvips-linux-s390x": "1.0.4"
    284       }
    285     },
    286     "node_modules/@img/sharp-linux-x64": {
    287       "version": "0.33.5",
    288       "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
    289       "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
    290       "cpu": [
    291         "x64"
    292       ],
    293       "license": "Apache-2.0",
    294       "optional": true,
    295       "os": [
    296         "linux"
    297       ],
    298       "engines": {
    299         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    300       },
    301       "funding": {
    302         "url": "https://opencollective.com/libvips"
    303       },
    304       "optionalDependencies": {
    305         "@img/sharp-libvips-linux-x64": "1.0.4"
    306       }
    307     },
    308     "node_modules/@img/sharp-linuxmusl-arm64": {
    309       "version": "0.33.5",
    310       "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
    311       "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
    312       "cpu": [
    313         "arm64"
    314       ],
    315       "license": "Apache-2.0",
    316       "optional": true,
    317       "os": [
    318         "linux"
    319       ],
    320       "engines": {
    321         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    322       },
    323       "funding": {
    324         "url": "https://opencollective.com/libvips"
    325       },
    326       "optionalDependencies": {
    327         "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
    328       }
    329     },
    330     "node_modules/@img/sharp-linuxmusl-x64": {
    331       "version": "0.33.5",
    332       "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
    333       "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
    334       "cpu": [
    335         "x64"
    336       ],
    337       "license": "Apache-2.0",
    338       "optional": true,
    339       "os": [
    340         "linux"
    341       ],
    342       "engines": {
    343         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    344       },
    345       "funding": {
    346         "url": "https://opencollective.com/libvips"
    347       },
    348       "optionalDependencies": {
    349         "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
    350       }
    351     },
    352     "node_modules/@img/sharp-wasm32": {
    353       "version": "0.33.5",
    354       "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
    355       "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
    356       "cpu": [
    357         "wasm32"
    358       ],
    359       "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
    360       "optional": true,
    361       "dependencies": {
    362         "@emnapi/runtime": "^1.2.0"
    363       },
    364       "engines": {
    365         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    366       },
    367       "funding": {
    368         "url": "https://opencollective.com/libvips"
    369       }
    370     },
    371     "node_modules/@img/sharp-win32-ia32": {
    372       "version": "0.33.5",
    373       "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
    374       "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
    375       "cpu": [
    376         "ia32"
    377       ],
    378       "license": "Apache-2.0 AND LGPL-3.0-or-later",
    379       "optional": true,
    380       "os": [
    381         "win32"
    382       ],
    383       "engines": {
    384         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    385       },
    386       "funding": {
    387         "url": "https://opencollective.com/libvips"
    388       }
    389     },
    390     "node_modules/@img/sharp-win32-x64": {
    391       "version": "0.33.5",
    392       "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
    393       "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
    394       "cpu": [
    395         "x64"
    396       ],
    397       "license": "Apache-2.0 AND LGPL-3.0-or-later",
    398       "optional": true,
    399       "os": [
    400         "win32"
    401       ],
    402       "engines": {
    403         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    404       },
    405       "funding": {
    406         "url": "https://opencollective.com/libvips"
    407       }
    408     },
    409     "node_modules/@next/env": {
    410       "version": "15.2.5",
    411       "resolved": "https://registry.npmjs.org/@next/env/-/env-15.2.5.tgz",
    412       "integrity": "sha512-uWkCf9C8wKTyQjqrNk+BA7eL3LOQdhL+xlmJUf2O85RM4lbzwBwot3Sqv2QGe/RGnc3zysIf1oJdtq9S00pkmQ==",
    413       "license": "MIT"
    414     },
    415     "node_modules/@next/swc-darwin-arm64": {
    416       "version": "15.2.5",
    417       "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.2.5.tgz",
    418       "integrity": "sha512-4OimvVlFTbgzPdA0kh8A1ih6FN9pQkL4nPXGqemEYgk+e7eQhsst/p35siNNqA49eQA6bvKZ1ASsDtu9gtXuog==",
    419       "cpu": [
    420         "arm64"
    421       ],
    422       "license": "MIT",
    423       "optional": true,
    424       "os": [
    425         "darwin"
    426       ],
    427       "engines": {
    428         "node": ">= 10"
    429       }
    430     },
    431     "node_modules/@next/swc-darwin-x64": {
    432       "version": "15.2.5",
    433       "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.2.5.tgz",
    434       "integrity": "sha512-ohzRaE9YbGt1ctE0um+UGYIDkkOxHV44kEcHzLqQigoRLaiMtZzGrA11AJh2Lu0lv51XeiY1ZkUvkThjkVNBMA==",
    435       "cpu": [
    436         "x64"
    437       ],
    438       "license": "MIT",
    439       "optional": true,
    440       "os": [
    441         "darwin"
    442       ],
    443       "engines": {
    444         "node": ">= 10"
    445       }
    446     },
    447     "node_modules/@next/swc-linux-arm64-gnu": {
    448       "version": "15.2.5",
    449       "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.2.5.tgz",
    450       "integrity": "sha512-FMSdxSUt5bVXqqOoZCc/Seg4LQep9w/fXTazr/EkpXW2Eu4IFI9FD7zBDlID8TJIybmvKk7mhd9s+2XWxz4flA==",
    451       "cpu": [
    452         "arm64"
    453       ],
    454       "license": "MIT",
    455       "optional": true,
    456       "os": [
    457         "linux"
    458       ],
    459       "engines": {
    460         "node": ">= 10"
    461       }
    462     },
    463     "node_modules/@next/swc-linux-arm64-musl": {
    464       "version": "15.2.5",
    465       "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.2.5.tgz",
    466       "integrity": "sha512-4ZNKmuEiW5hRKkGp2HWwZ+JrvK4DQLgf8YDaqtZyn7NYdl0cHfatvlnLFSWUayx9yFAUagIgRGRk8pFxS8Qniw==",
    467       "cpu": [
    468         "arm64"
    469       ],
    470       "license": "MIT",
    471       "optional": true,
    472       "os": [
    473         "linux"
    474       ],
    475       "engines": {
    476         "node": ">= 10"
    477       }
    478     },
    479     "node_modules/@next/swc-linux-x64-gnu": {
    480       "version": "15.2.5",
    481       "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.2.5.tgz",
    482       "integrity": "sha512-bE6lHQ9GXIf3gCDE53u2pTl99RPZW5V1GLHSRMJ5l/oB/MT+cohu9uwnCK7QUph2xIOu2a6+27kL0REa/kqwZw==",
    483       "cpu": [
    484         "x64"
    485       ],
    486       "license": "MIT",
    487       "optional": true,
    488       "os": [
    489         "linux"
    490       ],
    491       "engines": {
    492         "node": ">= 10"
    493       }
    494     },
    495     "node_modules/@next/swc-linux-x64-musl": {
    496       "version": "15.2.5",
    497       "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.2.5.tgz",
    498       "integrity": "sha512-y7EeQuSkQbTAkCEQnJXm1asRUuGSWAchGJ3c+Qtxh8LVjXleZast8Mn/rL7tZOm7o35QeIpIcid6ufG7EVTTcA==",
    499       "cpu": [
    500         "x64"
    501       ],
    502       "license": "MIT",
    503       "optional": true,
    504       "os": [
    505         "linux"
    506       ],
    507       "engines": {
    508         "node": ">= 10"
    509       }
    510     },
    511     "node_modules/@next/swc-win32-arm64-msvc": {
    512       "version": "15.2.5",
    513       "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.2.5.tgz",
    514       "integrity": "sha512-gQMz0yA8/dskZM2Xyiq2FRShxSrsJNha40Ob/M2n2+JGRrZ0JwTVjLdvtN6vCxuq4ByhOd4a9qEf60hApNR2gQ==",
    515       "cpu": [
    516         "arm64"
    517       ],
    518       "license": "MIT",
    519       "optional": true,
    520       "os": [
    521         "win32"
    522       ],
    523       "engines": {
    524         "node": ">= 10"
    525       }
    526     },
    527     "node_modules/@next/swc-win32-x64-msvc": {
    528       "version": "15.2.5",
    529       "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.2.5.tgz",
    530       "integrity": "sha512-tBDNVUcI7U03+3oMvJ11zrtVin5p0NctiuKmTGyaTIEAVj9Q77xukLXGXRnWxKRIIdFG4OTA2rUVGZDYOwgmAA==",
    531       "cpu": [
    532         "x64"
    533       ],
    534       "license": "MIT",
    535       "optional": true,
    536       "os": [
    537         "win32"
    538       ],
    539       "engines": {
    540         "node": ">= 10"
    541       }
    542     },
    543     "node_modules/@swc/counter": {
    544       "version": "0.1.3",
    545       "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
    546       "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
    547       "license": "Apache-2.0"
    548     },
    549     "node_modules/@swc/helpers": {
    550       "version": "0.5.15",
    551       "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
    552       "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
    553       "license": "Apache-2.0",
    554       "dependencies": {
    555         "tslib": "^2.8.0"
    556       }
    557     },
    558     "node_modules/@tailwindcss/node": {
    559       "version": "4.1.3",
    560       "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.3.tgz",
    561       "integrity": "sha512-H/6r6IPFJkCfBJZ2dKZiPJ7Ueb2wbL592+9bQEl2r73qbX6yGnmQVIfiUvDRB2YI0a3PWDrzUwkvQx1XW1bNkA==",
    562       "dev": true,
    563       "license": "MIT",
    564       "dependencies": {
    565         "enhanced-resolve": "^5.18.1",
    566         "jiti": "^2.4.2",
    567         "lightningcss": "1.29.2",
    568         "tailwindcss": "4.1.3"
    569       }
    570     },
    571     "node_modules/@tailwindcss/oxide": {
    572       "version": "4.1.3",
    573       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.3.tgz",
    574       "integrity": "sha512-t16lpHCU7LBxDe/8dCj9ntyNpXaSTAgxWm1u2XQP5NiIu4KGSyrDJJRlK9hJ4U9yJxx0UKCVI67MJWFNll5mOQ==",
    575       "dev": true,
    576       "license": "MIT",
    577       "engines": {
    578         "node": ">= 10"
    579       },
    580       "optionalDependencies": {
    581         "@tailwindcss/oxide-android-arm64": "4.1.3",
    582         "@tailwindcss/oxide-darwin-arm64": "4.1.3",
    583         "@tailwindcss/oxide-darwin-x64": "4.1.3",
    584         "@tailwindcss/oxide-freebsd-x64": "4.1.3",
    585         "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.3",
    586         "@tailwindcss/oxide-linux-arm64-gnu": "4.1.3",
    587         "@tailwindcss/oxide-linux-arm64-musl": "4.1.3",
    588         "@tailwindcss/oxide-linux-x64-gnu": "4.1.3",
    589         "@tailwindcss/oxide-linux-x64-musl": "4.1.3",
    590         "@tailwindcss/oxide-win32-arm64-msvc": "4.1.3",
    591         "@tailwindcss/oxide-win32-x64-msvc": "4.1.3"
    592       }
    593     },
    594     "node_modules/@tailwindcss/oxide-android-arm64": {
    595       "version": "4.1.3",
    596       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.3.tgz",
    597       "integrity": "sha512-cxklKjtNLwFl3mDYw4XpEfBY+G8ssSg9ADL4Wm6//5woi3XGqlxFsnV5Zb6v07dxw1NvEX2uoqsxO/zWQsgR+g==",
    598       "cpu": [
    599         "arm64"
    600       ],
    601       "dev": true,
    602       "license": "MIT",
    603       "optional": true,
    604       "os": [
    605         "android"
    606       ],
    607       "engines": {
    608         "node": ">= 10"
    609       }
    610     },
    611     "node_modules/@tailwindcss/oxide-darwin-arm64": {
    612       "version": "4.1.3",
    613       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.3.tgz",
    614       "integrity": "sha512-mqkf2tLR5VCrjBvuRDwzKNShRu99gCAVMkVsaEOFvv6cCjlEKXRecPu9DEnxp6STk5z+Vlbh1M5zY3nQCXMXhw==",
    615       "cpu": [
    616         "arm64"
    617       ],
    618       "dev": true,
    619       "license": "MIT",
    620       "optional": true,
    621       "os": [
    622         "darwin"
    623       ],
    624       "engines": {
    625         "node": ">= 10"
    626       }
    627     },
    628     "node_modules/@tailwindcss/oxide-darwin-x64": {
    629       "version": "4.1.3",
    630       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.3.tgz",
    631       "integrity": "sha512-7sGraGaWzXvCLyxrc7d+CCpUN3fYnkkcso3rCzwUmo/LteAl2ZGCDlGvDD8Y/1D3ngxT8KgDj1DSwOnNewKhmg==",
    632       "cpu": [
    633         "x64"
    634       ],
    635       "dev": true,
    636       "license": "MIT",
    637       "optional": true,
    638       "os": [
    639         "darwin"
    640       ],
    641       "engines": {
    642         "node": ">= 10"
    643       }
    644     },
    645     "node_modules/@tailwindcss/oxide-freebsd-x64": {
    646       "version": "4.1.3",
    647       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.3.tgz",
    648       "integrity": "sha512-E2+PbcbzIReaAYZe997wb9rId246yDkCwAakllAWSGqe6VTg9hHle67hfH6ExjpV2LSK/siRzBUs5wVff3RW9w==",
    649       "cpu": [
    650         "x64"
    651       ],
    652       "dev": true,
    653       "license": "MIT",
    654       "optional": true,
    655       "os": [
    656         "freebsd"
    657       ],
    658       "engines": {
    659         "node": ">= 10"
    660       }
    661     },
    662     "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
    663       "version": "4.1.3",
    664       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.3.tgz",
    665       "integrity": "sha512-GvfbJ8wjSSjbLFFE3UYz4Eh8i4L6GiEYqCtA8j2Zd2oXriPuom/Ah/64pg/szWycQpzRnbDiJozoxFU2oJZyfg==",
    666       "cpu": [
    667         "arm"
    668       ],
    669       "dev": true,
    670       "license": "MIT",
    671       "optional": true,
    672       "os": [
    673         "linux"
    674       ],
    675       "engines": {
    676         "node": ">= 10"
    677       }
    678     },
    679     "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
    680       "version": "4.1.3",
    681       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.3.tgz",
    682       "integrity": "sha512-35UkuCWQTeG9BHcBQXndDOrpsnt3Pj9NVIB4CgNiKmpG8GnCNXeMczkUpOoqcOhO6Cc/mM2W7kaQ/MTEENDDXg==",
    683       "cpu": [
    684         "arm64"
    685       ],
    686       "dev": true,
    687       "license": "MIT",
    688       "optional": true,
    689       "os": [
    690         "linux"
    691       ],
    692       "engines": {
    693         "node": ">= 10"
    694       }
    695     },
    696     "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
    697       "version": "4.1.3",
    698       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.3.tgz",
    699       "integrity": "sha512-dm18aQiML5QCj9DQo7wMbt1Z2tl3Giht54uVR87a84X8qRtuXxUqnKQkRDK5B4bCOmcZ580lF9YcoMkbDYTXHQ==",
    700       "cpu": [
    701         "arm64"
    702       ],
    703       "dev": true,
    704       "license": "MIT",
    705       "optional": true,
    706       "os": [
    707         "linux"
    708       ],
    709       "engines": {
    710         "node": ">= 10"
    711       }
    712     },
    713     "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
    714       "version": "4.1.3",
    715       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.3.tgz",
    716       "integrity": "sha512-LMdTmGe/NPtGOaOfV2HuO7w07jI3cflPrVq5CXl+2O93DCewADK0uW1ORNAcfu2YxDUS035eY2W38TxrsqngxA==",
    717       "cpu": [
    718         "x64"
    719       ],
    720       "dev": true,
    721       "license": "MIT",
    722       "optional": true,
    723       "os": [
    724         "linux"
    725       ],
    726       "engines": {
    727         "node": ">= 10"
    728       }
    729     },
    730     "node_modules/@tailwindcss/oxide-linux-x64-musl": {
    731       "version": "4.1.3",
    732       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.3.tgz",
    733       "integrity": "sha512-aalNWwIi54bbFEizwl1/XpmdDrOaCjRFQRgtbv9slWjmNPuJJTIKPHf5/XXDARc9CneW9FkSTqTbyvNecYAEGw==",
    734       "cpu": [
    735         "x64"
    736       ],
    737       "dev": true,
    738       "license": "MIT",
    739       "optional": true,
    740       "os": [
    741         "linux"
    742       ],
    743       "engines": {
    744         "node": ">= 10"
    745       }
    746     },
    747     "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
    748       "version": "4.1.3",
    749       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.3.tgz",
    750       "integrity": "sha512-PEj7XR4OGTGoboTIAdXicKuWl4EQIjKHKuR+bFy9oYN7CFZo0eu74+70O4XuERX4yjqVZGAkCdglBODlgqcCXg==",
    751       "cpu": [
    752         "arm64"
    753       ],
    754       "dev": true,
    755       "license": "MIT",
    756       "optional": true,
    757       "os": [
    758         "win32"
    759       ],
    760       "engines": {
    761         "node": ">= 10"
    762       }
    763     },
    764     "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
    765       "version": "4.1.3",
    766       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.3.tgz",
    767       "integrity": "sha512-T8gfxECWDBENotpw3HR9SmNiHC9AOJdxs+woasRZ8Q/J4VHN0OMs7F+4yVNZ9EVN26Wv6mZbK0jv7eHYuLJLwA==",
    768       "cpu": [
    769         "x64"
    770       ],
    771       "dev": true,
    772       "license": "MIT",
    773       "optional": true,
    774       "os": [
    775         "win32"
    776       ],
    777       "engines": {
    778         "node": ">= 10"
    779       }
    780     },
    781     "node_modules/@tailwindcss/postcss": {
    782       "version": "4.1.3",
    783       "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.3.tgz",
    784       "integrity": "sha512-6s5nJODm98F++QT49qn8xJKHQRamhYHfMi3X7/ltxiSQ9dyRsaFSfFkfaMsanWzf+TMYQtbk8mt5f6cCVXJwfg==",
    785       "dev": true,
    786       "license": "MIT",
    787       "dependencies": {
    788         "@alloc/quick-lru": "^5.2.0",
    789         "@tailwindcss/node": "4.1.3",
    790         "@tailwindcss/oxide": "4.1.3",
    791         "postcss": "^8.4.41",
    792         "tailwindcss": "4.1.3"
    793       }
    794     },
    795     "node_modules/@types/node": {
    796       "version": "20.17.30",
    797       "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.30.tgz",
    798       "integrity": "sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==",
    799       "dev": true,
    800       "license": "MIT",
    801       "dependencies": {
    802         "undici-types": "~6.19.2"
    803       }
    804     },
    805     "node_modules/@types/react": {
    806       "version": "19.1.0",
    807       "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz",
    808       "integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==",
    809       "dev": true,
    810       "license": "MIT",
    811       "dependencies": {
    812         "csstype": "^3.0.2"
    813       }
    814     },
    815     "node_modules/@types/react-dom": {
    816       "version": "19.1.2",
    817       "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.2.tgz",
    818       "integrity": "sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==",
    819       "dev": true,
    820       "license": "MIT",
    821       "peerDependencies": {
    822         "@types/react": "^19.0.0"
    823       }
    824     },
    825     "node_modules/busboy": {
    826       "version": "1.6.0",
    827       "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
    828       "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
    829       "dependencies": {
    830         "streamsearch": "^1.1.0"
    831       },
    832       "engines": {
    833         "node": ">=10.16.0"
    834       }
    835     },
    836     "node_modules/caniuse-lite": {
    837       "version": "1.0.30001712",
    838       "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001712.tgz",
    839       "integrity": "sha512-MBqPpGYYdQ7/hfKiet9SCI+nmN5/hp4ZzveOJubl5DTAMa5oggjAuoi0Z4onBpKPFI2ePGnQuQIzF3VxDjDJig==",
    840       "funding": [
    841         {
    842           "type": "opencollective",
    843           "url": "https://opencollective.com/browserslist"
    844         },
    845         {
    846           "type": "tidelift",
    847           "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
    848         },
    849         {
    850           "type": "github",
    851           "url": "https://github.com/sponsors/ai"
    852         }
    853       ],
    854       "license": "CC-BY-4.0"
    855     },
    856     "node_modules/client-only": {
    857       "version": "0.0.1",
    858       "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
    859       "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
    860       "license": "MIT"
    861     },
    862     "node_modules/color": {
    863       "version": "4.2.3",
    864       "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
    865       "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
    866       "license": "MIT",
    867       "optional": true,
    868       "dependencies": {
    869         "color-convert": "^2.0.1",
    870         "color-string": "^1.9.0"
    871       },
    872       "engines": {
    873         "node": ">=12.5.0"
    874       }
    875     },
    876     "node_modules/color-convert": {
    877       "version": "2.0.1",
    878       "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
    879       "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
    880       "license": "MIT",
    881       "optional": true,
    882       "dependencies": {
    883         "color-name": "~1.1.4"
    884       },
    885       "engines": {
    886         "node": ">=7.0.0"
    887       }
    888     },
    889     "node_modules/color-name": {
    890       "version": "1.1.4",
    891       "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    892       "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
    893       "license": "MIT",
    894       "optional": true
    895     },
    896     "node_modules/color-string": {
    897       "version": "1.9.1",
    898       "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
    899       "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
    900       "license": "MIT",
    901       "optional": true,
    902       "dependencies": {
    903         "color-name": "^1.0.0",
    904         "simple-swizzle": "^0.2.2"
    905       }
    906     },
    907     "node_modules/csstype": {
    908       "version": "3.1.3",
    909       "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
    910       "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
    911       "dev": true,
    912       "license": "MIT"
    913     },
    914     "node_modules/detect-libc": {
    915       "version": "2.0.3",
    916       "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
    917       "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
    918       "devOptional": true,
    919       "license": "Apache-2.0",
    920       "engines": {
    921         "node": ">=8"
    922       }
    923     },
    924     "node_modules/enhanced-resolve": {
    925       "version": "5.18.1",
    926       "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
    927       "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
    928       "dev": true,
    929       "license": "MIT",
    930       "dependencies": {
    931         "graceful-fs": "^4.2.4",
    932         "tapable": "^2.2.0"
    933       },
    934       "engines": {
    935         "node": ">=10.13.0"
    936       }
    937     },
    938     "node_modules/graceful-fs": {
    939       "version": "4.2.11",
    940       "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
    941       "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
    942       "dev": true,
    943       "license": "ISC"
    944     },
    945     "node_modules/is-arrayish": {
    946       "version": "0.3.2",
    947       "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
    948       "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
    949       "license": "MIT",
    950       "optional": true
    951     },
    952     "node_modules/jiti": {
    953       "version": "2.4.2",
    954       "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
    955       "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
    956       "dev": true,
    957       "license": "MIT",
    958       "bin": {
    959         "jiti": "lib/jiti-cli.mjs"
    960       }
    961     },
    962     "node_modules/lightningcss": {
    963       "version": "1.29.2",
    964       "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.29.2.tgz",
    965       "integrity": "sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==",
    966       "dev": true,
    967       "license": "MPL-2.0",
    968       "dependencies": {
    969         "detect-libc": "^2.0.3"
    970       },
    971       "engines": {
    972         "node": ">= 12.0.0"
    973       },
    974       "funding": {
    975         "type": "opencollective",
    976         "url": "https://opencollective.com/parcel"
    977       },
    978       "optionalDependencies": {
    979         "lightningcss-darwin-arm64": "1.29.2",
    980         "lightningcss-darwin-x64": "1.29.2",
    981         "lightningcss-freebsd-x64": "1.29.2",
    982         "lightningcss-linux-arm-gnueabihf": "1.29.2",
    983         "lightningcss-linux-arm64-gnu": "1.29.2",
    984         "lightningcss-linux-arm64-musl": "1.29.2",
    985         "lightningcss-linux-x64-gnu": "1.29.2",
    986         "lightningcss-linux-x64-musl": "1.29.2",
    987         "lightningcss-win32-arm64-msvc": "1.29.2",
    988         "lightningcss-win32-x64-msvc": "1.29.2"
    989       }
    990     },
    991     "node_modules/lightningcss-darwin-arm64": {
    992       "version": "1.29.2",
    993       "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.2.tgz",
    994       "integrity": "sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==",
    995       "cpu": [
    996         "arm64"
    997       ],
    998       "dev": true,
    999       "license": "MPL-2.0",
   1000       "optional": true,
   1001       "os": [
   1002         "darwin"
   1003       ],
   1004       "engines": {
   1005         "node": ">= 12.0.0"
   1006       },
   1007       "funding": {
   1008         "type": "opencollective",
   1009         "url": "https://opencollective.com/parcel"
   1010       }
   1011     },
   1012     "node_modules/lightningcss-darwin-x64": {
   1013       "version": "1.29.2",
   1014       "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.2.tgz",
   1015       "integrity": "sha512-j5qYxamyQw4kDXX5hnnCKMf3mLlHvG44f24Qyi2965/Ycz829MYqjrVg2H8BidybHBp9kom4D7DR5VqCKDXS0w==",
   1016       "cpu": [
   1017         "x64"
   1018       ],
   1019       "dev": true,
   1020       "license": "MPL-2.0",
   1021       "optional": true,
   1022       "os": [
   1023         "darwin"
   1024       ],
   1025       "engines": {
   1026         "node": ">= 12.0.0"
   1027       },
   1028       "funding": {
   1029         "type": "opencollective",
   1030         "url": "https://opencollective.com/parcel"
   1031       }
   1032     },
   1033     "node_modules/lightningcss-freebsd-x64": {
   1034       "version": "1.29.2",
   1035       "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.2.tgz",
   1036       "integrity": "sha512-wDk7M2tM78Ii8ek9YjnY8MjV5f5JN2qNVO+/0BAGZRvXKtQrBC4/cn4ssQIpKIPP44YXw6gFdpUF+Ps+RGsCwg==",
   1037       "cpu": [
   1038         "x64"
   1039       ],
   1040       "dev": true,
   1041       "license": "MPL-2.0",
   1042       "optional": true,
   1043       "os": [
   1044         "freebsd"
   1045       ],
   1046       "engines": {
   1047         "node": ">= 12.0.0"
   1048       },
   1049       "funding": {
   1050         "type": "opencollective",
   1051         "url": "https://opencollective.com/parcel"
   1052       }
   1053     },
   1054     "node_modules/lightningcss-linux-arm-gnueabihf": {
   1055       "version": "1.29.2",
   1056       "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.2.tgz",
   1057       "integrity": "sha512-IRUrOrAF2Z+KExdExe3Rz7NSTuuJ2HvCGlMKoquK5pjvo2JY4Rybr+NrKnq0U0hZnx5AnGsuFHjGnNT14w26sg==",
   1058       "cpu": [
   1059         "arm"
   1060       ],
   1061       "dev": true,
   1062       "license": "MPL-2.0",
   1063       "optional": true,
   1064       "os": [
   1065         "linux"
   1066       ],
   1067       "engines": {
   1068         "node": ">= 12.0.0"
   1069       },
   1070       "funding": {
   1071         "type": "opencollective",
   1072         "url": "https://opencollective.com/parcel"
   1073       }
   1074     },
   1075     "node_modules/lightningcss-linux-arm64-gnu": {
   1076       "version": "1.29.2",
   1077       "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.2.tgz",
   1078       "integrity": "sha512-KKCpOlmhdjvUTX/mBuaKemp0oeDIBBLFiU5Fnqxh1/DZ4JPZi4evEH7TKoSBFOSOV3J7iEmmBaw/8dpiUvRKlQ==",
   1079       "cpu": [
   1080         "arm64"
   1081       ],
   1082       "dev": true,
   1083       "license": "MPL-2.0",
   1084       "optional": true,
   1085       "os": [
   1086         "linux"
   1087       ],
   1088       "engines": {
   1089         "node": ">= 12.0.0"
   1090       },
   1091       "funding": {
   1092         "type": "opencollective",
   1093         "url": "https://opencollective.com/parcel"
   1094       }
   1095     },
   1096     "node_modules/lightningcss-linux-arm64-musl": {
   1097       "version": "1.29.2",
   1098       "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.2.tgz",
   1099       "integrity": "sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==",
   1100       "cpu": [
   1101         "arm64"
   1102       ],
   1103       "dev": true,
   1104       "license": "MPL-2.0",
   1105       "optional": true,
   1106       "os": [
   1107         "linux"
   1108       ],
   1109       "engines": {
   1110         "node": ">= 12.0.0"
   1111       },
   1112       "funding": {
   1113         "type": "opencollective",
   1114         "url": "https://opencollective.com/parcel"
   1115       }
   1116     },
   1117     "node_modules/lightningcss-linux-x64-gnu": {
   1118       "version": "1.29.2",
   1119       "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.2.tgz",
   1120       "integrity": "sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==",
   1121       "cpu": [
   1122         "x64"
   1123       ],
   1124       "dev": true,
   1125       "license": "MPL-2.0",
   1126       "optional": true,
   1127       "os": [
   1128         "linux"
   1129       ],
   1130       "engines": {
   1131         "node": ">= 12.0.0"
   1132       },
   1133       "funding": {
   1134         "type": "opencollective",
   1135         "url": "https://opencollective.com/parcel"
   1136       }
   1137     },
   1138     "node_modules/lightningcss-linux-x64-musl": {
   1139       "version": "1.29.2",
   1140       "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.2.tgz",
   1141       "integrity": "sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==",
   1142       "cpu": [
   1143         "x64"
   1144       ],
   1145       "dev": true,
   1146       "license": "MPL-2.0",
   1147       "optional": true,
   1148       "os": [
   1149         "linux"
   1150       ],
   1151       "engines": {
   1152         "node": ">= 12.0.0"
   1153       },
   1154       "funding": {
   1155         "type": "opencollective",
   1156         "url": "https://opencollective.com/parcel"
   1157       }
   1158     },
   1159     "node_modules/lightningcss-win32-arm64-msvc": {
   1160       "version": "1.29.2",
   1161       "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.2.tgz",
   1162       "integrity": "sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==",
   1163       "cpu": [
   1164         "arm64"
   1165       ],
   1166       "dev": true,
   1167       "license": "MPL-2.0",
   1168       "optional": true,
   1169       "os": [
   1170         "win32"
   1171       ],
   1172       "engines": {
   1173         "node": ">= 12.0.0"
   1174       },
   1175       "funding": {
   1176         "type": "opencollective",
   1177         "url": "https://opencollective.com/parcel"
   1178       }
   1179     },
   1180     "node_modules/lightningcss-win32-x64-msvc": {
   1181       "version": "1.29.2",
   1182       "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.2.tgz",
   1183       "integrity": "sha512-EdIUW3B2vLuHmv7urfzMI/h2fmlnOQBk1xlsDxkN1tCWKjNFjfLhGxYk8C8mzpSfr+A6jFFIi8fU6LbQGsRWjA==",
   1184       "cpu": [
   1185         "x64"
   1186       ],
   1187       "dev": true,
   1188       "license": "MPL-2.0",
   1189       "optional": true,
   1190       "os": [
   1191         "win32"
   1192       ],
   1193       "engines": {
   1194         "node": ">= 12.0.0"
   1195       },
   1196       "funding": {
   1197         "type": "opencollective",
   1198         "url": "https://opencollective.com/parcel"
   1199       }
   1200     },
   1201     "node_modules/nanoid": {
   1202       "version": "3.3.11",
   1203       "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
   1204       "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
   1205       "funding": [
   1206         {
   1207           "type": "github",
   1208           "url": "https://github.com/sponsors/ai"
   1209         }
   1210       ],
   1211       "license": "MIT",
   1212       "bin": {
   1213         "nanoid": "bin/nanoid.cjs"
   1214       },
   1215       "engines": {
   1216         "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
   1217       }
   1218     },
   1219     "node_modules/next": {
   1220       "version": "15.2.5",
   1221       "resolved": "https://registry.npmjs.org/next/-/next-15.2.5.tgz",
   1222       "integrity": "sha512-LlqS8ljc7RWR3riUwxB5+14v7ULAa5EuLUyarD/sFgXPd6Hmmscg8DXcu9hDdh5atybrIDVBrFhjDpRIQo/4pQ==",
   1223       "license": "MIT",
   1224       "dependencies": {
   1225         "@next/env": "15.2.5",
   1226         "@swc/counter": "0.1.3",
   1227         "@swc/helpers": "0.5.15",
   1228         "busboy": "1.6.0",
   1229         "caniuse-lite": "^1.0.30001579",
   1230         "postcss": "8.4.31",
   1231         "styled-jsx": "5.1.6"
   1232       },
   1233       "bin": {
   1234         "next": "dist/bin/next"
   1235       },
   1236       "engines": {
   1237         "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
   1238       },
   1239       "optionalDependencies": {
   1240         "@next/swc-darwin-arm64": "15.2.5",
   1241         "@next/swc-darwin-x64": "15.2.5",
   1242         "@next/swc-linux-arm64-gnu": "15.2.5",
   1243         "@next/swc-linux-arm64-musl": "15.2.5",
   1244         "@next/swc-linux-x64-gnu": "15.2.5",
   1245         "@next/swc-linux-x64-musl": "15.2.5",
   1246         "@next/swc-win32-arm64-msvc": "15.2.5",
   1247         "@next/swc-win32-x64-msvc": "15.2.5",
   1248         "sharp": "^0.33.5"
   1249       },
   1250       "peerDependencies": {
   1251         "@opentelemetry/api": "^1.1.0",
   1252         "@playwright/test": "^1.41.2",
   1253         "babel-plugin-react-compiler": "*",
   1254         "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
   1255         "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
   1256         "sass": "^1.3.0"
   1257       },
   1258       "peerDependenciesMeta": {
   1259         "@opentelemetry/api": {
   1260           "optional": true
   1261         },
   1262         "@playwright/test": {
   1263           "optional": true
   1264         },
   1265         "babel-plugin-react-compiler": {
   1266           "optional": true
   1267         },
   1268         "sass": {
   1269           "optional": true
   1270         }
   1271       }
   1272     },
   1273     "node_modules/next/node_modules/postcss": {
   1274       "version": "8.4.31",
   1275       "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
   1276       "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
   1277       "funding": [
   1278         {
   1279           "type": "opencollective",
   1280           "url": "https://opencollective.com/postcss/"
   1281         },
   1282         {
   1283           "type": "tidelift",
   1284           "url": "https://tidelift.com/funding/github/npm/postcss"
   1285         },
   1286         {
   1287           "type": "github",
   1288           "url": "https://github.com/sponsors/ai"
   1289         }
   1290       ],
   1291       "license": "MIT",
   1292       "dependencies": {
   1293         "nanoid": "^3.3.6",
   1294         "picocolors": "^1.0.0",
   1295         "source-map-js": "^1.0.2"
   1296       },
   1297       "engines": {
   1298         "node": "^10 || ^12 || >=14"
   1299       }
   1300     },
   1301     "node_modules/picocolors": {
   1302       "version": "1.1.1",
   1303       "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
   1304       "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
   1305       "license": "ISC"
   1306     },
   1307     "node_modules/postcss": {
   1308       "version": "8.5.3",
   1309       "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
   1310       "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
   1311       "dev": true,
   1312       "funding": [
   1313         {
   1314           "type": "opencollective",
   1315           "url": "https://opencollective.com/postcss/"
   1316         },
   1317         {
   1318           "type": "tidelift",
   1319           "url": "https://tidelift.com/funding/github/npm/postcss"
   1320         },
   1321         {
   1322           "type": "github",
   1323           "url": "https://github.com/sponsors/ai"
   1324         }
   1325       ],
   1326       "license": "MIT",
   1327       "dependencies": {
   1328         "nanoid": "^3.3.8",
   1329         "picocolors": "^1.1.1",
   1330         "source-map-js": "^1.2.1"
   1331       },
   1332       "engines": {
   1333         "node": "^10 || ^12 || >=14"
   1334       }
   1335     },
   1336     "node_modules/prettier": {
   1337       "version": "3.5.3",
   1338       "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
   1339       "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
   1340       "dev": true,
   1341       "license": "MIT",
   1342       "bin": {
   1343         "prettier": "bin/prettier.cjs"
   1344       },
   1345       "engines": {
   1346         "node": ">=14"
   1347       },
   1348       "funding": {
   1349         "url": "https://github.com/prettier/prettier?sponsor=1"
   1350       }
   1351     },
   1352     "node_modules/react": {
   1353       "version": "19.1.0",
   1354       "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
   1355       "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
   1356       "license": "MIT",
   1357       "engines": {
   1358         "node": ">=0.10.0"
   1359       }
   1360     },
   1361     "node_modules/react-dom": {
   1362       "version": "19.1.0",
   1363       "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
   1364       "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
   1365       "license": "MIT",
   1366       "dependencies": {
   1367         "scheduler": "^0.26.0"
   1368       },
   1369       "peerDependencies": {
   1370         "react": "^19.1.0"
   1371       }
   1372     },
   1373     "node_modules/scheduler": {
   1374       "version": "0.26.0",
   1375       "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
   1376       "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
   1377       "license": "MIT"
   1378     },
   1379     "node_modules/semver": {
   1380       "version": "7.7.1",
   1381       "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
   1382       "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
   1383       "license": "ISC",
   1384       "optional": true,
   1385       "bin": {
   1386         "semver": "bin/semver.js"
   1387       },
   1388       "engines": {
   1389         "node": ">=10"
   1390       }
   1391     },
   1392     "node_modules/sharp": {
   1393       "version": "0.33.5",
   1394       "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
   1395       "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
   1396       "hasInstallScript": true,
   1397       "license": "Apache-2.0",
   1398       "optional": true,
   1399       "dependencies": {
   1400         "color": "^4.2.3",
   1401         "detect-libc": "^2.0.3",
   1402         "semver": "^7.6.3"
   1403       },
   1404       "engines": {
   1405         "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
   1406       },
   1407       "funding": {
   1408         "url": "https://opencollective.com/libvips"
   1409       },
   1410       "optionalDependencies": {
   1411         "@img/sharp-darwin-arm64": "0.33.5",
   1412         "@img/sharp-darwin-x64": "0.33.5",
   1413         "@img/sharp-libvips-darwin-arm64": "1.0.4",
   1414         "@img/sharp-libvips-darwin-x64": "1.0.4",
   1415         "@img/sharp-libvips-linux-arm": "1.0.5",
   1416         "@img/sharp-libvips-linux-arm64": "1.0.4",
   1417         "@img/sharp-libvips-linux-s390x": "1.0.4",
   1418         "@img/sharp-libvips-linux-x64": "1.0.4",
   1419         "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
   1420         "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
   1421         "@img/sharp-linux-arm": "0.33.5",
   1422         "@img/sharp-linux-arm64": "0.33.5",
   1423         "@img/sharp-linux-s390x": "0.33.5",
   1424         "@img/sharp-linux-x64": "0.33.5",
   1425         "@img/sharp-linuxmusl-arm64": "0.33.5",
   1426         "@img/sharp-linuxmusl-x64": "0.33.5",
   1427         "@img/sharp-wasm32": "0.33.5",
   1428         "@img/sharp-win32-ia32": "0.33.5",
   1429         "@img/sharp-win32-x64": "0.33.5"
   1430       }
   1431     },
   1432     "node_modules/simple-swizzle": {
   1433       "version": "0.2.2",
   1434       "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
   1435       "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
   1436       "license": "MIT",
   1437       "optional": true,
   1438       "dependencies": {
   1439         "is-arrayish": "^0.3.1"
   1440       }
   1441     },
   1442     "node_modules/source-map-js": {
   1443       "version": "1.2.1",
   1444       "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
   1445       "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
   1446       "license": "BSD-3-Clause",
   1447       "engines": {
   1448         "node": ">=0.10.0"
   1449       }
   1450     },
   1451     "node_modules/streamsearch": {
   1452       "version": "1.1.0",
   1453       "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
   1454       "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
   1455       "engines": {
   1456         "node": ">=10.0.0"
   1457       }
   1458     },
   1459     "node_modules/styled-jsx": {
   1460       "version": "5.1.6",
   1461       "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
   1462       "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
   1463       "license": "MIT",
   1464       "dependencies": {
   1465         "client-only": "0.0.1"
   1466       },
   1467       "engines": {
   1468         "node": ">= 12.0.0"
   1469       },
   1470       "peerDependencies": {
   1471         "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
   1472       },
   1473       "peerDependenciesMeta": {
   1474         "@babel/core": {
   1475           "optional": true
   1476         },
   1477         "babel-plugin-macros": {
   1478           "optional": true
   1479         }
   1480       }
   1481     },
   1482     "node_modules/tailwindcss": {
   1483       "version": "4.1.3",
   1484       "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.3.tgz",
   1485       "integrity": "sha512-2Q+rw9vy1WFXu5cIxlvsabCwhU2qUwodGq03ODhLJ0jW4ek5BUtoCsnLB0qG+m8AHgEsSJcJGDSDe06FXlP74g==",
   1486       "dev": true,
   1487       "license": "MIT"
   1488     },
   1489     "node_modules/tapable": {
   1490       "version": "2.2.1",
   1491       "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
   1492       "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
   1493       "dev": true,
   1494       "license": "MIT",
   1495       "engines": {
   1496         "node": ">=6"
   1497       }
   1498     },
   1499     "node_modules/tslib": {
   1500       "version": "2.8.1",
   1501       "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
   1502       "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
   1503       "license": "0BSD"
   1504     },
   1505     "node_modules/typescript": {
   1506       "version": "5.8.3",
   1507       "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
   1508       "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
   1509       "dev": true,
   1510       "license": "Apache-2.0",
   1511       "bin": {
   1512         "tsc": "bin/tsc",
   1513         "tsserver": "bin/tsserver"
   1514       },
   1515       "engines": {
   1516         "node": ">=14.17"
   1517       }
   1518     },
   1519     "node_modules/undici-types": {
   1520       "version": "6.19.8",
   1521       "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
   1522       "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
   1523       "dev": true,
   1524       "license": "MIT"
   1525     }
   1526   }
   1527 }