[READ-ONLY] Mirror of https://github.com/thoda-dev/nuxt-ollama. Simple integration of the official Ollama JavaScript Library for your Nuxt application.
0

Configure Feed

Select the types of activity you want to include in your feed.

refactor appImports for compatibility

Thomas (Nov 19, 2025, 9:33 AM +0100) 6fed0bd6 d47c6693

+384 -304
+2 -2
package.json
··· 34 34 "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" 35 35 }, 36 36 "dependencies": { 37 - "@typescript-eslint/eslint-plugin": "^8.46.4", 38 - "@typescript-eslint/parser": "^8.46.4", 37 + "@typescript-eslint/eslint-plugin": "^8.47.0", 38 + "@typescript-eslint/parser": "^8.47.0", 39 39 "defu": "^6.1.4", 40 40 "ollama": "^0.6.3" 41 41 },
+9 -9
playground/nuxt.config.ts
··· 4 4 devtools: { enabled: true }, 5 5 compatibilityDate: '2025-10-29', 6 6 7 - // ollama: { 8 - // protocol: 'http', 9 - // host: 'localhost', 10 - // port: 11434, 11 - // }, 12 - 13 7 ollama: { 14 - protocol: 'https', 15 - host: 'ollama.com', 16 - api_key: process.env.OLLAMA_API_KEY, 8 + protocol: 'http', 9 + host: 'localhost', 10 + port: 11434, 17 11 }, 12 + 13 + // ollama: { 14 + // protocol: 'https', 15 + // host: 'ollama.com', 16 + // api_key: process.env.OLLAMA_API_KEY, 17 + // }, 18 18 })
+1 -1
playground/package.json
··· 8 8 "generate": "nuxi generate" 9 9 }, 10 10 "dependencies": { 11 - "nuxt": "^4.1.3" 11 + "nuxt": "^4.2.1" 12 12 } 13 13 }
+1 -1
playground/server/api/ollama.get.ts
··· 1 1 export default defineEventHandler(async () => { 2 2 const ollama = useOllama() 3 3 return await ollama.chat({ 4 - model: 'gpt-oss:120b', 4 + model: 'llama3.2', 5 5 messages: [ 6 6 { 7 7 role: 'user',
+368 -277
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@typescript-eslint/eslint-plugin': 12 - specifier: ^8.46.4 13 - version: 8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 12 + specifier: ^8.47.0 13 + version: 8.47.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 14 14 '@typescript-eslint/parser': 15 - specifier: ^8.46.4 16 - version: 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 15 + specifier: ^8.47.0 16 + version: 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 17 17 defu: 18 18 specifier: ^6.1.4 19 19 version: 6.1.4 ··· 26 26 version: 3.1.0(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) 27 27 '@nuxt/eslint-config': 28 28 specifier: ^1.10.0 29 - version: 1.10.0(@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.24)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 29 + version: 1.10.0(@typescript-eslint/utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.24)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 30 30 '@nuxt/kit': 31 31 specifier: ^4.2.1 32 32 version: 4.2.1(magicast@0.5.1) ··· 50 50 version: 9.39.1(jiti@2.6.1) 51 51 nuxt: 52 52 specifier: ^4.2.1 53 - version: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1) 53 + version: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(ms@2.1.3)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1) 54 54 typescript: 55 55 specifier: ^5.9.3 56 56 version: 5.9.3 ··· 1491 1491 '@rolldown/pluginutils@1.0.0-beta.50': 1492 1492 resolution: {integrity: sha512-5e76wQiQVeL1ICOZVUg4LSOVYg9jyhGCin+icYozhsUzM+fHE7kddi1bdiE0jwVqTfkjba3jUFbEkoC9WkdvyA==} 1493 1493 1494 + '@rolldown/pluginutils@1.0.0-beta.51': 1495 + resolution: {integrity: sha512-51/8cNXMrqWqX3o8DZidhwz1uYq0BhHDDSfVygAND1Skx5s1TDw3APSSxCMcFFedwgqGcx34gRouwY+m404BBQ==} 1496 + 1494 1497 '@rollup/plugin-alias@5.1.1': 1495 1498 resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} 1496 1499 engines: {node: '>=14.0.0'} ··· 1577 1580 cpu: [arm] 1578 1581 os: [android] 1579 1582 1580 - '@rollup/rollup-android-arm-eabi@4.53.2': 1581 - resolution: {integrity: sha512-yDPzwsgiFO26RJA4nZo8I+xqzh7sJTZIWQOxn+/XOdPE31lAvLIYCKqjV+lNH/vxE2L2iH3plKxDCRK6i+CwhA==} 1583 + '@rollup/rollup-android-arm-eabi@4.53.3': 1584 + resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==} 1582 1585 cpu: [arm] 1583 1586 os: [android] 1584 1587 ··· 1587 1590 cpu: [arm64] 1588 1591 os: [android] 1589 1592 1590 - '@rollup/rollup-android-arm64@4.53.2': 1591 - resolution: {integrity: sha512-k8FontTxIE7b0/OGKeSN5B6j25EuppBcWM33Z19JoVT7UTXFSo3D9CdU39wGTeb29NO3XxpMNauh09B+Ibw+9g==} 1593 + '@rollup/rollup-android-arm64@4.53.3': 1594 + resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==} 1592 1595 cpu: [arm64] 1593 1596 os: [android] 1594 1597 ··· 1597 1600 cpu: [arm64] 1598 1601 os: [darwin] 1599 1602 1600 - '@rollup/rollup-darwin-arm64@4.53.2': 1601 - resolution: {integrity: sha512-A6s4gJpomNBtJ2yioj8bflM2oogDwzUiMl2yNJ2v9E7++sHrSrsQ29fOfn5DM/iCzpWcebNYEdXpaK4tr2RhfQ==} 1603 + '@rollup/rollup-darwin-arm64@4.53.3': 1604 + resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==} 1602 1605 cpu: [arm64] 1603 1606 os: [darwin] 1604 1607 ··· 1607 1610 cpu: [x64] 1608 1611 os: [darwin] 1609 1612 1610 - '@rollup/rollup-darwin-x64@4.53.2': 1611 - resolution: {integrity: sha512-e6XqVmXlHrBlG56obu9gDRPW3O3hLxpwHpLsBJvuI8qqnsrtSZ9ERoWUXtPOkY8c78WghyPHZdmPhHLWNdAGEw==} 1613 + '@rollup/rollup-darwin-x64@4.53.3': 1614 + resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==} 1612 1615 cpu: [x64] 1613 1616 os: [darwin] 1614 1617 ··· 1617 1620 cpu: [arm64] 1618 1621 os: [freebsd] 1619 1622 1620 - '@rollup/rollup-freebsd-arm64@4.53.2': 1621 - resolution: {integrity: sha512-v0E9lJW8VsrwPux5Qe5CwmH/CF/2mQs6xU1MF3nmUxmZUCHazCjLgYvToOk+YuuUqLQBio1qkkREhxhc656ViA==} 1623 + '@rollup/rollup-freebsd-arm64@4.53.3': 1624 + resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==} 1622 1625 cpu: [arm64] 1623 1626 os: [freebsd] 1624 1627 ··· 1627 1630 cpu: [x64] 1628 1631 os: [freebsd] 1629 1632 1630 - '@rollup/rollup-freebsd-x64@4.53.2': 1631 - resolution: {integrity: sha512-ClAmAPx3ZCHtp6ysl4XEhWU69GUB1D+s7G9YjHGhIGCSrsg00nEGRRZHmINYxkdoJehde8VIsDC5t9C0gb6yqA==} 1633 + '@rollup/rollup-freebsd-x64@4.53.3': 1634 + resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==} 1632 1635 cpu: [x64] 1633 1636 os: [freebsd] 1634 1637 ··· 1637 1640 cpu: [arm] 1638 1641 os: [linux] 1639 1642 1640 - '@rollup/rollup-linux-arm-gnueabihf@4.53.2': 1641 - resolution: {integrity: sha512-EPlb95nUsz6Dd9Qy13fI5kUPXNSljaG9FiJ4YUGU1O/Q77i5DYFW5KR8g1OzTcdZUqQQ1KdDqsTohdFVwCwjqg==} 1643 + '@rollup/rollup-linux-arm-gnueabihf@4.53.3': 1644 + resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==} 1642 1645 cpu: [arm] 1643 1646 os: [linux] 1644 1647 ··· 1647 1650 cpu: [arm] 1648 1651 os: [linux] 1649 1652 1650 - '@rollup/rollup-linux-arm-musleabihf@4.53.2': 1651 - resolution: {integrity: sha512-BOmnVW+khAUX+YZvNfa0tGTEMVVEerOxN0pDk2E6N6DsEIa2Ctj48FOMfNDdrwinocKaC7YXUZ1pHlKpnkja/Q==} 1653 + '@rollup/rollup-linux-arm-musleabihf@4.53.3': 1654 + resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==} 1652 1655 cpu: [arm] 1653 1656 os: [linux] 1654 1657 ··· 1657 1660 cpu: [arm64] 1658 1661 os: [linux] 1659 1662 1660 - '@rollup/rollup-linux-arm64-gnu@4.53.2': 1661 - resolution: {integrity: sha512-Xt2byDZ+6OVNuREgBXr4+CZDJtrVso5woFtpKdGPhpTPHcNG7D8YXeQzpNbFRxzTVqJf7kvPMCub/pcGUWgBjA==} 1663 + '@rollup/rollup-linux-arm64-gnu@4.53.3': 1664 + resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==} 1662 1665 cpu: [arm64] 1663 1666 os: [linux] 1664 1667 ··· 1667 1670 cpu: [arm64] 1668 1671 os: [linux] 1669 1672 1670 - '@rollup/rollup-linux-arm64-musl@4.53.2': 1671 - resolution: {integrity: sha512-+LdZSldy/I9N8+klim/Y1HsKbJ3BbInHav5qE9Iy77dtHC/pibw1SR/fXlWyAk0ThnpRKoODwnAuSjqxFRDHUQ==} 1673 + '@rollup/rollup-linux-arm64-musl@4.53.3': 1674 + resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==} 1672 1675 cpu: [arm64] 1673 1676 os: [linux] 1674 1677 ··· 1677 1680 cpu: [loong64] 1678 1681 os: [linux] 1679 1682 1680 - '@rollup/rollup-linux-loong64-gnu@4.53.2': 1681 - resolution: {integrity: sha512-8ms8sjmyc1jWJS6WdNSA23rEfdjWB30LH8Wqj0Cqvv7qSHnvw6kgMMXRdop6hkmGPlyYBdRPkjJnj3KCUHV/uQ==} 1683 + '@rollup/rollup-linux-loong64-gnu@4.53.3': 1684 + resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} 1682 1685 cpu: [loong64] 1683 1686 os: [linux] 1684 1687 ··· 1687 1690 cpu: [ppc64] 1688 1691 os: [linux] 1689 1692 1690 - '@rollup/rollup-linux-ppc64-gnu@4.53.2': 1691 - resolution: {integrity: sha512-3HRQLUQbpBDMmzoxPJYd3W6vrVHOo2cVW8RUo87Xz0JPJcBLBr5kZ1pGcQAhdZgX9VV7NbGNipah1omKKe23/g==} 1693 + '@rollup/rollup-linux-ppc64-gnu@4.53.3': 1694 + resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==} 1692 1695 cpu: [ppc64] 1693 1696 os: [linux] 1694 1697 ··· 1697 1700 cpu: [riscv64] 1698 1701 os: [linux] 1699 1702 1700 - '@rollup/rollup-linux-riscv64-gnu@4.53.2': 1701 - resolution: {integrity: sha512-fMjKi+ojnmIvhk34gZP94vjogXNNUKMEYs+EDaB/5TG/wUkoeua7p7VCHnE6T2Tx+iaghAqQX8teQzcvrYpaQA==} 1703 + '@rollup/rollup-linux-riscv64-gnu@4.53.3': 1704 + resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==} 1702 1705 cpu: [riscv64] 1703 1706 os: [linux] 1704 1707 ··· 1707 1710 cpu: [riscv64] 1708 1711 os: [linux] 1709 1712 1710 - '@rollup/rollup-linux-riscv64-musl@4.53.2': 1711 - resolution: {integrity: sha512-XuGFGU+VwUUV5kLvoAdi0Wz5Xbh2SrjIxCtZj6Wq8MDp4bflb/+ThZsVxokM7n0pcbkEr2h5/pzqzDYI7cCgLQ==} 1713 + '@rollup/rollup-linux-riscv64-musl@4.53.3': 1714 + resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} 1712 1715 cpu: [riscv64] 1713 1716 os: [linux] 1714 1717 ··· 1717 1720 cpu: [s390x] 1718 1721 os: [linux] 1719 1722 1720 - '@rollup/rollup-linux-s390x-gnu@4.53.2': 1721 - resolution: {integrity: sha512-w6yjZF0P+NGzWR3AXWX9zc0DNEGdtvykB03uhonSHMRa+oWA6novflo2WaJr6JZakG2ucsyb+rvhrKac6NIy+w==} 1723 + '@rollup/rollup-linux-s390x-gnu@4.53.3': 1724 + resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==} 1722 1725 cpu: [s390x] 1723 1726 os: [linux] 1724 1727 ··· 1727 1730 cpu: [x64] 1728 1731 os: [linux] 1729 1732 1730 - '@rollup/rollup-linux-x64-gnu@4.53.2': 1731 - resolution: {integrity: sha512-yo8d6tdfdeBArzC7T/PnHd7OypfI9cbuZzPnzLJIyKYFhAQ8SvlkKtKBMbXDxe1h03Rcr7u++nFS7tqXz87Gtw==} 1733 + '@rollup/rollup-linux-x64-gnu@4.53.3': 1734 + resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==} 1732 1735 cpu: [x64] 1733 1736 os: [linux] 1734 1737 ··· 1737 1740 cpu: [x64] 1738 1741 os: [linux] 1739 1742 1740 - '@rollup/rollup-linux-x64-musl@4.53.2': 1741 - resolution: {integrity: sha512-ah59c1YkCxKExPP8O9PwOvs+XRLKwh/mV+3YdKqQ5AMQ0r4M4ZDuOrpWkUaqO7fzAHdINzV9tEVu8vNw48z0lA==} 1743 + '@rollup/rollup-linux-x64-musl@4.53.3': 1744 + resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==} 1742 1745 cpu: [x64] 1743 1746 os: [linux] 1744 1747 ··· 1747 1750 cpu: [arm64] 1748 1751 os: [openharmony] 1749 1752 1750 - '@rollup/rollup-openharmony-arm64@4.53.2': 1751 - resolution: {integrity: sha512-4VEd19Wmhr+Zy7hbUsFZ6YXEiP48hE//KPLCSVNY5RMGX2/7HZ+QkN55a3atM1C/BZCGIgqN+xrVgtdak2S9+A==} 1753 + '@rollup/rollup-openharmony-arm64@4.53.3': 1754 + resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} 1752 1755 cpu: [arm64] 1753 1756 os: [openharmony] 1754 1757 ··· 1757 1760 cpu: [arm64] 1758 1761 os: [win32] 1759 1762 1760 - '@rollup/rollup-win32-arm64-msvc@4.53.2': 1761 - resolution: {integrity: sha512-IlbHFYc/pQCgew/d5fslcy1KEaYVCJ44G8pajugd8VoOEI8ODhtb/j8XMhLpwHCMB3yk2J07ctup10gpw2nyMA==} 1763 + '@rollup/rollup-win32-arm64-msvc@4.53.3': 1764 + resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==} 1762 1765 cpu: [arm64] 1763 1766 os: [win32] 1764 1767 ··· 1767 1770 cpu: [ia32] 1768 1771 os: [win32] 1769 1772 1770 - '@rollup/rollup-win32-ia32-msvc@4.53.2': 1771 - resolution: {integrity: sha512-lNlPEGgdUfSzdCWU176ku/dQRnA7W+Gp8d+cWv73jYrb8uT7HTVVxq62DUYxjbaByuf1Yk0RIIAbDzp+CnOTFg==} 1773 + '@rollup/rollup-win32-ia32-msvc@4.53.3': 1774 + resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==} 1772 1775 cpu: [ia32] 1773 1776 os: [win32] 1774 1777 ··· 1777 1780 cpu: [x64] 1778 1781 os: [win32] 1779 1782 1780 - '@rollup/rollup-win32-x64-gnu@4.53.2': 1781 - resolution: {integrity: sha512-S6YojNVrHybQis2lYov1sd+uj7K0Q05NxHcGktuMMdIQ2VixGwAfbJ23NnlvvVV1bdpR2m5MsNBViHJKcA4ADw==} 1783 + '@rollup/rollup-win32-x64-gnu@4.53.3': 1784 + resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} 1782 1785 cpu: [x64] 1783 1786 os: [win32] 1784 1787 ··· 1787 1790 cpu: [x64] 1788 1791 os: [win32] 1789 1792 1790 - '@rollup/rollup-win32-x64-msvc@4.53.2': 1791 - resolution: {integrity: sha512-k+/Rkcyx//P6fetPoLMb8pBeqJBNGx81uuf7iljX9++yNBVRDQgD04L+SVXmXmh5ZP4/WOp4mWF0kmi06PW2tA==} 1793 + '@rollup/rollup-win32-x64-msvc@4.53.3': 1794 + resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==} 1792 1795 cpu: [x64] 1793 1796 os: [win32] 1794 1797 ··· 1817 1820 '@speed-highlight/core@1.2.8': 1818 1821 resolution: {integrity: sha512-IGytNtnUnPIobIbOq5Y6LIlqiHNX+vnToQIS7lj6L5819C+rA8TXRDkkG8vePsiBOGcoW9R6i+dp2YBUKdB09Q==} 1819 1822 1820 - '@stylistic/eslint-plugin@5.5.0': 1821 - resolution: {integrity: sha512-IeZF+8H0ns6prg4VrkhgL+yrvDXWDH2cKchrbh80ejG9dQgZWp10epHMbgRuQvgchLII/lfh6Xn3lu6+6L86Hw==} 1823 + '@stylistic/eslint-plugin@5.6.1': 1824 + resolution: {integrity: sha512-JCs+MqoXfXrRPGbGmho/zGS/jMcn3ieKl/A8YImqib76C8kjgZwq5uUFzc30lJkMvcchuRn6/v8IApLxli3Jyw==} 1822 1825 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1823 1826 peerDependencies: 1824 1827 eslint: '>=9.0.0' ··· 1851 1854 '@types/resolve@1.20.2': 1852 1855 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} 1853 1856 1854 - '@typescript-eslint/eslint-plugin@8.46.4': 1855 - resolution: {integrity: sha512-R48VhmTJqplNyDxCyqqVkFSZIx1qX6PzwqgcXn1olLrzxcSBDlOsbtcnQuQhNtnNiJ4Xe5gREI1foajYaYU2Vg==} 1857 + '@typescript-eslint/eslint-plugin@8.47.0': 1858 + resolution: {integrity: sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==} 1856 1859 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1857 1860 peerDependencies: 1858 - '@typescript-eslint/parser': ^8.46.4 1861 + '@typescript-eslint/parser': ^8.47.0 1859 1862 eslint: ^8.57.0 || ^9.0.0 1860 1863 typescript: '>=4.8.4 <6.0.0' 1861 1864 1862 - '@typescript-eslint/parser@8.46.4': 1863 - resolution: {integrity: sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w==} 1865 + '@typescript-eslint/parser@8.47.0': 1866 + resolution: {integrity: sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==} 1864 1867 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1865 1868 peerDependencies: 1866 1869 eslint: ^8.57.0 || ^9.0.0 1867 1870 typescript: '>=4.8.4 <6.0.0' 1868 1871 1869 - '@typescript-eslint/project-service@8.46.4': 1870 - resolution: {integrity: sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ==} 1872 + '@typescript-eslint/project-service@8.47.0': 1873 + resolution: {integrity: sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==} 1871 1874 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1872 1875 peerDependencies: 1873 1876 typescript: '>=4.8.4 <6.0.0' 1874 1877 1875 - '@typescript-eslint/scope-manager@8.46.4': 1876 - resolution: {integrity: sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==} 1878 + '@typescript-eslint/scope-manager@8.47.0': 1879 + resolution: {integrity: sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==} 1877 1880 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1878 1881 1879 - '@typescript-eslint/tsconfig-utils@8.46.4': 1880 - resolution: {integrity: sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==} 1882 + '@typescript-eslint/tsconfig-utils@8.47.0': 1883 + resolution: {integrity: sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==} 1881 1884 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1882 1885 peerDependencies: 1883 1886 typescript: '>=4.8.4 <6.0.0' 1884 1887 1885 - '@typescript-eslint/type-utils@8.46.4': 1886 - resolution: {integrity: sha512-V4QC8h3fdT5Wro6vANk6eojqfbv5bpwHuMsBcJUJkqs2z5XnYhJzyz9Y02eUmF9u3PgXEUiOt4w4KHR3P+z0PQ==} 1888 + '@typescript-eslint/type-utils@8.47.0': 1889 + resolution: {integrity: sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==} 1887 1890 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1888 1891 peerDependencies: 1889 1892 eslint: ^8.57.0 || ^9.0.0 1890 1893 typescript: '>=4.8.4 <6.0.0' 1891 1894 1892 - '@typescript-eslint/types@8.46.4': 1893 - resolution: {integrity: sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==} 1895 + '@typescript-eslint/types@8.47.0': 1896 + resolution: {integrity: sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==} 1894 1897 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1895 1898 1896 - '@typescript-eslint/typescript-estree@8.46.4': 1897 - resolution: {integrity: sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA==} 1899 + '@typescript-eslint/typescript-estree@8.47.0': 1900 + resolution: {integrity: sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==} 1898 1901 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1899 1902 peerDependencies: 1900 1903 typescript: '>=4.8.4 <6.0.0' 1901 1904 1902 - '@typescript-eslint/utils@8.46.4': 1903 - resolution: {integrity: sha512-AbSv11fklGXV6T28dp2Me04Uw90R2iJ30g2bgLz529Koehrmkbs1r7paFqr1vPCZi7hHwYxYtxfyQMRC8QaVSg==} 1905 + '@typescript-eslint/utils@8.47.0': 1906 + resolution: {integrity: sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==} 1904 1907 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1905 1908 peerDependencies: 1906 1909 eslint: ^8.57.0 || ^9.0.0 1907 1910 typescript: '>=4.8.4 <6.0.0' 1908 1911 1909 - '@typescript-eslint/visitor-keys@8.46.4': 1910 - resolution: {integrity: sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==} 1912 + '@typescript-eslint/visitor-keys@8.47.0': 1913 + resolution: {integrity: sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==} 1911 1914 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1912 1915 1913 1916 '@unhead/vue@2.0.19': ··· 2022 2025 vite: ^5.0.0 || ^6.0.0 || ^7.0.0 2023 2026 vue: ^3.0.0 2024 2027 2028 + '@vitejs/plugin-vue-jsx@5.1.2': 2029 + resolution: {integrity: sha512-3a2BOryRjG/Iih87x87YXz5c8nw27eSlHytvSKYfp8ZIsp5+FgFQoKeA7k2PnqWpjJrv6AoVTMnvmuKUXb771A==} 2030 + engines: {node: ^20.19.0 || >=22.12.0} 2031 + peerDependencies: 2032 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 2033 + vue: ^3.0.0 2034 + 2025 2035 '@vitejs/plugin-vue@6.0.1': 2026 2036 resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==} 2027 2037 engines: {node: ^20.19.0 || >=22.12.0} ··· 2029 2039 vite: ^5.0.0 || ^6.0.0 || ^7.0.0 2030 2040 vue: ^3.2.25 2031 2041 2042 + '@vitejs/plugin-vue@6.0.2': 2043 + resolution: {integrity: sha512-iHmwV3QcVGGvSC1BG5bZ4z6iwa1SOpAPWmnjOErd4Ske+lZua5K9TtAVdx0gMBClJ28DViCbSmZitjWZsWO3LA==} 2044 + engines: {node: ^20.19.0 || >=22.12.0} 2045 + peerDependencies: 2046 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 2047 + vue: ^3.2.25 2048 + 2032 2049 '@vitest/expect@3.2.4': 2033 2050 resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} 2034 2051 ··· 2097 2114 '@vue/babel-helper-vue-transform-on@1.5.0': 2098 2115 resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==} 2099 2116 2117 + '@vue/babel-helper-vue-transform-on@2.0.1': 2118 + resolution: {integrity: sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==} 2119 + 2100 2120 '@vue/babel-plugin-jsx@1.5.0': 2101 2121 resolution: {integrity: sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==} 2102 2122 peerDependencies: ··· 2105 2125 '@babel/core': 2106 2126 optional: true 2107 2127 2128 + '@vue/babel-plugin-jsx@2.0.1': 2129 + resolution: {integrity: sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==} 2130 + peerDependencies: 2131 + '@babel/core': ^7.0.0-0 2132 + peerDependenciesMeta: 2133 + '@babel/core': 2134 + optional: true 2135 + 2108 2136 '@vue/babel-plugin-resolve-type@1.5.0': 2109 2137 resolution: {integrity: sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==} 2138 + peerDependencies: 2139 + '@babel/core': ^7.0.0-0 2140 + 2141 + '@vue/babel-plugin-resolve-type@2.0.1': 2142 + resolution: {integrity: sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==} 2110 2143 peerDependencies: 2111 2144 '@babel/core': ^7.0.0-0 2112 2145 ··· 2145 2178 peerDependencies: 2146 2179 vue: ^3.0.0 2147 2180 2148 - '@vue/devtools-core@8.0.4': 2149 - resolution: {integrity: sha512-wiywFvssNIAUYPQtYCbBZKP+A0ddPumKpUJozUaRbDMo05ddKv/afeEMkrVqAGcH9u1ymu/0alLEqzlVBqu/qA==} 2181 + '@vue/devtools-core@8.0.5': 2182 + resolution: {integrity: sha512-dpCw8nl0GDBuiL9SaY0mtDxoGIEmU38w+TQiYEPOLhW03VDC0lfNMYXS/qhl4I0YlysGp04NLY4UNn6xgD0VIQ==} 2150 2183 peerDependencies: 2151 2184 vue: ^3.0.0 2152 2185 2153 2186 '@vue/devtools-kit@7.7.7': 2154 2187 resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==} 2155 2188 2156 - '@vue/devtools-kit@8.0.4': 2157 - resolution: {integrity: sha512-nSu9yvPYipPk2Yv6n7wiHkS3IR42zM9NkEENo4CD+NrTSx6BrtwPDmFlbT8IFgsGNQ96v46PyXNUdrh/DCx+Lw==} 2189 + '@vue/devtools-kit@8.0.5': 2190 + resolution: {integrity: sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==} 2158 2191 2159 2192 '@vue/devtools-shared@7.7.7': 2160 2193 resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==} 2161 2194 2162 - '@vue/devtools-shared@8.0.4': 2163 - resolution: {integrity: sha512-P2d0sSNgelb0DddxgN2KJ4ETVnAuxnXvnCcNxKdOTPuTXZCtui+mNoEmQrt4jgHrMBHSI5V43dAqhoCv0Xz9RQ==} 2195 + '@vue/devtools-shared@8.0.5': 2196 + resolution: {integrity: sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==} 2164 2197 2165 2198 '@vue/language-core@2.2.12': 2166 2199 resolution: {integrity: sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==} ··· 2447 2480 caniuse-lite@1.0.30001754: 2448 2481 resolution: {integrity: sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==} 2449 2482 2450 - caniuse-lite@1.0.30001755: 2451 - resolution: {integrity: sha512-44V+Jm6ctPj7R52Na4TLi3Zri4dWUljJd+RDm+j8LtNCc/ihLCT+X1TzoOAkRETEWqjuLnh9581Tl80FvK7jVA==} 2483 + caniuse-lite@1.0.30001756: 2484 + resolution: {integrity: sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==} 2452 2485 2453 2486 chai@5.3.3: 2454 2487 resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==} ··· 2571 2604 copy-paste@2.2.0: 2572 2605 resolution: {integrity: sha512-jqSL4r9DSeiIvJZStLzY/sMLt9ToTM7RsK237lYOTG+KcbQJHGala3R1TUpa8h1p9adswVgIdV4qGbseVhL4lg==} 2573 2606 2574 - core-js-compat@3.46.0: 2575 - resolution: {integrity: sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==} 2607 + core-js-compat@3.47.0: 2608 + resolution: {integrity: sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==} 2576 2609 2577 2610 core-util-is@1.0.3: 2578 2611 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} ··· 2795 2828 electron-to-chromium@1.5.248: 2796 2829 resolution: {integrity: sha512-zsur2yunphlyAO4gIubdJEXCK6KOVvtpiuDfCIqbM9FjcnMYiyn0ICa3hWfPr0nc41zcLWobgy1iL7VvoOyA2Q==} 2797 2830 2798 - electron-to-chromium@1.5.254: 2799 - resolution: {integrity: sha512-DcUsWpVhv9svsKRxnSCZ86SjD+sp32SGidNB37KpqXJncp1mfUgKbHvBomE89WJDbfVKw1mdv5+ikrvd43r+Bg==} 2831 + electron-to-chromium@1.5.256: 2832 + resolution: {integrity: sha512-uqYq1IQhpXXLX+HgiXdyOZml7spy4xfy42yPxcCCRjswp0fYM2X+JwCON07lqnpLEGVCj739B7Yr+FngmHBMEQ==} 2800 2833 2801 2834 emoji-regex@8.0.0: 2802 2835 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 3162 3195 resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} 3163 3196 hasBin: true 3164 3197 3198 + glob@10.5.0: 3199 + resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} 3200 + hasBin: true 3201 + 3165 3202 global-directory@4.0.1: 3166 3203 resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} 3167 3204 engines: {node: '>=18'} ··· 3761 3798 object-deep-merge@2.0.0: 3762 3799 resolution: {integrity: sha512-3DC3UMpeffLTHiuXSy/UG4NOIYTLlY9u3V82+djSCLYClWobZiS4ivYzpIUWrRY/nfsJ8cWsKyG3QfyLePmhvg==} 3763 3800 3801 + obug@2.0.0: 3802 + resolution: {integrity: sha512-dpSQuPXoKUjulinHmXjZV1YIRhOLEqBl1J6PYi9mRQR2dYcSK+OULRr+GuT1vufk2f40mtIOqmSL/aTikjmq5Q==} 3803 + peerDependencies: 3804 + ms: ^2.0.0 3805 + peerDependenciesMeta: 3806 + ms: 3807 + optional: true 3808 + 3764 3809 ofetch@1.4.1: 3765 3810 resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} 3766 3811 ··· 4303 4348 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 4304 4349 hasBin: true 4305 4350 4306 - rollup@4.53.2: 4307 - resolution: {integrity: sha512-MHngMYwGJVi6Fmnk6ISmnk7JAHRNF0UkuucA0CUW3N3a4KnONPEZz+vUanQP/ZC/iY1Qkf3bwPWzyY84wEks1g==} 4351 + rollup@4.53.3: 4352 + resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==} 4308 4353 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 4309 4354 hasBin: true 4310 4355 ··· 4896 4941 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 4897 4942 hasBin: true 4898 4943 4899 - vite-node@5.1.0: 4900 - resolution: {integrity: sha512-ci+CXFFrQfRgdO0WDSKNQ28OOglURJUw2hVlfir4IA+Q2nHKmU/qIbmiYO7oB8CZvvSoyCmHycXz5MiX03BrsQ==} 4901 - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 4944 + vite-node@5.2.0: 4945 + resolution: {integrity: sha512-7UT39YxUukIA97zWPXUGb0SGSiLexEGlavMwU3HDE6+d/HJhKLjLqu4eX2qv6SQiocdhKLRcusroDwXHQ6CnRQ==} 4946 + engines: {node: ^20.19.0 || >=22.12.0} 4902 4947 hasBin: true 4903 4948 4904 4949 vite-plugin-checker@0.11.0: ··· 5224 5269 youch@4.1.0-beta.11: 5225 5270 resolution: {integrity: sha512-sQi6PERyO/mT8w564ojOVeAlYTtVQmC2GaktQAf+IdI75/GKIggosBuvyVXvEV+FATAT6RbLdIjFoiIId4ozoQ==} 5226 5271 5227 - youch@4.1.0-beta.12: 5228 - resolution: {integrity: sha512-X+AQ2EdigcZb2h1XQmBMm19TrrfKXxEXWpnf8ThbARwiiSf/pA7MvRTCj5VHCI9z3vjJBsDeqWWyvaI9Bfp9Pg==} 5272 + youch@4.1.0-beta.13: 5273 + resolution: {integrity: sha512-3+AG1Xvt+R7M7PSDudhbfbwiyveW6B8PLBIwTyEC598biEYIjHhC89i6DBEvR0EZUjGY3uGSnC429HpIa2Z09g==} 5229 5274 5230 5275 zip-stream@6.0.1: 5231 5276 resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} ··· 5451 5496 '@es-joy/jsdoccomment@0.76.0': 5452 5497 dependencies: 5453 5498 '@types/estree': 1.0.8 5454 - '@typescript-eslint/types': 8.46.4 5499 + '@typescript-eslint/types': 8.47.0 5455 5500 comment-parser: 1.4.1 5456 5501 esquery: 1.6.0 5457 5502 jsdoc-type-pratt-parser: 6.10.0 ··· 5840 5885 std-env: 3.10.0 5841 5886 tinyexec: 1.0.2 5842 5887 ufo: 1.6.1 5843 - youch: 4.1.0-beta.12 5888 + youch: 4.1.0-beta.13 5844 5889 transitivePeerDependencies: 5845 5890 - magicast 5846 5891 ··· 5930 5975 '@nuxt/devtools-kit': 3.1.0(magicast@0.5.1)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 5931 5976 '@nuxt/devtools-wizard': 3.1.0 5932 5977 '@nuxt/kit': 4.2.1(magicast@0.5.1) 5933 - '@vue/devtools-core': 8.0.4(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) 5934 - '@vue/devtools-kit': 8.0.4 5978 + '@vue/devtools-core': 8.0.5(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) 5979 + '@vue/devtools-kit': 8.0.5 5935 5980 birpc: 2.8.0 5936 5981 consola: 3.4.2 5937 5982 destr: 2.0.5 ··· 5966 6011 - utf-8-validate 5967 6012 - vue 5968 6013 5969 - '@nuxt/eslint-config@1.10.0(@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.24)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 6014 + '@nuxt/eslint-config@1.10.0(@typescript-eslint/utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.24)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5970 6015 dependencies: 5971 6016 '@antfu/install-pkg': 1.1.0 5972 6017 '@clack/prompts': 0.11.0 5973 6018 '@eslint/js': 9.39.1 5974 6019 '@nuxt/eslint-plugin': 1.10.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5975 - '@stylistic/eslint-plugin': 5.5.0(eslint@9.39.1(jiti@2.6.1)) 5976 - '@typescript-eslint/eslint-plugin': 8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5977 - '@typescript-eslint/parser': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6020 + '@stylistic/eslint-plugin': 5.6.1(eslint@9.39.1(jiti@2.6.1)) 6021 + '@typescript-eslint/eslint-plugin': 8.47.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6022 + '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5978 6023 eslint: 9.39.1(jiti@2.6.1) 5979 6024 eslint-config-flat-gitignore: 2.1.0(eslint@9.39.1(jiti@2.6.1)) 5980 6025 eslint-flat-config-utils: 2.1.4 5981 6026 eslint-merge-processors: 2.0.0(eslint@9.39.1(jiti@2.6.1)) 5982 6027 eslint-plugin-import-lite: 0.3.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5983 - eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)) 6028 + eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)) 5984 6029 eslint-plugin-jsdoc: 61.2.1(eslint@9.39.1(jiti@2.6.1)) 5985 6030 eslint-plugin-regexp: 2.10.0(eslint@9.39.1(jiti@2.6.1)) 5986 6031 eslint-plugin-unicorn: 62.0.0(eslint@9.39.1(jiti@2.6.1)) 5987 - eslint-plugin-vue: 10.5.1(@stylistic/eslint-plugin@5.5.0(eslint@9.39.1(jiti@2.6.1)))(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1))) 6032 + eslint-plugin-vue: 10.5.1(@stylistic/eslint-plugin@5.6.1(eslint@9.39.1(jiti@2.6.1)))(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1))) 5988 6033 eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.24)(eslint@9.39.1(jiti@2.6.1)) 5989 6034 globals: 16.5.0 5990 6035 local-pkg: 1.1.2 ··· 5999 6044 6000 6045 '@nuxt/eslint-plugin@1.10.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 6001 6046 dependencies: 6002 - '@typescript-eslint/types': 8.46.4 6003 - '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6047 + '@typescript-eslint/types': 8.47.0 6048 + '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6004 6049 eslint: 9.39.1(jiti@2.6.1) 6005 6050 transitivePeerDependencies: 6006 6051 - supports-color ··· 6135 6180 - vue 6136 6181 - vue-tsc 6137 6182 6138 - '@nuxt/nitro-server@4.2.1(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3)': 6183 + '@nuxt/nitro-server@4.2.1(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(ms@2.1.3)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3)': 6139 6184 dependencies: 6140 6185 '@nuxt/devalue': 2.0.2 6141 6186 '@nuxt/kit': 4.2.1(magicast@0.5.1) ··· 6153 6198 klona: 2.0.6 6154 6199 mocked-exports: 0.1.1 6155 6200 nitropack: 2.12.9 6156 - nuxt: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1) 6201 + nuxt: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(ms@2.1.3)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1) 6157 6202 pathe: 2.0.3 6158 6203 pkg-types: 2.3.0 6159 6204 radix3: 1.1.2 ··· 6340 6385 - vue-tsc 6341 6386 - yaml 6342 6387 6343 - '@nuxt/vite-builder@4.2.1(@types/node@24.10.1)(eslint@9.39.1(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1))(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@3.1.4(typescript@5.9.3))(vue@3.5.24(typescript@5.9.3))(yaml@2.8.1)': 6388 + '@nuxt/vite-builder@4.2.1(@types/node@24.10.1)(eslint@9.39.1(jiti@2.6.1))(magicast@0.5.1)(ms@2.1.3)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(ms@2.1.3)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1))(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@3.1.4(typescript@5.9.3))(vue@3.5.24(typescript@5.9.3))(yaml@2.8.1)': 6344 6389 dependencies: 6345 6390 '@nuxt/kit': 4.2.1(magicast@0.5.1) 6346 - '@rollup/plugin-replace': 6.0.3(rollup@4.53.2) 6347 - '@vitejs/plugin-vue': 6.0.1(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) 6348 - '@vitejs/plugin-vue-jsx': 5.1.1(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) 6391 + '@rollup/plugin-replace': 6.0.3(rollup@4.53.3) 6392 + '@vitejs/plugin-vue': 6.0.2(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) 6393 + '@vitejs/plugin-vue-jsx': 5.1.2(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) 6349 6394 autoprefixer: 10.4.22(postcss@8.5.6) 6350 6395 consola: 3.4.2 6351 6396 cssnano: 7.1.2(postcss@8.5.6) ··· 6360 6405 magic-string: 0.30.21 6361 6406 mlly: 1.8.0 6362 6407 mocked-exports: 0.1.1 6363 - nuxt: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1) 6408 + nuxt: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(ms@2.1.3)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1) 6364 6409 pathe: 2.0.3 6365 6410 pkg-types: 2.3.0 6366 6411 postcss: 8.5.6 6367 - rollup-plugin-visualizer: 6.0.5(rollup@4.53.2) 6412 + rollup-plugin-visualizer: 6.0.5(rollup@4.53.3) 6368 6413 seroval: 1.4.0 6369 6414 std-env: 3.10.0 6370 6415 ufo: 1.6.1 6371 6416 unenv: 2.0.0-rc.24 6372 6417 vite: 7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6373 - vite-node: 5.1.0(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6418 + vite-node: 5.2.0(@types/node@24.10.1)(jiti@2.6.1)(ms@2.1.3)(terser@5.44.1)(yaml@2.8.1) 6374 6419 vite-plugin-checker: 0.11.0(eslint@9.39.1(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3)) 6375 6420 vue: 3.5.24(typescript@5.9.3) 6376 6421 vue-bundle-renderer: 2.2.0 ··· 6382 6427 - lightningcss 6383 6428 - magicast 6384 6429 - meow 6430 + - ms 6385 6431 - optionator 6386 6432 - oxlint 6387 6433 - rollup ··· 6779 6825 6780 6826 '@rolldown/pluginutils@1.0.0-beta.50': {} 6781 6827 6828 + '@rolldown/pluginutils@1.0.0-beta.51': {} 6829 + 6782 6830 '@rollup/plugin-alias@5.1.1(rollup@4.52.5)': 6783 6831 optionalDependencies: 6784 6832 rollup: 4.52.5 6785 6833 6786 - '@rollup/plugin-alias@5.1.1(rollup@4.53.2)': 6834 + '@rollup/plugin-alias@5.1.1(rollup@4.53.3)': 6787 6835 optionalDependencies: 6788 - rollup: 4.53.2 6836 + rollup: 4.53.3 6789 6837 6790 6838 '@rollup/plugin-commonjs@28.0.9(rollup@4.52.5)': 6791 6839 dependencies: ··· 6799 6847 optionalDependencies: 6800 6848 rollup: 4.52.5 6801 6849 6802 - '@rollup/plugin-commonjs@28.0.9(rollup@4.53.2)': 6850 + '@rollup/plugin-commonjs@28.0.9(rollup@4.53.3)': 6803 6851 dependencies: 6804 - '@rollup/pluginutils': 5.3.0(rollup@4.53.2) 6852 + '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 6805 6853 commondir: 1.0.1 6806 6854 estree-walker: 2.0.2 6807 6855 fdir: 6.5.0(picomatch@4.0.3) ··· 6809 6857 magic-string: 0.30.21 6810 6858 picomatch: 4.0.3 6811 6859 optionalDependencies: 6812 - rollup: 4.53.2 6860 + rollup: 4.53.3 6813 6861 6814 6862 '@rollup/plugin-inject@5.0.5(rollup@4.52.5)': 6815 6863 dependencies: ··· 6819 6867 optionalDependencies: 6820 6868 rollup: 4.52.5 6821 6869 6822 - '@rollup/plugin-inject@5.0.5(rollup@4.53.2)': 6870 + '@rollup/plugin-inject@5.0.5(rollup@4.53.3)': 6823 6871 dependencies: 6824 - '@rollup/pluginutils': 5.3.0(rollup@4.53.2) 6872 + '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 6825 6873 estree-walker: 2.0.2 6826 6874 magic-string: 0.30.21 6827 6875 optionalDependencies: 6828 - rollup: 4.53.2 6876 + rollup: 4.53.3 6829 6877 6830 6878 '@rollup/plugin-json@6.1.0(rollup@4.52.5)': 6831 6879 dependencies: ··· 6833 6881 optionalDependencies: 6834 6882 rollup: 4.52.5 6835 6883 6836 - '@rollup/plugin-json@6.1.0(rollup@4.53.2)': 6884 + '@rollup/plugin-json@6.1.0(rollup@4.53.3)': 6837 6885 dependencies: 6838 - '@rollup/pluginutils': 5.3.0(rollup@4.53.2) 6886 + '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 6839 6887 optionalDependencies: 6840 - rollup: 4.53.2 6888 + rollup: 4.53.3 6841 6889 6842 6890 '@rollup/plugin-node-resolve@16.0.3(rollup@4.52.5)': 6843 6891 dependencies: ··· 6849 6897 optionalDependencies: 6850 6898 rollup: 4.52.5 6851 6899 6852 - '@rollup/plugin-node-resolve@16.0.3(rollup@4.53.2)': 6900 + '@rollup/plugin-node-resolve@16.0.3(rollup@4.53.3)': 6853 6901 dependencies: 6854 - '@rollup/pluginutils': 5.3.0(rollup@4.53.2) 6902 + '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 6855 6903 '@types/resolve': 1.20.2 6856 6904 deepmerge: 4.3.1 6857 6905 is-module: 1.0.0 6858 6906 resolve: 1.22.11 6859 6907 optionalDependencies: 6860 - rollup: 4.53.2 6908 + rollup: 4.53.3 6861 6909 6862 6910 '@rollup/plugin-replace@6.0.2(rollup@4.52.5)': 6863 6911 dependencies: ··· 6866 6914 optionalDependencies: 6867 6915 rollup: 4.52.5 6868 6916 6869 - '@rollup/plugin-replace@6.0.3(rollup@4.53.2)': 6917 + '@rollup/plugin-replace@6.0.3(rollup@4.53.3)': 6870 6918 dependencies: 6871 - '@rollup/pluginutils': 5.3.0(rollup@4.53.2) 6919 + '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 6872 6920 magic-string: 0.30.21 6873 6921 optionalDependencies: 6874 - rollup: 4.53.2 6922 + rollup: 4.53.3 6875 6923 6876 6924 '@rollup/plugin-terser@0.4.4(rollup@4.52.5)': 6877 6925 dependencies: ··· 6881 6929 optionalDependencies: 6882 6930 rollup: 4.52.5 6883 6931 6884 - '@rollup/plugin-terser@0.4.4(rollup@4.53.2)': 6932 + '@rollup/plugin-terser@0.4.4(rollup@4.53.3)': 6885 6933 dependencies: 6886 6934 serialize-javascript: 6.0.2 6887 6935 smob: 1.5.0 6888 6936 terser: 5.44.1 6889 6937 optionalDependencies: 6890 - rollup: 4.53.2 6938 + rollup: 4.53.3 6891 6939 6892 6940 '@rollup/pluginutils@5.3.0(rollup@4.52.5)': 6893 6941 dependencies: ··· 6897 6945 optionalDependencies: 6898 6946 rollup: 4.52.5 6899 6947 6900 - '@rollup/pluginutils@5.3.0(rollup@4.53.2)': 6948 + '@rollup/pluginutils@5.3.0(rollup@4.53.3)': 6901 6949 dependencies: 6902 6950 '@types/estree': 1.0.8 6903 6951 estree-walker: 2.0.2 6904 6952 picomatch: 4.0.3 6905 6953 optionalDependencies: 6906 - rollup: 4.53.2 6954 + rollup: 4.53.3 6907 6955 6908 6956 '@rollup/rollup-android-arm-eabi@4.52.5': 6909 6957 optional: true 6910 6958 6911 - '@rollup/rollup-android-arm-eabi@4.53.2': 6959 + '@rollup/rollup-android-arm-eabi@4.53.3': 6912 6960 optional: true 6913 6961 6914 6962 '@rollup/rollup-android-arm64@4.52.5': 6915 6963 optional: true 6916 6964 6917 - '@rollup/rollup-android-arm64@4.53.2': 6965 + '@rollup/rollup-android-arm64@4.53.3': 6918 6966 optional: true 6919 6967 6920 6968 '@rollup/rollup-darwin-arm64@4.52.5': 6921 6969 optional: true 6922 6970 6923 - '@rollup/rollup-darwin-arm64@4.53.2': 6971 + '@rollup/rollup-darwin-arm64@4.53.3': 6924 6972 optional: true 6925 6973 6926 6974 '@rollup/rollup-darwin-x64@4.52.5': 6927 6975 optional: true 6928 6976 6929 - '@rollup/rollup-darwin-x64@4.53.2': 6977 + '@rollup/rollup-darwin-x64@4.53.3': 6930 6978 optional: true 6931 6979 6932 6980 '@rollup/rollup-freebsd-arm64@4.52.5': 6933 6981 optional: true 6934 6982 6935 - '@rollup/rollup-freebsd-arm64@4.53.2': 6983 + '@rollup/rollup-freebsd-arm64@4.53.3': 6936 6984 optional: true 6937 6985 6938 6986 '@rollup/rollup-freebsd-x64@4.52.5': 6939 6987 optional: true 6940 6988 6941 - '@rollup/rollup-freebsd-x64@4.53.2': 6989 + '@rollup/rollup-freebsd-x64@4.53.3': 6942 6990 optional: true 6943 6991 6944 6992 '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 6945 6993 optional: true 6946 6994 6947 - '@rollup/rollup-linux-arm-gnueabihf@4.53.2': 6995 + '@rollup/rollup-linux-arm-gnueabihf@4.53.3': 6948 6996 optional: true 6949 6997 6950 6998 '@rollup/rollup-linux-arm-musleabihf@4.52.5': 6951 6999 optional: true 6952 7000 6953 - '@rollup/rollup-linux-arm-musleabihf@4.53.2': 7001 + '@rollup/rollup-linux-arm-musleabihf@4.53.3': 6954 7002 optional: true 6955 7003 6956 7004 '@rollup/rollup-linux-arm64-gnu@4.52.5': 6957 7005 optional: true 6958 7006 6959 - '@rollup/rollup-linux-arm64-gnu@4.53.2': 7007 + '@rollup/rollup-linux-arm64-gnu@4.53.3': 6960 7008 optional: true 6961 7009 6962 7010 '@rollup/rollup-linux-arm64-musl@4.52.5': 6963 7011 optional: true 6964 7012 6965 - '@rollup/rollup-linux-arm64-musl@4.53.2': 7013 + '@rollup/rollup-linux-arm64-musl@4.53.3': 6966 7014 optional: true 6967 7015 6968 7016 '@rollup/rollup-linux-loong64-gnu@4.52.5': 6969 7017 optional: true 6970 7018 6971 - '@rollup/rollup-linux-loong64-gnu@4.53.2': 7019 + '@rollup/rollup-linux-loong64-gnu@4.53.3': 6972 7020 optional: true 6973 7021 6974 7022 '@rollup/rollup-linux-ppc64-gnu@4.52.5': 6975 7023 optional: true 6976 7024 6977 - '@rollup/rollup-linux-ppc64-gnu@4.53.2': 7025 + '@rollup/rollup-linux-ppc64-gnu@4.53.3': 6978 7026 optional: true 6979 7027 6980 7028 '@rollup/rollup-linux-riscv64-gnu@4.52.5': 6981 7029 optional: true 6982 7030 6983 - '@rollup/rollup-linux-riscv64-gnu@4.53.2': 7031 + '@rollup/rollup-linux-riscv64-gnu@4.53.3': 6984 7032 optional: true 6985 7033 6986 7034 '@rollup/rollup-linux-riscv64-musl@4.52.5': 6987 7035 optional: true 6988 7036 6989 - '@rollup/rollup-linux-riscv64-musl@4.53.2': 7037 + '@rollup/rollup-linux-riscv64-musl@4.53.3': 6990 7038 optional: true 6991 7039 6992 7040 '@rollup/rollup-linux-s390x-gnu@4.52.5': 6993 7041 optional: true 6994 7042 6995 - '@rollup/rollup-linux-s390x-gnu@4.53.2': 7043 + '@rollup/rollup-linux-s390x-gnu@4.53.3': 6996 7044 optional: true 6997 7045 6998 7046 '@rollup/rollup-linux-x64-gnu@4.52.5': 6999 7047 optional: true 7000 7048 7001 - '@rollup/rollup-linux-x64-gnu@4.53.2': 7049 + '@rollup/rollup-linux-x64-gnu@4.53.3': 7002 7050 optional: true 7003 7051 7004 7052 '@rollup/rollup-linux-x64-musl@4.52.5': 7005 7053 optional: true 7006 7054 7007 - '@rollup/rollup-linux-x64-musl@4.53.2': 7055 + '@rollup/rollup-linux-x64-musl@4.53.3': 7008 7056 optional: true 7009 7057 7010 7058 '@rollup/rollup-openharmony-arm64@4.52.5': 7011 7059 optional: true 7012 7060 7013 - '@rollup/rollup-openharmony-arm64@4.53.2': 7061 + '@rollup/rollup-openharmony-arm64@4.53.3': 7014 7062 optional: true 7015 7063 7016 7064 '@rollup/rollup-win32-arm64-msvc@4.52.5': 7017 7065 optional: true 7018 7066 7019 - '@rollup/rollup-win32-arm64-msvc@4.53.2': 7067 + '@rollup/rollup-win32-arm64-msvc@4.53.3': 7020 7068 optional: true 7021 7069 7022 7070 '@rollup/rollup-win32-ia32-msvc@4.52.5': 7023 7071 optional: true 7024 7072 7025 - '@rollup/rollup-win32-ia32-msvc@4.53.2': 7073 + '@rollup/rollup-win32-ia32-msvc@4.53.3': 7026 7074 optional: true 7027 7075 7028 7076 '@rollup/rollup-win32-x64-gnu@4.52.5': 7029 7077 optional: true 7030 7078 7031 - '@rollup/rollup-win32-x64-gnu@4.53.2': 7079 + '@rollup/rollup-win32-x64-gnu@4.53.3': 7032 7080 optional: true 7033 7081 7034 7082 '@rollup/rollup-win32-x64-msvc@4.52.5': 7035 7083 optional: true 7036 7084 7037 - '@rollup/rollup-win32-x64-msvc@4.53.2': 7085 + '@rollup/rollup-win32-x64-msvc@4.53.3': 7038 7086 optional: true 7039 7087 7040 7088 '@sec-ant/readable-stream@0.4.1': {} ··· 7051 7099 7052 7100 '@speed-highlight/core@1.2.8': {} 7053 7101 7054 - '@stylistic/eslint-plugin@5.5.0(eslint@9.39.1(jiti@2.6.1))': 7102 + '@stylistic/eslint-plugin@5.6.1(eslint@9.39.1(jiti@2.6.1))': 7055 7103 dependencies: 7056 7104 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 7057 - '@typescript-eslint/types': 8.46.4 7105 + '@typescript-eslint/types': 8.47.0 7058 7106 eslint: 9.39.1(jiti@2.6.1) 7059 7107 eslint-visitor-keys: 4.2.1 7060 7108 espree: 10.4.0 ··· 7092 7140 7093 7141 '@types/resolve@1.20.2': {} 7094 7142 7095 - '@typescript-eslint/eslint-plugin@8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7143 + '@typescript-eslint/eslint-plugin@8.47.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7096 7144 dependencies: 7097 7145 '@eslint-community/regexpp': 4.12.2 7098 - '@typescript-eslint/parser': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7099 - '@typescript-eslint/scope-manager': 8.46.4 7100 - '@typescript-eslint/type-utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7101 - '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7102 - '@typescript-eslint/visitor-keys': 8.46.4 7146 + '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7147 + '@typescript-eslint/scope-manager': 8.47.0 7148 + '@typescript-eslint/type-utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7149 + '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7150 + '@typescript-eslint/visitor-keys': 8.47.0 7103 7151 eslint: 9.39.1(jiti@2.6.1) 7104 7152 graphemer: 1.4.0 7105 7153 ignore: 7.0.5 ··· 7109 7157 transitivePeerDependencies: 7110 7158 - supports-color 7111 7159 7112 - '@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7160 + '@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7113 7161 dependencies: 7114 - '@typescript-eslint/scope-manager': 8.46.4 7115 - '@typescript-eslint/types': 8.46.4 7116 - '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.3) 7117 - '@typescript-eslint/visitor-keys': 8.46.4 7162 + '@typescript-eslint/scope-manager': 8.47.0 7163 + '@typescript-eslint/types': 8.47.0 7164 + '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) 7165 + '@typescript-eslint/visitor-keys': 8.47.0 7118 7166 debug: 4.4.3 7119 7167 eslint: 9.39.1(jiti@2.6.1) 7120 7168 typescript: 5.9.3 7121 7169 transitivePeerDependencies: 7122 7170 - supports-color 7123 7171 7124 - '@typescript-eslint/project-service@8.46.4(typescript@5.9.3)': 7172 + '@typescript-eslint/project-service@8.47.0(typescript@5.9.3)': 7125 7173 dependencies: 7126 - '@typescript-eslint/tsconfig-utils': 8.46.4(typescript@5.9.3) 7127 - '@typescript-eslint/types': 8.46.4 7174 + '@typescript-eslint/tsconfig-utils': 8.47.0(typescript@5.9.3) 7175 + '@typescript-eslint/types': 8.47.0 7128 7176 debug: 4.4.3 7129 7177 typescript: 5.9.3 7130 7178 transitivePeerDependencies: 7131 7179 - supports-color 7132 7180 7133 - '@typescript-eslint/scope-manager@8.46.4': 7181 + '@typescript-eslint/scope-manager@8.47.0': 7134 7182 dependencies: 7135 - '@typescript-eslint/types': 8.46.4 7136 - '@typescript-eslint/visitor-keys': 8.46.4 7183 + '@typescript-eslint/types': 8.47.0 7184 + '@typescript-eslint/visitor-keys': 8.47.0 7137 7185 7138 - '@typescript-eslint/tsconfig-utils@8.46.4(typescript@5.9.3)': 7186 + '@typescript-eslint/tsconfig-utils@8.47.0(typescript@5.9.3)': 7139 7187 dependencies: 7140 7188 typescript: 5.9.3 7141 7189 7142 - '@typescript-eslint/type-utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7190 + '@typescript-eslint/type-utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7143 7191 dependencies: 7144 - '@typescript-eslint/types': 8.46.4 7145 - '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.3) 7146 - '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7192 + '@typescript-eslint/types': 8.47.0 7193 + '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) 7194 + '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7147 7195 debug: 4.4.3 7148 7196 eslint: 9.39.1(jiti@2.6.1) 7149 7197 ts-api-utils: 2.1.0(typescript@5.9.3) ··· 7151 7199 transitivePeerDependencies: 7152 7200 - supports-color 7153 7201 7154 - '@typescript-eslint/types@8.46.4': {} 7202 + '@typescript-eslint/types@8.47.0': {} 7155 7203 7156 - '@typescript-eslint/typescript-estree@8.46.4(typescript@5.9.3)': 7204 + '@typescript-eslint/typescript-estree@8.47.0(typescript@5.9.3)': 7157 7205 dependencies: 7158 - '@typescript-eslint/project-service': 8.46.4(typescript@5.9.3) 7159 - '@typescript-eslint/tsconfig-utils': 8.46.4(typescript@5.9.3) 7160 - '@typescript-eslint/types': 8.46.4 7161 - '@typescript-eslint/visitor-keys': 8.46.4 7206 + '@typescript-eslint/project-service': 8.47.0(typescript@5.9.3) 7207 + '@typescript-eslint/tsconfig-utils': 8.47.0(typescript@5.9.3) 7208 + '@typescript-eslint/types': 8.47.0 7209 + '@typescript-eslint/visitor-keys': 8.47.0 7162 7210 debug: 4.4.3 7163 7211 fast-glob: 3.3.3 7164 7212 is-glob: 4.0.3 ··· 7169 7217 transitivePeerDependencies: 7170 7218 - supports-color 7171 7219 7172 - '@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7220 + '@typescript-eslint/utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7173 7221 dependencies: 7174 7222 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 7175 - '@typescript-eslint/scope-manager': 8.46.4 7176 - '@typescript-eslint/types': 8.46.4 7177 - '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.3) 7223 + '@typescript-eslint/scope-manager': 8.47.0 7224 + '@typescript-eslint/types': 8.47.0 7225 + '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) 7178 7226 eslint: 9.39.1(jiti@2.6.1) 7179 7227 typescript: 5.9.3 7180 7228 transitivePeerDependencies: 7181 7229 - supports-color 7182 7230 7183 - '@typescript-eslint/visitor-keys@8.46.4': 7231 + '@typescript-eslint/visitor-keys@8.47.0': 7184 7232 dependencies: 7185 - '@typescript-eslint/types': 8.46.4 7233 + '@typescript-eslint/types': 8.47.0 7186 7234 eslint-visitor-keys: 4.2.1 7187 7235 7188 7236 '@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3))': ··· 7275 7323 - rollup 7276 7324 - supports-color 7277 7325 7278 - '@vercel/nft@0.30.3(rollup@4.53.2)': 7326 + '@vercel/nft@0.30.3(rollup@4.53.3)': 7279 7327 dependencies: 7280 7328 '@mapbox/node-pre-gyp': 2.0.0 7281 - '@rollup/pluginutils': 5.3.0(rollup@4.53.2) 7329 + '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 7282 7330 acorn: 8.15.0 7283 7331 acorn-import-attributes: 1.9.5(acorn@8.15.0) 7284 7332 async-sema: 3.1.1 7285 7333 bindings: 1.5.0 7286 7334 estree-walker: 2.0.2 7287 - glob: 10.4.5 7335 + glob: 10.5.0 7288 7336 graceful-fs: 4.2.11 7289 7337 node-gyp-build: 4.8.4 7290 7338 picomatch: 4.0.3 ··· 7306 7354 transitivePeerDependencies: 7307 7355 - supports-color 7308 7356 7309 - '@vitejs/plugin-vue-jsx@5.1.1(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3))': 7357 + '@vitejs/plugin-vue-jsx@5.1.2(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3))': 7310 7358 dependencies: 7311 7359 '@babel/core': 7.28.5 7312 7360 '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5) 7313 7361 '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) 7314 - '@rolldown/pluginutils': 1.0.0-beta.50 7315 - '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.5) 7362 + '@rolldown/pluginutils': 1.0.0-beta.51 7363 + '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.5) 7316 7364 vite: 7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 7317 7365 vue: 3.5.24(typescript@5.9.3) 7318 7366 transitivePeerDependencies: ··· 7324 7372 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 7325 7373 vue: 3.5.22(typescript@5.9.3) 7326 7374 7327 - '@vitejs/plugin-vue@6.0.1(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3))': 7375 + '@vitejs/plugin-vue@6.0.2(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3))': 7328 7376 dependencies: 7329 - '@rolldown/pluginutils': 1.0.0-beta.29 7377 + '@rolldown/pluginutils': 1.0.0-beta.50 7330 7378 vite: 7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 7331 7379 vue: 3.5.24(typescript@5.9.3) 7332 7380 ··· 7421 7469 7422 7470 '@vue/babel-helper-vue-transform-on@1.5.0': {} 7423 7471 7472 + '@vue/babel-helper-vue-transform-on@2.0.1': {} 7473 + 7424 7474 '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.5)': 7425 7475 dependencies: 7426 7476 '@babel/helper-module-imports': 7.27.1 ··· 7437 7487 transitivePeerDependencies: 7438 7488 - supports-color 7439 7489 7490 + '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.28.5)': 7491 + dependencies: 7492 + '@babel/helper-module-imports': 7.27.1 7493 + '@babel/helper-plugin-utils': 7.27.1 7494 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5) 7495 + '@babel/template': 7.27.2 7496 + '@babel/traverse': 7.28.5 7497 + '@babel/types': 7.28.5 7498 + '@vue/babel-helper-vue-transform-on': 2.0.1 7499 + '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.28.5) 7500 + '@vue/shared': 3.5.24 7501 + optionalDependencies: 7502 + '@babel/core': 7.28.5 7503 + transitivePeerDependencies: 7504 + - supports-color 7505 + 7440 7506 '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.5)': 7507 + dependencies: 7508 + '@babel/code-frame': 7.27.1 7509 + '@babel/core': 7.28.5 7510 + '@babel/helper-module-imports': 7.27.1 7511 + '@babel/helper-plugin-utils': 7.27.1 7512 + '@babel/parser': 7.28.5 7513 + '@vue/compiler-sfc': 3.5.24 7514 + transitivePeerDependencies: 7515 + - supports-color 7516 + 7517 + '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.28.5)': 7441 7518 dependencies: 7442 7519 '@babel/code-frame': 7.27.1 7443 7520 '@babel/core': 7.28.5 ··· 7528 7605 transitivePeerDependencies: 7529 7606 - vite 7530 7607 7531 - '@vue/devtools-core@8.0.4(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3))': 7608 + '@vue/devtools-core@8.0.5(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3))': 7532 7609 dependencies: 7533 - '@vue/devtools-kit': 8.0.4 7534 - '@vue/devtools-shared': 8.0.4 7610 + '@vue/devtools-kit': 8.0.5 7611 + '@vue/devtools-shared': 8.0.5 7535 7612 mitt: 3.0.1 7536 7613 nanoid: 5.1.6 7537 7614 pathe: 2.0.3 ··· 7550 7627 speakingurl: 14.0.1 7551 7628 superjson: 2.2.5 7552 7629 7553 - '@vue/devtools-kit@8.0.4': 7630 + '@vue/devtools-kit@8.0.5': 7554 7631 dependencies: 7555 - '@vue/devtools-shared': 8.0.4 7632 + '@vue/devtools-shared': 8.0.5 7556 7633 birpc: 2.8.0 7557 7634 hookable: 5.5.3 7558 7635 mitt: 3.0.1 ··· 7564 7641 dependencies: 7565 7642 rfdc: 1.4.1 7566 7643 7567 - '@vue/devtools-shared@8.0.4': 7644 + '@vue/devtools-shared@8.0.5': 7568 7645 dependencies: 7569 7646 rfdc: 1.4.1 7570 7647 ··· 7705 7782 7706 7783 archiver-utils@5.0.2: 7707 7784 dependencies: 7708 - glob: 10.4.5 7785 + glob: 10.5.0 7709 7786 graceful-fs: 4.2.11 7710 7787 is-stream: 2.0.1 7711 7788 lazystream: 1.0.1 ··· 7764 7841 autoprefixer@10.4.22(postcss@8.5.6): 7765 7842 dependencies: 7766 7843 browserslist: 4.28.0 7767 - caniuse-lite: 1.0.30001755 7844 + caniuse-lite: 1.0.30001756 7768 7845 fraction.js: 5.3.4 7769 7846 normalize-range: 0.1.2 7770 7847 picocolors: 1.1.1 ··· 7819 7896 browserslist@4.28.0: 7820 7897 dependencies: 7821 7898 baseline-browser-mapping: 2.8.29 7822 - caniuse-lite: 1.0.30001755 7823 - electron-to-chromium: 1.5.254 7899 + caniuse-lite: 1.0.30001756 7900 + electron-to-chromium: 1.5.256 7824 7901 node-releases: 2.0.27 7825 7902 update-browserslist-db: 1.1.4(browserslist@4.28.0) 7826 7903 ··· 7880 7957 caniuse-api@3.0.0: 7881 7958 dependencies: 7882 7959 browserslist: 4.28.0 7883 - caniuse-lite: 1.0.30001755 7960 + caniuse-lite: 1.0.30001756 7884 7961 lodash.memoize: 4.1.2 7885 7962 lodash.uniq: 4.5.0 7886 7963 7887 7964 caniuse-lite@1.0.30001754: {} 7888 7965 7889 - caniuse-lite@1.0.30001755: {} 7966 + caniuse-lite@1.0.30001756: {} 7890 7967 7891 7968 chai@5.3.3: 7892 7969 dependencies: ··· 8012 8089 dependencies: 8013 8090 iconv-lite: 0.4.24 8014 8091 8015 - core-js-compat@3.46.0: 8092 + core-js-compat@3.47.0: 8016 8093 dependencies: 8017 8094 browserslist: 4.28.0 8018 8095 ··· 8233 8310 8234 8311 electron-to-chromium@1.5.248: {} 8235 8312 8236 - electron-to-chromium@1.5.254: {} 8313 + electron-to-chromium@1.5.256: {} 8237 8314 8238 8315 emoji-regex@8.0.0: {} 8239 8316 ··· 8340 8417 eslint-plugin-import-lite@0.3.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): 8341 8418 dependencies: 8342 8419 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 8343 - '@typescript-eslint/types': 8.46.4 8420 + '@typescript-eslint/types': 8.47.0 8344 8421 eslint: 9.39.1(jiti@2.6.1) 8345 8422 optionalDependencies: 8346 8423 typescript: 5.9.3 8347 8424 8348 - eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)): 8425 + eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)): 8349 8426 dependencies: 8350 - '@typescript-eslint/types': 8.46.4 8427 + '@typescript-eslint/types': 8.47.0 8351 8428 comment-parser: 1.4.1 8352 8429 debug: 4.4.3 8353 8430 eslint: 9.39.1(jiti@2.6.1) ··· 8358 8435 stable-hash-x: 0.2.0 8359 8436 unrs-resolver: 1.11.1 8360 8437 optionalDependencies: 8361 - '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8438 + '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8362 8439 transitivePeerDependencies: 8363 8440 - supports-color 8364 8441 ··· 8401 8478 change-case: 5.4.4 8402 8479 ci-info: 4.3.1 8403 8480 clean-regexp: 1.0.0 8404 - core-js-compat: 3.46.0 8481 + core-js-compat: 3.47.0 8405 8482 eslint: 9.39.1(jiti@2.6.1) 8406 8483 esquery: 1.6.0 8407 8484 find-up-simple: 1.0.1 ··· 8415 8492 semver: 7.7.3 8416 8493 strip-indent: 4.1.1 8417 8494 8418 - eslint-plugin-vue@10.5.1(@stylistic/eslint-plugin@5.5.0(eslint@9.39.1(jiti@2.6.1)))(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1))): 8495 + eslint-plugin-vue@10.5.1(@stylistic/eslint-plugin@5.6.1(eslint@9.39.1(jiti@2.6.1)))(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1))): 8419 8496 dependencies: 8420 8497 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 8421 8498 eslint: 9.39.1(jiti@2.6.1) ··· 8426 8503 vue-eslint-parser: 10.2.0(eslint@9.39.1(jiti@2.6.1)) 8427 8504 xml-name-validator: 4.0.0 8428 8505 optionalDependencies: 8429 - '@stylistic/eslint-plugin': 5.5.0(eslint@9.39.1(jiti@2.6.1)) 8430 - '@typescript-eslint/parser': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8506 + '@stylistic/eslint-plugin': 5.6.1(eslint@9.39.1(jiti@2.6.1)) 8507 + '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8431 8508 8432 8509 eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.24)(eslint@9.39.1(jiti@2.6.1)): 8433 8510 dependencies: ··· 8648 8725 dependencies: 8649 8726 magic-string: 0.30.21 8650 8727 mlly: 1.8.0 8651 - rollup: 4.53.2 8728 + rollup: 4.53.3 8652 8729 8653 8730 flat-cache@4.0.1: 8654 8731 dependencies: ··· 8727 8804 package-json-from-dist: 1.0.1 8728 8805 path-scurry: 1.11.1 8729 8806 8807 + glob@10.5.0: 8808 + dependencies: 8809 + foreground-child: 3.3.1 8810 + jackspeak: 3.4.3 8811 + minimatch: 9.0.5 8812 + minipass: 7.1.2 8813 + package-json-from-dist: 1.0.1 8814 + path-scurry: 1.11.1 8815 + 8730 8816 global-directory@4.0.1: 8731 8817 dependencies: 8732 8818 ini: 4.1.1 ··· 9274 9360 nitropack@2.12.9: 9275 9361 dependencies: 9276 9362 '@cloudflare/kv-asset-handler': 0.4.0 9277 - '@rollup/plugin-alias': 5.1.1(rollup@4.53.2) 9278 - '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.2) 9279 - '@rollup/plugin-inject': 5.0.5(rollup@4.53.2) 9280 - '@rollup/plugin-json': 6.1.0(rollup@4.53.2) 9281 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.53.2) 9282 - '@rollup/plugin-replace': 6.0.3(rollup@4.53.2) 9283 - '@rollup/plugin-terser': 0.4.4(rollup@4.53.2) 9284 - '@vercel/nft': 0.30.3(rollup@4.53.2) 9363 + '@rollup/plugin-alias': 5.1.1(rollup@4.53.3) 9364 + '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.3) 9365 + '@rollup/plugin-inject': 5.0.5(rollup@4.53.3) 9366 + '@rollup/plugin-json': 6.1.0(rollup@4.53.3) 9367 + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.53.3) 9368 + '@rollup/plugin-replace': 6.0.3(rollup@4.53.3) 9369 + '@rollup/plugin-terser': 0.4.4(rollup@4.53.3) 9370 + '@vercel/nft': 0.30.3(rollup@4.53.3) 9285 9371 archiver: 7.0.1 9286 9372 c12: 3.3.2(magicast@0.5.1) 9287 9373 chokidar: 4.0.3 ··· 9323 9409 pkg-types: 2.3.0 9324 9410 pretty-bytes: 7.1.0 9325 9411 radix3: 1.1.2 9326 - rollup: 4.53.2 9327 - rollup-plugin-visualizer: 6.0.5(rollup@4.53.2) 9412 + rollup: 4.53.3 9413 + rollup-plugin-visualizer: 6.0.5(rollup@4.53.3) 9328 9414 scule: 1.3.0 9329 9415 semver: 7.7.3 9330 9416 serve-placeholder: 2.0.2 ··· 9341 9427 unstorage: 1.17.2(db0@0.3.4)(ioredis@5.8.2) 9342 9428 untyped: 2.0.0 9343 9429 unwasm: 0.3.11 9344 - youch: 4.1.0-beta.12 9430 + youch: 4.1.0-beta.13 9345 9431 youch-core: 0.3.3 9346 9432 transitivePeerDependencies: 9347 9433 - '@azure/app-configuration' ··· 9536 9622 - xml2js 9537 9623 - yaml 9538 9624 9539 - nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1): 9625 + nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(ms@2.1.3)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1): 9540 9626 dependencies: 9541 9627 '@dxup/nuxt': 0.2.2(magicast@0.5.1) 9542 9628 '@nuxt/cli': 3.30.0(magicast@0.5.1) 9543 9629 '@nuxt/devtools': 3.1.0(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) 9544 9630 '@nuxt/kit': 4.2.1(magicast@0.5.1) 9545 - '@nuxt/nitro-server': 4.2.1(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3) 9631 + '@nuxt/nitro-server': 4.2.1(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(ms@2.1.3)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3) 9546 9632 '@nuxt/schema': 4.2.1 9547 9633 '@nuxt/telemetry': 2.6.6(magicast@0.5.1) 9548 - '@nuxt/vite-builder': 4.2.1(@types/node@24.10.1)(eslint@9.39.1(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1))(optionator@0.9.4)(rollup@4.53.2)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@3.1.4(typescript@5.9.3))(vue@3.5.24(typescript@5.9.3))(yaml@2.8.1) 9634 + '@nuxt/vite-builder': 4.2.1(@types/node@24.10.1)(eslint@9.39.1(jiti@2.6.1))(magicast@0.5.1)(ms@2.1.3)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.24)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(ms@2.1.3)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.4(typescript@5.9.3))(yaml@2.8.1))(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@3.1.4(typescript@5.9.3))(vue@3.5.24(typescript@5.9.3))(yaml@2.8.1) 9549 9635 '@unhead/vue': 2.0.19(vue@3.5.24(typescript@5.9.3)) 9550 9636 '@vue/shared': 3.5.24 9551 9637 c12: 3.3.2(magicast@0.5.1) ··· 9632 9718 - lightningcss 9633 9719 - magicast 9634 9720 - meow 9721 + - ms 9635 9722 - mysql2 9636 9723 - optionator 9637 9724 - oxlint ··· 9666 9753 tinyexec: 1.0.2 9667 9754 9668 9755 object-deep-merge@2.0.0: {} 9756 + 9757 + obug@2.0.0(ms@2.1.3): 9758 + optionalDependencies: 9759 + ms: 2.1.3 9669 9760 9670 9761 ofetch@1.4.1: 9671 9762 dependencies: ··· 10250 10341 10251 10342 rfdc@1.4.1: {} 10252 10343 10253 - rollup-plugin-dts@6.2.3(rollup@4.53.2)(typescript@5.9.3): 10344 + rollup-plugin-dts@6.2.3(rollup@4.53.3)(typescript@5.9.3): 10254 10345 dependencies: 10255 10346 magic-string: 0.30.21 10256 - rollup: 4.53.2 10347 + rollup: 4.53.3 10257 10348 typescript: 5.9.3 10258 10349 optionalDependencies: 10259 10350 '@babel/code-frame': 7.27.1 ··· 10267 10358 optionalDependencies: 10268 10359 rollup: 4.52.5 10269 10360 10270 - rollup-plugin-visualizer@6.0.5(rollup@4.53.2): 10361 + rollup-plugin-visualizer@6.0.5(rollup@4.53.3): 10271 10362 dependencies: 10272 10363 open: 8.4.2 10273 10364 picomatch: 4.0.3 10274 10365 source-map: 0.7.6 10275 10366 yargs: 17.7.2 10276 10367 optionalDependencies: 10277 - rollup: 4.53.2 10368 + rollup: 4.53.3 10278 10369 10279 10370 rollup@4.52.5: 10280 10371 dependencies: ··· 10304 10395 '@rollup/rollup-win32-x64-msvc': 4.52.5 10305 10396 fsevents: 2.3.3 10306 10397 10307 - rollup@4.53.2: 10398 + rollup@4.53.3: 10308 10399 dependencies: 10309 10400 '@types/estree': 1.0.8 10310 10401 optionalDependencies: 10311 - '@rollup/rollup-android-arm-eabi': 4.53.2 10312 - '@rollup/rollup-android-arm64': 4.53.2 10313 - '@rollup/rollup-darwin-arm64': 4.53.2 10314 - '@rollup/rollup-darwin-x64': 4.53.2 10315 - '@rollup/rollup-freebsd-arm64': 4.53.2 10316 - '@rollup/rollup-freebsd-x64': 4.53.2 10317 - '@rollup/rollup-linux-arm-gnueabihf': 4.53.2 10318 - '@rollup/rollup-linux-arm-musleabihf': 4.53.2 10319 - '@rollup/rollup-linux-arm64-gnu': 4.53.2 10320 - '@rollup/rollup-linux-arm64-musl': 4.53.2 10321 - '@rollup/rollup-linux-loong64-gnu': 4.53.2 10322 - '@rollup/rollup-linux-ppc64-gnu': 4.53.2 10323 - '@rollup/rollup-linux-riscv64-gnu': 4.53.2 10324 - '@rollup/rollup-linux-riscv64-musl': 4.53.2 10325 - '@rollup/rollup-linux-s390x-gnu': 4.53.2 10326 - '@rollup/rollup-linux-x64-gnu': 4.53.2 10327 - '@rollup/rollup-linux-x64-musl': 4.53.2 10328 - '@rollup/rollup-openharmony-arm64': 4.53.2 10329 - '@rollup/rollup-win32-arm64-msvc': 4.53.2 10330 - '@rollup/rollup-win32-ia32-msvc': 4.53.2 10331 - '@rollup/rollup-win32-x64-gnu': 4.53.2 10332 - '@rollup/rollup-win32-x64-msvc': 4.53.2 10402 + '@rollup/rollup-android-arm-eabi': 4.53.3 10403 + '@rollup/rollup-android-arm64': 4.53.3 10404 + '@rollup/rollup-darwin-arm64': 4.53.3 10405 + '@rollup/rollup-darwin-x64': 4.53.3 10406 + '@rollup/rollup-freebsd-arm64': 4.53.3 10407 + '@rollup/rollup-freebsd-x64': 4.53.3 10408 + '@rollup/rollup-linux-arm-gnueabihf': 4.53.3 10409 + '@rollup/rollup-linux-arm-musleabihf': 4.53.3 10410 + '@rollup/rollup-linux-arm64-gnu': 4.53.3 10411 + '@rollup/rollup-linux-arm64-musl': 4.53.3 10412 + '@rollup/rollup-linux-loong64-gnu': 4.53.3 10413 + '@rollup/rollup-linux-ppc64-gnu': 4.53.3 10414 + '@rollup/rollup-linux-riscv64-gnu': 4.53.3 10415 + '@rollup/rollup-linux-riscv64-musl': 4.53.3 10416 + '@rollup/rollup-linux-s390x-gnu': 4.53.3 10417 + '@rollup/rollup-linux-x64-gnu': 4.53.3 10418 + '@rollup/rollup-linux-x64-musl': 4.53.3 10419 + '@rollup/rollup-openharmony-arm64': 4.53.3 10420 + '@rollup/rollup-win32-arm64-msvc': 4.53.3 10421 + '@rollup/rollup-win32-ia32-msvc': 4.53.3 10422 + '@rollup/rollup-win32-x64-gnu': 4.53.3 10423 + '@rollup/rollup-win32-x64-msvc': 4.53.3 10333 10424 fsevents: 2.3.3 10334 10425 10335 10426 run-applescript@7.1.0: {} ··· 10659 10750 10660 10751 unbuild@3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.24)(esbuild@0.25.12)(vue@3.5.24(typescript@5.9.3)))(vue-tsc@3.1.4(typescript@5.9.3))(vue@3.5.24(typescript@5.9.3)): 10661 10752 dependencies: 10662 - '@rollup/plugin-alias': 5.1.1(rollup@4.53.2) 10663 - '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.2) 10664 - '@rollup/plugin-json': 6.1.0(rollup@4.53.2) 10665 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.53.2) 10666 - '@rollup/plugin-replace': 6.0.3(rollup@4.53.2) 10667 - '@rollup/pluginutils': 5.3.0(rollup@4.53.2) 10753 + '@rollup/plugin-alias': 5.1.1(rollup@4.53.3) 10754 + '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.3) 10755 + '@rollup/plugin-json': 6.1.0(rollup@4.53.3) 10756 + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.53.3) 10757 + '@rollup/plugin-replace': 6.0.3(rollup@4.53.3) 10758 + '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 10668 10759 citty: 0.1.6 10669 10760 consola: 3.4.2 10670 10761 defu: 6.1.4 ··· 10678 10769 pathe: 2.0.3 10679 10770 pkg-types: 2.3.0 10680 10771 pretty-bytes: 7.1.0 10681 - rollup: 4.53.2 10682 - rollup-plugin-dts: 6.2.3(rollup@4.53.2)(typescript@5.9.3) 10772 + rollup: 4.53.3 10773 + rollup-plugin-dts: 6.2.3(rollup@4.53.3)(typescript@5.9.3) 10683 10774 scule: 1.3.0 10684 10775 tinyglobby: 0.2.15 10685 10776 untyped: 2.0.0 ··· 10972 11063 - tsx 10973 11064 - yaml 10974 11065 10975 - vite-node@5.1.0(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1): 11066 + vite-node@5.2.0(@types/node@24.10.1)(jiti@2.6.1)(ms@2.1.3)(terser@5.44.1)(yaml@2.8.1): 10976 11067 dependencies: 10977 11068 cac: 6.7.14 10978 - debug: 4.4.3 10979 11069 es-module-lexer: 1.7.0 11070 + obug: 2.0.0(ms@2.1.3) 10980 11071 pathe: 2.0.3 10981 11072 vite: 7.2.2(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 10982 11073 transitivePeerDependencies: ··· 10984 11075 - jiti 10985 11076 - less 10986 11077 - lightningcss 11078 + - ms 10987 11079 - sass 10988 11080 - sass-embedded 10989 11081 - stylus 10990 11082 - sugarss 10991 - - supports-color 10992 11083 - terser 10993 11084 - tsx 10994 11085 - yaml ··· 11102 11193 fdir: 6.5.0(picomatch@4.0.3) 11103 11194 picomatch: 4.0.3 11104 11195 postcss: 8.5.6 11105 - rollup: 4.53.2 11196 + rollup: 4.53.3 11106 11197 tinyglobby: 0.2.15 11107 11198 optionalDependencies: 11108 11199 '@types/node': 24.10.1 ··· 11322 11413 cookie: 1.0.2 11323 11414 youch-core: 0.3.3 11324 11415 11325 - youch@4.1.0-beta.12: 11416 + youch@4.1.0-beta.13: 11326 11417 dependencies: 11327 11418 '@poppinss/colors': 4.1.5 11328 11419 '@poppinss/dumper': 0.6.5
+3 -14
src/module.ts
··· 1 - import { defineNuxtModule, createResolver, addImports, addServerImportsDir } from '@nuxt/kit' 1 + import { defineNuxtModule, createResolver, addServerImportsDir, addImportsDir } from '@nuxt/kit' 2 2 import { defu } from 'defu' 3 3 import type { OllamaOptions } from './types' 4 4 ··· 16 16 name: 'nuxt-ollama', 17 17 configKey: 'ollama', 18 18 compatibility: { 19 - nuxt: '>=4.0.0', 19 + nuxt: '>=3.0.0', 20 20 }, 21 21 }, 22 22 // Default configuration options of the Nuxt module ··· 35 35 const currentConfig = (runtimeConfig.public.ollama ?? {}) as OllamaOptions 36 36 runtimeConfig.public.ollama = defu(currentConfig, _options) 37 37 38 - addImports({ 39 - name: 'useOllama', 40 - as: 'useOllama', 41 - from: resolver.resolve('./runtime/composables/useOllama'), 42 - }) 43 - 44 - addImports({ 45 - name: 'useOllamaUtils', 46 - as: 'useOllamaUtils', 47 - from: resolver.resolve('./runtime/composables/useOllamaUtils'), 48 - }) 49 - 38 + addImportsDir(resolver.resolve('./runtime/composables')) 50 39 addServerImportsDir(resolver.resolve('./runtime/server/utils')) 51 40 }, 52 41 })