packages/shared: - Zod v4 schemas for TopicConfig, ProxyConfig, CrawlJob, SearchQuery - Config loader with defaults - Utility functions (createId, formatBytes, normalizeUrl) packages/core: - WebProxyServer: HTTP forward proxy using http-proxy-3 - CacheStore: LRU-based in-memory + disk cache for proxied responses - WarcWriter: WARC file archiving for all proxied content - HTTPS CONNECT tunneling for SSL passthrough - Admin API with /api/status, /api/cache/stats, /api/config packages/indexer: - TopicCrawler: Crawlee CheerioCrawler for topic-based web crawling - ContentExtractor: @mozilla/readability + turndown for clean text/markdown - SearchClient: MeiliSearch integration for full-text search - CrawlScheduler: Interval-based crawl job scheduling apps/proxy: - Main entry point orchestrating all components - Graceful shutdown handling - Proxy-only mode when no topics configured All packages type-check clean. Next.js build passes. Co-Authored-By: UnicornDev <noreply@unicorndev.wtf>
7066 lines
223 KiB
YAML
7066 lines
223 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
devDependencies:
|
|
typescript:
|
|
specifier: ^5.9.3
|
|
version: 5.9.3
|
|
|
|
apps/proxy:
|
|
dependencies:
|
|
'@webproxy/core':
|
|
specifier: workspace:*
|
|
version: link:../../packages/core
|
|
'@webproxy/indexer':
|
|
specifier: workspace:*
|
|
version: link:../../packages/indexer
|
|
'@webproxy/shared':
|
|
specifier: workspace:*
|
|
version: link:../../packages/shared
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^20.19.35
|
|
version: 20.19.35
|
|
tsx:
|
|
specifier: ^4.21.0
|
|
version: 4.21.0
|
|
typescript:
|
|
specifier: ^5.9.3
|
|
version: 5.9.3
|
|
|
|
apps/web:
|
|
dependencies:
|
|
next:
|
|
specifier: 16.1.6
|
|
version: 16.1.6(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
|
react:
|
|
specifier: 19.2.3
|
|
version: 19.2.3
|
|
react-dom:
|
|
specifier: 19.2.3
|
|
version: 19.2.3(react@19.2.3)
|
|
devDependencies:
|
|
'@tailwindcss/postcss':
|
|
specifier: ^4
|
|
version: 4.2.1
|
|
'@types/node':
|
|
specifier: ^20
|
|
version: 20.19.35
|
|
'@types/react':
|
|
specifier: ^19
|
|
version: 19.2.14
|
|
'@types/react-dom':
|
|
specifier: ^19
|
|
version: 19.2.3(@types/react@19.2.14)
|
|
eslint:
|
|
specifier: ^9
|
|
version: 9.39.3(jiti@2.6.1)
|
|
eslint-config-next:
|
|
specifier: 16.1.6
|
|
version: 16.1.6(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
tailwindcss:
|
|
specifier: ^4
|
|
version: 4.2.1
|
|
typescript:
|
|
specifier: ^5
|
|
version: 5.9.3
|
|
|
|
packages/core:
|
|
dependencies:
|
|
'@webproxy/shared':
|
|
specifier: workspace:*
|
|
version: link:../shared
|
|
http-proxy-3:
|
|
specifier: ^1.23.2
|
|
version: 1.23.2
|
|
lru-cache:
|
|
specifier: ^11.2.6
|
|
version: 11.2.6
|
|
warcio:
|
|
specifier: ^2.4.10
|
|
version: 2.4.10
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^25.3.2
|
|
version: 25.3.2
|
|
typescript:
|
|
specifier: ^5.9.3
|
|
version: 5.9.3
|
|
|
|
packages/indexer:
|
|
dependencies:
|
|
'@crawlee/cheerio':
|
|
specifier: ^3.16.0
|
|
version: 3.16.0
|
|
'@crawlee/http':
|
|
specifier: ^3.16.0
|
|
version: 3.16.0
|
|
'@mozilla/readability':
|
|
specifier: ^0.6.0
|
|
version: 0.6.0
|
|
'@webproxy/shared':
|
|
specifier: workspace:*
|
|
version: link:../shared
|
|
cheerio:
|
|
specifier: ^1.2.0
|
|
version: 1.2.0
|
|
crawlee:
|
|
specifier: ^3.16.0
|
|
version: 3.16.0(@types/node@25.3.2)
|
|
meilisearch:
|
|
specifier: ^0.55.0
|
|
version: 0.55.0
|
|
turndown:
|
|
specifier: ^7.2.2
|
|
version: 7.2.2
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^25.3.2
|
|
version: 25.3.2
|
|
'@types/turndown':
|
|
specifier: ^5.0.6
|
|
version: 5.0.6
|
|
jsdom:
|
|
specifier: ^28.1.0
|
|
version: 28.1.0
|
|
typescript:
|
|
specifier: ^5.9.3
|
|
version: 5.9.3
|
|
|
|
packages/shared:
|
|
dependencies:
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^25.3.2
|
|
version: 25.3.2
|
|
typescript:
|
|
specifier: ^5.9.3
|
|
version: 5.9.3
|
|
|
|
packages:
|
|
|
|
'@acemir/cssom@0.9.31':
|
|
resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==}
|
|
|
|
'@alloc/quick-lru@5.2.0':
|
|
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
engines: {node: '>=10'}
|
|
|
|
'@apify/consts@2.51.1':
|
|
resolution: {integrity: sha512-QV16f41BjmE7uYQgB+JeS5bhbEdFvP8eF1R5LiKlvGkERckSlMl1JIIaW1b/XwJdp3bEBKBGPtNlvYa06wyhwg==}
|
|
|
|
'@apify/datastructures@2.0.3':
|
|
resolution: {integrity: sha512-E6yQyc/XZDqJopbaGmhzZXMJqwGf96ELtDANZa0t68jcOAJZS+pF7YUfQOLszXq6JQAdnRvTH2caotL6urX7HA==}
|
|
|
|
'@apify/log@2.5.33':
|
|
resolution: {integrity: sha512-rD+RY/Lvgy2ZAQD6QHbzoGHKvqILSXHZggTv2PN80ZZl7JMVQ22pYpoysYITHl4eGuievCiwrhkvdbNqTHqoPQ==}
|
|
|
|
'@apify/ps-tree@1.2.0':
|
|
resolution: {integrity: sha512-VHIswI7rD/R4bToeIDuJ9WJXt+qr5SdhfoZ9RzdjmCs9mgy7l0P4RugQEUCcU+WB4sfImbd4CKwzXcn0uYx1yw==}
|
|
engines: {node: '>= 0.10'}
|
|
hasBin: true
|
|
|
|
'@apify/pseudo_url@2.0.74':
|
|
resolution: {integrity: sha512-iMa7MzKn/5dWwSmOj3jZ+33NCRUdbyKsOTZytlowQgblV3yL8YFLziWcA1GlH6spIHG8073gIQMOecXvQYpvNA==}
|
|
|
|
'@apify/timeout@0.3.2':
|
|
resolution: {integrity: sha512-JnOLIOpqfm366q7opKrA6HrL0iYRpYYDn8Mi77sMR2GZ1fPbwMWCVzN23LJWfJV7izetZbCMrqRUXsR1etZ7dA==}
|
|
|
|
'@apify/utilities@2.25.5':
|
|
resolution: {integrity: sha512-I53XgSbNw2mYHPbPTIM7CjooHBHapWzvW6eKxpzt5IO9zB3OIzWOk2xRCodi1pAt3+A+BGiJJyddF/cQYGJenA==}
|
|
|
|
'@asamuzakjp/css-color@3.2.0':
|
|
resolution: {integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==}
|
|
|
|
'@asamuzakjp/css-color@5.0.1':
|
|
resolution: {integrity: sha512-2SZFvqMyvboVV1d15lMf7XiI3m7SDqXUuKaTymJYLN6dSGadqp+fVojqJlVoMlbZnlTmu3S0TLwLTJpvBMO1Aw==}
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
'@asamuzakjp/dom-selector@6.8.1':
|
|
resolution: {integrity: sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==}
|
|
|
|
'@asamuzakjp/nwsapi@2.3.9':
|
|
resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==}
|
|
|
|
'@babel/code-frame@7.29.0':
|
|
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/compat-data@7.29.0':
|
|
resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.29.0':
|
|
resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@7.29.1':
|
|
resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-compilation-targets@7.28.6':
|
|
resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-globals@7.28.0':
|
|
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-imports@7.28.6':
|
|
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-transforms@7.28.6':
|
|
resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-string-parser@7.27.1':
|
|
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-identifier@7.28.5':
|
|
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-option@7.27.1':
|
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helpers@7.28.6':
|
|
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/parser@7.29.0':
|
|
resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
'@babel/template@7.28.6':
|
|
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/traverse@7.29.0':
|
|
resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@7.29.0':
|
|
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@borewit/text-codec@0.2.1':
|
|
resolution: {integrity: sha512-k7vvKPbf7J2fZ5klGRD9AeKfUvojuZIQ3BT5u7Jfv+puwXkUBUT5PVyMDfJZpy30CBDXGMgw7fguK/lpOMBvgw==}
|
|
|
|
'@bramus/specificity@2.4.2':
|
|
resolution: {integrity: sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==}
|
|
hasBin: true
|
|
|
|
'@crawlee/basic@3.16.0':
|
|
resolution: {integrity: sha512-dcqeDkYk6NoXHSBEkALD4orb7k6yTDkwZp8RtcvlmMmVZKVQTVVHh78NFInzxRkjFVmStFWE2LRHBZpe518E0Q==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@crawlee/browser-pool@3.16.0':
|
|
resolution: {integrity: sha512-o9RK/TcDwxXF2wa5Ij6oG8JeS/aBTp/Xi4Rj8waQ/NKVfhF4DcOAlqiL/ed1YUgFUZx+P/VL/AIQKWbKAWnQlw==}
|
|
engines: {node: '>=16.0.0'}
|
|
peerDependencies:
|
|
playwright: '*'
|
|
puppeteer: '*'
|
|
peerDependenciesMeta:
|
|
playwright:
|
|
optional: true
|
|
puppeteer:
|
|
optional: true
|
|
|
|
'@crawlee/browser@3.16.0':
|
|
resolution: {integrity: sha512-7AJeJ5328qsgFhyITNt0V4YVtA5+t/yRtkiHIN5af4Ht/WlYaVTkY4Qs5a8c6x1NU9+bt14umEFcCAu2hGJMzw==}
|
|
engines: {node: '>=16.0.0'}
|
|
peerDependencies:
|
|
playwright: '*'
|
|
puppeteer: '*'
|
|
peerDependenciesMeta:
|
|
playwright:
|
|
optional: true
|
|
puppeteer:
|
|
optional: true
|
|
|
|
'@crawlee/cheerio@3.16.0':
|
|
resolution: {integrity: sha512-eyiWyHBuYZ0Ay5Q8wRD05RAAfgINxngUtlmUrV8r98Jpx9ibvm4UOS5yiqrZfGN2aoA31vasomCpgIcigacf8Q==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@crawlee/cli@3.16.0':
|
|
resolution: {integrity: sha512-oZW2TEpcCYZmRvTtdeC57B7kgenvDbKf4GclDRZ/IH0aUnK7Zy0voTIEoqemyQdvbVN0NK43ylmZMz6KVdVygw==}
|
|
engines: {node: '>=16.0.0'}
|
|
hasBin: true
|
|
|
|
'@crawlee/core@3.16.0':
|
|
resolution: {integrity: sha512-Yn32E5IdmENLITg36XN1ty4OLPMcqzDjkEvSdZ0dRV5jcJR89sKi47FOs2eXpW+n7IGhbzPDkGKUirPPRrRkjg==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@crawlee/http@3.16.0':
|
|
resolution: {integrity: sha512-adp8fuQyW32kVKKJNPOA/HEF893ddPqldlIOcO+CdCa4EkeKTPOx74VGLVZyO4f0Zxs0QwvDL1W5O7ckD82MFQ==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@crawlee/jsdom@3.16.0':
|
|
resolution: {integrity: sha512-dL+uOQrA7BGJN6PnqXe1Kcp76KyoLm5DSNkytZzeJm6ZphC/aOZUrC2a6SKU4XUnxVipnM6Nase/F+a1aNez1g==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@crawlee/linkedom@3.16.0':
|
|
resolution: {integrity: sha512-AkpqiAqddk35gl2lNqDySuN5Raam1y3bQs49Y2NALc/TEnodXnnRO0rEEOh1P/wHNh4cm1jgY9rxmt/SHf3SLg==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@crawlee/memory-storage@3.16.0':
|
|
resolution: {integrity: sha512-ol1PSWj5LL1ALjEZ+zJdLaZx4bGPIP6vXly4AmbtyFg2iq+m1BudtXL+dWFdv/qN8f+N8ljPF5VwKAVxg2uy3Q==}
|
|
engines: {node: '>= 16'}
|
|
|
|
'@crawlee/playwright@3.16.0':
|
|
resolution: {integrity: sha512-Oa7emJBmcqOcw/3iMc6KjfZUFAV2jmbvEv9jZQcMWPuVlmDVxV5Q67q0PF4/YDMesx0RBHLK0LRBcqO5jgtjFg==}
|
|
engines: {node: '>=16.0.0'}
|
|
peerDependencies:
|
|
idcac-playwright: ^0.2.0
|
|
playwright: '*'
|
|
peerDependenciesMeta:
|
|
idcac-playwright:
|
|
optional: true
|
|
playwright:
|
|
optional: true
|
|
|
|
'@crawlee/puppeteer@3.16.0':
|
|
resolution: {integrity: sha512-7qrh684m9bx1y7d+SRILlKelLk8FMML5lekMgiMzEQ7rjzrgXwWo3A9mkL9zQeC931pAMnWMZuGESloOYM2SxA==}
|
|
engines: {node: '>=16.0.0'}
|
|
peerDependencies:
|
|
idcac-playwright: ^0.2.0
|
|
puppeteer: '*'
|
|
peerDependenciesMeta:
|
|
idcac-playwright:
|
|
optional: true
|
|
puppeteer:
|
|
optional: true
|
|
|
|
'@crawlee/templates@3.16.0':
|
|
resolution: {integrity: sha512-zDfRWDrqe75WEPtoUXGKA/iGmG+EHlepd0jc64AO1mUpZkOUVCNgSMxvMjxQV6zUMChsbPPvhOV6bHnY8/bEHA==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@crawlee/types@3.16.0':
|
|
resolution: {integrity: sha512-CcIM+JDVx4gzQzMPl+9RJiEeqdzTrx2RLPA7y4IMJSyfZm3J/VrEunielKA3NQrk095j9OuvS/rQL2y8mBV1qw==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@crawlee/utils@3.16.0':
|
|
resolution: {integrity: sha512-rfVx/3hsFZjiD4AwT8IoQsuNLiawrsdhc893Nha22mWQMxJ0Z/KUzh8FyJDnNOHuxWGIJP96I7nBikxYeSdw5A==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@csstools/color-helpers@5.1.0':
|
|
resolution: {integrity: sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@csstools/color-helpers@6.0.2':
|
|
resolution: {integrity: sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
'@csstools/css-calc@2.1.4':
|
|
resolution: {integrity: sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-parser-algorithms': ^3.0.5
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-calc@3.1.1':
|
|
resolution: {integrity: sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==}
|
|
engines: {node: '>=20.19.0'}
|
|
peerDependencies:
|
|
'@csstools/css-parser-algorithms': ^4.0.0
|
|
'@csstools/css-tokenizer': ^4.0.0
|
|
|
|
'@csstools/css-color-parser@3.1.0':
|
|
resolution: {integrity: sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-parser-algorithms': ^3.0.5
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-color-parser@4.0.2':
|
|
resolution: {integrity: sha512-0GEfbBLmTFf0dJlpsNU7zwxRIH0/BGEMuXLTCvFYxuL1tNhqzTbtnFICyJLTNK4a+RechKP75e7w42ClXSnJQw==}
|
|
engines: {node: '>=20.19.0'}
|
|
peerDependencies:
|
|
'@csstools/css-parser-algorithms': ^4.0.0
|
|
'@csstools/css-tokenizer': ^4.0.0
|
|
|
|
'@csstools/css-parser-algorithms@3.0.5':
|
|
resolution: {integrity: sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-parser-algorithms@4.0.0':
|
|
resolution: {integrity: sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==}
|
|
engines: {node: '>=20.19.0'}
|
|
peerDependencies:
|
|
'@csstools/css-tokenizer': ^4.0.0
|
|
|
|
'@csstools/css-syntax-patches-for-csstree@1.0.28':
|
|
resolution: {integrity: sha512-1NRf1CUBjnr3K7hu8BLxjQrKCxEe8FP/xmPTenAxCRZWVLbmGotkFvG9mfNpjA6k7Bw1bw4BilZq9cu19RA5pg==}
|
|
|
|
'@csstools/css-tokenizer@3.0.4':
|
|
resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@csstools/css-tokenizer@4.0.0':
|
|
resolution: {integrity: sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
'@emnapi/core@1.8.1':
|
|
resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==}
|
|
|
|
'@emnapi/runtime@1.8.1':
|
|
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
|
|
|
|
'@emnapi/wasi-threads@1.1.0':
|
|
resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
|
|
|
|
'@esbuild/aix-ppc64@0.27.3':
|
|
resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/android-arm64@0.27.3':
|
|
resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.27.3':
|
|
resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.27.3':
|
|
resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/darwin-arm64@0.27.3':
|
|
resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.27.3':
|
|
resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/freebsd-arm64@0.27.3':
|
|
resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.27.3':
|
|
resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/linux-arm64@0.27.3':
|
|
resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.27.3':
|
|
resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.27.3':
|
|
resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.27.3':
|
|
resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.27.3':
|
|
resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.27.3':
|
|
resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.27.3':
|
|
resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.27.3':
|
|
resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.27.3':
|
|
resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/netbsd-arm64@0.27.3':
|
|
resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.27.3':
|
|
resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.27.3':
|
|
resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.27.3':
|
|
resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openharmony-arm64@0.27.3':
|
|
resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/sunos-x64@0.27.3':
|
|
resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/win32-arm64@0.27.3':
|
|
resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.27.3':
|
|
resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.27.3':
|
|
resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@eslint-community/eslint-utils@4.9.1':
|
|
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
peerDependencies:
|
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
|
|
'@eslint-community/regexpp@4.12.2':
|
|
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
|
|
'@eslint/config-array@0.21.1':
|
|
resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@eslint/config-helpers@0.4.2':
|
|
resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@eslint/core@0.17.0':
|
|
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@eslint/eslintrc@3.3.4':
|
|
resolution: {integrity: sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@eslint/js@9.39.3':
|
|
resolution: {integrity: sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@eslint/object-schema@2.1.7':
|
|
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@eslint/plugin-kit@0.4.1':
|
|
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@exodus/bytes@1.14.1':
|
|
resolution: {integrity: sha512-OhkBFWI6GcRMUroChZiopRiSp2iAMvEBK47NhJooDqz1RERO4QuZIZnjP63TXX8GAiLABkYmX+fuQsdJ1dd2QQ==}
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
peerDependencies:
|
|
'@noble/hashes': ^1.8.0 || ^2.0.0
|
|
peerDependenciesMeta:
|
|
'@noble/hashes':
|
|
optional: true
|
|
|
|
'@humanfs/core@0.19.1':
|
|
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
|
engines: {node: '>=18.18.0'}
|
|
|
|
'@humanfs/node@0.16.7':
|
|
resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
|
|
engines: {node: '>=18.18.0'}
|
|
|
|
'@humanwhocodes/module-importer@1.0.1':
|
|
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
|
engines: {node: '>=12.22'}
|
|
|
|
'@humanwhocodes/retry@0.4.3':
|
|
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
|
engines: {node: '>=18.18'}
|
|
|
|
'@img/colour@1.0.0':
|
|
resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@img/sharp-darwin-arm64@0.34.5':
|
|
resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-darwin-x64@0.34.5':
|
|
resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.2.4':
|
|
resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.2.4':
|
|
resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.2.4':
|
|
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-arm64@0.34.5':
|
|
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-arm@0.34.5':
|
|
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-ppc64@0.34.5':
|
|
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-riscv64@0.34.5':
|
|
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-s390x@0.34.5':
|
|
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-x64@0.34.5':
|
|
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-wasm32@0.34.5':
|
|
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [wasm32]
|
|
|
|
'@img/sharp-win32-arm64@0.34.5':
|
|
resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-ia32@0.34.5':
|
|
resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-x64@0.34.5':
|
|
resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@inquirer/external-editor@1.0.3':
|
|
resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/figures@1.0.15':
|
|
resolution: {integrity: sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jridgewell/gen-mapping@0.3.13':
|
|
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
|
|
'@jridgewell/resolve-uri@3.1.2':
|
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5':
|
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
|
|
'@keyv/serialize@1.1.1':
|
|
resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==}
|
|
|
|
'@mixmark-io/domino@2.2.0':
|
|
resolution: {integrity: sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==}
|
|
|
|
'@mozilla/readability@0.6.0':
|
|
resolution: {integrity: sha512-juG5VWh4qAivzTAeMzvY9xs9HY5rAcr2E4I7tiSSCokRFi7XIZCAu92ZkSTsIj1OPceCifL3cpfteP3pDT9/QQ==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
'@napi-rs/wasm-runtime@0.2.12':
|
|
resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==}
|
|
|
|
'@next/env@16.1.6':
|
|
resolution: {integrity: sha512-N1ySLuZjnAtN3kFnwhAwPvZah8RJxKasD7x1f8shFqhncnWZn4JMfg37diLNuoHsLAlrDfM3g4mawVdtAG8XLQ==}
|
|
|
|
'@next/eslint-plugin-next@16.1.6':
|
|
resolution: {integrity: sha512-/Qq3PTagA6+nYVfryAtQ7/9FEr/6YVyvOtl6rZnGsbReGLf0jZU6gkpr1FuChAQpvV46a78p4cmHOVP8mbfSMQ==}
|
|
|
|
'@next/swc-darwin-arm64@16.1.6':
|
|
resolution: {integrity: sha512-wTzYulosJr/6nFnqGW7FrG3jfUUlEf8UjGA0/pyypJl42ExdVgC6xJgcXQ+V8QFn6niSG2Pb8+MIG1mZr2vczw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@next/swc-darwin-x64@16.1.6':
|
|
resolution: {integrity: sha512-BLFPYPDO+MNJsiDWbeVzqvYd4NyuRrEYVB5k2N3JfWncuHAy2IVwMAOlVQDFjj+krkWzhY2apvmekMkfQR0CUQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@next/swc-linux-arm64-gnu@16.1.6':
|
|
resolution: {integrity: sha512-OJYkCd5pj/QloBvoEcJ2XiMnlJkRv9idWA/j0ugSuA34gMT6f5b7vOiCQHVRpvStoZUknhl6/UxOXL4OwtdaBw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-arm64-musl@16.1.6':
|
|
resolution: {integrity: sha512-S4J2v+8tT3NIO9u2q+S0G5KdvNDjXfAv06OhfOzNDaBn5rw84DGXWndOEB7d5/x852A20sW1M56vhC/tRVbccQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-x64-gnu@16.1.6':
|
|
resolution: {integrity: sha512-2eEBDkFlMMNQnkTyPBhQOAyn2qMxyG2eE7GPH2WIDGEpEILcBPI/jdSv4t6xupSP+ot/jkfrCShLAa7+ZUPcJQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-x64-musl@16.1.6':
|
|
resolution: {integrity: sha512-oicJwRlyOoZXVlxmIMaTq7f8pN9QNbdes0q2FXfRsPhfCi8n8JmOZJm5oo1pwDaFbnnD421rVU409M3evFbIqg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@next/swc-win32-arm64-msvc@16.1.6':
|
|
resolution: {integrity: sha512-gQmm8izDTPgs+DCWH22kcDmuUp7NyiJgEl18bcr8irXA5N2m2O+JQIr6f3ct42GOs9c0h8QF3L5SzIxcYAAXXw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@next/swc-win32-x64-msvc@16.1.6':
|
|
resolution: {integrity: sha512-NRfO39AIrzBnixKbjuo2YiYhB6o9d8v/ymU9m/Xk8cyVk+k7XylniXkHwjs4s70wedVffc6bQNbufk5v0xEm0A==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@nodelib/fs.scandir@2.1.5':
|
|
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@nodelib/fs.stat@2.0.5':
|
|
resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@nodelib/fs.walk@1.2.8':
|
|
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@nolyfill/is-core-module@1.0.39':
|
|
resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==}
|
|
engines: {node: '>=12.4.0'}
|
|
|
|
'@rtsao/scc@1.1.0':
|
|
resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
|
|
|
|
'@sapphire/async-queue@1.5.5':
|
|
resolution: {integrity: sha512-cvGzxbba6sav2zZkH8GPf2oGk9yYoD5qrNWdu9fRehifgnFZJMV+nuy2nON2roRO4yQQ+v7MK/Pktl/HgfsUXg==}
|
|
engines: {node: '>=v14.0.0', npm: '>=7.0.0'}
|
|
|
|
'@sapphire/shapeshift@3.9.7':
|
|
resolution: {integrity: sha512-4It2mxPSr4OGn4HSQWGmhFMsNFGfFVhWeRPCRwbH972Ek2pzfGRZtb0pJ4Ze6oIzcyh2jw7nUDa6qGlWofgd9g==}
|
|
engines: {node: '>=v16'}
|
|
|
|
'@sec-ant/readable-stream@0.4.1':
|
|
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
|
|
|
|
'@sindresorhus/is@4.6.0':
|
|
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
|
|
engines: {node: '>=10'}
|
|
|
|
'@sindresorhus/is@5.6.0':
|
|
resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
'@sindresorhus/is@7.2.0':
|
|
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@swc/helpers@0.5.15':
|
|
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
|
|
|
|
'@tailwindcss/node@4.2.1':
|
|
resolution: {integrity: sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==}
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.2.1':
|
|
resolution: {integrity: sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.2.1':
|
|
resolution: {integrity: sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.2.1':
|
|
resolution: {integrity: sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.2.1':
|
|
resolution: {integrity: sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.2.1':
|
|
resolution: {integrity: sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.2.1':
|
|
resolution: {integrity: sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.2.1':
|
|
resolution: {integrity: sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.2.1':
|
|
resolution: {integrity: sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.2.1':
|
|
resolution: {integrity: sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.2.1':
|
|
resolution: {integrity: sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==}
|
|
engines: {node: '>=14.0.0'}
|
|
cpu: [wasm32]
|
|
bundledDependencies:
|
|
- '@napi-rs/wasm-runtime'
|
|
- '@emnapi/core'
|
|
- '@emnapi/runtime'
|
|
- '@tybys/wasm-util'
|
|
- '@emnapi/wasi-threads'
|
|
- tslib
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.2.1':
|
|
resolution: {integrity: sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.2.1':
|
|
resolution: {integrity: sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@tailwindcss/oxide@4.2.1':
|
|
resolution: {integrity: sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==}
|
|
engines: {node: '>= 20'}
|
|
|
|
'@tailwindcss/postcss@4.2.1':
|
|
resolution: {integrity: sha512-OEwGIBnXnj7zJeonOh6ZG9woofIjGrd2BORfvE5p9USYKDCZoQmfqLcfNiRWoJlRWLdNPn2IgVZuWAOM4iTYMw==}
|
|
|
|
'@tokenizer/inflate@0.2.7':
|
|
resolution: {integrity: sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@tokenizer/token@0.3.0':
|
|
resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==}
|
|
|
|
'@tybys/wasm-util@0.10.1':
|
|
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
|
|
|
|
'@types/content-type@1.1.9':
|
|
resolution: {integrity: sha512-Hq9IMnfekuOCsEmYl4QX2HBrT+XsfXiupfrLLY8Dcf3Puf4BkBOxSbWYTITSOQAhJoYPBez+b4MJRpIYL65z8A==}
|
|
|
|
'@types/estree@1.0.8':
|
|
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
|
|
'@types/http-cache-semantics@4.2.0':
|
|
resolution: {integrity: sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==}
|
|
|
|
'@types/jsdom@21.1.7':
|
|
resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==}
|
|
|
|
'@types/json-schema@7.0.15':
|
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
|
|
'@types/json5@0.0.29':
|
|
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
|
|
|
|
'@types/node@20.19.35':
|
|
resolution: {integrity: sha512-Uarfe6J91b9HAUXxjvSOdiO2UPOKLm07Q1oh0JHxoZ1y8HoqxDAu3gVrsrOHeiio0kSsoVBt4wFrKOm0dKxVPQ==}
|
|
|
|
'@types/node@25.3.2':
|
|
resolution: {integrity: sha512-RpV6r/ij22zRRdyBPcxDeKAzH43phWVKEjL2iksqo1Vz3CuBUrgmPpPhALKiRfU7OMCmeeO9vECBMsV0hMTG8Q==}
|
|
|
|
'@types/pako@1.0.7':
|
|
resolution: {integrity: sha512-YBtzT2ztNF6R/9+UXj2wTGFnC9NklAnASt3sC0h2m1bbH7G6FyBIkt4AN8ThZpNfxUo1b2iMVO0UawiJymEt8A==}
|
|
|
|
'@types/react-dom@19.2.3':
|
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
peerDependencies:
|
|
'@types/react': ^19.2.0
|
|
|
|
'@types/react@19.2.14':
|
|
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
|
|
|
|
'@types/sax@1.2.7':
|
|
resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
|
|
|
|
'@types/stream-buffers@3.0.8':
|
|
resolution: {integrity: sha512-J+7VaHKNvlNPJPEJXX/fKa9DZtR/xPMwuIbe+yNOwp1YB+ApUOBv2aUpEoBJEi8nJgbgs1x8e73ttg0r1rSUdw==}
|
|
|
|
'@types/tough-cookie@4.0.5':
|
|
resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
|
|
|
|
'@types/turndown@5.0.6':
|
|
resolution: {integrity: sha512-ru00MoyeeouE5BX4gRL+6m/BsDfbRayOskWqUvh7CLGW+UXxHQItqALa38kKnOiZPqJrtzJUgAC2+F0rL1S4Pg==}
|
|
|
|
'@typescript-eslint/eslint-plugin@8.56.1':
|
|
resolution: {integrity: sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
peerDependencies:
|
|
'@typescript-eslint/parser': ^8.56.1
|
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
typescript: '>=4.8.4 <6.0.0'
|
|
|
|
'@typescript-eslint/parser@8.56.1':
|
|
resolution: {integrity: sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
peerDependencies:
|
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
typescript: '>=4.8.4 <6.0.0'
|
|
|
|
'@typescript-eslint/project-service@8.56.1':
|
|
resolution: {integrity: sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
peerDependencies:
|
|
typescript: '>=4.8.4 <6.0.0'
|
|
|
|
'@typescript-eslint/scope-manager@8.56.1':
|
|
resolution: {integrity: sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@typescript-eslint/tsconfig-utils@8.56.1':
|
|
resolution: {integrity: sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
peerDependencies:
|
|
typescript: '>=4.8.4 <6.0.0'
|
|
|
|
'@typescript-eslint/type-utils@8.56.1':
|
|
resolution: {integrity: sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
peerDependencies:
|
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
typescript: '>=4.8.4 <6.0.0'
|
|
|
|
'@typescript-eslint/types@8.56.1':
|
|
resolution: {integrity: sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@typescript-eslint/typescript-estree@8.56.1':
|
|
resolution: {integrity: sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
peerDependencies:
|
|
typescript: '>=4.8.4 <6.0.0'
|
|
|
|
'@typescript-eslint/utils@8.56.1':
|
|
resolution: {integrity: sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
peerDependencies:
|
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
typescript: '>=4.8.4 <6.0.0'
|
|
|
|
'@typescript-eslint/visitor-keys@8.56.1':
|
|
resolution: {integrity: sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
|
|
resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@unrs/resolver-binding-android-arm64@1.11.1':
|
|
resolution: {integrity: sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@unrs/resolver-binding-darwin-arm64@1.11.1':
|
|
resolution: {integrity: sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@unrs/resolver-binding-darwin-x64@1.11.1':
|
|
resolution: {integrity: sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@unrs/resolver-binding-freebsd-x64@1.11.1':
|
|
resolution: {integrity: sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1':
|
|
resolution: {integrity: sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-arm-musleabihf@1.11.1':
|
|
resolution: {integrity: sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-arm64-gnu@1.11.1':
|
|
resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-arm64-musl@1.11.1':
|
|
resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-ppc64-gnu@1.11.1':
|
|
resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-riscv64-gnu@1.11.1':
|
|
resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-riscv64-musl@1.11.1':
|
|
resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-s390x-gnu@1.11.1':
|
|
resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-x64-gnu@1.11.1':
|
|
resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-linux-x64-musl@1.11.1':
|
|
resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@unrs/resolver-binding-wasm32-wasi@1.11.1':
|
|
resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==}
|
|
engines: {node: '>=14.0.0'}
|
|
cpu: [wasm32]
|
|
|
|
'@unrs/resolver-binding-win32-arm64-msvc@1.11.1':
|
|
resolution: {integrity: sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@unrs/resolver-binding-win32-ia32-msvc@1.11.1':
|
|
resolution: {integrity: sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@unrs/resolver-binding-win32-x64-msvc@1.11.1':
|
|
resolution: {integrity: sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@vladfrangu/async_event_emitter@2.4.7':
|
|
resolution: {integrity: sha512-Xfe6rpCTxSxfbswi/W/Pz7zp1WWSNn4A0eW4mLkQUewCrXXtMj31lCg+iQyTkh/CkusZSq9eDflu7tjEDXUY6g==}
|
|
engines: {node: '>=v14.0.0', npm: '>=7.0.0'}
|
|
|
|
acorn-jsx@5.3.2:
|
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
peerDependencies:
|
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
acorn@8.16.0:
|
|
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
engines: {node: '>=0.4.0'}
|
|
hasBin: true
|
|
|
|
adm-zip@0.5.16:
|
|
resolution: {integrity: sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==}
|
|
engines: {node: '>=12.0'}
|
|
|
|
agent-base@7.1.4:
|
|
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
engines: {node: '>= 14'}
|
|
|
|
ajv@6.14.0:
|
|
resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==}
|
|
|
|
ansi-colors@4.1.3:
|
|
resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
|
|
engines: {node: '>=6'}
|
|
|
|
ansi-escapes@4.3.2:
|
|
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-regex@2.1.1:
|
|
resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
ansi-regex@5.0.1:
|
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-styles@2.2.1:
|
|
resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
ansi-styles@4.3.0:
|
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
argparse@2.0.1:
|
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
|
|
aria-query@5.3.2:
|
|
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
array-buffer-byte-length@1.0.2:
|
|
resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
array-includes@3.1.9:
|
|
resolution: {integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
array.prototype.findlast@1.2.5:
|
|
resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
array.prototype.findlastindex@1.2.6:
|
|
resolution: {integrity: sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
array.prototype.flat@1.3.3:
|
|
resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
array.prototype.flatmap@1.3.3:
|
|
resolution: {integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
array.prototype.tosorted@1.1.4:
|
|
resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
arraybuffer.prototype.slice@1.0.4:
|
|
resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
ast-types-flow@0.0.8:
|
|
resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==}
|
|
|
|
async-function@1.0.0:
|
|
resolution: {integrity: sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
available-typed-arrays@1.0.7:
|
|
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
axe-core@4.11.1:
|
|
resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==}
|
|
engines: {node: '>=4'}
|
|
|
|
axobject-query@4.1.0:
|
|
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
balanced-match@1.0.2:
|
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
|
|
balanced-match@4.0.4:
|
|
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
base32-encode@2.0.0:
|
|
resolution: {integrity: sha512-mlmkfc2WqdDtMl/id4qm3A7RjW6jxcbAoMjdRmsPiwQP0ufD4oXItYMnPgVHe80lnAIy+1xwzhHE1s4FoIceSw==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
base64-js@1.5.1:
|
|
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
|
|
|
baseline-browser-mapping@2.10.0:
|
|
resolution: {integrity: sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
bidi-js@1.0.3:
|
|
resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==}
|
|
|
|
bl@4.1.0:
|
|
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
|
|
|
boolbase@1.0.0:
|
|
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
|
|
|
|
brace-expansion@1.1.12:
|
|
resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
|
|
|
|
brace-expansion@2.0.2:
|
|
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
|
|
brace-expansion@5.0.3:
|
|
resolution: {integrity: sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==}
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
braces@3.0.3:
|
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
browserslist@4.28.1:
|
|
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
hasBin: true
|
|
|
|
buffer@5.7.1:
|
|
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
|
|
|
|
byte-counter@0.1.0:
|
|
resolution: {integrity: sha512-jheRLVMeUKrDBjVw2O5+k4EvR4t9wtxHL+bo/LxfkxsVeuGMy3a5SEGgXdAFA4FSzTrU8rQXQIrsZ3oBq5a0pQ==}
|
|
engines: {node: '>=20'}
|
|
|
|
cacheable-lookup@7.0.0:
|
|
resolution: {integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
cacheable-request@13.0.18:
|
|
resolution: {integrity: sha512-rFWadDRKJs3s2eYdXlGggnBZKG7MTblkFBB0YllFds+UYnfogDp2wcR6JN97FhRkHTvq59n2vhNoHNZn29dh/Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
call-bind@1.0.8:
|
|
resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
call-bound@1.0.4:
|
|
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
callsites@3.1.0:
|
|
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
callsites@4.2.0:
|
|
resolution: {integrity: sha512-kfzR4zzQtAE9PC7CzZsjl3aBNbXWuXiSeOCdLcPpBfGW8YuCqQHcRPFDbr/BPVmd3EEPVpuFzLyuT/cUhPr4OQ==}
|
|
engines: {node: '>=12.20'}
|
|
|
|
caniuse-lite@1.0.30001774:
|
|
resolution: {integrity: sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==}
|
|
|
|
chalk@1.1.3:
|
|
resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
chalk@4.1.2:
|
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
engines: {node: '>=10'}
|
|
|
|
chardet@2.1.1:
|
|
resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==}
|
|
|
|
cheerio-select@2.1.0:
|
|
resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==}
|
|
|
|
cheerio@1.0.0-rc.12:
|
|
resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==}
|
|
engines: {node: '>= 6'}
|
|
|
|
cheerio@1.2.0:
|
|
resolution: {integrity: sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==}
|
|
engines: {node: '>=20.18.1'}
|
|
|
|
cli-cursor@3.1.0:
|
|
resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
|
|
engines: {node: '>=8'}
|
|
|
|
cli-spinners@2.9.2:
|
|
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
|
|
engines: {node: '>=6'}
|
|
|
|
cli-width@3.0.0:
|
|
resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==}
|
|
engines: {node: '>= 10'}
|
|
|
|
cli-width@4.1.0:
|
|
resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
|
|
engines: {node: '>= 12'}
|
|
|
|
client-only@0.0.1:
|
|
resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
|
|
|
|
cliui@8.0.1:
|
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
clone@1.0.4:
|
|
resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
|
|
engines: {node: '>=0.8'}
|
|
|
|
color-convert@2.0.1:
|
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
engines: {node: '>=7.0.0'}
|
|
|
|
color-name@1.1.4:
|
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
|
|
commander@14.0.3:
|
|
resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==}
|
|
engines: {node: '>=20'}
|
|
|
|
concat-map@0.0.1:
|
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
|
|
content-type@1.0.5:
|
|
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
convert-source-map@2.0.0:
|
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
|
|
crawlee@3.16.0:
|
|
resolution: {integrity: sha512-j7wBS81zU+z7MNIKUqJuYRDbKJHwn5sWkki08glAXj6+Ka7HgU6IONHmrv9qtUmb/0p0m5tcMNqItMfnvh6bHA==}
|
|
engines: {node: '>=16.0.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
idcac-playwright: '*'
|
|
playwright: '*'
|
|
puppeteer: '*'
|
|
peerDependenciesMeta:
|
|
idcac-playwright:
|
|
optional: true
|
|
playwright:
|
|
optional: true
|
|
puppeteer:
|
|
optional: true
|
|
|
|
cross-spawn@7.0.6:
|
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
crypto-random-string@4.0.0:
|
|
resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==}
|
|
engines: {node: '>=12'}
|
|
|
|
css-select@5.2.2:
|
|
resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==}
|
|
|
|
css-tree@3.1.0:
|
|
resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
|
|
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
|
|
|
|
css-what@6.2.2:
|
|
resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
cssom@0.5.0:
|
|
resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==}
|
|
|
|
cssstyle@4.6.0:
|
|
resolution: {integrity: sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==}
|
|
engines: {node: '>=18'}
|
|
|
|
cssstyle@6.1.0:
|
|
resolution: {integrity: sha512-Ml4fP2UT2K3CUBQnVlbdV/8aFDdlY69E+YnwJM+3VUWl08S3J8c8aRuJqCkD9Py8DHZ7zNNvsfKl8psocHZEFg==}
|
|
engines: {node: '>=20'}
|
|
|
|
csstype@3.2.3:
|
|
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
|
|
csv-stringify@6.6.0:
|
|
resolution: {integrity: sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw==}
|
|
|
|
damerau-levenshtein@1.0.8:
|
|
resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==}
|
|
|
|
data-urls@5.0.0:
|
|
resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==}
|
|
engines: {node: '>=18'}
|
|
|
|
data-urls@7.0.0:
|
|
resolution: {integrity: sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==}
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
data-view-buffer@1.0.2:
|
|
resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
data-view-byte-length@1.0.2:
|
|
resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
data-view-byte-offset@1.0.1:
|
|
resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
debug@3.2.7:
|
|
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
debug@4.4.3:
|
|
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
engines: {node: '>=6.0'}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
decimal.js@10.6.0:
|
|
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
|
|
|
|
decompress-response@10.0.0:
|
|
resolution: {integrity: sha512-oj7KWToJuuxlPr7VV0vabvxEIiqNMo+q0NueIiL3XhtwC6FVOX7Hr1c0C4eD0bmf7Zr+S/dSf2xvkH3Ad6sU3Q==}
|
|
engines: {node: '>=20'}
|
|
|
|
deep-is@0.1.4:
|
|
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
|
|
|
defaults@1.0.4:
|
|
resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==}
|
|
|
|
define-data-property@1.1.4:
|
|
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
define-properties@1.2.1:
|
|
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
detect-libc@2.1.2:
|
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
devtools-protocol@0.0.1590631:
|
|
resolution: {integrity: sha512-/hwFfSIAA6zbW7SUOF1+R2W/DE3gziYesnoMvAYCDZ53aaycBJ3d0Gmaj9QiLbWI5f4QxbowQieNNZn0r2kXpQ==}
|
|
|
|
doctrine@2.1.0:
|
|
resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
dom-serializer@2.0.0:
|
|
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
|
|
|
|
domelementtype@2.3.0:
|
|
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
|
|
|
|
domhandler@5.0.3:
|
|
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
|
|
engines: {node: '>= 4'}
|
|
|
|
domutils@3.2.2:
|
|
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
|
|
|
|
dot-prop@6.0.1:
|
|
resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==}
|
|
engines: {node: '>=10'}
|
|
|
|
dot-prop@7.2.0:
|
|
resolution: {integrity: sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
dunder-proto@1.0.1:
|
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
duplexer@0.1.2:
|
|
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
|
|
|
|
electron-to-chromium@1.5.302:
|
|
resolution: {integrity: sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==}
|
|
|
|
emoji-regex@8.0.0:
|
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
|
emoji-regex@9.2.2:
|
|
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
|
|
encoding-sniffer@0.2.1:
|
|
resolution: {integrity: sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==}
|
|
|
|
enhanced-resolve@5.19.0:
|
|
resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
entities@4.5.0:
|
|
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
entities@6.0.1:
|
|
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
entities@7.0.1:
|
|
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
es-abstract@1.24.1:
|
|
resolution: {integrity: sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-define-property@1.0.1:
|
|
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-errors@1.3.0:
|
|
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-iterator-helpers@1.2.2:
|
|
resolution: {integrity: sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-object-atoms@1.1.1:
|
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-shim-unscopables@1.1.0:
|
|
resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-to-primitive@1.3.0:
|
|
resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
esbuild@0.27.3:
|
|
resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
escalade@3.2.0:
|
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
engines: {node: '>=6'}
|
|
|
|
escape-string-regexp@1.0.5:
|
|
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
|
|
engines: {node: '>=0.8.0'}
|
|
|
|
escape-string-regexp@4.0.0:
|
|
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
engines: {node: '>=10'}
|
|
|
|
eslint-config-next@16.1.6:
|
|
resolution: {integrity: sha512-vKq40io2B0XtkkNDYyleATwblNt8xuh3FWp8SpSz3pt7P01OkBFlKsJZ2mWt5WsCySlDQLckb1zMY9yE9Qy0LA==}
|
|
peerDependencies:
|
|
eslint: '>=9.0.0'
|
|
typescript: '>=3.3.1'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
eslint-import-resolver-node@0.3.9:
|
|
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
|
|
|
|
eslint-import-resolver-typescript@3.10.1:
|
|
resolution: {integrity: sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==}
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
peerDependencies:
|
|
eslint: '*'
|
|
eslint-plugin-import: '*'
|
|
eslint-plugin-import-x: '*'
|
|
peerDependenciesMeta:
|
|
eslint-plugin-import:
|
|
optional: true
|
|
eslint-plugin-import-x:
|
|
optional: true
|
|
|
|
eslint-module-utils@2.12.1:
|
|
resolution: {integrity: sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==}
|
|
engines: {node: '>=4'}
|
|
peerDependencies:
|
|
'@typescript-eslint/parser': '*'
|
|
eslint: '*'
|
|
eslint-import-resolver-node: '*'
|
|
eslint-import-resolver-typescript: '*'
|
|
eslint-import-resolver-webpack: '*'
|
|
peerDependenciesMeta:
|
|
'@typescript-eslint/parser':
|
|
optional: true
|
|
eslint:
|
|
optional: true
|
|
eslint-import-resolver-node:
|
|
optional: true
|
|
eslint-import-resolver-typescript:
|
|
optional: true
|
|
eslint-import-resolver-webpack:
|
|
optional: true
|
|
|
|
eslint-plugin-import@2.32.0:
|
|
resolution: {integrity: sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==}
|
|
engines: {node: '>=4'}
|
|
peerDependencies:
|
|
'@typescript-eslint/parser': '*'
|
|
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
|
|
peerDependenciesMeta:
|
|
'@typescript-eslint/parser':
|
|
optional: true
|
|
|
|
eslint-plugin-jsx-a11y@6.10.2:
|
|
resolution: {integrity: sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==}
|
|
engines: {node: '>=4.0'}
|
|
peerDependencies:
|
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
|
|
|
|
eslint-plugin-react-hooks@7.0.1:
|
|
resolution: {integrity: sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
|
|
|
|
eslint-plugin-react@7.37.5:
|
|
resolution: {integrity: sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==}
|
|
engines: {node: '>=4'}
|
|
peerDependencies:
|
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
|
|
eslint-scope@8.4.0:
|
|
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
eslint-visitor-keys@3.4.3:
|
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
eslint-visitor-keys@4.2.1:
|
|
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
eslint-visitor-keys@5.0.1:
|
|
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
|
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
|
|
eslint@9.39.3:
|
|
resolution: {integrity: sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
jiti: '*'
|
|
peerDependenciesMeta:
|
|
jiti:
|
|
optional: true
|
|
|
|
espree@10.4.0:
|
|
resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
esquery@1.7.0:
|
|
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
|
|
engines: {node: '>=0.10'}
|
|
|
|
esrecurse@4.3.0:
|
|
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
estraverse@5.3.0:
|
|
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
esutils@2.0.3:
|
|
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
event-stream@3.3.4:
|
|
resolution: {integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==}
|
|
|
|
fast-deep-equal@3.1.3:
|
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
|
|
fast-glob@3.3.1:
|
|
resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==}
|
|
engines: {node: '>=8.6.0'}
|
|
|
|
fast-json-stable-stringify@2.1.0:
|
|
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
|
|
|
fast-levenshtein@2.0.6:
|
|
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
|
|
fastq@1.20.1:
|
|
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
|
|
|
|
fdir@6.5.0:
|
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
engines: {node: '>=12.0.0'}
|
|
peerDependencies:
|
|
picomatch: ^3 || ^4
|
|
peerDependenciesMeta:
|
|
picomatch:
|
|
optional: true
|
|
|
|
fflate@0.8.2:
|
|
resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==}
|
|
|
|
figlet@1.10.0:
|
|
resolution: {integrity: sha512-aktIwEZZ6Gp9AWdMXW4YCi0J2Ahuxo67fNJRUIWD81w8pQ0t9TS8FFpbl27ChlTLF06VkwjDesZSzEVzN75rzA==}
|
|
engines: {node: '>= 17.0.0'}
|
|
hasBin: true
|
|
|
|
figures@3.2.0:
|
|
resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==}
|
|
engines: {node: '>=8'}
|
|
|
|
file-entry-cache@8.0.0:
|
|
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
file-type@20.5.0:
|
|
resolution: {integrity: sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==}
|
|
engines: {node: '>=18'}
|
|
|
|
fill-range@7.1.1:
|
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
engines: {node: '>=8'}
|
|
|
|
find-up@4.1.0:
|
|
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
|
|
engines: {node: '>=8'}
|
|
|
|
find-up@5.0.0:
|
|
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
|
engines: {node: '>=10'}
|
|
|
|
fingerprint-generator@2.1.80:
|
|
resolution: {integrity: sha512-uVNb9KdgqxtOjBh7FmSUz2FKfomQq9j2hicCdqAjGZ+Nooa1Nuj8gY1wL4cnmCFTlJy+Lz1gMIdsoSE6iqaoAg==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
fingerprint-injector@2.1.80:
|
|
resolution: {integrity: sha512-wcCp9QVKAggyVqMAPtQurE9lr6tXZX0w99pMdQfCCLMDpjA0piiF2szoeDGhWEUnF2MN6Mn1ifq3TSnXxbn6Ug==}
|
|
engines: {node: '>=16.0.0'}
|
|
peerDependencies:
|
|
playwright: ^1.22.2
|
|
puppeteer: '>= 9.x'
|
|
peerDependenciesMeta:
|
|
playwright:
|
|
optional: true
|
|
puppeteer:
|
|
optional: true
|
|
|
|
flat-cache@4.0.1:
|
|
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
|
engines: {node: '>=16'}
|
|
|
|
flatted@3.3.3:
|
|
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
|
|
|
|
follow-redirects@1.15.11:
|
|
resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
|
|
engines: {node: '>=4.0'}
|
|
peerDependencies:
|
|
debug: '*'
|
|
peerDependenciesMeta:
|
|
debug:
|
|
optional: true
|
|
|
|
for-each@0.3.5:
|
|
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
form-data-encoder@4.1.0:
|
|
resolution: {integrity: sha512-G6NsmEW15s0Uw9XnCg+33H3ViYRyiM0hMrMhhqQOR8NFc5GhYrI+6I3u7OTw7b91J2g8rtvMBZJDbcGb2YUniw==}
|
|
engines: {node: '>= 18'}
|
|
|
|
from@0.1.7:
|
|
resolution: {integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==}
|
|
|
|
fs-extra@11.3.3:
|
|
resolution: {integrity: sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==}
|
|
engines: {node: '>=14.14'}
|
|
|
|
fsevents@2.3.3:
|
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
function-bind@1.1.2:
|
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
|
|
function.prototype.name@1.1.8:
|
|
resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
functions-have-names@1.2.3:
|
|
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
|
|
|
|
generative-bayesian-network@2.1.80:
|
|
resolution: {integrity: sha512-LyCc23TIFvZDkUJclZ3ixCZvd+dhktr9Aug1EKz5VrfJ2eA5J2HrprSwWRna3VObU2Wy8quXMUF8j2em0bJSLw==}
|
|
|
|
generator-function@2.0.1:
|
|
resolution: {integrity: sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
gensync@1.0.0-beta.2:
|
|
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
get-caller-file@2.0.5:
|
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
|
|
get-intrinsic@1.3.0:
|
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-proto@1.0.1:
|
|
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-stream@9.0.1:
|
|
resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==}
|
|
engines: {node: '>=18'}
|
|
|
|
get-symbol-description@1.1.0:
|
|
resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-tsconfig@4.13.6:
|
|
resolution: {integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==}
|
|
|
|
glob-parent@5.1.2:
|
|
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
|
engines: {node: '>= 6'}
|
|
|
|
glob-parent@6.0.2:
|
|
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
globals@14.0.0:
|
|
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
globals@16.4.0:
|
|
resolution: {integrity: sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==}
|
|
engines: {node: '>=18'}
|
|
|
|
globalthis@1.0.4:
|
|
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
gopd@1.2.0:
|
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
got-scraping@4.2.1:
|
|
resolution: {integrity: sha512-rhOlO1L4H4Cm31smHJqPtAaXOUrhSKsiTrbZSHKFQW1E/mkTDopnHHpRnXJpqzE0faj+zPsVQnyifIqO+K+cLQ==}
|
|
engines: {node: '>=16'}
|
|
|
|
got@14.6.6:
|
|
resolution: {integrity: sha512-QLV1qeYSo5l13mQzWgP/y0LbMr5Plr5fJilgAIwgnwseproEbtNym8xpLsDzeZ6MWXgNE6kdWGBjdh3zT/Qerg==}
|
|
engines: {node: '>=20'}
|
|
|
|
graceful-fs@4.2.11:
|
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
|
|
has-ansi@2.0.0:
|
|
resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
has-bigints@1.1.0:
|
|
resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
has-flag@4.0.0:
|
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
has-property-descriptors@1.0.2:
|
|
resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
|
|
|
|
has-proto@1.2.0:
|
|
resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
has-symbols@1.1.0:
|
|
resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
has-tostringtag@1.0.2:
|
|
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
hash-wasm@4.12.0:
|
|
resolution: {integrity: sha512-+/2B2rYLb48I/evdOIhP+K/DD2ca2fgBjp6O+GBEnCDk2e4rpeXIK8GvIyRPjTezgmWn9gmKwkQjjx6BtqDHVQ==}
|
|
|
|
hasown@2.0.2:
|
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
header-generator@2.1.80:
|
|
resolution: {integrity: sha512-7gvv2Xm6Q0gNN3BzMD/D3sGvSJRcV1+k8XehPmBYTpTkBmKshwnYyi0jJJnpP3S6YP7vdOoEobeBV87aG9YTtQ==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
hermes-estree@0.25.1:
|
|
resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==}
|
|
|
|
hermes-parser@0.25.1:
|
|
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
|
|
|
html-encoding-sniffer@4.0.0:
|
|
resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
html-encoding-sniffer@6.0.0:
|
|
resolution: {integrity: sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==}
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
html-escaper@3.0.3:
|
|
resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==}
|
|
|
|
htmlparser2@10.1.0:
|
|
resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==}
|
|
|
|
htmlparser2@8.0.2:
|
|
resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
|
|
|
|
htmlparser2@9.1.0:
|
|
resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==}
|
|
|
|
http-cache-semantics@4.2.0:
|
|
resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==}
|
|
|
|
http-proxy-3@1.23.2:
|
|
resolution: {integrity: sha512-vZks1dLliM0w7aQDT9eFYLO8PUuQ9Cm67y7kn+kgkLtvKP0HZ6Thb3+MCGFFNCnKMCkLXY6rvIH1d7jQITryxA==}
|
|
engines: {node: '>=18'}
|
|
|
|
http-proxy-agent@7.0.2:
|
|
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
|
engines: {node: '>= 14'}
|
|
|
|
http2-wrapper@2.2.1:
|
|
resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==}
|
|
engines: {node: '>=10.19.0'}
|
|
|
|
https-proxy-agent@7.0.6:
|
|
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
|
engines: {node: '>= 14'}
|
|
|
|
iconv-lite@0.6.3:
|
|
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
iconv-lite@0.7.2:
|
|
resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
ieee754@1.2.1:
|
|
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
|
|
|
ignore@5.3.2:
|
|
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
engines: {node: '>= 4'}
|
|
|
|
ignore@7.0.5:
|
|
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
|
|
engines: {node: '>= 4'}
|
|
|
|
import-fresh@3.3.1:
|
|
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
import-local@3.2.0:
|
|
resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==}
|
|
engines: {node: '>=8'}
|
|
hasBin: true
|
|
|
|
imurmurhash@0.1.4:
|
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
engines: {node: '>=0.8.19'}
|
|
|
|
inherits@2.0.4:
|
|
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
|
|
inquirer@8.2.7:
|
|
resolution: {integrity: sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
inquirer@9.3.8:
|
|
resolution: {integrity: sha512-pFGGdaHrmRKMh4WoDDSowddgjT1Vkl90atobmTeSmcPGdYiwikch/m/Ef5wRaiamHejtw0cUUMMerzDUXCci2w==}
|
|
engines: {node: '>=18'}
|
|
|
|
internal-slot@1.1.0:
|
|
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
ip-address@10.1.0:
|
|
resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==}
|
|
engines: {node: '>= 12'}
|
|
|
|
is-any-array@2.0.1:
|
|
resolution: {integrity: sha512-UtilS7hLRu++wb/WBAw9bNuP1Eg04Ivn1vERJck8zJthEvXCBEBpGR/33u/xLKWEQf95803oalHrVDptcAvFdQ==}
|
|
|
|
is-array-buffer@3.0.5:
|
|
resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-async-function@2.1.1:
|
|
resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-bigint@1.1.0:
|
|
resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-boolean-object@1.2.2:
|
|
resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-bun-module@2.0.0:
|
|
resolution: {integrity: sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==}
|
|
|
|
is-callable@1.2.7:
|
|
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-core-module@2.16.1:
|
|
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-data-view@1.0.2:
|
|
resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-date-object@1.1.0:
|
|
resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-extglob@2.1.1:
|
|
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
is-finalizationregistry@1.1.1:
|
|
resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-fullwidth-code-point@3.0.0:
|
|
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-generator-function@1.1.2:
|
|
resolution: {integrity: sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-glob@4.0.3:
|
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
is-interactive@1.0.0:
|
|
resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-map@2.0.3:
|
|
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-negative-zero@2.0.3:
|
|
resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-number-object@1.1.1:
|
|
resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-number@7.0.0:
|
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
is-obj@2.0.0:
|
|
resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-potential-custom-element-name@1.0.1:
|
|
resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
|
|
|
|
is-regex@1.2.1:
|
|
resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-set@2.0.3:
|
|
resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-shared-array-buffer@1.0.4:
|
|
resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-stream@3.0.0:
|
|
resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
is-stream@4.0.1:
|
|
resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==}
|
|
engines: {node: '>=18'}
|
|
|
|
is-string@1.1.1:
|
|
resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-symbol@1.1.1:
|
|
resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-typed-array@1.1.15:
|
|
resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-unicode-supported@0.1.0:
|
|
resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
|
|
engines: {node: '>=10'}
|
|
|
|
is-weakmap@2.0.2:
|
|
resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-weakref@1.1.1:
|
|
resolution: {integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-weakset@2.0.4:
|
|
resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
isarray@2.0.5:
|
|
resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
|
|
|
|
isexe@2.0.0:
|
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
|
|
iterator.prototype@1.1.5:
|
|
resolution: {integrity: sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
jiti@2.6.1:
|
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
hasBin: true
|
|
|
|
jquery@3.7.1:
|
|
resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==}
|
|
|
|
js-tokens@4.0.0:
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
js-yaml@4.1.1:
|
|
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
|
hasBin: true
|
|
|
|
jsdom@26.1.0:
|
|
resolution: {integrity: sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
canvas: ^3.0.0
|
|
peerDependenciesMeta:
|
|
canvas:
|
|
optional: true
|
|
|
|
jsdom@28.1.0:
|
|
resolution: {integrity: sha512-0+MoQNYyr2rBHqO1xilltfDjV9G7ymYGlAUazgcDLQaUf8JDHbuGwsxN6U9qWaElZ4w1B2r7yEGIL3GdeW3Rug==}
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
peerDependencies:
|
|
canvas: ^3.0.0
|
|
peerDependenciesMeta:
|
|
canvas:
|
|
optional: true
|
|
|
|
jsesc@3.1.0:
|
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
json-buffer@3.0.1:
|
|
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
|
|
json-schema-traverse@0.4.1:
|
|
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
|
|
json-stable-stringify-without-jsonify@1.0.1:
|
|
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
|
|
|
|
json5@1.0.2:
|
|
resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
|
|
hasBin: true
|
|
|
|
json5@2.2.3:
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
jsonfile@6.2.0:
|
|
resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==}
|
|
|
|
jsx-ast-utils@3.3.5:
|
|
resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
keyv@4.5.4:
|
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
|
|
keyv@5.6.0:
|
|
resolution: {integrity: sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==}
|
|
|
|
language-subtag-registry@0.3.23:
|
|
resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==}
|
|
|
|
language-tags@1.0.9:
|
|
resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==}
|
|
engines: {node: '>=0.10'}
|
|
|
|
levn@0.4.1:
|
|
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
lightningcss-android-arm64@1.31.1:
|
|
resolution: {integrity: sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
lightningcss-darwin-arm64@1.31.1:
|
|
resolution: {integrity: sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
lightningcss-darwin-x64@1.31.1:
|
|
resolution: {integrity: sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
lightningcss-freebsd-x64@1.31.1:
|
|
resolution: {integrity: sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.31.1:
|
|
resolution: {integrity: sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-arm64-gnu@1.31.1:
|
|
resolution: {integrity: sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-arm64-musl@1.31.1:
|
|
resolution: {integrity: sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-x64-gnu@1.31.1:
|
|
resolution: {integrity: sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-x64-musl@1.31.1:
|
|
resolution: {integrity: sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
lightningcss-win32-arm64-msvc@1.31.1:
|
|
resolution: {integrity: sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
lightningcss-win32-x64-msvc@1.31.1:
|
|
resolution: {integrity: sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
lightningcss@1.31.1:
|
|
resolution: {integrity: sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
linkedom@0.18.12:
|
|
resolution: {integrity: sha512-jalJsOwIKuQJSeTvsgzPe9iJzyfVaEJiEXl+25EkKevsULHvMJzpNqwvj1jOESWdmgKDiXObyjOYwlUqG7wo1Q==}
|
|
engines: {node: '>=16'}
|
|
peerDependencies:
|
|
canvas: '>= 2'
|
|
peerDependenciesMeta:
|
|
canvas:
|
|
optional: true
|
|
|
|
locate-path@5.0.0:
|
|
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
|
|
engines: {node: '>=8'}
|
|
|
|
locate-path@6.0.0:
|
|
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
engines: {node: '>=10'}
|
|
|
|
lodash.isequal@4.5.0:
|
|
resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==}
|
|
deprecated: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
|
|
|
|
lodash.merge@4.6.2:
|
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
|
|
lodash@4.17.23:
|
|
resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==}
|
|
|
|
log-symbols@4.1.0:
|
|
resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
|
|
engines: {node: '>=10'}
|
|
|
|
loose-envify@1.4.0:
|
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
hasBin: true
|
|
|
|
lowercase-keys@3.0.0:
|
|
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
lru-cache@10.4.3:
|
|
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
|
|
lru-cache@11.2.6:
|
|
resolution: {integrity: sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==}
|
|
engines: {node: 20 || >=22}
|
|
|
|
lru-cache@5.1.1:
|
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
|
|
magic-string@0.30.21:
|
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
|
|
map-stream@0.1.0:
|
|
resolution: {integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==}
|
|
|
|
math-intrinsics@1.1.0:
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
mdn-data@2.12.2:
|
|
resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
|
|
|
|
meilisearch@0.55.0:
|
|
resolution: {integrity: sha512-qSMeiezfDgIqciIeYzh5E4pXDZZD7CtHeWDCs43kN3trLgl5FtfmBAIkljL3huFaOx08feYtC8FfIFUpVwq6rg==}
|
|
|
|
merge2@1.4.1:
|
|
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
micromatch@4.0.8:
|
|
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
mime-db@1.52.0:
|
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mime-types@2.1.35:
|
|
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mimic-fn@2.1.0:
|
|
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
|
engines: {node: '>=6'}
|
|
|
|
mimic-response@4.0.0:
|
|
resolution: {integrity: sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
minimatch@10.2.4:
|
|
resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==}
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
minimatch@3.1.5:
|
|
resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
|
|
|
|
minimatch@9.0.9:
|
|
resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minimist@1.2.8:
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
|
|
ml-array-max@1.2.4:
|
|
resolution: {integrity: sha512-BlEeg80jI0tW6WaPyGxf5Sa4sqvcyY6lbSn5Vcv44lp1I2GR6AWojfUvLnGTNsIXrZ8uqWmo8VcG1WpkI2ONMQ==}
|
|
|
|
ml-array-min@1.2.3:
|
|
resolution: {integrity: sha512-VcZ5f3VZ1iihtrGvgfh/q0XlMobG6GQ8FsNyQXD3T+IlstDv85g8kfV0xUG1QPRO/t21aukaJowDzMTc7j5V6Q==}
|
|
|
|
ml-array-rescale@1.3.7:
|
|
resolution: {integrity: sha512-48NGChTouvEo9KBctDfHC3udWnQKNKEWN0ziELvY3KG25GR5cA8K8wNVzracsqSW1QEkAXjTNx+ycgAv06/1mQ==}
|
|
|
|
ml-logistic-regression@2.0.0:
|
|
resolution: {integrity: sha512-xHhB91ut8GRRbJyB1ZQfKsl1MHmE1PqMeRjxhks96M5BGvCbC9eEojf4KgRMKM2LxFblhVUcVzweAoPB48Nt0A==}
|
|
|
|
ml-matrix@6.12.1:
|
|
resolution: {integrity: sha512-TJ+8eOFdp+INvzR4zAuwBQJznDUfktMtOB6g/hUcGh3rcyjxbz4Te57Pgri8Q9bhSQ7Zys4IYOGhFdnlgeB6Lw==}
|
|
|
|
ms@2.1.3:
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
mute-stream@0.0.8:
|
|
resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==}
|
|
|
|
mute-stream@1.0.0:
|
|
resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==}
|
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
|
|
nanoid@3.3.11:
|
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
hasBin: true
|
|
|
|
napi-postinstall@0.3.4:
|
|
resolution: {integrity: sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==}
|
|
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
|
hasBin: true
|
|
|
|
natural-compare@1.4.0:
|
|
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
|
|
next@16.1.6:
|
|
resolution: {integrity: sha512-hkyRkcu5x/41KoqnROkfTm2pZVbKxvbZRuNvKXLRXxs3VfyO0WhY50TQS40EuKO9SW3rBj/sF3WbVwDACeMZyw==}
|
|
engines: {node: '>=20.9.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.1.0
|
|
'@playwright/test': ^1.51.1
|
|
babel-plugin-react-compiler: '*'
|
|
react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
|
react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
|
sass: ^1.3.0
|
|
peerDependenciesMeta:
|
|
'@opentelemetry/api':
|
|
optional: true
|
|
'@playwright/test':
|
|
optional: true
|
|
babel-plugin-react-compiler:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
|
|
node-exports-info@1.6.0:
|
|
resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
node-releases@2.0.27:
|
|
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
|
|
|
normalize-url@8.1.1:
|
|
resolution: {integrity: sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
nth-check@2.1.1:
|
|
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
|
|
|
|
nwsapi@2.2.23:
|
|
resolution: {integrity: sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==}
|
|
|
|
object-assign@4.1.1:
|
|
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
object-inspect@1.13.4:
|
|
resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
object-keys@1.1.1:
|
|
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
object.assign@4.1.7:
|
|
resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
object.entries@1.1.9:
|
|
resolution: {integrity: sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
object.fromentries@2.0.8:
|
|
resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
object.groupby@1.0.3:
|
|
resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
object.values@1.2.1:
|
|
resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
onetime@5.1.2:
|
|
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
|
engines: {node: '>=6'}
|
|
|
|
optionator@0.9.4:
|
|
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
ora@5.4.1:
|
|
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
ow@0.28.2:
|
|
resolution: {integrity: sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==}
|
|
engines: {node: '>=12'}
|
|
|
|
ow@1.1.1:
|
|
resolution: {integrity: sha512-sJBRCbS5vh1Jp9EOgwp1Ws3c16lJrUkJYlvWTYC03oyiYVwS/ns7lKRWow4w4XjDyTrA2pplQv4B2naWSR6yDA==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
own-keys@1.0.1:
|
|
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
p-cancelable@4.0.1:
|
|
resolution: {integrity: sha512-wBowNApzd45EIKdO1LaU+LrMBwAcjfPaYtVzV3lmfM3gf8Z4CHZsiIqlM8TZZ8okYvh5A1cP6gTfCRQtwUpaUg==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
p-limit@2.3.0:
|
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
engines: {node: '>=6'}
|
|
|
|
p-limit@3.1.0:
|
|
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
p-locate@4.1.0:
|
|
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
|
|
engines: {node: '>=8'}
|
|
|
|
p-locate@5.0.0:
|
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
engines: {node: '>=10'}
|
|
|
|
p-try@2.2.0:
|
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
pako@1.0.11:
|
|
resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==}
|
|
|
|
parent-module@1.0.1:
|
|
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
engines: {node: '>=6'}
|
|
|
|
parent-require@1.0.0:
|
|
resolution: {integrity: sha512-2MXDNZC4aXdkkap+rBBMv0lUsfJqvX5/2FiYYnfCnorZt3Pk06/IOR5KeaoghgS2w07MLWgjbsnyaq6PdHn2LQ==}
|
|
engines: {node: '>= 0.4.0'}
|
|
|
|
parse5-htmlparser2-tree-adapter@7.1.0:
|
|
resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==}
|
|
|
|
parse5-parser-stream@7.1.2:
|
|
resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==}
|
|
|
|
parse5@7.3.0:
|
|
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
|
|
|
|
parse5@8.0.0:
|
|
resolution: {integrity: sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==}
|
|
|
|
path-exists@4.0.0:
|
|
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-key@3.1.1:
|
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-parse@1.0.7:
|
|
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
|
|
pause-stream@0.0.11:
|
|
resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==}
|
|
|
|
picocolors@1.1.1:
|
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
|
|
picomatch@2.3.1:
|
|
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
picomatch@4.0.3:
|
|
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
engines: {node: '>=12'}
|
|
|
|
pkg-dir@4.2.0:
|
|
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
possible-typed-array-names@1.1.0:
|
|
resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
postcss@8.4.31:
|
|
resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
postcss@8.5.6:
|
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
prelude-ls@1.2.1:
|
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
prop-types@15.8.1:
|
|
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
|
|
|
proper-lockfile@4.1.2:
|
|
resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==}
|
|
|
|
proxy-chain@2.7.1:
|
|
resolution: {integrity: sha512-LtXu0miohJYrHWJxv8wA6EoGreRcX1hxKb7qlE1pMFH+BXE7bqMvpyhzR/JvR6M5SzYKzyHFpvfmYJrZeMtwAg==}
|
|
engines: {node: '>=14'}
|
|
|
|
punycode@2.3.1:
|
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
engines: {node: '>=6'}
|
|
|
|
queue-microtask@1.2.3:
|
|
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
|
|
quick-lru@5.1.1:
|
|
resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==}
|
|
engines: {node: '>=10'}
|
|
|
|
quick-lru@7.3.0:
|
|
resolution: {integrity: sha512-k9lSsjl36EJdK7I06v7APZCbyGT2vMTsYSRX1Q2nbYmnkBqgUhRkAuzH08Ciotteu/PLJmIF2+tti7o3C/ts2g==}
|
|
engines: {node: '>=18'}
|
|
|
|
react-dom@19.2.3:
|
|
resolution: {integrity: sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==}
|
|
peerDependencies:
|
|
react: ^19.2.3
|
|
|
|
react-is@16.13.1:
|
|
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
|
|
react@19.2.3:
|
|
resolution: {integrity: sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
readable-stream@3.6.2:
|
|
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
reflect.getprototypeof@1.0.10:
|
|
resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
regexp.prototype.flags@1.5.4:
|
|
resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
require-directory@2.1.1:
|
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
require-from-string@2.0.2:
|
|
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
resolve-alpn@1.2.1:
|
|
resolution: {integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==}
|
|
|
|
resolve-cwd@3.0.0:
|
|
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
resolve-from@4.0.0:
|
|
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
engines: {node: '>=4'}
|
|
|
|
resolve-from@5.0.0:
|
|
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
engines: {node: '>=8'}
|
|
|
|
resolve-pkg-maps@1.0.0:
|
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
|
|
resolve@1.22.11:
|
|
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
|
|
engines: {node: '>= 0.4'}
|
|
hasBin: true
|
|
|
|
resolve@2.0.0-next.6:
|
|
resolution: {integrity: sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==}
|
|
engines: {node: '>= 0.4'}
|
|
hasBin: true
|
|
|
|
responselike@4.0.2:
|
|
resolution: {integrity: sha512-cGk8IbWEAnaCpdAt1BHzJ3Ahz5ewDJa0KseTsE3qIRMJ3C698W8psM7byCeWVpd/Ha7FUYzuRVzXoKoM6nRUbA==}
|
|
engines: {node: '>=20'}
|
|
|
|
restore-cursor@3.1.0:
|
|
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
retry@0.12.0:
|
|
resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==}
|
|
engines: {node: '>= 4'}
|
|
|
|
reusify@1.1.0:
|
|
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
|
|
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
|
|
robots-parser@3.0.1:
|
|
resolution: {integrity: sha512-s+pyvQeIKIZ0dx5iJiQk1tPLJAWln39+MI5jtM8wnyws+G5azk+dMnMX0qfbqNetKKNgcWWOdi0sfm+FbQbgdQ==}
|
|
engines: {node: '>=10.0.0'}
|
|
|
|
rrweb-cssom@0.8.0:
|
|
resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==}
|
|
|
|
run-async@2.4.1:
|
|
resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
run-async@3.0.0:
|
|
resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
run-parallel@1.2.0:
|
|
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
|
|
rxjs@7.8.2:
|
|
resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
|
|
|
|
safe-array-concat@1.1.3:
|
|
resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==}
|
|
engines: {node: '>=0.4'}
|
|
|
|
safe-buffer@5.2.1:
|
|
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
|
|
safe-push-apply@1.0.0:
|
|
resolution: {integrity: sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
safe-regex-test@1.1.0:
|
|
resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
safer-buffer@2.1.2:
|
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
|
|
sax@1.4.4:
|
|
resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==}
|
|
engines: {node: '>=11.0.0'}
|
|
|
|
saxes@6.0.0:
|
|
resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
|
|
engines: {node: '>=v12.22.7'}
|
|
|
|
scheduler@0.27.0:
|
|
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
|
|
semver@6.3.1:
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
hasBin: true
|
|
|
|
semver@7.7.4:
|
|
resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
set-function-length@1.2.2:
|
|
resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
set-function-name@2.0.2:
|
|
resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
set-proto@1.0.0:
|
|
resolution: {integrity: sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
sharp@0.34.5:
|
|
resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
shebang-command@2.0.0:
|
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
engines: {node: '>=8'}
|
|
|
|
shebang-regex@3.0.0:
|
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
engines: {node: '>=8'}
|
|
|
|
side-channel-list@1.0.0:
|
|
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
side-channel-map@1.0.1:
|
|
resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
side-channel-weakmap@1.0.2:
|
|
resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
side-channel@1.1.0:
|
|
resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
signal-exit@3.0.7:
|
|
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
|
|
|
smart-buffer@4.2.0:
|
|
resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
|
|
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
|
|
|
|
socks-proxy-agent@8.0.5:
|
|
resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==}
|
|
engines: {node: '>= 14'}
|
|
|
|
socks@2.8.7:
|
|
resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==}
|
|
engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
|
|
|
|
source-map-js@1.2.1:
|
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
split@0.3.3:
|
|
resolution: {integrity: sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==}
|
|
|
|
stable-hash@0.0.5:
|
|
resolution: {integrity: sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==}
|
|
|
|
stop-iteration-iterator@1.1.0:
|
|
resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
stream-chain@2.2.5:
|
|
resolution: {integrity: sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==}
|
|
|
|
stream-combiner@0.0.4:
|
|
resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==}
|
|
|
|
stream-json@1.9.1:
|
|
resolution: {integrity: sha512-uWkjJ+2Nt/LO9Z/JyKZbMusL8Dkh97uUBTv3AJQ74y07lVahLY4eEFsPsE97pxYBwr8nnjMAIch5eqI0gPShyw==}
|
|
|
|
string-comparison@1.3.0:
|
|
resolution: {integrity: sha512-46aD+slEwybxAMPRII83ATbgMgTiz5P8mVd7Z6VJsCzSHFjdt1hkAVLeFxPIyEb11tc6ihpJTlIqoO0MCF6NPw==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
string-width@4.2.3:
|
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
engines: {node: '>=8'}
|
|
|
|
string.prototype.includes@2.0.1:
|
|
resolution: {integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
string.prototype.matchall@4.0.12:
|
|
resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
string.prototype.repeat@1.0.0:
|
|
resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==}
|
|
|
|
string.prototype.trim@1.2.10:
|
|
resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
string.prototype.trimend@1.0.9:
|
|
resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
string.prototype.trimstart@1.0.8:
|
|
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
string_decoder@1.3.0:
|
|
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
|
|
|
strip-ansi@3.0.1:
|
|
resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
strip-ansi@6.0.1:
|
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-bom@3.0.0:
|
|
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
|
|
engines: {node: '>=4'}
|
|
|
|
strip-json-comments@3.1.1:
|
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
engines: {node: '>=8'}
|
|
|
|
strtok3@10.3.4:
|
|
resolution: {integrity: sha512-KIy5nylvC5le1OdaaoCJ07L+8iQzJHGH6pWDuzS+d07Cu7n1MZ2x26P8ZKIWfbK02+XIL8Mp4RkWeqdUCrDMfg==}
|
|
engines: {node: '>=18'}
|
|
|
|
styled-jsx@5.1.6:
|
|
resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
peerDependencies:
|
|
'@babel/core': '*'
|
|
babel-plugin-macros: '*'
|
|
react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0'
|
|
peerDependenciesMeta:
|
|
'@babel/core':
|
|
optional: true
|
|
babel-plugin-macros:
|
|
optional: true
|
|
|
|
supports-color@2.0.0:
|
|
resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==}
|
|
engines: {node: '>=0.8.0'}
|
|
|
|
supports-color@7.2.0:
|
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
engines: {node: '>=8'}
|
|
|
|
supports-preserve-symlinks-flag@1.0.0:
|
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
symbol-tree@3.2.4:
|
|
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
|
|
|
|
tailwindcss@4.2.1:
|
|
resolution: {integrity: sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==}
|
|
|
|
tapable@2.3.0:
|
|
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
|
|
engines: {node: '>=6'}
|
|
|
|
temp-dir@3.0.0:
|
|
resolution: {integrity: sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
tempy@3.2.0:
|
|
resolution: {integrity: sha512-d79HhZya5Djd7am0q+W4RTsSU+D/aJzM+4Y4AGJGuGlgM2L6sx5ZvOYTmZjqPhrDrV6xJTtRSm1JCLj6V6LHLQ==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
through@2.3.8:
|
|
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
|
|
|
|
tiny-typed-emitter@2.1.0:
|
|
resolution: {integrity: sha512-qVtvMxeXbVej0cQWKqVSSAHmKZEHAvxdF8HEUBFWts8h+xEo5m/lEiPakuyZ3BnCBjOD8i24kzNOiOLLgsSxhA==}
|
|
|
|
tinyglobby@0.2.15:
|
|
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
tldts-core@6.1.86:
|
|
resolution: {integrity: sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==}
|
|
|
|
tldts-core@7.0.23:
|
|
resolution: {integrity: sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==}
|
|
|
|
tldts@6.1.86:
|
|
resolution: {integrity: sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==}
|
|
hasBin: true
|
|
|
|
tldts@7.0.23:
|
|
resolution: {integrity: sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==}
|
|
hasBin: true
|
|
|
|
to-data-view@2.0.0:
|
|
resolution: {integrity: sha512-RGEM5KqlPHr+WVTPmGNAXNeFEmsBnlkxXaIfEpUYV0AST2Z5W1EGq9L/MENFrMMmL2WQr1wjkmZy/M92eKhjYA==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
to-regex-range@5.0.1:
|
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
engines: {node: '>=8.0'}
|
|
|
|
token-types@6.1.2:
|
|
resolution: {integrity: sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
tough-cookie@5.1.2:
|
|
resolution: {integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==}
|
|
engines: {node: '>=16'}
|
|
|
|
tough-cookie@6.0.0:
|
|
resolution: {integrity: sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==}
|
|
engines: {node: '>=16'}
|
|
|
|
tr46@5.1.1:
|
|
resolution: {integrity: sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==}
|
|
engines: {node: '>=18'}
|
|
|
|
tr46@6.0.0:
|
|
resolution: {integrity: sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==}
|
|
engines: {node: '>=20'}
|
|
|
|
ts-api-utils@2.4.0:
|
|
resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==}
|
|
engines: {node: '>=18.12'}
|
|
peerDependencies:
|
|
typescript: '>=4.8.4'
|
|
|
|
tsconfig-paths@3.15.0:
|
|
resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
tsx@4.21.0:
|
|
resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==}
|
|
engines: {node: '>=18.0.0'}
|
|
hasBin: true
|
|
|
|
turndown@7.2.2:
|
|
resolution: {integrity: sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==}
|
|
|
|
type-check@0.4.0:
|
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
type-fest@0.21.3:
|
|
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
|
|
engines: {node: '>=10'}
|
|
|
|
type-fest@1.4.0:
|
|
resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==}
|
|
engines: {node: '>=10'}
|
|
|
|
type-fest@2.19.0:
|
|
resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==}
|
|
engines: {node: '>=12.20'}
|
|
|
|
type-fest@4.41.0:
|
|
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
|
|
engines: {node: '>=16'}
|
|
|
|
typed-array-buffer@1.0.3:
|
|
resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
typed-array-byte-length@1.0.3:
|
|
resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
typed-array-byte-offset@1.0.4:
|
|
resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
typed-array-length@1.0.7:
|
|
resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
typescript-eslint@8.56.1:
|
|
resolution: {integrity: sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==}
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
peerDependencies:
|
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
typescript: '>=4.8.4 <6.0.0'
|
|
|
|
typescript@5.9.3:
|
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
uhyphen@0.2.0:
|
|
resolution: {integrity: sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==}
|
|
|
|
uint8array-extras@1.5.0:
|
|
resolution: {integrity: sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==}
|
|
engines: {node: '>=18'}
|
|
|
|
unbox-primitive@1.1.0:
|
|
resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
undici-types@6.21.0:
|
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
|
|
undici-types@7.18.2:
|
|
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
|
|
|
undici@7.22.0:
|
|
resolution: {integrity: sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==}
|
|
engines: {node: '>=20.18.1'}
|
|
|
|
unique-string@3.0.0:
|
|
resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
universalify@2.0.1:
|
|
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
|
|
engines: {node: '>= 10.0.0'}
|
|
|
|
unrs-resolver@1.11.1:
|
|
resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==}
|
|
|
|
update-browserslist-db@1.2.3:
|
|
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
browserslist: '>= 4.21.0'
|
|
|
|
uri-js@4.4.1:
|
|
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
|
|
util-deprecate@1.0.2:
|
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
|
|
uuid-random@1.3.2:
|
|
resolution: {integrity: sha512-UOzej0Le/UgkbWEO8flm+0y+G+ljUon1QWTEZOq1rnMAsxo2+SckbiZdKzAHHlVh6gJqI1TjC/xwgR50MuCrBQ==}
|
|
|
|
vali-date@1.0.0:
|
|
resolution: {integrity: sha512-sgECfZthyaCKW10N0fm27cg8HYTFK5qMWgypqkXMQ4Wbl/zZKx7xZICgcoxIIE+WFAP/MBL2EFwC/YvLxw3Zeg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
w3c-xmlserializer@5.0.0:
|
|
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
|
|
engines: {node: '>=18'}
|
|
|
|
warcio@2.4.10:
|
|
resolution: {integrity: sha512-jaqgnavBT//6scEMUGqi5eK2NXIZ8Tp8LJOY+oa07k7JpIt/BwQLJL3dQca/SgPHaW0yspQmi1IeF0p1wrUcaA==}
|
|
engines: {node: '>=18.0.0'}
|
|
hasBin: true
|
|
|
|
wcwidth@1.0.1:
|
|
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
|
|
|
webidl-conversions@7.0.0:
|
|
resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
|
|
engines: {node: '>=12'}
|
|
|
|
webidl-conversions@8.0.1:
|
|
resolution: {integrity: sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==}
|
|
engines: {node: '>=20'}
|
|
|
|
whatwg-encoding@3.1.1:
|
|
resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
|
|
engines: {node: '>=18'}
|
|
deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation
|
|
|
|
whatwg-mimetype@4.0.0:
|
|
resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
|
|
engines: {node: '>=18'}
|
|
|
|
whatwg-mimetype@5.0.0:
|
|
resolution: {integrity: sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==}
|
|
engines: {node: '>=20'}
|
|
|
|
whatwg-url@14.2.0:
|
|
resolution: {integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==}
|
|
engines: {node: '>=18'}
|
|
|
|
whatwg-url@16.0.1:
|
|
resolution: {integrity: sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==}
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
which-boxed-primitive@1.1.1:
|
|
resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
which-builtin-type@1.2.1:
|
|
resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
which-collection@1.0.2:
|
|
resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
which-typed-array@1.1.20:
|
|
resolution: {integrity: sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
which@2.0.2:
|
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
engines: {node: '>= 8'}
|
|
hasBin: true
|
|
|
|
word-wrap@1.2.5:
|
|
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
wrap-ansi@6.2.0:
|
|
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
|
|
engines: {node: '>=8'}
|
|
|
|
wrap-ansi@7.0.0:
|
|
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
ws@8.19.0:
|
|
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
engines: {node: '>=10.0.0'}
|
|
peerDependencies:
|
|
bufferutil: ^4.0.1
|
|
utf-8-validate: '>=5.0.2'
|
|
peerDependenciesMeta:
|
|
bufferutil:
|
|
optional: true
|
|
utf-8-validate:
|
|
optional: true
|
|
|
|
xml-name-validator@5.0.0:
|
|
resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
|
|
engines: {node: '>=18'}
|
|
|
|
xmlchars@2.2.0:
|
|
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
|
|
|
|
y18n@5.0.8:
|
|
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
engines: {node: '>=10'}
|
|
|
|
yallist@3.1.1:
|
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
|
|
yargonaut@1.1.4:
|
|
resolution: {integrity: sha512-rHgFmbgXAAzl+1nngqOcwEljqHGG9uUZoPjsdZEs1w5JW9RXYzrSvH/u70C1JE5qFi0qjsdhnUX/dJRpWqitSA==}
|
|
|
|
yargs-parser@21.1.1:
|
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
engines: {node: '>=12'}
|
|
|
|
yargs@17.7.2:
|
|
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
|
engines: {node: '>=12'}
|
|
|
|
yocto-queue@0.1.0:
|
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
yoctocolors-cjs@2.1.3:
|
|
resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==}
|
|
engines: {node: '>=18'}
|
|
|
|
zod-validation-error@4.0.2:
|
|
resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
peerDependencies:
|
|
zod: ^3.25.0 || ^4.0.0
|
|
|
|
zod@4.3.6:
|
|
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
|
|
|
snapshots:
|
|
|
|
'@acemir/cssom@0.9.31': {}
|
|
|
|
'@alloc/quick-lru@5.2.0': {}
|
|
|
|
'@apify/consts@2.51.1': {}
|
|
|
|
'@apify/datastructures@2.0.3': {}
|
|
|
|
'@apify/log@2.5.33':
|
|
dependencies:
|
|
'@apify/consts': 2.51.1
|
|
ansi-colors: 4.1.3
|
|
|
|
'@apify/ps-tree@1.2.0':
|
|
dependencies:
|
|
event-stream: 3.3.4
|
|
|
|
'@apify/pseudo_url@2.0.74':
|
|
dependencies:
|
|
'@apify/log': 2.5.33
|
|
|
|
'@apify/timeout@0.3.2': {}
|
|
|
|
'@apify/utilities@2.25.5':
|
|
dependencies:
|
|
'@apify/consts': 2.51.1
|
|
'@apify/log': 2.5.33
|
|
|
|
'@asamuzakjp/css-color@3.2.0':
|
|
dependencies:
|
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
lru-cache: 10.4.3
|
|
|
|
'@asamuzakjp/css-color@5.0.1':
|
|
dependencies:
|
|
'@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
|
'@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
|
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
|
|
'@csstools/css-tokenizer': 4.0.0
|
|
lru-cache: 11.2.6
|
|
|
|
'@asamuzakjp/dom-selector@6.8.1':
|
|
dependencies:
|
|
'@asamuzakjp/nwsapi': 2.3.9
|
|
bidi-js: 1.0.3
|
|
css-tree: 3.1.0
|
|
is-potential-custom-element-name: 1.0.1
|
|
lru-cache: 11.2.6
|
|
|
|
'@asamuzakjp/nwsapi@2.3.9': {}
|
|
|
|
'@babel/code-frame@7.29.0':
|
|
dependencies:
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
js-tokens: 4.0.0
|
|
picocolors: 1.1.1
|
|
|
|
'@babel/compat-data@7.29.0': {}
|
|
|
|
'@babel/core@7.29.0':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@babel/generator': 7.29.1
|
|
'@babel/helper-compilation-targets': 7.28.6
|
|
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
|
|
'@babel/helpers': 7.28.6
|
|
'@babel/parser': 7.29.0
|
|
'@babel/template': 7.28.6
|
|
'@babel/traverse': 7.29.0
|
|
'@babel/types': 7.29.0
|
|
'@jridgewell/remapping': 2.3.5
|
|
convert-source-map: 2.0.0
|
|
debug: 4.4.3
|
|
gensync: 1.0.0-beta.2
|
|
json5: 2.2.3
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/generator@7.29.1':
|
|
dependencies:
|
|
'@babel/parser': 7.29.0
|
|
'@babel/types': 7.29.0
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/helper-compilation-targets@7.28.6':
|
|
dependencies:
|
|
'@babel/compat-data': 7.29.0
|
|
'@babel/helper-validator-option': 7.27.1
|
|
browserslist: 4.28.1
|
|
lru-cache: 5.1.1
|
|
semver: 6.3.1
|
|
|
|
'@babel/helper-globals@7.28.0': {}
|
|
|
|
'@babel/helper-module-imports@7.28.6':
|
|
dependencies:
|
|
'@babel/traverse': 7.29.0
|
|
'@babel/types': 7.29.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-module-imports': 7.28.6
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
'@babel/traverse': 7.29.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-string-parser@7.27.1': {}
|
|
|
|
'@babel/helper-validator-identifier@7.28.5': {}
|
|
|
|
'@babel/helper-validator-option@7.27.1': {}
|
|
|
|
'@babel/helpers@7.28.6':
|
|
dependencies:
|
|
'@babel/template': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/parser@7.29.0':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/template@7.28.6':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@babel/parser': 7.29.0
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/traverse@7.29.0':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@babel/generator': 7.29.1
|
|
'@babel/helper-globals': 7.28.0
|
|
'@babel/parser': 7.29.0
|
|
'@babel/template': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/types@7.29.0':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
|
|
'@borewit/text-codec@0.2.1': {}
|
|
|
|
'@bramus/specificity@2.4.2':
|
|
dependencies:
|
|
css-tree: 3.1.0
|
|
|
|
'@crawlee/basic@3.16.0':
|
|
dependencies:
|
|
'@apify/log': 2.5.33
|
|
'@apify/timeout': 0.3.2
|
|
'@apify/utilities': 2.25.5
|
|
'@crawlee/core': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
csv-stringify: 6.6.0
|
|
fs-extra: 11.3.3
|
|
got-scraping: 4.2.1
|
|
ow: 0.28.2
|
|
tldts: 7.0.23
|
|
tslib: 2.8.1
|
|
type-fest: 4.41.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@crawlee/browser-pool@3.16.0':
|
|
dependencies:
|
|
'@apify/log': 2.5.33
|
|
'@apify/timeout': 0.3.2
|
|
'@crawlee/core': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
fingerprint-generator: 2.1.80
|
|
fingerprint-injector: 2.1.80
|
|
lodash.merge: 4.6.2
|
|
nanoid: 3.3.11
|
|
ow: 0.28.2
|
|
p-limit: 3.1.0
|
|
proxy-chain: 2.7.1
|
|
quick-lru: 5.1.1
|
|
tiny-typed-emitter: 2.1.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@crawlee/browser@3.16.0':
|
|
dependencies:
|
|
'@apify/timeout': 0.3.2
|
|
'@crawlee/basic': 3.16.0
|
|
'@crawlee/browser-pool': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
ow: 0.28.2
|
|
tslib: 2.8.1
|
|
type-fest: 4.41.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@crawlee/cheerio@3.16.0':
|
|
dependencies:
|
|
'@crawlee/http': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
cheerio: 1.0.0-rc.12
|
|
htmlparser2: 9.1.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@crawlee/cli@3.16.0(@types/node@25.3.2)':
|
|
dependencies:
|
|
'@crawlee/templates': 3.16.0(@types/node@25.3.2)
|
|
ansi-colors: 4.1.3
|
|
fs-extra: 11.3.3
|
|
inquirer: 8.2.7(@types/node@25.3.2)
|
|
tslib: 2.8.1
|
|
yargonaut: 1.1.4
|
|
yargs: 17.7.2
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
|
|
'@crawlee/core@3.16.0':
|
|
dependencies:
|
|
'@apify/consts': 2.51.1
|
|
'@apify/datastructures': 2.0.3
|
|
'@apify/log': 2.5.33
|
|
'@apify/pseudo_url': 2.0.74
|
|
'@apify/timeout': 0.3.2
|
|
'@apify/utilities': 2.25.5
|
|
'@crawlee/memory-storage': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
'@sapphire/async-queue': 1.5.5
|
|
'@vladfrangu/async_event_emitter': 2.4.7
|
|
csv-stringify: 6.6.0
|
|
fs-extra: 11.3.3
|
|
got-scraping: 4.2.1
|
|
json5: 2.2.3
|
|
minimatch: 9.0.9
|
|
ow: 0.28.2
|
|
stream-json: 1.9.1
|
|
tldts: 7.0.23
|
|
tough-cookie: 6.0.0
|
|
tslib: 2.8.1
|
|
type-fest: 4.41.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@crawlee/http@3.16.0':
|
|
dependencies:
|
|
'@apify/timeout': 0.3.2
|
|
'@apify/utilities': 2.25.5
|
|
'@crawlee/basic': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
'@types/content-type': 1.1.9
|
|
cheerio: 1.0.0-rc.12
|
|
content-type: 1.0.5
|
|
got-scraping: 4.2.1
|
|
iconv-lite: 0.7.2
|
|
mime-types: 2.1.35
|
|
ow: 0.28.2
|
|
tslib: 2.8.1
|
|
type-fest: 4.41.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@crawlee/jsdom@3.16.0':
|
|
dependencies:
|
|
'@apify/timeout': 0.3.2
|
|
'@apify/utilities': 2.25.5
|
|
'@crawlee/http': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
'@types/jsdom': 21.1.7
|
|
cheerio: 1.0.0-rc.12
|
|
jsdom: 26.1.0
|
|
ow: 0.28.2
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- canvas
|
|
- supports-color
|
|
- utf-8-validate
|
|
|
|
'@crawlee/linkedom@3.16.0':
|
|
dependencies:
|
|
'@apify/timeout': 0.3.2
|
|
'@apify/utilities': 2.25.5
|
|
'@crawlee/http': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
linkedom: 0.18.12
|
|
ow: 0.28.2
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- canvas
|
|
- supports-color
|
|
|
|
'@crawlee/memory-storage@3.16.0':
|
|
dependencies:
|
|
'@apify/log': 2.5.33
|
|
'@crawlee/types': 3.16.0
|
|
'@sapphire/async-queue': 1.5.5
|
|
'@sapphire/shapeshift': 3.9.7
|
|
content-type: 1.0.5
|
|
fs-extra: 11.3.3
|
|
json5: 2.2.3
|
|
mime-types: 2.1.35
|
|
proper-lockfile: 4.1.2
|
|
tslib: 2.8.1
|
|
|
|
'@crawlee/playwright@3.16.0':
|
|
dependencies:
|
|
'@apify/datastructures': 2.0.3
|
|
'@apify/log': 2.5.33
|
|
'@apify/timeout': 0.3.2
|
|
'@crawlee/browser': 3.16.0
|
|
'@crawlee/browser-pool': 3.16.0
|
|
'@crawlee/core': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
cheerio: 1.0.0-rc.12
|
|
jquery: 3.7.1
|
|
lodash.isequal: 4.5.0
|
|
ml-logistic-regression: 2.0.0
|
|
ml-matrix: 6.12.1
|
|
ow: 0.28.2
|
|
string-comparison: 1.3.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- puppeteer
|
|
- supports-color
|
|
|
|
'@crawlee/puppeteer@3.16.0':
|
|
dependencies:
|
|
'@apify/datastructures': 2.0.3
|
|
'@apify/log': 2.5.33
|
|
'@crawlee/browser': 3.16.0
|
|
'@crawlee/browser-pool': 3.16.0
|
|
'@crawlee/types': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
cheerio: 1.0.0-rc.12
|
|
devtools-protocol: 0.0.1590631
|
|
jquery: 3.7.1
|
|
ow: 0.28.2
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- playwright
|
|
- supports-color
|
|
|
|
'@crawlee/templates@3.16.0(@types/node@25.3.2)':
|
|
dependencies:
|
|
ansi-colors: 4.1.3
|
|
inquirer: 9.3.8(@types/node@25.3.2)
|
|
tslib: 2.8.1
|
|
yargonaut: 1.1.4
|
|
yargs: 17.7.2
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
|
|
'@crawlee/types@3.16.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@crawlee/utils@3.16.0':
|
|
dependencies:
|
|
'@apify/log': 2.5.33
|
|
'@apify/ps-tree': 1.2.0
|
|
'@crawlee/types': 3.16.0
|
|
'@types/sax': 1.2.7
|
|
cheerio: 1.0.0-rc.12
|
|
file-type: 20.5.0
|
|
got-scraping: 4.2.1
|
|
ow: 0.28.2
|
|
robots-parser: 3.0.1
|
|
sax: 1.4.4
|
|
tslib: 2.8.1
|
|
whatwg-mimetype: 4.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@csstools/color-helpers@5.1.0': {}
|
|
|
|
'@csstools/color-helpers@6.0.2': {}
|
|
|
|
'@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-calc@3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)':
|
|
dependencies:
|
|
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
|
|
'@csstools/css-tokenizer': 4.0.0
|
|
|
|
'@csstools/css-color-parser@3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/color-helpers': 5.1.0
|
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-color-parser@4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)':
|
|
dependencies:
|
|
'@csstools/color-helpers': 6.0.2
|
|
'@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
|
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
|
|
'@csstools/css-tokenizer': 4.0.0
|
|
|
|
'@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0)':
|
|
dependencies:
|
|
'@csstools/css-tokenizer': 4.0.0
|
|
|
|
'@csstools/css-syntax-patches-for-csstree@1.0.28': {}
|
|
|
|
'@csstools/css-tokenizer@3.0.4': {}
|
|
|
|
'@csstools/css-tokenizer@4.0.0': {}
|
|
|
|
'@emnapi/core@1.8.1':
|
|
dependencies:
|
|
'@emnapi/wasi-threads': 1.1.0
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/runtime@1.8.1':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/wasi-threads@1.1.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@esbuild/aix-ppc64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.27.3':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.27.3':
|
|
optional: true
|
|
|
|
'@eslint-community/eslint-utils@4.9.1(eslint@9.39.3(jiti@2.6.1))':
|
|
dependencies:
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
'@eslint-community/regexpp@4.12.2': {}
|
|
|
|
'@eslint/config-array@0.21.1':
|
|
dependencies:
|
|
'@eslint/object-schema': 2.1.7
|
|
debug: 4.4.3
|
|
minimatch: 3.1.5
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@eslint/config-helpers@0.4.2':
|
|
dependencies:
|
|
'@eslint/core': 0.17.0
|
|
|
|
'@eslint/core@0.17.0':
|
|
dependencies:
|
|
'@types/json-schema': 7.0.15
|
|
|
|
'@eslint/eslintrc@3.3.4':
|
|
dependencies:
|
|
ajv: 6.14.0
|
|
debug: 4.4.3
|
|
espree: 10.4.0
|
|
globals: 14.0.0
|
|
ignore: 5.3.2
|
|
import-fresh: 3.3.1
|
|
js-yaml: 4.1.1
|
|
minimatch: 3.1.5
|
|
strip-json-comments: 3.1.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@eslint/js@9.39.3': {}
|
|
|
|
'@eslint/object-schema@2.1.7': {}
|
|
|
|
'@eslint/plugin-kit@0.4.1':
|
|
dependencies:
|
|
'@eslint/core': 0.17.0
|
|
levn: 0.4.1
|
|
|
|
'@exodus/bytes@1.14.1': {}
|
|
|
|
'@humanfs/core@0.19.1': {}
|
|
|
|
'@humanfs/node@0.16.7':
|
|
dependencies:
|
|
'@humanfs/core': 0.19.1
|
|
'@humanwhocodes/retry': 0.4.3
|
|
|
|
'@humanwhocodes/module-importer@1.0.1': {}
|
|
|
|
'@humanwhocodes/retry@0.4.3': {}
|
|
|
|
'@img/colour@1.0.0':
|
|
optional: true
|
|
|
|
'@img/sharp-darwin-arm64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-arm64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-darwin-x64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-x64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-ppc64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-ppc64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-riscv64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-riscv64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-s390x@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-s390x': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-x64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-x64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-wasm32@0.34.5':
|
|
dependencies:
|
|
'@emnapi/runtime': 1.8.1
|
|
optional: true
|
|
|
|
'@img/sharp-win32-arm64@0.34.5':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-ia32@0.34.5':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-x64@0.34.5':
|
|
optional: true
|
|
|
|
'@inquirer/external-editor@1.0.3(@types/node@25.3.2)':
|
|
dependencies:
|
|
chardet: 2.1.1
|
|
iconv-lite: 0.7.2
|
|
optionalDependencies:
|
|
'@types/node': 25.3.2
|
|
|
|
'@inquirer/figures@1.0.15': {}
|
|
|
|
'@jridgewell/gen-mapping@0.3.13':
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
dependencies:
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
'@keyv/serialize@1.1.1': {}
|
|
|
|
'@mixmark-io/domino@2.2.0': {}
|
|
|
|
'@mozilla/readability@0.6.0': {}
|
|
|
|
'@napi-rs/wasm-runtime@0.2.12':
|
|
dependencies:
|
|
'@emnapi/core': 1.8.1
|
|
'@emnapi/runtime': 1.8.1
|
|
'@tybys/wasm-util': 0.10.1
|
|
optional: true
|
|
|
|
'@next/env@16.1.6': {}
|
|
|
|
'@next/eslint-plugin-next@16.1.6':
|
|
dependencies:
|
|
fast-glob: 3.3.1
|
|
|
|
'@next/swc-darwin-arm64@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-darwin-x64@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-linux-arm64-gnu@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-linux-arm64-musl@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-linux-x64-gnu@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-linux-x64-musl@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-win32-arm64-msvc@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-win32-x64-msvc@16.1.6':
|
|
optional: true
|
|
|
|
'@nodelib/fs.scandir@2.1.5':
|
|
dependencies:
|
|
'@nodelib/fs.stat': 2.0.5
|
|
run-parallel: 1.2.0
|
|
|
|
'@nodelib/fs.stat@2.0.5': {}
|
|
|
|
'@nodelib/fs.walk@1.2.8':
|
|
dependencies:
|
|
'@nodelib/fs.scandir': 2.1.5
|
|
fastq: 1.20.1
|
|
|
|
'@nolyfill/is-core-module@1.0.39': {}
|
|
|
|
'@rtsao/scc@1.1.0': {}
|
|
|
|
'@sapphire/async-queue@1.5.5': {}
|
|
|
|
'@sapphire/shapeshift@3.9.7':
|
|
dependencies:
|
|
fast-deep-equal: 3.1.3
|
|
lodash: 4.17.23
|
|
|
|
'@sec-ant/readable-stream@0.4.1': {}
|
|
|
|
'@sindresorhus/is@4.6.0': {}
|
|
|
|
'@sindresorhus/is@5.6.0': {}
|
|
|
|
'@sindresorhus/is@7.2.0': {}
|
|
|
|
'@swc/helpers@0.5.15':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@tailwindcss/node@4.2.1':
|
|
dependencies:
|
|
'@jridgewell/remapping': 2.3.5
|
|
enhanced-resolve: 5.19.0
|
|
jiti: 2.6.1
|
|
lightningcss: 1.31.1
|
|
magic-string: 0.30.21
|
|
source-map-js: 1.2.1
|
|
tailwindcss: 4.2.1
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.2.1':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide@4.2.1':
|
|
optionalDependencies:
|
|
'@tailwindcss/oxide-android-arm64': 4.2.1
|
|
'@tailwindcss/oxide-darwin-arm64': 4.2.1
|
|
'@tailwindcss/oxide-darwin-x64': 4.2.1
|
|
'@tailwindcss/oxide-freebsd-x64': 4.2.1
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.1
|
|
'@tailwindcss/oxide-linux-arm64-gnu': 4.2.1
|
|
'@tailwindcss/oxide-linux-arm64-musl': 4.2.1
|
|
'@tailwindcss/oxide-linux-x64-gnu': 4.2.1
|
|
'@tailwindcss/oxide-linux-x64-musl': 4.2.1
|
|
'@tailwindcss/oxide-wasm32-wasi': 4.2.1
|
|
'@tailwindcss/oxide-win32-arm64-msvc': 4.2.1
|
|
'@tailwindcss/oxide-win32-x64-msvc': 4.2.1
|
|
|
|
'@tailwindcss/postcss@4.2.1':
|
|
dependencies:
|
|
'@alloc/quick-lru': 5.2.0
|
|
'@tailwindcss/node': 4.2.1
|
|
'@tailwindcss/oxide': 4.2.1
|
|
postcss: 8.5.6
|
|
tailwindcss: 4.2.1
|
|
|
|
'@tokenizer/inflate@0.2.7':
|
|
dependencies:
|
|
debug: 4.4.3
|
|
fflate: 0.8.2
|
|
token-types: 6.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@tokenizer/token@0.3.0': {}
|
|
|
|
'@tybys/wasm-util@0.10.1':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@types/content-type@1.1.9': {}
|
|
|
|
'@types/estree@1.0.8': {}
|
|
|
|
'@types/http-cache-semantics@4.2.0': {}
|
|
|
|
'@types/jsdom@21.1.7':
|
|
dependencies:
|
|
'@types/node': 20.19.35
|
|
'@types/tough-cookie': 4.0.5
|
|
parse5: 7.3.0
|
|
|
|
'@types/json-schema@7.0.15': {}
|
|
|
|
'@types/json5@0.0.29': {}
|
|
|
|
'@types/node@20.19.35':
|
|
dependencies:
|
|
undici-types: 6.21.0
|
|
|
|
'@types/node@25.3.2':
|
|
dependencies:
|
|
undici-types: 7.18.2
|
|
|
|
'@types/pako@1.0.7': {}
|
|
|
|
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
dependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
'@types/react@19.2.14':
|
|
dependencies:
|
|
csstype: 3.2.3
|
|
|
|
'@types/sax@1.2.7':
|
|
dependencies:
|
|
'@types/node': 20.19.35
|
|
|
|
'@types/stream-buffers@3.0.8':
|
|
dependencies:
|
|
'@types/node': 20.19.35
|
|
|
|
'@types/tough-cookie@4.0.5': {}
|
|
|
|
'@types/turndown@5.0.6': {}
|
|
|
|
'@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)':
|
|
dependencies:
|
|
'@eslint-community/regexpp': 4.12.2
|
|
'@typescript-eslint/parser': 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
'@typescript-eslint/scope-manager': 8.56.1
|
|
'@typescript-eslint/type-utils': 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
'@typescript-eslint/visitor-keys': 8.56.1
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
ignore: 7.0.5
|
|
natural-compare: 1.4.0
|
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)':
|
|
dependencies:
|
|
'@typescript-eslint/scope-manager': 8.56.1
|
|
'@typescript-eslint/types': 8.56.1
|
|
'@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
|
|
'@typescript-eslint/visitor-keys': 8.56.1
|
|
debug: 4.4.3
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/project-service@8.56.1(typescript@5.9.3)':
|
|
dependencies:
|
|
'@typescript-eslint/tsconfig-utils': 8.56.1(typescript@5.9.3)
|
|
'@typescript-eslint/types': 8.56.1
|
|
debug: 4.4.3
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/scope-manager@8.56.1':
|
|
dependencies:
|
|
'@typescript-eslint/types': 8.56.1
|
|
'@typescript-eslint/visitor-keys': 8.56.1
|
|
|
|
'@typescript-eslint/tsconfig-utils@8.56.1(typescript@5.9.3)':
|
|
dependencies:
|
|
typescript: 5.9.3
|
|
|
|
'@typescript-eslint/type-utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)':
|
|
dependencies:
|
|
'@typescript-eslint/types': 8.56.1
|
|
'@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
|
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
debug: 4.4.3
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/types@8.56.1': {}
|
|
|
|
'@typescript-eslint/typescript-estree@8.56.1(typescript@5.9.3)':
|
|
dependencies:
|
|
'@typescript-eslint/project-service': 8.56.1(typescript@5.9.3)
|
|
'@typescript-eslint/tsconfig-utils': 8.56.1(typescript@5.9.3)
|
|
'@typescript-eslint/types': 8.56.1
|
|
'@typescript-eslint/visitor-keys': 8.56.1
|
|
debug: 4.4.3
|
|
minimatch: 10.2.4
|
|
semver: 7.7.4
|
|
tinyglobby: 0.2.15
|
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)':
|
|
dependencies:
|
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1))
|
|
'@typescript-eslint/scope-manager': 8.56.1
|
|
'@typescript-eslint/types': 8.56.1
|
|
'@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/visitor-keys@8.56.1':
|
|
dependencies:
|
|
'@typescript-eslint/types': 8.56.1
|
|
eslint-visitor-keys: 5.0.1
|
|
|
|
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-android-arm64@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-darwin-arm64@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-darwin-x64@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-freebsd-x64@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-arm-musleabihf@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-arm64-gnu@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-arm64-musl@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-ppc64-gnu@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-riscv64-gnu@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-riscv64-musl@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-s390x-gnu@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-x64-gnu@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-linux-x64-musl@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-wasm32-wasi@1.11.1':
|
|
dependencies:
|
|
'@napi-rs/wasm-runtime': 0.2.12
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-win32-arm64-msvc@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-win32-ia32-msvc@1.11.1':
|
|
optional: true
|
|
|
|
'@unrs/resolver-binding-win32-x64-msvc@1.11.1':
|
|
optional: true
|
|
|
|
'@vladfrangu/async_event_emitter@2.4.7': {}
|
|
|
|
acorn-jsx@5.3.2(acorn@8.16.0):
|
|
dependencies:
|
|
acorn: 8.16.0
|
|
|
|
acorn@8.16.0: {}
|
|
|
|
adm-zip@0.5.16: {}
|
|
|
|
agent-base@7.1.4: {}
|
|
|
|
ajv@6.14.0:
|
|
dependencies:
|
|
fast-deep-equal: 3.1.3
|
|
fast-json-stable-stringify: 2.1.0
|
|
json-schema-traverse: 0.4.1
|
|
uri-js: 4.4.1
|
|
|
|
ansi-colors@4.1.3: {}
|
|
|
|
ansi-escapes@4.3.2:
|
|
dependencies:
|
|
type-fest: 0.21.3
|
|
|
|
ansi-regex@2.1.1: {}
|
|
|
|
ansi-regex@5.0.1: {}
|
|
|
|
ansi-styles@2.2.1: {}
|
|
|
|
ansi-styles@4.3.0:
|
|
dependencies:
|
|
color-convert: 2.0.1
|
|
|
|
argparse@2.0.1: {}
|
|
|
|
aria-query@5.3.2: {}
|
|
|
|
array-buffer-byte-length@1.0.2:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
is-array-buffer: 3.0.5
|
|
|
|
array-includes@3.1.9:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-object-atoms: 1.1.1
|
|
get-intrinsic: 1.3.0
|
|
is-string: 1.1.1
|
|
math-intrinsics: 1.1.0
|
|
|
|
array.prototype.findlast@1.2.5:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
es-shim-unscopables: 1.1.0
|
|
|
|
array.prototype.findlastindex@1.2.6:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
es-shim-unscopables: 1.1.0
|
|
|
|
array.prototype.flat@1.3.3:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-shim-unscopables: 1.1.0
|
|
|
|
array.prototype.flatmap@1.3.3:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-shim-unscopables: 1.1.0
|
|
|
|
array.prototype.tosorted@1.1.4:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-errors: 1.3.0
|
|
es-shim-unscopables: 1.1.0
|
|
|
|
arraybuffer.prototype.slice@1.0.4:
|
|
dependencies:
|
|
array-buffer-byte-length: 1.0.2
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
is-array-buffer: 3.0.5
|
|
|
|
ast-types-flow@0.0.8: {}
|
|
|
|
async-function@1.0.0: {}
|
|
|
|
available-typed-arrays@1.0.7:
|
|
dependencies:
|
|
possible-typed-array-names: 1.1.0
|
|
|
|
axe-core@4.11.1: {}
|
|
|
|
axobject-query@4.1.0: {}
|
|
|
|
balanced-match@1.0.2: {}
|
|
|
|
balanced-match@4.0.4: {}
|
|
|
|
base32-encode@2.0.0:
|
|
dependencies:
|
|
to-data-view: 2.0.0
|
|
|
|
base64-js@1.5.1: {}
|
|
|
|
baseline-browser-mapping@2.10.0: {}
|
|
|
|
bidi-js@1.0.3:
|
|
dependencies:
|
|
require-from-string: 2.0.2
|
|
|
|
bl@4.1.0:
|
|
dependencies:
|
|
buffer: 5.7.1
|
|
inherits: 2.0.4
|
|
readable-stream: 3.6.2
|
|
|
|
boolbase@1.0.0: {}
|
|
|
|
brace-expansion@1.1.12:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
concat-map: 0.0.1
|
|
|
|
brace-expansion@2.0.2:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
|
|
brace-expansion@5.0.3:
|
|
dependencies:
|
|
balanced-match: 4.0.4
|
|
|
|
braces@3.0.3:
|
|
dependencies:
|
|
fill-range: 7.1.1
|
|
|
|
browserslist@4.28.1:
|
|
dependencies:
|
|
baseline-browser-mapping: 2.10.0
|
|
caniuse-lite: 1.0.30001774
|
|
electron-to-chromium: 1.5.302
|
|
node-releases: 2.0.27
|
|
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
|
|
buffer@5.7.1:
|
|
dependencies:
|
|
base64-js: 1.5.1
|
|
ieee754: 1.2.1
|
|
|
|
byte-counter@0.1.0: {}
|
|
|
|
cacheable-lookup@7.0.0: {}
|
|
|
|
cacheable-request@13.0.18:
|
|
dependencies:
|
|
'@types/http-cache-semantics': 4.2.0
|
|
get-stream: 9.0.1
|
|
http-cache-semantics: 4.2.0
|
|
keyv: 5.6.0
|
|
mimic-response: 4.0.0
|
|
normalize-url: 8.1.1
|
|
responselike: 4.0.2
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
|
|
call-bind@1.0.8:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-define-property: 1.0.1
|
|
get-intrinsic: 1.3.0
|
|
set-function-length: 1.2.2
|
|
|
|
call-bound@1.0.4:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
get-intrinsic: 1.3.0
|
|
|
|
callsites@3.1.0: {}
|
|
|
|
callsites@4.2.0: {}
|
|
|
|
caniuse-lite@1.0.30001774: {}
|
|
|
|
chalk@1.1.3:
|
|
dependencies:
|
|
ansi-styles: 2.2.1
|
|
escape-string-regexp: 1.0.5
|
|
has-ansi: 2.0.0
|
|
strip-ansi: 3.0.1
|
|
supports-color: 2.0.0
|
|
|
|
chalk@4.1.2:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
supports-color: 7.2.0
|
|
|
|
chardet@2.1.1: {}
|
|
|
|
cheerio-select@2.1.0:
|
|
dependencies:
|
|
boolbase: 1.0.0
|
|
css-select: 5.2.2
|
|
css-what: 6.2.2
|
|
domelementtype: 2.3.0
|
|
domhandler: 5.0.3
|
|
domutils: 3.2.2
|
|
|
|
cheerio@1.0.0-rc.12:
|
|
dependencies:
|
|
cheerio-select: 2.1.0
|
|
dom-serializer: 2.0.0
|
|
domhandler: 5.0.3
|
|
domutils: 3.2.2
|
|
htmlparser2: 8.0.2
|
|
parse5: 7.3.0
|
|
parse5-htmlparser2-tree-adapter: 7.1.0
|
|
|
|
cheerio@1.2.0:
|
|
dependencies:
|
|
cheerio-select: 2.1.0
|
|
dom-serializer: 2.0.0
|
|
domhandler: 5.0.3
|
|
domutils: 3.2.2
|
|
encoding-sniffer: 0.2.1
|
|
htmlparser2: 10.1.0
|
|
parse5: 7.3.0
|
|
parse5-htmlparser2-tree-adapter: 7.1.0
|
|
parse5-parser-stream: 7.1.2
|
|
undici: 7.22.0
|
|
whatwg-mimetype: 4.0.0
|
|
|
|
cli-cursor@3.1.0:
|
|
dependencies:
|
|
restore-cursor: 3.1.0
|
|
|
|
cli-spinners@2.9.2: {}
|
|
|
|
cli-width@3.0.0: {}
|
|
|
|
cli-width@4.1.0: {}
|
|
|
|
client-only@0.0.1: {}
|
|
|
|
cliui@8.0.1:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 7.0.0
|
|
|
|
clone@1.0.4: {}
|
|
|
|
color-convert@2.0.1:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
|
|
color-name@1.1.4: {}
|
|
|
|
commander@14.0.3: {}
|
|
|
|
concat-map@0.0.1: {}
|
|
|
|
content-type@1.0.5: {}
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
crawlee@3.16.0(@types/node@25.3.2):
|
|
dependencies:
|
|
'@crawlee/basic': 3.16.0
|
|
'@crawlee/browser': 3.16.0
|
|
'@crawlee/browser-pool': 3.16.0
|
|
'@crawlee/cheerio': 3.16.0
|
|
'@crawlee/cli': 3.16.0(@types/node@25.3.2)
|
|
'@crawlee/core': 3.16.0
|
|
'@crawlee/http': 3.16.0
|
|
'@crawlee/jsdom': 3.16.0
|
|
'@crawlee/linkedom': 3.16.0
|
|
'@crawlee/playwright': 3.16.0
|
|
'@crawlee/puppeteer': 3.16.0
|
|
'@crawlee/utils': 3.16.0
|
|
import-local: 3.2.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- bufferutil
|
|
- canvas
|
|
- supports-color
|
|
- utf-8-validate
|
|
|
|
cross-spawn@7.0.6:
|
|
dependencies:
|
|
path-key: 3.1.1
|
|
shebang-command: 2.0.0
|
|
which: 2.0.2
|
|
|
|
crypto-random-string@4.0.0:
|
|
dependencies:
|
|
type-fest: 1.4.0
|
|
|
|
css-select@5.2.2:
|
|
dependencies:
|
|
boolbase: 1.0.0
|
|
css-what: 6.2.2
|
|
domhandler: 5.0.3
|
|
domutils: 3.2.2
|
|
nth-check: 2.1.1
|
|
|
|
css-tree@3.1.0:
|
|
dependencies:
|
|
mdn-data: 2.12.2
|
|
source-map-js: 1.2.1
|
|
|
|
css-what@6.2.2: {}
|
|
|
|
cssom@0.5.0: {}
|
|
|
|
cssstyle@4.6.0:
|
|
dependencies:
|
|
'@asamuzakjp/css-color': 3.2.0
|
|
rrweb-cssom: 0.8.0
|
|
|
|
cssstyle@6.1.0:
|
|
dependencies:
|
|
'@asamuzakjp/css-color': 5.0.1
|
|
'@csstools/css-syntax-patches-for-csstree': 1.0.28
|
|
css-tree: 3.1.0
|
|
lru-cache: 11.2.6
|
|
|
|
csstype@3.2.3: {}
|
|
|
|
csv-stringify@6.6.0: {}
|
|
|
|
damerau-levenshtein@1.0.8: {}
|
|
|
|
data-urls@5.0.0:
|
|
dependencies:
|
|
whatwg-mimetype: 4.0.0
|
|
whatwg-url: 14.2.0
|
|
|
|
data-urls@7.0.0:
|
|
dependencies:
|
|
whatwg-mimetype: 5.0.0
|
|
whatwg-url: 16.0.1
|
|
transitivePeerDependencies:
|
|
- '@noble/hashes'
|
|
|
|
data-view-buffer@1.0.2:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
is-data-view: 1.0.2
|
|
|
|
data-view-byte-length@1.0.2:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
is-data-view: 1.0.2
|
|
|
|
data-view-byte-offset@1.0.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
is-data-view: 1.0.2
|
|
|
|
debug@3.2.7:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
debug@4.4.3:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
decimal.js@10.6.0: {}
|
|
|
|
decompress-response@10.0.0:
|
|
dependencies:
|
|
mimic-response: 4.0.0
|
|
|
|
deep-is@0.1.4: {}
|
|
|
|
defaults@1.0.4:
|
|
dependencies:
|
|
clone: 1.0.4
|
|
|
|
define-data-property@1.1.4:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
define-properties@1.2.1:
|
|
dependencies:
|
|
define-data-property: 1.1.4
|
|
has-property-descriptors: 1.0.2
|
|
object-keys: 1.1.1
|
|
|
|
detect-libc@2.1.2: {}
|
|
|
|
devtools-protocol@0.0.1590631: {}
|
|
|
|
doctrine@2.1.0:
|
|
dependencies:
|
|
esutils: 2.0.3
|
|
|
|
dom-serializer@2.0.0:
|
|
dependencies:
|
|
domelementtype: 2.3.0
|
|
domhandler: 5.0.3
|
|
entities: 4.5.0
|
|
|
|
domelementtype@2.3.0: {}
|
|
|
|
domhandler@5.0.3:
|
|
dependencies:
|
|
domelementtype: 2.3.0
|
|
|
|
domutils@3.2.2:
|
|
dependencies:
|
|
dom-serializer: 2.0.0
|
|
domelementtype: 2.3.0
|
|
domhandler: 5.0.3
|
|
|
|
dot-prop@6.0.1:
|
|
dependencies:
|
|
is-obj: 2.0.0
|
|
|
|
dot-prop@7.2.0:
|
|
dependencies:
|
|
type-fest: 2.19.0
|
|
|
|
dunder-proto@1.0.1:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
duplexer@0.1.2: {}
|
|
|
|
electron-to-chromium@1.5.302: {}
|
|
|
|
emoji-regex@8.0.0: {}
|
|
|
|
emoji-regex@9.2.2: {}
|
|
|
|
encoding-sniffer@0.2.1:
|
|
dependencies:
|
|
iconv-lite: 0.6.3
|
|
whatwg-encoding: 3.1.1
|
|
|
|
enhanced-resolve@5.19.0:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
tapable: 2.3.0
|
|
|
|
entities@4.5.0: {}
|
|
|
|
entities@6.0.1: {}
|
|
|
|
entities@7.0.1: {}
|
|
|
|
es-abstract@1.24.1:
|
|
dependencies:
|
|
array-buffer-byte-length: 1.0.2
|
|
arraybuffer.prototype.slice: 1.0.4
|
|
available-typed-arrays: 1.0.7
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
data-view-buffer: 1.0.2
|
|
data-view-byte-length: 1.0.2
|
|
data-view-byte-offset: 1.0.1
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
es-set-tostringtag: 2.1.0
|
|
es-to-primitive: 1.3.0
|
|
function.prototype.name: 1.1.8
|
|
get-intrinsic: 1.3.0
|
|
get-proto: 1.0.1
|
|
get-symbol-description: 1.1.0
|
|
globalthis: 1.0.4
|
|
gopd: 1.2.0
|
|
has-property-descriptors: 1.0.2
|
|
has-proto: 1.2.0
|
|
has-symbols: 1.1.0
|
|
hasown: 2.0.2
|
|
internal-slot: 1.1.0
|
|
is-array-buffer: 3.0.5
|
|
is-callable: 1.2.7
|
|
is-data-view: 1.0.2
|
|
is-negative-zero: 2.0.3
|
|
is-regex: 1.2.1
|
|
is-set: 2.0.3
|
|
is-shared-array-buffer: 1.0.4
|
|
is-string: 1.1.1
|
|
is-typed-array: 1.1.15
|
|
is-weakref: 1.1.1
|
|
math-intrinsics: 1.1.0
|
|
object-inspect: 1.13.4
|
|
object-keys: 1.1.1
|
|
object.assign: 4.1.7
|
|
own-keys: 1.0.1
|
|
regexp.prototype.flags: 1.5.4
|
|
safe-array-concat: 1.1.3
|
|
safe-push-apply: 1.0.0
|
|
safe-regex-test: 1.1.0
|
|
set-proto: 1.0.0
|
|
stop-iteration-iterator: 1.1.0
|
|
string.prototype.trim: 1.2.10
|
|
string.prototype.trimend: 1.0.9
|
|
string.prototype.trimstart: 1.0.8
|
|
typed-array-buffer: 1.0.3
|
|
typed-array-byte-length: 1.0.3
|
|
typed-array-byte-offset: 1.0.4
|
|
typed-array-length: 1.0.7
|
|
unbox-primitive: 1.1.0
|
|
which-typed-array: 1.1.20
|
|
|
|
es-define-property@1.0.1: {}
|
|
|
|
es-errors@1.3.0: {}
|
|
|
|
es-iterator-helpers@1.2.2:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-errors: 1.3.0
|
|
es-set-tostringtag: 2.1.0
|
|
function-bind: 1.1.2
|
|
get-intrinsic: 1.3.0
|
|
globalthis: 1.0.4
|
|
gopd: 1.2.0
|
|
has-property-descriptors: 1.0.2
|
|
has-proto: 1.2.0
|
|
has-symbols: 1.1.0
|
|
internal-slot: 1.1.0
|
|
iterator.prototype: 1.1.5
|
|
safe-array-concat: 1.1.3
|
|
|
|
es-object-atoms@1.1.1:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
has-tostringtag: 1.0.2
|
|
hasown: 2.0.2
|
|
|
|
es-shim-unscopables@1.1.0:
|
|
dependencies:
|
|
hasown: 2.0.2
|
|
|
|
es-to-primitive@1.3.0:
|
|
dependencies:
|
|
is-callable: 1.2.7
|
|
is-date-object: 1.1.0
|
|
is-symbol: 1.1.1
|
|
|
|
esbuild@0.27.3:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.27.3
|
|
'@esbuild/android-arm': 0.27.3
|
|
'@esbuild/android-arm64': 0.27.3
|
|
'@esbuild/android-x64': 0.27.3
|
|
'@esbuild/darwin-arm64': 0.27.3
|
|
'@esbuild/darwin-x64': 0.27.3
|
|
'@esbuild/freebsd-arm64': 0.27.3
|
|
'@esbuild/freebsd-x64': 0.27.3
|
|
'@esbuild/linux-arm': 0.27.3
|
|
'@esbuild/linux-arm64': 0.27.3
|
|
'@esbuild/linux-ia32': 0.27.3
|
|
'@esbuild/linux-loong64': 0.27.3
|
|
'@esbuild/linux-mips64el': 0.27.3
|
|
'@esbuild/linux-ppc64': 0.27.3
|
|
'@esbuild/linux-riscv64': 0.27.3
|
|
'@esbuild/linux-s390x': 0.27.3
|
|
'@esbuild/linux-x64': 0.27.3
|
|
'@esbuild/netbsd-arm64': 0.27.3
|
|
'@esbuild/netbsd-x64': 0.27.3
|
|
'@esbuild/openbsd-arm64': 0.27.3
|
|
'@esbuild/openbsd-x64': 0.27.3
|
|
'@esbuild/openharmony-arm64': 0.27.3
|
|
'@esbuild/sunos-x64': 0.27.3
|
|
'@esbuild/win32-arm64': 0.27.3
|
|
'@esbuild/win32-ia32': 0.27.3
|
|
'@esbuild/win32-x64': 0.27.3
|
|
|
|
escalade@3.2.0: {}
|
|
|
|
escape-string-regexp@1.0.5: {}
|
|
|
|
escape-string-regexp@4.0.0: {}
|
|
|
|
eslint-config-next@16.1.6(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3):
|
|
dependencies:
|
|
'@next/eslint-plugin-next': 16.1.6
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
eslint-import-resolver-node: 0.3.9
|
|
eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.3(jiti@2.6.1))
|
|
eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.3(jiti@2.6.1))
|
|
eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.3(jiti@2.6.1))
|
|
eslint-plugin-react: 7.37.5(eslint@9.39.3(jiti@2.6.1))
|
|
eslint-plugin-react-hooks: 7.0.1(eslint@9.39.3(jiti@2.6.1))
|
|
globals: 16.4.0
|
|
typescript-eslint: 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
optionalDependencies:
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- '@typescript-eslint/parser'
|
|
- eslint-import-resolver-webpack
|
|
- eslint-plugin-import-x
|
|
- supports-color
|
|
|
|
eslint-import-resolver-node@0.3.9:
|
|
dependencies:
|
|
debug: 3.2.7
|
|
is-core-module: 2.16.1
|
|
resolve: 1.22.11
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.3(jiti@2.6.1)):
|
|
dependencies:
|
|
'@nolyfill/is-core-module': 1.0.39
|
|
debug: 4.4.3
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
get-tsconfig: 4.13.6
|
|
is-bun-module: 2.0.0
|
|
stable-hash: 0.0.5
|
|
tinyglobby: 0.2.15
|
|
unrs-resolver: 1.11.1
|
|
optionalDependencies:
|
|
eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.3(jiti@2.6.1))
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.3(jiti@2.6.1)):
|
|
dependencies:
|
|
debug: 3.2.7
|
|
optionalDependencies:
|
|
'@typescript-eslint/parser': 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
eslint-import-resolver-node: 0.3.9
|
|
eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.3(jiti@2.6.1))
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.3(jiti@2.6.1)):
|
|
dependencies:
|
|
'@rtsao/scc': 1.1.0
|
|
array-includes: 3.1.9
|
|
array.prototype.findlastindex: 1.2.6
|
|
array.prototype.flat: 1.3.3
|
|
array.prototype.flatmap: 1.3.3
|
|
debug: 3.2.7
|
|
doctrine: 2.1.0
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
eslint-import-resolver-node: 0.3.9
|
|
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.3(jiti@2.6.1))
|
|
hasown: 2.0.2
|
|
is-core-module: 2.16.1
|
|
is-glob: 4.0.3
|
|
minimatch: 3.1.5
|
|
object.fromentries: 2.0.8
|
|
object.groupby: 1.0.3
|
|
object.values: 1.2.1
|
|
semver: 6.3.1
|
|
string.prototype.trimend: 1.0.9
|
|
tsconfig-paths: 3.15.0
|
|
optionalDependencies:
|
|
'@typescript-eslint/parser': 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
transitivePeerDependencies:
|
|
- eslint-import-resolver-typescript
|
|
- eslint-import-resolver-webpack
|
|
- supports-color
|
|
|
|
eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.3(jiti@2.6.1)):
|
|
dependencies:
|
|
aria-query: 5.3.2
|
|
array-includes: 3.1.9
|
|
array.prototype.flatmap: 1.3.3
|
|
ast-types-flow: 0.0.8
|
|
axe-core: 4.11.1
|
|
axobject-query: 4.1.0
|
|
damerau-levenshtein: 1.0.8
|
|
emoji-regex: 9.2.2
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
hasown: 2.0.2
|
|
jsx-ast-utils: 3.3.5
|
|
language-tags: 1.0.9
|
|
minimatch: 3.1.5
|
|
object.fromentries: 2.0.8
|
|
safe-regex-test: 1.1.0
|
|
string.prototype.includes: 2.0.1
|
|
|
|
eslint-plugin-react-hooks@7.0.1(eslint@9.39.3(jiti@2.6.1)):
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/parser': 7.29.0
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
hermes-parser: 0.25.1
|
|
zod: 4.3.6
|
|
zod-validation-error: 4.0.2(zod@4.3.6)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
eslint-plugin-react@7.37.5(eslint@9.39.3(jiti@2.6.1)):
|
|
dependencies:
|
|
array-includes: 3.1.9
|
|
array.prototype.findlast: 1.2.5
|
|
array.prototype.flatmap: 1.3.3
|
|
array.prototype.tosorted: 1.1.4
|
|
doctrine: 2.1.0
|
|
es-iterator-helpers: 1.2.2
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
estraverse: 5.3.0
|
|
hasown: 2.0.2
|
|
jsx-ast-utils: 3.3.5
|
|
minimatch: 3.1.5
|
|
object.entries: 1.1.9
|
|
object.fromentries: 2.0.8
|
|
object.values: 1.2.1
|
|
prop-types: 15.8.1
|
|
resolve: 2.0.0-next.6
|
|
semver: 6.3.1
|
|
string.prototype.matchall: 4.0.12
|
|
string.prototype.repeat: 1.0.0
|
|
|
|
eslint-scope@8.4.0:
|
|
dependencies:
|
|
esrecurse: 4.3.0
|
|
estraverse: 5.3.0
|
|
|
|
eslint-visitor-keys@3.4.3: {}
|
|
|
|
eslint-visitor-keys@4.2.1: {}
|
|
|
|
eslint-visitor-keys@5.0.1: {}
|
|
|
|
eslint@9.39.3(jiti@2.6.1):
|
|
dependencies:
|
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1))
|
|
'@eslint-community/regexpp': 4.12.2
|
|
'@eslint/config-array': 0.21.1
|
|
'@eslint/config-helpers': 0.4.2
|
|
'@eslint/core': 0.17.0
|
|
'@eslint/eslintrc': 3.3.4
|
|
'@eslint/js': 9.39.3
|
|
'@eslint/plugin-kit': 0.4.1
|
|
'@humanfs/node': 0.16.7
|
|
'@humanwhocodes/module-importer': 1.0.1
|
|
'@humanwhocodes/retry': 0.4.3
|
|
'@types/estree': 1.0.8
|
|
ajv: 6.14.0
|
|
chalk: 4.1.2
|
|
cross-spawn: 7.0.6
|
|
debug: 4.4.3
|
|
escape-string-regexp: 4.0.0
|
|
eslint-scope: 8.4.0
|
|
eslint-visitor-keys: 4.2.1
|
|
espree: 10.4.0
|
|
esquery: 1.7.0
|
|
esutils: 2.0.3
|
|
fast-deep-equal: 3.1.3
|
|
file-entry-cache: 8.0.0
|
|
find-up: 5.0.0
|
|
glob-parent: 6.0.2
|
|
ignore: 5.3.2
|
|
imurmurhash: 0.1.4
|
|
is-glob: 4.0.3
|
|
json-stable-stringify-without-jsonify: 1.0.1
|
|
lodash.merge: 4.6.2
|
|
minimatch: 3.1.5
|
|
natural-compare: 1.4.0
|
|
optionator: 0.9.4
|
|
optionalDependencies:
|
|
jiti: 2.6.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
espree@10.4.0:
|
|
dependencies:
|
|
acorn: 8.16.0
|
|
acorn-jsx: 5.3.2(acorn@8.16.0)
|
|
eslint-visitor-keys: 4.2.1
|
|
|
|
esquery@1.7.0:
|
|
dependencies:
|
|
estraverse: 5.3.0
|
|
|
|
esrecurse@4.3.0:
|
|
dependencies:
|
|
estraverse: 5.3.0
|
|
|
|
estraverse@5.3.0: {}
|
|
|
|
esutils@2.0.3: {}
|
|
|
|
event-stream@3.3.4:
|
|
dependencies:
|
|
duplexer: 0.1.2
|
|
from: 0.1.7
|
|
map-stream: 0.1.0
|
|
pause-stream: 0.0.11
|
|
split: 0.3.3
|
|
stream-combiner: 0.0.4
|
|
through: 2.3.8
|
|
|
|
fast-deep-equal@3.1.3: {}
|
|
|
|
fast-glob@3.3.1:
|
|
dependencies:
|
|
'@nodelib/fs.stat': 2.0.5
|
|
'@nodelib/fs.walk': 1.2.8
|
|
glob-parent: 5.1.2
|
|
merge2: 1.4.1
|
|
micromatch: 4.0.8
|
|
|
|
fast-json-stable-stringify@2.1.0: {}
|
|
|
|
fast-levenshtein@2.0.6: {}
|
|
|
|
fastq@1.20.1:
|
|
dependencies:
|
|
reusify: 1.1.0
|
|
|
|
fdir@6.5.0(picomatch@4.0.3):
|
|
optionalDependencies:
|
|
picomatch: 4.0.3
|
|
|
|
fflate@0.8.2: {}
|
|
|
|
figlet@1.10.0:
|
|
dependencies:
|
|
commander: 14.0.3
|
|
|
|
figures@3.2.0:
|
|
dependencies:
|
|
escape-string-regexp: 1.0.5
|
|
|
|
file-entry-cache@8.0.0:
|
|
dependencies:
|
|
flat-cache: 4.0.1
|
|
|
|
file-type@20.5.0:
|
|
dependencies:
|
|
'@tokenizer/inflate': 0.2.7
|
|
strtok3: 10.3.4
|
|
token-types: 6.1.2
|
|
uint8array-extras: 1.5.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
fill-range@7.1.1:
|
|
dependencies:
|
|
to-regex-range: 5.0.1
|
|
|
|
find-up@4.1.0:
|
|
dependencies:
|
|
locate-path: 5.0.0
|
|
path-exists: 4.0.0
|
|
|
|
find-up@5.0.0:
|
|
dependencies:
|
|
locate-path: 6.0.0
|
|
path-exists: 4.0.0
|
|
|
|
fingerprint-generator@2.1.80:
|
|
dependencies:
|
|
generative-bayesian-network: 2.1.80
|
|
header-generator: 2.1.80
|
|
tslib: 2.8.1
|
|
|
|
fingerprint-injector@2.1.80:
|
|
dependencies:
|
|
fingerprint-generator: 2.1.80
|
|
tslib: 2.8.1
|
|
|
|
flat-cache@4.0.1:
|
|
dependencies:
|
|
flatted: 3.3.3
|
|
keyv: 4.5.4
|
|
|
|
flatted@3.3.3: {}
|
|
|
|
follow-redirects@1.15.11(debug@4.4.3):
|
|
optionalDependencies:
|
|
debug: 4.4.3
|
|
|
|
for-each@0.3.5:
|
|
dependencies:
|
|
is-callable: 1.2.7
|
|
|
|
form-data-encoder@4.1.0: {}
|
|
|
|
from@0.1.7: {}
|
|
|
|
fs-extra@11.3.3:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
jsonfile: 6.2.0
|
|
universalify: 2.0.1
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
function.prototype.name@1.1.8:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
functions-have-names: 1.2.3
|
|
hasown: 2.0.2
|
|
is-callable: 1.2.7
|
|
|
|
functions-have-names@1.2.3: {}
|
|
|
|
generative-bayesian-network@2.1.80:
|
|
dependencies:
|
|
adm-zip: 0.5.16
|
|
tslib: 2.8.1
|
|
|
|
generator-function@2.0.1: {}
|
|
|
|
gensync@1.0.0-beta.2: {}
|
|
|
|
get-caller-file@2.0.5: {}
|
|
|
|
get-intrinsic@1.3.0:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
function-bind: 1.1.2
|
|
get-proto: 1.0.1
|
|
gopd: 1.2.0
|
|
has-symbols: 1.1.0
|
|
hasown: 2.0.2
|
|
math-intrinsics: 1.1.0
|
|
|
|
get-proto@1.0.1:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
get-stream@9.0.1:
|
|
dependencies:
|
|
'@sec-ant/readable-stream': 0.4.1
|
|
is-stream: 4.0.1
|
|
|
|
get-symbol-description@1.1.0:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
|
|
get-tsconfig@4.13.6:
|
|
dependencies:
|
|
resolve-pkg-maps: 1.0.0
|
|
|
|
glob-parent@5.1.2:
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
|
|
glob-parent@6.0.2:
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
|
|
globals@14.0.0: {}
|
|
|
|
globals@16.4.0: {}
|
|
|
|
globalthis@1.0.4:
|
|
dependencies:
|
|
define-properties: 1.2.1
|
|
gopd: 1.2.0
|
|
|
|
gopd@1.2.0: {}
|
|
|
|
got-scraping@4.2.1:
|
|
dependencies:
|
|
got: 14.6.6
|
|
header-generator: 2.1.80
|
|
http2-wrapper: 2.2.1
|
|
mimic-response: 4.0.0
|
|
ow: 1.1.1
|
|
quick-lru: 7.3.0
|
|
tslib: 2.8.1
|
|
|
|
got@14.6.6:
|
|
dependencies:
|
|
'@sindresorhus/is': 7.2.0
|
|
byte-counter: 0.1.0
|
|
cacheable-lookup: 7.0.0
|
|
cacheable-request: 13.0.18
|
|
decompress-response: 10.0.0
|
|
form-data-encoder: 4.1.0
|
|
http2-wrapper: 2.2.1
|
|
keyv: 5.6.0
|
|
lowercase-keys: 3.0.0
|
|
p-cancelable: 4.0.1
|
|
responselike: 4.0.2
|
|
type-fest: 4.41.0
|
|
|
|
graceful-fs@4.2.11: {}
|
|
|
|
has-ansi@2.0.0:
|
|
dependencies:
|
|
ansi-regex: 2.1.1
|
|
|
|
has-bigints@1.1.0: {}
|
|
|
|
has-flag@4.0.0: {}
|
|
|
|
has-property-descriptors@1.0.2:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
|
|
has-proto@1.2.0:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
|
|
has-symbols@1.1.0: {}
|
|
|
|
has-tostringtag@1.0.2:
|
|
dependencies:
|
|
has-symbols: 1.1.0
|
|
|
|
hash-wasm@4.12.0: {}
|
|
|
|
hasown@2.0.2:
|
|
dependencies:
|
|
function-bind: 1.1.2
|
|
|
|
header-generator@2.1.80:
|
|
dependencies:
|
|
browserslist: 4.28.1
|
|
generative-bayesian-network: 2.1.80
|
|
ow: 0.28.2
|
|
tslib: 2.8.1
|
|
|
|
hermes-estree@0.25.1: {}
|
|
|
|
hermes-parser@0.25.1:
|
|
dependencies:
|
|
hermes-estree: 0.25.1
|
|
|
|
html-encoding-sniffer@4.0.0:
|
|
dependencies:
|
|
whatwg-encoding: 3.1.1
|
|
|
|
html-encoding-sniffer@6.0.0:
|
|
dependencies:
|
|
'@exodus/bytes': 1.14.1
|
|
transitivePeerDependencies:
|
|
- '@noble/hashes'
|
|
|
|
html-escaper@3.0.3: {}
|
|
|
|
htmlparser2@10.1.0:
|
|
dependencies:
|
|
domelementtype: 2.3.0
|
|
domhandler: 5.0.3
|
|
domutils: 3.2.2
|
|
entities: 7.0.1
|
|
|
|
htmlparser2@8.0.2:
|
|
dependencies:
|
|
domelementtype: 2.3.0
|
|
domhandler: 5.0.3
|
|
domutils: 3.2.2
|
|
entities: 4.5.0
|
|
|
|
htmlparser2@9.1.0:
|
|
dependencies:
|
|
domelementtype: 2.3.0
|
|
domhandler: 5.0.3
|
|
domutils: 3.2.2
|
|
entities: 4.5.0
|
|
|
|
http-cache-semantics@4.2.0: {}
|
|
|
|
http-proxy-3@1.23.2:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
follow-redirects: 1.15.11(debug@4.4.3)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
http-proxy-agent@7.0.2:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
http2-wrapper@2.2.1:
|
|
dependencies:
|
|
quick-lru: 5.1.1
|
|
resolve-alpn: 1.2.1
|
|
|
|
https-proxy-agent@7.0.6:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
iconv-lite@0.6.3:
|
|
dependencies:
|
|
safer-buffer: 2.1.2
|
|
|
|
iconv-lite@0.7.2:
|
|
dependencies:
|
|
safer-buffer: 2.1.2
|
|
|
|
ieee754@1.2.1: {}
|
|
|
|
ignore@5.3.2: {}
|
|
|
|
ignore@7.0.5: {}
|
|
|
|
import-fresh@3.3.1:
|
|
dependencies:
|
|
parent-module: 1.0.1
|
|
resolve-from: 4.0.0
|
|
|
|
import-local@3.2.0:
|
|
dependencies:
|
|
pkg-dir: 4.2.0
|
|
resolve-cwd: 3.0.0
|
|
|
|
imurmurhash@0.1.4: {}
|
|
|
|
inherits@2.0.4: {}
|
|
|
|
inquirer@8.2.7(@types/node@25.3.2):
|
|
dependencies:
|
|
'@inquirer/external-editor': 1.0.3(@types/node@25.3.2)
|
|
ansi-escapes: 4.3.2
|
|
chalk: 4.1.2
|
|
cli-cursor: 3.1.0
|
|
cli-width: 3.0.0
|
|
figures: 3.2.0
|
|
lodash: 4.17.23
|
|
mute-stream: 0.0.8
|
|
ora: 5.4.1
|
|
run-async: 2.4.1
|
|
rxjs: 7.8.2
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
through: 2.3.8
|
|
wrap-ansi: 6.2.0
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
|
|
inquirer@9.3.8(@types/node@25.3.2):
|
|
dependencies:
|
|
'@inquirer/external-editor': 1.0.3(@types/node@25.3.2)
|
|
'@inquirer/figures': 1.0.15
|
|
ansi-escapes: 4.3.2
|
|
cli-width: 4.1.0
|
|
mute-stream: 1.0.0
|
|
ora: 5.4.1
|
|
run-async: 3.0.0
|
|
rxjs: 7.8.2
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 6.2.0
|
|
yoctocolors-cjs: 2.1.3
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
|
|
internal-slot@1.1.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
hasown: 2.0.2
|
|
side-channel: 1.1.0
|
|
|
|
ip-address@10.1.0: {}
|
|
|
|
is-any-array@2.0.1: {}
|
|
|
|
is-array-buffer@3.0.5:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
get-intrinsic: 1.3.0
|
|
|
|
is-async-function@2.1.1:
|
|
dependencies:
|
|
async-function: 1.0.0
|
|
call-bound: 1.0.4
|
|
get-proto: 1.0.1
|
|
has-tostringtag: 1.0.2
|
|
safe-regex-test: 1.1.0
|
|
|
|
is-bigint@1.1.0:
|
|
dependencies:
|
|
has-bigints: 1.1.0
|
|
|
|
is-boolean-object@1.2.2:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
has-tostringtag: 1.0.2
|
|
|
|
is-bun-module@2.0.0:
|
|
dependencies:
|
|
semver: 7.7.4
|
|
|
|
is-callable@1.2.7: {}
|
|
|
|
is-core-module@2.16.1:
|
|
dependencies:
|
|
hasown: 2.0.2
|
|
|
|
is-data-view@1.0.2:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
get-intrinsic: 1.3.0
|
|
is-typed-array: 1.1.15
|
|
|
|
is-date-object@1.1.0:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
has-tostringtag: 1.0.2
|
|
|
|
is-extglob@2.1.1: {}
|
|
|
|
is-finalizationregistry@1.1.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
|
|
is-fullwidth-code-point@3.0.0: {}
|
|
|
|
is-generator-function@1.1.2:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
generator-function: 2.0.1
|
|
get-proto: 1.0.1
|
|
has-tostringtag: 1.0.2
|
|
safe-regex-test: 1.1.0
|
|
|
|
is-glob@4.0.3:
|
|
dependencies:
|
|
is-extglob: 2.1.1
|
|
|
|
is-interactive@1.0.0: {}
|
|
|
|
is-map@2.0.3: {}
|
|
|
|
is-negative-zero@2.0.3: {}
|
|
|
|
is-number-object@1.1.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
has-tostringtag: 1.0.2
|
|
|
|
is-number@7.0.0: {}
|
|
|
|
is-obj@2.0.0: {}
|
|
|
|
is-potential-custom-element-name@1.0.1: {}
|
|
|
|
is-regex@1.2.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
gopd: 1.2.0
|
|
has-tostringtag: 1.0.2
|
|
hasown: 2.0.2
|
|
|
|
is-set@2.0.3: {}
|
|
|
|
is-shared-array-buffer@1.0.4:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
|
|
is-stream@3.0.0: {}
|
|
|
|
is-stream@4.0.1: {}
|
|
|
|
is-string@1.1.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
has-tostringtag: 1.0.2
|
|
|
|
is-symbol@1.1.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
has-symbols: 1.1.0
|
|
safe-regex-test: 1.1.0
|
|
|
|
is-typed-array@1.1.15:
|
|
dependencies:
|
|
which-typed-array: 1.1.20
|
|
|
|
is-unicode-supported@0.1.0: {}
|
|
|
|
is-weakmap@2.0.2: {}
|
|
|
|
is-weakref@1.1.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
|
|
is-weakset@2.0.4:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
get-intrinsic: 1.3.0
|
|
|
|
isarray@2.0.5: {}
|
|
|
|
isexe@2.0.0: {}
|
|
|
|
iterator.prototype@1.1.5:
|
|
dependencies:
|
|
define-data-property: 1.1.4
|
|
es-object-atoms: 1.1.1
|
|
get-intrinsic: 1.3.0
|
|
get-proto: 1.0.1
|
|
has-symbols: 1.1.0
|
|
set-function-name: 2.0.2
|
|
|
|
jiti@2.6.1: {}
|
|
|
|
jquery@3.7.1: {}
|
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
js-yaml@4.1.1:
|
|
dependencies:
|
|
argparse: 2.0.1
|
|
|
|
jsdom@26.1.0:
|
|
dependencies:
|
|
cssstyle: 4.6.0
|
|
data-urls: 5.0.0
|
|
decimal.js: 10.6.0
|
|
html-encoding-sniffer: 4.0.0
|
|
http-proxy-agent: 7.0.2
|
|
https-proxy-agent: 7.0.6
|
|
is-potential-custom-element-name: 1.0.1
|
|
nwsapi: 2.2.23
|
|
parse5: 7.3.0
|
|
rrweb-cssom: 0.8.0
|
|
saxes: 6.0.0
|
|
symbol-tree: 3.2.4
|
|
tough-cookie: 5.1.2
|
|
w3c-xmlserializer: 5.0.0
|
|
webidl-conversions: 7.0.0
|
|
whatwg-encoding: 3.1.1
|
|
whatwg-mimetype: 4.0.0
|
|
whatwg-url: 14.2.0
|
|
ws: 8.19.0
|
|
xml-name-validator: 5.0.0
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- supports-color
|
|
- utf-8-validate
|
|
|
|
jsdom@28.1.0:
|
|
dependencies:
|
|
'@acemir/cssom': 0.9.31
|
|
'@asamuzakjp/dom-selector': 6.8.1
|
|
'@bramus/specificity': 2.4.2
|
|
'@exodus/bytes': 1.14.1
|
|
cssstyle: 6.1.0
|
|
data-urls: 7.0.0
|
|
decimal.js: 10.6.0
|
|
html-encoding-sniffer: 6.0.0
|
|
http-proxy-agent: 7.0.2
|
|
https-proxy-agent: 7.0.6
|
|
is-potential-custom-element-name: 1.0.1
|
|
parse5: 8.0.0
|
|
saxes: 6.0.0
|
|
symbol-tree: 3.2.4
|
|
tough-cookie: 6.0.0
|
|
undici: 7.22.0
|
|
w3c-xmlserializer: 5.0.0
|
|
webidl-conversions: 8.0.1
|
|
whatwg-mimetype: 5.0.0
|
|
whatwg-url: 16.0.1
|
|
xml-name-validator: 5.0.0
|
|
transitivePeerDependencies:
|
|
- '@noble/hashes'
|
|
- supports-color
|
|
|
|
jsesc@3.1.0: {}
|
|
|
|
json-buffer@3.0.1: {}
|
|
|
|
json-schema-traverse@0.4.1: {}
|
|
|
|
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
|
|
json5@1.0.2:
|
|
dependencies:
|
|
minimist: 1.2.8
|
|
|
|
json5@2.2.3: {}
|
|
|
|
jsonfile@6.2.0:
|
|
dependencies:
|
|
universalify: 2.0.1
|
|
optionalDependencies:
|
|
graceful-fs: 4.2.11
|
|
|
|
jsx-ast-utils@3.3.5:
|
|
dependencies:
|
|
array-includes: 3.1.9
|
|
array.prototype.flat: 1.3.3
|
|
object.assign: 4.1.7
|
|
object.values: 1.2.1
|
|
|
|
keyv@4.5.4:
|
|
dependencies:
|
|
json-buffer: 3.0.1
|
|
|
|
keyv@5.6.0:
|
|
dependencies:
|
|
'@keyv/serialize': 1.1.1
|
|
|
|
language-subtag-registry@0.3.23: {}
|
|
|
|
language-tags@1.0.9:
|
|
dependencies:
|
|
language-subtag-registry: 0.3.23
|
|
|
|
levn@0.4.1:
|
|
dependencies:
|
|
prelude-ls: 1.2.1
|
|
type-check: 0.4.0
|
|
|
|
lightningcss-android-arm64@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-darwin-arm64@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-darwin-x64@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-freebsd-x64@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-gnu@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-musl@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-gnu@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-musl@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-win32-arm64-msvc@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss-win32-x64-msvc@1.31.1:
|
|
optional: true
|
|
|
|
lightningcss@1.31.1:
|
|
dependencies:
|
|
detect-libc: 2.1.2
|
|
optionalDependencies:
|
|
lightningcss-android-arm64: 1.31.1
|
|
lightningcss-darwin-arm64: 1.31.1
|
|
lightningcss-darwin-x64: 1.31.1
|
|
lightningcss-freebsd-x64: 1.31.1
|
|
lightningcss-linux-arm-gnueabihf: 1.31.1
|
|
lightningcss-linux-arm64-gnu: 1.31.1
|
|
lightningcss-linux-arm64-musl: 1.31.1
|
|
lightningcss-linux-x64-gnu: 1.31.1
|
|
lightningcss-linux-x64-musl: 1.31.1
|
|
lightningcss-win32-arm64-msvc: 1.31.1
|
|
lightningcss-win32-x64-msvc: 1.31.1
|
|
|
|
linkedom@0.18.12:
|
|
dependencies:
|
|
css-select: 5.2.2
|
|
cssom: 0.5.0
|
|
html-escaper: 3.0.3
|
|
htmlparser2: 10.1.0
|
|
uhyphen: 0.2.0
|
|
|
|
locate-path@5.0.0:
|
|
dependencies:
|
|
p-locate: 4.1.0
|
|
|
|
locate-path@6.0.0:
|
|
dependencies:
|
|
p-locate: 5.0.0
|
|
|
|
lodash.isequal@4.5.0: {}
|
|
|
|
lodash.merge@4.6.2: {}
|
|
|
|
lodash@4.17.23: {}
|
|
|
|
log-symbols@4.1.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
is-unicode-supported: 0.1.0
|
|
|
|
loose-envify@1.4.0:
|
|
dependencies:
|
|
js-tokens: 4.0.0
|
|
|
|
lowercase-keys@3.0.0: {}
|
|
|
|
lru-cache@10.4.3: {}
|
|
|
|
lru-cache@11.2.6: {}
|
|
|
|
lru-cache@5.1.1:
|
|
dependencies:
|
|
yallist: 3.1.1
|
|
|
|
magic-string@0.30.21:
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
map-stream@0.1.0: {}
|
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
mdn-data@2.12.2: {}
|
|
|
|
meilisearch@0.55.0: {}
|
|
|
|
merge2@1.4.1: {}
|
|
|
|
micromatch@4.0.8:
|
|
dependencies:
|
|
braces: 3.0.3
|
|
picomatch: 2.3.1
|
|
|
|
mime-db@1.52.0: {}
|
|
|
|
mime-types@2.1.35:
|
|
dependencies:
|
|
mime-db: 1.52.0
|
|
|
|
mimic-fn@2.1.0: {}
|
|
|
|
mimic-response@4.0.0: {}
|
|
|
|
minimatch@10.2.4:
|
|
dependencies:
|
|
brace-expansion: 5.0.3
|
|
|
|
minimatch@3.1.5:
|
|
dependencies:
|
|
brace-expansion: 1.1.12
|
|
|
|
minimatch@9.0.9:
|
|
dependencies:
|
|
brace-expansion: 2.0.2
|
|
|
|
minimist@1.2.8: {}
|
|
|
|
ml-array-max@1.2.4:
|
|
dependencies:
|
|
is-any-array: 2.0.1
|
|
|
|
ml-array-min@1.2.3:
|
|
dependencies:
|
|
is-any-array: 2.0.1
|
|
|
|
ml-array-rescale@1.3.7:
|
|
dependencies:
|
|
is-any-array: 2.0.1
|
|
ml-array-max: 1.2.4
|
|
ml-array-min: 1.2.3
|
|
|
|
ml-logistic-regression@2.0.0:
|
|
dependencies:
|
|
ml-matrix: 6.12.1
|
|
|
|
ml-matrix@6.12.1:
|
|
dependencies:
|
|
is-any-array: 2.0.1
|
|
ml-array-rescale: 1.3.7
|
|
|
|
ms@2.1.3: {}
|
|
|
|
mute-stream@0.0.8: {}
|
|
|
|
mute-stream@1.0.0: {}
|
|
|
|
nanoid@3.3.11: {}
|
|
|
|
napi-postinstall@0.3.4: {}
|
|
|
|
natural-compare@1.4.0: {}
|
|
|
|
next@16.1.6(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
|
|
dependencies:
|
|
'@next/env': 16.1.6
|
|
'@swc/helpers': 0.5.15
|
|
baseline-browser-mapping: 2.10.0
|
|
caniuse-lite: 1.0.30001774
|
|
postcss: 8.4.31
|
|
react: 19.2.3
|
|
react-dom: 19.2.3(react@19.2.3)
|
|
styled-jsx: 5.1.6(@babel/core@7.29.0)(react@19.2.3)
|
|
optionalDependencies:
|
|
'@next/swc-darwin-arm64': 16.1.6
|
|
'@next/swc-darwin-x64': 16.1.6
|
|
'@next/swc-linux-arm64-gnu': 16.1.6
|
|
'@next/swc-linux-arm64-musl': 16.1.6
|
|
'@next/swc-linux-x64-gnu': 16.1.6
|
|
'@next/swc-linux-x64-musl': 16.1.6
|
|
'@next/swc-win32-arm64-msvc': 16.1.6
|
|
'@next/swc-win32-x64-msvc': 16.1.6
|
|
sharp: 0.34.5
|
|
transitivePeerDependencies:
|
|
- '@babel/core'
|
|
- babel-plugin-macros
|
|
|
|
node-exports-info@1.6.0:
|
|
dependencies:
|
|
array.prototype.flatmap: 1.3.3
|
|
es-errors: 1.3.0
|
|
object.entries: 1.1.9
|
|
semver: 6.3.1
|
|
|
|
node-releases@2.0.27: {}
|
|
|
|
normalize-url@8.1.1: {}
|
|
|
|
nth-check@2.1.1:
|
|
dependencies:
|
|
boolbase: 1.0.0
|
|
|
|
nwsapi@2.2.23: {}
|
|
|
|
object-assign@4.1.1: {}
|
|
|
|
object-inspect@1.13.4: {}
|
|
|
|
object-keys@1.1.1: {}
|
|
|
|
object.assign@4.1.7:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
es-object-atoms: 1.1.1
|
|
has-symbols: 1.1.0
|
|
object-keys: 1.1.1
|
|
|
|
object.entries@1.1.9:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
object.fromentries@2.0.8:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
object.groupby@1.0.3:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
|
|
object.values@1.2.1:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
onetime@5.1.2:
|
|
dependencies:
|
|
mimic-fn: 2.1.0
|
|
|
|
optionator@0.9.4:
|
|
dependencies:
|
|
deep-is: 0.1.4
|
|
fast-levenshtein: 2.0.6
|
|
levn: 0.4.1
|
|
prelude-ls: 1.2.1
|
|
type-check: 0.4.0
|
|
word-wrap: 1.2.5
|
|
|
|
ora@5.4.1:
|
|
dependencies:
|
|
bl: 4.1.0
|
|
chalk: 4.1.2
|
|
cli-cursor: 3.1.0
|
|
cli-spinners: 2.9.2
|
|
is-interactive: 1.0.0
|
|
is-unicode-supported: 0.1.0
|
|
log-symbols: 4.1.0
|
|
strip-ansi: 6.0.1
|
|
wcwidth: 1.0.1
|
|
|
|
ow@0.28.2:
|
|
dependencies:
|
|
'@sindresorhus/is': 4.6.0
|
|
callsites: 3.1.0
|
|
dot-prop: 6.0.1
|
|
lodash.isequal: 4.5.0
|
|
vali-date: 1.0.0
|
|
|
|
ow@1.1.1:
|
|
dependencies:
|
|
'@sindresorhus/is': 5.6.0
|
|
callsites: 4.2.0
|
|
dot-prop: 7.2.0
|
|
lodash.isequal: 4.5.0
|
|
vali-date: 1.0.0
|
|
|
|
own-keys@1.0.1:
|
|
dependencies:
|
|
get-intrinsic: 1.3.0
|
|
object-keys: 1.1.1
|
|
safe-push-apply: 1.0.0
|
|
|
|
p-cancelable@4.0.1: {}
|
|
|
|
p-limit@2.3.0:
|
|
dependencies:
|
|
p-try: 2.2.0
|
|
|
|
p-limit@3.1.0:
|
|
dependencies:
|
|
yocto-queue: 0.1.0
|
|
|
|
p-locate@4.1.0:
|
|
dependencies:
|
|
p-limit: 2.3.0
|
|
|
|
p-locate@5.0.0:
|
|
dependencies:
|
|
p-limit: 3.1.0
|
|
|
|
p-try@2.2.0: {}
|
|
|
|
pako@1.0.11: {}
|
|
|
|
parent-module@1.0.1:
|
|
dependencies:
|
|
callsites: 3.1.0
|
|
|
|
parent-require@1.0.0: {}
|
|
|
|
parse5-htmlparser2-tree-adapter@7.1.0:
|
|
dependencies:
|
|
domhandler: 5.0.3
|
|
parse5: 7.3.0
|
|
|
|
parse5-parser-stream@7.1.2:
|
|
dependencies:
|
|
parse5: 7.3.0
|
|
|
|
parse5@7.3.0:
|
|
dependencies:
|
|
entities: 6.0.1
|
|
|
|
parse5@8.0.0:
|
|
dependencies:
|
|
entities: 6.0.1
|
|
|
|
path-exists@4.0.0: {}
|
|
|
|
path-key@3.1.1: {}
|
|
|
|
path-parse@1.0.7: {}
|
|
|
|
pause-stream@0.0.11:
|
|
dependencies:
|
|
through: 2.3.8
|
|
|
|
picocolors@1.1.1: {}
|
|
|
|
picomatch@2.3.1: {}
|
|
|
|
picomatch@4.0.3: {}
|
|
|
|
pkg-dir@4.2.0:
|
|
dependencies:
|
|
find-up: 4.1.0
|
|
|
|
possible-typed-array-names@1.1.0: {}
|
|
|
|
postcss@8.4.31:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
postcss@8.5.6:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
prelude-ls@1.2.1: {}
|
|
|
|
prop-types@15.8.1:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
object-assign: 4.1.1
|
|
react-is: 16.13.1
|
|
|
|
proper-lockfile@4.1.2:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
retry: 0.12.0
|
|
signal-exit: 3.0.7
|
|
|
|
proxy-chain@2.7.1:
|
|
dependencies:
|
|
socks: 2.8.7
|
|
socks-proxy-agent: 8.0.5
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
punycode@2.3.1: {}
|
|
|
|
queue-microtask@1.2.3: {}
|
|
|
|
quick-lru@5.1.1: {}
|
|
|
|
quick-lru@7.3.0: {}
|
|
|
|
react-dom@19.2.3(react@19.2.3):
|
|
dependencies:
|
|
react: 19.2.3
|
|
scheduler: 0.27.0
|
|
|
|
react-is@16.13.1: {}
|
|
|
|
react@19.2.3: {}
|
|
|
|
readable-stream@3.6.2:
|
|
dependencies:
|
|
inherits: 2.0.4
|
|
string_decoder: 1.3.0
|
|
util-deprecate: 1.0.2
|
|
|
|
reflect.getprototypeof@1.0.10:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
get-intrinsic: 1.3.0
|
|
get-proto: 1.0.1
|
|
which-builtin-type: 1.2.1
|
|
|
|
regexp.prototype.flags@1.5.4:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-errors: 1.3.0
|
|
get-proto: 1.0.1
|
|
gopd: 1.2.0
|
|
set-function-name: 2.0.2
|
|
|
|
require-directory@2.1.1: {}
|
|
|
|
require-from-string@2.0.2: {}
|
|
|
|
resolve-alpn@1.2.1: {}
|
|
|
|
resolve-cwd@3.0.0:
|
|
dependencies:
|
|
resolve-from: 5.0.0
|
|
|
|
resolve-from@4.0.0: {}
|
|
|
|
resolve-from@5.0.0: {}
|
|
|
|
resolve-pkg-maps@1.0.0: {}
|
|
|
|
resolve@1.22.11:
|
|
dependencies:
|
|
is-core-module: 2.16.1
|
|
path-parse: 1.0.7
|
|
supports-preserve-symlinks-flag: 1.0.0
|
|
|
|
resolve@2.0.0-next.6:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
is-core-module: 2.16.1
|
|
node-exports-info: 1.6.0
|
|
object-keys: 1.1.1
|
|
path-parse: 1.0.7
|
|
supports-preserve-symlinks-flag: 1.0.0
|
|
|
|
responselike@4.0.2:
|
|
dependencies:
|
|
lowercase-keys: 3.0.0
|
|
|
|
restore-cursor@3.1.0:
|
|
dependencies:
|
|
onetime: 5.1.2
|
|
signal-exit: 3.0.7
|
|
|
|
retry@0.12.0: {}
|
|
|
|
reusify@1.1.0: {}
|
|
|
|
robots-parser@3.0.1: {}
|
|
|
|
rrweb-cssom@0.8.0: {}
|
|
|
|
run-async@2.4.1: {}
|
|
|
|
run-async@3.0.0: {}
|
|
|
|
run-parallel@1.2.0:
|
|
dependencies:
|
|
queue-microtask: 1.2.3
|
|
|
|
rxjs@7.8.2:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
safe-array-concat@1.1.3:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
get-intrinsic: 1.3.0
|
|
has-symbols: 1.1.0
|
|
isarray: 2.0.5
|
|
|
|
safe-buffer@5.2.1: {}
|
|
|
|
safe-push-apply@1.0.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
isarray: 2.0.5
|
|
|
|
safe-regex-test@1.1.0:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
is-regex: 1.2.1
|
|
|
|
safer-buffer@2.1.2: {}
|
|
|
|
sax@1.4.4: {}
|
|
|
|
saxes@6.0.0:
|
|
dependencies:
|
|
xmlchars: 2.2.0
|
|
|
|
scheduler@0.27.0: {}
|
|
|
|
semver@6.3.1: {}
|
|
|
|
semver@7.7.4: {}
|
|
|
|
set-function-length@1.2.2:
|
|
dependencies:
|
|
define-data-property: 1.1.4
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
get-intrinsic: 1.3.0
|
|
gopd: 1.2.0
|
|
has-property-descriptors: 1.0.2
|
|
|
|
set-function-name@2.0.2:
|
|
dependencies:
|
|
define-data-property: 1.1.4
|
|
es-errors: 1.3.0
|
|
functions-have-names: 1.2.3
|
|
has-property-descriptors: 1.0.2
|
|
|
|
set-proto@1.0.0:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
|
|
sharp@0.34.5:
|
|
dependencies:
|
|
'@img/colour': 1.0.0
|
|
detect-libc: 2.1.2
|
|
semver: 7.7.4
|
|
optionalDependencies:
|
|
'@img/sharp-darwin-arm64': 0.34.5
|
|
'@img/sharp-darwin-x64': 0.34.5
|
|
'@img/sharp-libvips-darwin-arm64': 1.2.4
|
|
'@img/sharp-libvips-darwin-x64': 1.2.4
|
|
'@img/sharp-libvips-linux-arm': 1.2.4
|
|
'@img/sharp-libvips-linux-arm64': 1.2.4
|
|
'@img/sharp-libvips-linux-ppc64': 1.2.4
|
|
'@img/sharp-libvips-linux-riscv64': 1.2.4
|
|
'@img/sharp-libvips-linux-s390x': 1.2.4
|
|
'@img/sharp-libvips-linux-x64': 1.2.4
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
|
|
'@img/sharp-linux-arm': 0.34.5
|
|
'@img/sharp-linux-arm64': 0.34.5
|
|
'@img/sharp-linux-ppc64': 0.34.5
|
|
'@img/sharp-linux-riscv64': 0.34.5
|
|
'@img/sharp-linux-s390x': 0.34.5
|
|
'@img/sharp-linux-x64': 0.34.5
|
|
'@img/sharp-linuxmusl-arm64': 0.34.5
|
|
'@img/sharp-linuxmusl-x64': 0.34.5
|
|
'@img/sharp-wasm32': 0.34.5
|
|
'@img/sharp-win32-arm64': 0.34.5
|
|
'@img/sharp-win32-ia32': 0.34.5
|
|
'@img/sharp-win32-x64': 0.34.5
|
|
optional: true
|
|
|
|
shebang-command@2.0.0:
|
|
dependencies:
|
|
shebang-regex: 3.0.0
|
|
|
|
shebang-regex@3.0.0: {}
|
|
|
|
side-channel-list@1.0.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
object-inspect: 1.13.4
|
|
|
|
side-channel-map@1.0.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
object-inspect: 1.13.4
|
|
|
|
side-channel-weakmap@1.0.2:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
object-inspect: 1.13.4
|
|
side-channel-map: 1.0.1
|
|
|
|
side-channel@1.1.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
object-inspect: 1.13.4
|
|
side-channel-list: 1.0.0
|
|
side-channel-map: 1.0.1
|
|
side-channel-weakmap: 1.0.2
|
|
|
|
signal-exit@3.0.7: {}
|
|
|
|
smart-buffer@4.2.0: {}
|
|
|
|
socks-proxy-agent@8.0.5:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.3
|
|
socks: 2.8.7
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
socks@2.8.7:
|
|
dependencies:
|
|
ip-address: 10.1.0
|
|
smart-buffer: 4.2.0
|
|
|
|
source-map-js@1.2.1: {}
|
|
|
|
split@0.3.3:
|
|
dependencies:
|
|
through: 2.3.8
|
|
|
|
stable-hash@0.0.5: {}
|
|
|
|
stop-iteration-iterator@1.1.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
internal-slot: 1.1.0
|
|
|
|
stream-chain@2.2.5: {}
|
|
|
|
stream-combiner@0.0.4:
|
|
dependencies:
|
|
duplexer: 0.1.2
|
|
|
|
stream-json@1.9.1:
|
|
dependencies:
|
|
stream-chain: 2.2.5
|
|
|
|
string-comparison@1.3.0: {}
|
|
|
|
string-width@4.2.3:
|
|
dependencies:
|
|
emoji-regex: 8.0.0
|
|
is-fullwidth-code-point: 3.0.0
|
|
strip-ansi: 6.0.1
|
|
|
|
string.prototype.includes@2.0.1:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
|
|
string.prototype.matchall@4.0.12:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
get-intrinsic: 1.3.0
|
|
gopd: 1.2.0
|
|
has-symbols: 1.1.0
|
|
internal-slot: 1.1.0
|
|
regexp.prototype.flags: 1.5.4
|
|
set-function-name: 2.0.2
|
|
side-channel: 1.1.0
|
|
|
|
string.prototype.repeat@1.0.0:
|
|
dependencies:
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
|
|
string.prototype.trim@1.2.10:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-data-property: 1.1.4
|
|
define-properties: 1.2.1
|
|
es-abstract: 1.24.1
|
|
es-object-atoms: 1.1.1
|
|
has-property-descriptors: 1.0.2
|
|
|
|
string.prototype.trimend@1.0.9:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
define-properties: 1.2.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
string.prototype.trimstart@1.0.8:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
define-properties: 1.2.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
string_decoder@1.3.0:
|
|
dependencies:
|
|
safe-buffer: 5.2.1
|
|
|
|
strip-ansi@3.0.1:
|
|
dependencies:
|
|
ansi-regex: 2.1.1
|
|
|
|
strip-ansi@6.0.1:
|
|
dependencies:
|
|
ansi-regex: 5.0.1
|
|
|
|
strip-bom@3.0.0: {}
|
|
|
|
strip-json-comments@3.1.1: {}
|
|
|
|
strtok3@10.3.4:
|
|
dependencies:
|
|
'@tokenizer/token': 0.3.0
|
|
|
|
styled-jsx@5.1.6(@babel/core@7.29.0)(react@19.2.3):
|
|
dependencies:
|
|
client-only: 0.0.1
|
|
react: 19.2.3
|
|
optionalDependencies:
|
|
'@babel/core': 7.29.0
|
|
|
|
supports-color@2.0.0: {}
|
|
|
|
supports-color@7.2.0:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
|
|
symbol-tree@3.2.4: {}
|
|
|
|
tailwindcss@4.2.1: {}
|
|
|
|
tapable@2.3.0: {}
|
|
|
|
temp-dir@3.0.0: {}
|
|
|
|
tempy@3.2.0:
|
|
dependencies:
|
|
is-stream: 3.0.0
|
|
temp-dir: 3.0.0
|
|
type-fest: 2.19.0
|
|
unique-string: 3.0.0
|
|
|
|
through@2.3.8: {}
|
|
|
|
tiny-typed-emitter@2.1.0: {}
|
|
|
|
tinyglobby@0.2.15:
|
|
dependencies:
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
picomatch: 4.0.3
|
|
|
|
tldts-core@6.1.86: {}
|
|
|
|
tldts-core@7.0.23: {}
|
|
|
|
tldts@6.1.86:
|
|
dependencies:
|
|
tldts-core: 6.1.86
|
|
|
|
tldts@7.0.23:
|
|
dependencies:
|
|
tldts-core: 7.0.23
|
|
|
|
to-data-view@2.0.0: {}
|
|
|
|
to-regex-range@5.0.1:
|
|
dependencies:
|
|
is-number: 7.0.0
|
|
|
|
token-types@6.1.2:
|
|
dependencies:
|
|
'@borewit/text-codec': 0.2.1
|
|
'@tokenizer/token': 0.3.0
|
|
ieee754: 1.2.1
|
|
|
|
tough-cookie@5.1.2:
|
|
dependencies:
|
|
tldts: 6.1.86
|
|
|
|
tough-cookie@6.0.0:
|
|
dependencies:
|
|
tldts: 7.0.23
|
|
|
|
tr46@5.1.1:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
tr46@6.0.0:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
ts-api-utils@2.4.0(typescript@5.9.3):
|
|
dependencies:
|
|
typescript: 5.9.3
|
|
|
|
tsconfig-paths@3.15.0:
|
|
dependencies:
|
|
'@types/json5': 0.0.29
|
|
json5: 1.0.2
|
|
minimist: 1.2.8
|
|
strip-bom: 3.0.0
|
|
|
|
tslib@2.8.1: {}
|
|
|
|
tsx@4.21.0:
|
|
dependencies:
|
|
esbuild: 0.27.3
|
|
get-tsconfig: 4.13.6
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
turndown@7.2.2:
|
|
dependencies:
|
|
'@mixmark-io/domino': 2.2.0
|
|
|
|
type-check@0.4.0:
|
|
dependencies:
|
|
prelude-ls: 1.2.1
|
|
|
|
type-fest@0.21.3: {}
|
|
|
|
type-fest@1.4.0: {}
|
|
|
|
type-fest@2.19.0: {}
|
|
|
|
type-fest@4.41.0: {}
|
|
|
|
typed-array-buffer@1.0.3:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
is-typed-array: 1.1.15
|
|
|
|
typed-array-byte-length@1.0.3:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
for-each: 0.3.5
|
|
gopd: 1.2.0
|
|
has-proto: 1.2.0
|
|
is-typed-array: 1.1.15
|
|
|
|
typed-array-byte-offset@1.0.4:
|
|
dependencies:
|
|
available-typed-arrays: 1.0.7
|
|
call-bind: 1.0.8
|
|
for-each: 0.3.5
|
|
gopd: 1.2.0
|
|
has-proto: 1.2.0
|
|
is-typed-array: 1.1.15
|
|
reflect.getprototypeof: 1.0.10
|
|
|
|
typed-array-length@1.0.7:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
for-each: 0.3.5
|
|
gopd: 1.2.0
|
|
is-typed-array: 1.1.15
|
|
possible-typed-array-names: 1.1.0
|
|
reflect.getprototypeof: 1.0.10
|
|
|
|
typescript-eslint@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3):
|
|
dependencies:
|
|
'@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
'@typescript-eslint/parser': 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
'@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
|
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)
|
|
eslint: 9.39.3(jiti@2.6.1)
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
typescript@5.9.3: {}
|
|
|
|
uhyphen@0.2.0: {}
|
|
|
|
uint8array-extras@1.5.0: {}
|
|
|
|
unbox-primitive@1.1.0:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
has-bigints: 1.1.0
|
|
has-symbols: 1.1.0
|
|
which-boxed-primitive: 1.1.1
|
|
|
|
undici-types@6.21.0: {}
|
|
|
|
undici-types@7.18.2: {}
|
|
|
|
undici@7.22.0: {}
|
|
|
|
unique-string@3.0.0:
|
|
dependencies:
|
|
crypto-random-string: 4.0.0
|
|
|
|
universalify@2.0.1: {}
|
|
|
|
unrs-resolver@1.11.1:
|
|
dependencies:
|
|
napi-postinstall: 0.3.4
|
|
optionalDependencies:
|
|
'@unrs/resolver-binding-android-arm-eabi': 1.11.1
|
|
'@unrs/resolver-binding-android-arm64': 1.11.1
|
|
'@unrs/resolver-binding-darwin-arm64': 1.11.1
|
|
'@unrs/resolver-binding-darwin-x64': 1.11.1
|
|
'@unrs/resolver-binding-freebsd-x64': 1.11.1
|
|
'@unrs/resolver-binding-linux-arm-gnueabihf': 1.11.1
|
|
'@unrs/resolver-binding-linux-arm-musleabihf': 1.11.1
|
|
'@unrs/resolver-binding-linux-arm64-gnu': 1.11.1
|
|
'@unrs/resolver-binding-linux-arm64-musl': 1.11.1
|
|
'@unrs/resolver-binding-linux-ppc64-gnu': 1.11.1
|
|
'@unrs/resolver-binding-linux-riscv64-gnu': 1.11.1
|
|
'@unrs/resolver-binding-linux-riscv64-musl': 1.11.1
|
|
'@unrs/resolver-binding-linux-s390x-gnu': 1.11.1
|
|
'@unrs/resolver-binding-linux-x64-gnu': 1.11.1
|
|
'@unrs/resolver-binding-linux-x64-musl': 1.11.1
|
|
'@unrs/resolver-binding-wasm32-wasi': 1.11.1
|
|
'@unrs/resolver-binding-win32-arm64-msvc': 1.11.1
|
|
'@unrs/resolver-binding-win32-ia32-msvc': 1.11.1
|
|
'@unrs/resolver-binding-win32-x64-msvc': 1.11.1
|
|
|
|
update-browserslist-db@1.2.3(browserslist@4.28.1):
|
|
dependencies:
|
|
browserslist: 4.28.1
|
|
escalade: 3.2.0
|
|
picocolors: 1.1.1
|
|
|
|
uri-js@4.4.1:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
util-deprecate@1.0.2: {}
|
|
|
|
uuid-random@1.3.2: {}
|
|
|
|
vali-date@1.0.0: {}
|
|
|
|
w3c-xmlserializer@5.0.0:
|
|
dependencies:
|
|
xml-name-validator: 5.0.0
|
|
|
|
warcio@2.4.10:
|
|
dependencies:
|
|
'@types/pako': 1.0.7
|
|
'@types/stream-buffers': 3.0.8
|
|
base32-encode: 2.0.0
|
|
hash-wasm: 4.12.0
|
|
pako: 1.0.11
|
|
tempy: 3.2.0
|
|
uuid-random: 1.3.2
|
|
yargs: 17.7.2
|
|
|
|
wcwidth@1.0.1:
|
|
dependencies:
|
|
defaults: 1.0.4
|
|
|
|
webidl-conversions@7.0.0: {}
|
|
|
|
webidl-conversions@8.0.1: {}
|
|
|
|
whatwg-encoding@3.1.1:
|
|
dependencies:
|
|
iconv-lite: 0.6.3
|
|
|
|
whatwg-mimetype@4.0.0: {}
|
|
|
|
whatwg-mimetype@5.0.0: {}
|
|
|
|
whatwg-url@14.2.0:
|
|
dependencies:
|
|
tr46: 5.1.1
|
|
webidl-conversions: 7.0.0
|
|
|
|
whatwg-url@16.0.1:
|
|
dependencies:
|
|
'@exodus/bytes': 1.14.1
|
|
tr46: 6.0.0
|
|
webidl-conversions: 8.0.1
|
|
transitivePeerDependencies:
|
|
- '@noble/hashes'
|
|
|
|
which-boxed-primitive@1.1.1:
|
|
dependencies:
|
|
is-bigint: 1.1.0
|
|
is-boolean-object: 1.2.2
|
|
is-number-object: 1.1.1
|
|
is-string: 1.1.1
|
|
is-symbol: 1.1.1
|
|
|
|
which-builtin-type@1.2.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
function.prototype.name: 1.1.8
|
|
has-tostringtag: 1.0.2
|
|
is-async-function: 2.1.1
|
|
is-date-object: 1.1.0
|
|
is-finalizationregistry: 1.1.1
|
|
is-generator-function: 1.1.2
|
|
is-regex: 1.2.1
|
|
is-weakref: 1.1.1
|
|
isarray: 2.0.5
|
|
which-boxed-primitive: 1.1.1
|
|
which-collection: 1.0.2
|
|
which-typed-array: 1.1.20
|
|
|
|
which-collection@1.0.2:
|
|
dependencies:
|
|
is-map: 2.0.3
|
|
is-set: 2.0.3
|
|
is-weakmap: 2.0.2
|
|
is-weakset: 2.0.4
|
|
|
|
which-typed-array@1.1.20:
|
|
dependencies:
|
|
available-typed-arrays: 1.0.7
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
for-each: 0.3.5
|
|
get-proto: 1.0.1
|
|
gopd: 1.2.0
|
|
has-tostringtag: 1.0.2
|
|
|
|
which@2.0.2:
|
|
dependencies:
|
|
isexe: 2.0.0
|
|
|
|
word-wrap@1.2.5: {}
|
|
|
|
wrap-ansi@6.2.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
wrap-ansi@7.0.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
ws@8.19.0: {}
|
|
|
|
xml-name-validator@5.0.0: {}
|
|
|
|
xmlchars@2.2.0: {}
|
|
|
|
y18n@5.0.8: {}
|
|
|
|
yallist@3.1.1: {}
|
|
|
|
yargonaut@1.1.4:
|
|
dependencies:
|
|
chalk: 1.1.3
|
|
figlet: 1.10.0
|
|
parent-require: 1.0.0
|
|
|
|
yargs-parser@21.1.1: {}
|
|
|
|
yargs@17.7.2:
|
|
dependencies:
|
|
cliui: 8.0.1
|
|
escalade: 3.2.0
|
|
get-caller-file: 2.0.5
|
|
require-directory: 2.1.1
|
|
string-width: 4.2.3
|
|
y18n: 5.0.8
|
|
yargs-parser: 21.1.1
|
|
|
|
yocto-queue@0.1.0: {}
|
|
|
|
yoctocolors-cjs@2.1.3: {}
|
|
|
|
zod-validation-error@4.0.2(zod@4.3.6):
|
|
dependencies:
|
|
zod: 4.3.6
|
|
|
|
zod@4.3.6: {}
|