Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

Merge branch 'main' into natb-better-bottom-sheet

authored by

natalie and committed by
GitHub
aba49272 6f7ed080

+851 -4864
+4 -1
apps/amethyst/app/(tabs)/(stamp)/stamp/index.tsx
··· 2 import { Icon } from "@/lib/icons/iconWithClassName"; 3 import { Stack, useRouter } from "expo-router"; 4 import { Check, ChevronDown, ChevronRight } from "lucide-react-native"; 5 import React, { useRef, useState } from "react"; 6 import { 7 FlatList, ··· 21 } from "@/lib/oldStamp"; 22 import { BottomSheetModal, BottomSheetScrollView } from "@gorhom/bottom-sheet"; 23 import SheetBackdrop from "@/components/ui/sheetBackdrop"; 24 25 export default function StepOne() { 26 const router = useRouter(); ··· 192 : { 193 ...result, 194 selectedRelease: currentRelease, // Pass the selected release with the track 195 - }, 196 ); 197 }} 198 className={`p-4 mb-2 rounded-lg ${
··· 2 import { Icon } from "@/lib/icons/iconWithClassName"; 3 import { Stack, useRouter } from "expo-router"; 4 import { Check, ChevronDown, ChevronRight } from "lucide-react-native"; 5 + 6 import React, { useRef, useState } from "react"; 7 import { 8 FlatList, ··· 22 } from "@/lib/oldStamp"; 23 import { BottomSheetModal, BottomSheetScrollView } from "@gorhom/bottom-sheet"; 24 import SheetBackdrop from "@/components/ui/sheetBackdrop"; 25 + 26 27 export default function StepOne() { 28 const router = useRouter(); ··· 194 : { 195 ...result, 196 selectedRelease: currentRelease, // Pass the selected release with the track 197 + } 198 + 199 ); 200 }} 201 className={`p-4 mb-2 rounded-lg ${
+1 -1
apps/amethyst/lib/oldStamp.tsx
··· 60 ): Promise<MusicBrainzRecording[]> { 61 try { 62 const queryParts: string[] = []; 63 - 64 if (searchParams.track) { 65 queryParts.push(`title:"${searchParams.track}"`); 66 } ··· 72 if (searchParams.release) { 73 queryParts.push(`release:"${searchParams.release}"`); 74 } 75 76 const query = queryParts.join(" AND "); 77
··· 60 ): Promise<MusicBrainzRecording[]> { 61 try { 62 const queryParts: string[] = []; 63 if (searchParams.track) { 64 queryParts.push(`title:"${searchParams.track}"`); 65 } ··· 71 if (searchParams.release) { 72 queryParts.push(`release:"${searchParams.release}"`); 73 } 74 + 75 76 const query = queryParts.join(" AND "); 77
+1
apps/amethyst/metro.config.js
··· 19 ]; 20 21 module.exports = wrapWithReanimatedMetroConfig(withNativeWind(config, { input: "./global.css" }));
··· 19 ]; 20 21 module.exports = wrapWithReanimatedMetroConfig(withNativeWind(config, { input: "./global.css" })); 22 +
+1 -1
apps/amethyst/package.json
··· 24 "@expo/vector-icons": "^14.0.4", 25 "@gorhom/bottom-sheet": "^5.0.6", 26 "@react-native-async-storage/async-storage": "1.23.1", 27 - "@react-native-picker/picker": "^2.9.0", 28 "@react-navigation/native": "^7.0.9", 29 "@rn-primitives/avatar": "^1.1.0", 30 "@rn-primitives/hover-card": "^1.1.0",
··· 24 "@expo/vector-icons": "^14.0.4", 25 "@gorhom/bottom-sheet": "^5.0.6", 26 "@react-native-async-storage/async-storage": "1.23.1", 27 + "@react-native-picker/picker": "^2.11.0", 28 "@react-navigation/native": "^7.0.9", 29 "@rn-primitives/avatar": "^1.1.0", 30 "@rn-primitives/hover-card": "^1.1.0",
+1 -1
apps/amethyst/postbuild.py
··· 18 # trim pages url if we are building for prod 19 # TODO: remove this once we have a non-pages-dev url 20 cf_pages_url.split('.')[1:] 21 - 22 # Path to metadata file 23 metadata_path_pre = 'assets/client-metadata.json' 24 metadata_path = 'dist/client-metadata.json'
··· 18 # trim pages url if we are building for prod 19 # TODO: remove this once we have a non-pages-dev url 20 cf_pages_url.split('.')[1:] 21 + 22 # Path to metadata file 23 metadata_path_pre = 'assets/client-metadata.json' 24 metadata_path = 'dist/client-metadata.json'
+843 -4860
pnpm-lock.yaml
··· 7 importers: 8 9 .: 10 - devDependencies: 11 - '@types/node': 12 - specifier: ^20.17.10 13 - version: 20.17.10 14 - biome: 15 - specifier: ^0.3.3 16 - version: 0.3.3 17 - rimraf: 18 - specifier: ^6.0.1 19 - version: 6.0.1 20 - turbo: 21 - specifier: ^2.3.3 22 - version: 2.3.3 23 - 24 - apps/amethyst: 25 dependencies: 26 '@aquareum/atproto-oauth-client-react-native': 27 specifier: ^0.0.1 28 - version: 0.0.1(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 29 '@atproto/api': 30 specifier: ^0.13.18 31 - version: 0.13.19 32 '@atproto/lex-cli': 33 specifier: ^0.5.3 34 - version: 0.5.4 35 - '@atproto/oauth-client': 36 - specifier: ^0.3.5 37 - version: 0.3.5 38 - '@babel/plugin-transform-export-namespace-from': 39 - specifier: ^7.25.9 40 - version: 7.25.9(@babel/core@7.26.0) 41 '@expo/vector-icons': 42 specifier: ^14.0.4 43 version: 14.0.4 44 - '@gorhom/bottom-sheet': 45 - specifier: ^5.0.6 46 - version: 5.0.6(@types/react@18.3.12)(react-native-gesture-handler@2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 47 '@react-native-async-storage/async-storage': 48 specifier: 1.23.1 49 - version: 1.23.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 50 - '@react-native-picker/picker': 51 - specifier: ^2.9.0 52 - version: 2.9.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 53 '@react-navigation/native': 54 specifier: ^7.0.9 55 - version: 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 56 '@rn-primitives/avatar': 57 specifier: ^1.1.0 58 - version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 59 '@rn-primitives/hover-card': 60 specifier: ^1.1.0 61 - version: 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 62 - '@rn-primitives/portal': 63 - specifier: ^1.1.0 64 - version: 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 65 '@rn-primitives/progress': 66 specifier: ^1.1.0 67 - version: 1.1.0(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 68 '@rn-primitives/slot': 69 specifier: ^1.1.0 70 - version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 71 '@rn-primitives/tooltip': 72 specifier: ^1.1.0 73 - version: 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 74 '@rn-primitives/types': 75 specifier: ^1.1.0 76 - version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 77 - '@teal/lexicons': 78 - specifier: workspace:* 79 - version: link:../../packages/lexicons 80 class-variance-authority: 81 specifier: ^0.7.1 82 version: 0.7.1 ··· 87 specifier: 19.0.0-beta-37ed2a7-20241206 88 version: 19.0.0-beta-37ed2a7-20241206(eslint@8.57.1) 89 expo: 90 - specifier: ~52.0.27 91 - version: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 92 - expo-constants: 93 - specifier: ^17.0.3 94 - version: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 95 expo-font: 96 specifier: ~13.0.1 97 - version: 13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1) 98 expo-linking: 99 specifier: ~7.0.3 100 - version: 7.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 101 expo-router: 102 specifier: ~4.0.1 103 - version: 4.0.17(vb46ftr37dpucdvyo52bfprmza) 104 expo-splash-screen: 105 - specifier: ~0.29.21 106 - version: 0.29.21(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)) 107 expo-sqlite: 108 specifier: ^15.0.3 109 - version: 15.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 110 expo-status-bar: 111 specifier: ~2.0.0 112 - version: 2.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 113 expo-system-ui: 114 specifier: ~4.0.4 115 - version: 4.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 116 expo-web-browser: 117 specifier: ~14.0.1 118 - version: 14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 119 lucide-react-native: 120 specifier: ^0.460.0 121 - version: 0.460.0(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 122 nativewind: 123 specifier: ^4.1.23 124 - version: 4.1.23(react-native-reanimated@3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) 125 react: 126 specifier: 18.3.1 127 version: 18.3.1 ··· 132 specifier: 18.3.1 133 version: 18.3.1(react@18.3.1) 134 react-native: 135 - specifier: 0.76.6 136 - version: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 137 - react-native-gesture-handler: 138 - specifier: ~2.20.2 139 - version: 2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 140 react-native-reanimated: 141 - specifier: ~3.16.6 142 - version: 3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 143 react-native-safe-area-context: 144 specifier: 4.12.0 145 - version: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 146 react-native-screens: 147 - specifier: ~4.4.0 148 - version: 4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 149 react-native-svg: 150 specifier: 15.8.0 151 - version: 15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 152 react-native-web: 153 specifier: ~0.19.13 154 version: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 155 tailwind-merge: 156 specifier: ^2.5.5 157 - version: 2.6.0 158 zustand: 159 specifier: ^5.0.1 160 version: 5.0.2(@types/react@18.3.12)(react@18.3.1)(use-sync-external-store@1.4.0(react@18.3.1)) ··· 166 specifier: ^7.26.0 167 version: 7.26.0 168 '@expo/metro-runtime': 169 - specifier: ~4.0.1 170 - version: 4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 171 '@expo/prebuild-config': 172 specifier: ^8.0.23 173 version: 8.0.23 ··· 197 version: 8.57.1 198 eslint-config-expo: 199 specifier: ~8.0.1 200 - version: 8.0.1(eslint@8.57.1)(typescript@5.7.2) 201 react-refresh: 202 specifier: ^0.16.0 203 version: 0.16.0 204 tailwindcss: 205 specifier: ^3.4.16 206 - version: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 207 tailwindcss-animate: 208 specifier: ^1.0.7 209 - version: 1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) 210 ts-node: 211 specifier: ^10.9.2 212 - version: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) 213 typescript: 214 specifier: ^5.3.3 215 - version: 5.7.2 216 - 217 - apps/aqua: 218 - dependencies: 219 - '@atproto/api': 220 - specifier: ^0.13.15 221 - version: 0.13.19 222 - '@atproto/common': 223 - specifier: ^0.4.4 224 - version: 0.4.4 225 - '@atproto/identity': 226 - specifier: ^0.4.3 227 - version: 0.4.3 228 - '@atproto/lexicon': 229 - specifier: ^0.4.2 230 - version: 0.4.3 231 - '@atproto/oauth-client-node': 232 - specifier: ^0.2.1 233 - version: 0.2.3 234 - '@atproto/sync': 235 - specifier: ^0.1.5 236 - version: 0.1.6 237 - '@atproto/syntax': 238 - specifier: ^0.3.0 239 - version: 0.3.1 240 - '@atproto/xrpc-server': 241 - specifier: ^0.7.4 242 - version: 0.7.4 243 - '@braintree/sanitize-url': 244 - specifier: ^7.1.0 245 - version: 7.1.0 246 - '@hono/node-server': 247 - specifier: ^1.13.7 248 - version: 1.13.7(hono@4.6.13) 249 - '@libsql/client': 250 - specifier: ^0.14.0 251 - version: 0.14.0 252 - '@teal/db': 253 - specifier: workspace:* 254 - version: link:../../packages/db 255 - '@teal/lexicons': 256 - specifier: workspace:* 257 - version: link:../../packages/lexicons 258 - dotenv: 259 - specifier: ^16.4.5 260 - version: 16.4.7 261 - drizzle-orm: 262 - specifier: ^0.38.3 263 - version: 0.38.3(@libsql/client@0.14.0)(@types/react@18.3.12)(expo-sqlite@15.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react@19.0.0) 264 - envalid: 265 - specifier: ^8.0.0 266 - version: 8.0.0 267 - hono: 268 - specifier: ^4.6.9 269 - version: 4.6.13 270 - jose: 271 - specifier: ^5.9.6 272 - version: 5.9.6 273 - pino: 274 - specifier: ^9.5.0 275 - version: 9.5.0 276 - turbo: 277 - specifier: ^2.2.3 278 - version: 2.3.3 279 - uhtml: 280 - specifier: ^4.5.11 281 - version: 4.7.0 282 - devDependencies: 283 - '@atproto/lex-cli': 284 - specifier: ^0.5.4 285 - version: 0.5.4 286 - '@teal/tsconfig': 287 - specifier: workspace:* 288 - version: link:../../packages/tsconfig 289 - '@types/node': 290 - specifier: ^20.17.6 291 - version: 20.17.9 292 - drizzle-kit: 293 - specifier: ^0.30.1 294 - version: 0.30.1 295 - pino-pretty: 296 - specifier: ^13.0.0 297 - version: 13.0.0 298 - rimraf: 299 - specifier: ^6.0.1 300 - version: 6.0.1 301 - tsup: 302 - specifier: ^8.3.5 303 - version: 8.3.5(jiti@1.21.7)(postcss@8.4.49)(tsx@4.19.2)(typescript@5.7.2)(yaml@2.6.1) 304 - tsx: 305 - specifier: ^4.19.2 306 - version: 4.19.2 307 - typescript: 308 - specifier: ^5.6.3 309 - version: 5.7.2 310 - 311 - packages/db: 312 - dependencies: 313 - '@libsql/client': 314 - specifier: ^0.14.0 315 - version: 0.14.0 316 - '@teal/tsconfig': 317 - specifier: workspace:* 318 - version: link:../tsconfig 319 - drizzle-kit: 320 - specifier: ^0.30.1 321 - version: 0.30.1 322 - drizzle-orm: 323 - specifier: ^0.38.3 324 - version: 0.38.3(@libsql/client@0.14.0)(@types/react@18.3.12)(expo-sqlite@15.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react@19.0.0) 325 - devDependencies: 326 - '@types/node': 327 - specifier: ^20.17.6 328 - version: 20.17.9 329 - 330 - packages/jetstring: 331 - dependencies: 332 - '@libsql/client': 333 - specifier: ^0.14.0 334 - version: 0.14.0 335 - '@skyware/jetstream': 336 - specifier: ^0.2.0 337 - version: 0.2.1(@atcute/client@2.0.6) 338 - '@teal/db': 339 - specifier: workspace:* 340 - version: link:../db 341 - '@teal/lexicons': 342 - specifier: workspace:* 343 - version: link:../lexicons 344 - '@teal/tsconfig': 345 - specifier: workspace:* 346 - version: link:../tsconfig 347 - pino-pretty: 348 - specifier: ^13.0.0 349 - version: 13.0.0 350 - devDependencies: 351 - tsup: 352 - specifier: ^8.3.5 353 - version: 8.3.5(jiti@1.21.7)(postcss@8.4.49)(tsx@4.19.2)(typescript@5.7.2)(yaml@2.6.1) 354 - tsx: 355 - specifier: ^4.19.2 356 - version: 4.19.2 357 - typescript: 358 - specifier: ^5.6.3 359 - version: 5.7.2 360 - 361 - packages/lexicons: 362 - dependencies: 363 - '@atproto/lex-cli': 364 - specifier: ^0.5.4 365 - version: 0.5.4 366 - '@atproto/lexicon': 367 - specifier: ^0.4.2 368 - version: 0.4.3 369 - '@atproto/xrpc-server': 370 - specifier: ^0.7.4 371 - version: 0.7.4 372 - '@teal/tsconfig': 373 - specifier: workspace:* 374 - version: link:../tsconfig 375 - 376 - packages/matcher: {} 377 - 378 - packages/tsconfig: {} 379 380 packages: 381 ··· 398 '@aquareum/atproto-oauth-client-react-native@0.0.1': 399 resolution: {integrity: sha512-IoIcUuX2rKs/AS2u+72m9UWc0mldPTR4GgBHn4LIWtHLWjGTGdECwkw6iwshCM39KA15UhKGbByNQRG415hyfQ==} 400 401 - '@atcute/bluesky@1.0.9': 402 - resolution: {integrity: sha512-06UbqlnREobZB5vVlstJXsJJVNBPr/RhauVVWQk9k8eIfzyiV9uxklc5olv+wULld+iBL6OQItnTEyZPv8QFLw==} 403 - peerDependencies: 404 - '@atcute/client': ^1.0.0 || ^2.0.0 405 - 406 - '@atcute/client@2.0.6': 407 - resolution: {integrity: sha512-mhdqEicGUx0s5HTFOLpz91rcLS9j/g63de0nmAqv7blhU3j+xBf4le54qr2YIXNfnReZI7EwLYLX/YIBez4LGA==} 408 - 409 '@atproto-labs/did-resolver@0.1.5': 410 resolution: {integrity: sha512-uoCb+P0N4du5NiZt6ohVEbSDdijXBJlQwSlWLHX0rUDtEVV+g3aEGe7jUW94lWpqQmRlQ5xcyd9owleMibNxZw==} 411 412 - '@atproto-labs/did-resolver@0.1.6': 413 - resolution: {integrity: sha512-qddGpcjKj9SUMlZW1d+/dY/03CDVcmOAlAozXEXsU2H5OT1vFAdMmOp0VbwK0y99RH3DvAQtyQKiRzoPFqp8rA==} 414 - 415 '@atproto-labs/fetch-node@0.1.3': 416 resolution: {integrity: sha512-KX3ogPJt6dXNppWImQ9omfhrc8t73WrJaxHMphRAqQL8jXxKW5NBCTjSuwroBkJ1pj1aValBrc5NpdYu+H/9Qg==} 417 418 - '@atproto-labs/fetch-node@0.1.4': 419 - resolution: {integrity: sha512-hwYx0XpgIl2zydRy13DtWvywruuHk1EX+yCjqjgUIezUm8fi35ZN4QvR6INEm0MpN2MD/kQsImPbd8ZftzZ3zw==} 420 - 421 '@atproto-labs/fetch@0.1.1': 422 resolution: {integrity: sha512-X1zO1MDoJzEurbWXMAe1H8EZ995Xam/aXdxhGVrXmOMyPDuvBa1oxwh/kQNZRCKcMQUbiwkk+Jfq6ZkTuvGbww==} 423 424 - '@atproto-labs/fetch@0.1.2': 425 - resolution: {integrity: sha512-7mQQIRtVenqtdBQKCqoLjyAhPS2aA56EGEjyz5zB3sramM3qkrvzyusr55GAzGDS0tvB6cy9cDEtSLmfK7LUnA==} 426 - 427 '@atproto-labs/handle-resolver-node@0.1.7': 428 resolution: {integrity: sha512-3pXUB8/twMPXUz+zMjSVTA5acxnizC7PF+EsjLKwirwVzLRrTcFQkyHXGTrdUfIQq+S1eLq7b6H7ZKqMOX9VQQ==} 429 430 - '@atproto-labs/handle-resolver-node@0.1.8': 431 - resolution: {integrity: sha512-AlH7qRtmhZFRCcv1HK9OYiZpTFGcX39zjzzANq42zVLlfqoJr3ugnv7mAXGHE8woVguKtbypHnrVCDceoBAs2w==} 432 - 433 '@atproto-labs/handle-resolver@0.1.4': 434 resolution: {integrity: sha512-tnGUD2mQ6c8xHs3eeVJgwYqM3FHoTZZbOcOGKqO1A5cuIG+gElwEhpWwpwX5LI7FF4J8eS9BOHLl3NFS7Q8QXg==} 435 436 - '@atproto-labs/handle-resolver@0.1.5': 437 - resolution: {integrity: sha512-3Uv5DUswmiUWn0oO3XML7T6RiM8aq+A4lACBRRasegsr6fytxATJE38UiwDmDRWdXxhftnPlmTWfJ2oZ/pqDWQ==} 438 - 439 '@atproto-labs/identity-resolver@0.1.6': 440 resolution: {integrity: sha512-kq1yhpImGG1IUE8QEKj2IjSfNrkG2VailZRuiFLYdcszDEBDzr9HN3ElV42ebxhofuSFgKOCrYWJIUiLuXo6Uw==} 441 442 - '@atproto-labs/identity-resolver@0.1.7': 443 - resolution: {integrity: sha512-aRmY0cp+aFDgxAD62jjCPUDJMqryuXmt0hK9ls8LHeSzszr58BFDwybLaW6Izz2KISQlzu75Ia0c6uRymdmcYA==} 444 - 445 - '@atproto-labs/identity-resolver@0.1.8': 446 - resolution: {integrity: sha512-gFJ97WcUVrQnhXD16HcTdNUqcT6oZd5tMEYwRxjAw1iPzU08P/CS9DnNv530wLIR4auutq/KpMyKzhZckjJuSA==} 447 - 448 '@atproto-labs/pipe@0.1.0': 449 resolution: {integrity: sha512-ghOqHFyJlQVFPESzlVHjKroP0tPzbmG5Jms0dNI9yLDEfL8xp4OFPWLX4f6T8mRq69wWs4nIDM3sSsFbFqLa1w==} 450 ··· 454 '@atproto-labs/simple-store@0.1.1': 455 resolution: {integrity: sha512-WKILW2b3QbAYKh+w5U2x6p5FqqLl0nAeLwGeDY+KjX01K4Dq3vQTR9b/qNp0jZm48CabPQVrqCv0PPU9LgRRRg==} 456 457 - '@atproto/api@0.13.19': 458 - resolution: {integrity: sha512-rLWQBZaOIk3ds1Fx9CwrdyX3X2GbdSEvVJ9mdSPNX40joiEaE1ljGMOcziFipbvZacXynozE4E0Sb1CgOhzfmA==} 459 460 '@atproto/common-web@0.3.1': 461 resolution: {integrity: sha512-N7wiTnus5vAr+lT//0y8m/FaHHLJ9LpGuEwkwDAeV3LCiPif4m/FS8x/QOYrx1PdZQwKso95RAPzCGWQBH5j6Q==} 462 463 - '@atproto/common@0.4.4': 464 - resolution: {integrity: sha512-58tMbn6A1Zu296s/l3uIj8z9d7IRHpZvLOfsFRikaQaYrzhJpL2aPY4uFQ8GJcxnsxeUnxBCrQz9we5jVVJI5Q==} 465 - 466 - '@atproto/common@0.4.5': 467 - resolution: {integrity: sha512-LFAGqHcxCI5+b31Xgk+VQQtZU258iGPpHJzNeHVcdh6teIKZi4C2l6YV+m+3CEz+yYcfP7jjUmgqesx7l9Arsg==} 468 - 469 - '@atproto/crypto@0.4.2': 470 - resolution: {integrity: sha512-aeOfPQYCDbhn2hV06oBF2KXrWjf/BK4yL8lfANJKSmKl3tKWCkiW/moi643rUXXxSE72KtWtQeqvNFYnnFJ0ig==} 471 - 472 '@atproto/did@0.1.3': 473 resolution: {integrity: sha512-ULD8Gw/KRRwLFZ2Z2L4DjmdOMrg8IYYlcjdSc+GQ2/QJSVnD2zaJJVTLd3vls121wGt/583rNaiZTT2DpBze4w==} 474 475 - '@atproto/identity@0.4.3': 476 - resolution: {integrity: sha512-DLXMWh57dHvIeBl+IvC+q20z0IdDZT1awOn84vDyxacL9DfhbiTy/zCUPFEzHyvfrilNG1tDA4zQzURubdFqNg==} 477 - 478 '@atproto/jwk-jose@0.1.2': 479 resolution: {integrity: sha512-lDwc/6lLn2aZ/JpyyggyjLFsJPMntrVzryyGUx5aNpuTS8SIuc4Ky0REhxqfLopQXJJZCuRRjagHG3uP05/moQ==} 480 ··· 484 '@atproto/jwk@0.1.1': 485 resolution: {integrity: sha512-6h/bj1APUk7QcV9t/oA6+9DB5NZx9SZru9x+/pV5oHFI9Xz4ZuM5+dq1PfsJV54pZyqdnZ6W6M717cxoC7q7og==} 486 487 - '@atproto/lex-cli@0.5.4': 488 - resolution: {integrity: sha512-mNEPeQLXl3iCXPO/FSo0BTfP00lx+9xEQpf9LEpDuKA6WCWjIB7WHzU2VLk26NSftzH3sf6zf+A2yZ+WWRbYpw==} 489 hasBin: true 490 - 491 - '@atproto/lexicon@0.4.3': 492 - resolution: {integrity: sha512-lFVZXe1S1pJP0dcxvJuHP3r/a+EAIBwwU7jUK+r8iLhIja+ml6NmYv8KeFHmIJATh03spEQ9s02duDmFVdCoXg==} 493 494 '@atproto/lexicon@0.4.4': 495 resolution: {integrity: sha512-QFEmr3rpj/RoAmfX9ALU/asBG/rsVtQZnw+9nOB1/AuIwoxXd+ZyndR6lVUc2+DL4GEjl6W2yvBru5xbQIZWyA==} ··· 497 '@atproto/oauth-client-browser@0.3.2': 498 resolution: {integrity: sha512-Nt9tPxeJTwsX8i6du0dSMonymHHpOVnt67bfA49LpwAS39nNd9zY6yjOrqj0suRwFhoGpvO2e+I35lqe30L+Ig==} 499 500 - '@atproto/oauth-client-node@0.2.3': 501 - resolution: {integrity: sha512-crHxZaP9T/i7O9fOhALcFtW1EP/tVblDnWoaIiZ3vL/hvVLwSUad/wvG2WPcVURzLSbigDInhn7rZZSzLxJacg==} 502 - 503 '@atproto/oauth-client@0.3.2': 504 resolution: {integrity: sha512-/HUlv5dnR1am4BQlVYSuevGf4mKJ5RMkElnum8lbwRDewKyzqHwdtJWeNcfcPFtDhUKg0U2pWfRv8ZZd6kk9dQ==} 505 506 - '@atproto/oauth-client@0.3.3': 507 - resolution: {integrity: sha512-qC6ekTdbUrXxDwuUC9jInWw7TuJYkl/EuReoLcvZ7dv9KbCUEuoYT0TNROLGp24cxRH65q/PVlp10Ov7lkxteg==} 508 - 509 - '@atproto/oauth-client@0.3.5': 510 - resolution: {integrity: sha512-Rr5GKP5YSO28ek1TbyrhO1HpOQYryVm/h9pgYDGzm1diq8kWHsH1se5p1wdFvyBh3Fd4WRw8IE++y2JIeTDkjA==} 511 - 512 '@atproto/oauth-types@0.2.1': 513 resolution: {integrity: sha512-hDisUXzcq5KU1HMuCYZ8Kcz7BePl7V11bFjjgZvND3mdSphiyBpJ8MCNn3QzAa6cXpFo0w9PDcYMAlCCRZHdVw==} 514 515 - '@atproto/repo@0.5.5': 516 - resolution: {integrity: sha512-Zu1tw42KBVyFzIh1XYSIvm8V+V9oEKWJR7NnHBgeSMwCc9QwM32jO7uqgvEjZYEXgdYKanGhv/YHLyxtZa5Ckg==} 517 - 518 - '@atproto/sync@0.1.6': 519 - resolution: {integrity: sha512-9lqe6E6fIns28TJyQufLCVefMxmK3bvEfQBhmXJBGZMHuKlH8+F5P9DfnHv6vs6ygfmHIUIjYDWqJu/rpt8pzw==} 520 - 521 '@atproto/syntax@0.3.1': 522 resolution: {integrity: sha512-fzW0Mg1QUOVCWUD3RgEsDt6d1OZ6DdFmbKcDdbzUfh0t4rhtRAC05KbZYmxuMPWDAiJ4BbbQ5dkAc/mNypMXkw==} 523 - 524 - '@atproto/xrpc-server@0.7.4': 525 - resolution: {integrity: sha512-MrAwxfJBQm/kCol3D8qc+vpQzBMzLqvtUbauSSfVVJ10PlGtxg4LlXqcjkAuhrjyrqp3dQH9LHuhDpgVQK+G3w==} 526 527 '@atproto/xrpc@0.6.4': 528 resolution: {integrity: sha512-9ZAJ8nsXTqC4XFyS0E1Wlg7bAvonhXQNQ3Ocs1L1LIwFLXvsw/4fNpIHXxvXvqTCVeyHLbImOnE9UiO1c/qIYA==} ··· 1248 resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==} 1249 engines: {node: '>=6.9.0'} 1250 1251 - '@braintree/sanitize-url@7.1.0': 1252 - resolution: {integrity: sha512-o+UlMLt49RvtCASlOMW0AkHnabN9wR9rwCCherxO0yG4Npy34GkvrAqdXQvrhNs+jh+gkK8gB8Lf05qL/O7KWg==} 1253 - 1254 - '@cbor-extract/cbor-extract-darwin-arm64@2.2.0': 1255 - resolution: {integrity: sha512-P7swiOAdF7aSi0H+tHtHtr6zrpF3aAq/W9FXx5HektRvLTM2O89xCyXF3pk7pLc7QpaY7AoaE8UowVf9QBdh3w==} 1256 - cpu: [arm64] 1257 - os: [darwin] 1258 - 1259 - '@cbor-extract/cbor-extract-darwin-x64@2.2.0': 1260 - resolution: {integrity: sha512-1liF6fgowph0JxBbYnAS7ZlqNYLf000Qnj4KjqPNW4GViKrEql2MgZnAsExhY9LSy8dnvA4C0qHEBgPrll0z0w==} 1261 - cpu: [x64] 1262 - os: [darwin] 1263 - 1264 - '@cbor-extract/cbor-extract-linux-arm64@2.2.0': 1265 - resolution: {integrity: sha512-rQvhNmDuhjTVXSPFLolmQ47/ydGOFXtbR7+wgkSY0bdOxCFept1hvg59uiLPT2fVDuJFuEy16EImo5tE2x3RsQ==} 1266 - cpu: [arm64] 1267 - os: [linux] 1268 - 1269 - '@cbor-extract/cbor-extract-linux-arm@2.2.0': 1270 - resolution: {integrity: sha512-QeBcBXk964zOytiedMPQNZr7sg0TNavZeuUCD6ON4vEOU/25+pLhNN6EDIKJ9VLTKaZ7K7EaAriyYQ1NQ05s/Q==} 1271 - cpu: [arm] 1272 - os: [linux] 1273 - 1274 - '@cbor-extract/cbor-extract-linux-x64@2.2.0': 1275 - resolution: {integrity: sha512-cWLAWtT3kNLHSvP4RKDzSTX9o0wvQEEAj4SKvhWuOVZxiDAeQazr9A+PSiRILK1VYMLeDml89ohxCnUNQNQNCw==} 1276 - cpu: [x64] 1277 - os: [linux] 1278 - 1279 - '@cbor-extract/cbor-extract-win32-x64@2.2.0': 1280 - resolution: {integrity: sha512-l2M+Z8DO2vbvADOBNLbbh9y5ST1RY5sqkWOg/58GkUPBYou/cuNZ68SGQ644f1CvZ8kcOxyZtw06+dxWHIoN/w==} 1281 - cpu: [x64] 1282 - os: [win32] 1283 - 1284 '@craftzdog/react-native-buffer@6.0.5': 1285 resolution: {integrity: sha512-Av+YqfwA9e7jhgI9GFE/gTpwl/H+dRRLmZyJPOpKTy107j9Oj7oXlm3/YiMNz+C/CEGqcKAOqnXDLs4OL6AAFw==} 1286 ··· 1288 resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} 1289 engines: {node: '>=12'} 1290 1291 - '@drizzle-team/brocli@0.10.2': 1292 - resolution: {integrity: sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==} 1293 - 1294 - '@egjs/hammerjs@2.0.17': 1295 - resolution: {integrity: sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==} 1296 - engines: {node: '>=0.8.0'} 1297 - 1298 - '@esbuild-kit/core-utils@3.3.2': 1299 - resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} 1300 - deprecated: 'Merged into tsx: https://tsx.is' 1301 - 1302 - '@esbuild-kit/esm-loader@2.6.5': 1303 - resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} 1304 - deprecated: 'Merged into tsx: https://tsx.is' 1305 - 1306 - '@esbuild/aix-ppc64@0.19.12': 1307 - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} 1308 - engines: {node: '>=12'} 1309 - cpu: [ppc64] 1310 - os: [aix] 1311 - 1312 - '@esbuild/aix-ppc64@0.23.1': 1313 - resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==} 1314 - engines: {node: '>=18'} 1315 - cpu: [ppc64] 1316 - os: [aix] 1317 - 1318 - '@esbuild/aix-ppc64@0.24.0': 1319 - resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} 1320 - engines: {node: '>=18'} 1321 - cpu: [ppc64] 1322 - os: [aix] 1323 - 1324 - '@esbuild/android-arm64@0.18.20': 1325 - resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} 1326 - engines: {node: '>=12'} 1327 - cpu: [arm64] 1328 - os: [android] 1329 - 1330 - '@esbuild/android-arm64@0.19.12': 1331 - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} 1332 - engines: {node: '>=12'} 1333 - cpu: [arm64] 1334 - os: [android] 1335 - 1336 - '@esbuild/android-arm64@0.23.1': 1337 - resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==} 1338 - engines: {node: '>=18'} 1339 - cpu: [arm64] 1340 - os: [android] 1341 - 1342 - '@esbuild/android-arm64@0.24.0': 1343 - resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} 1344 - engines: {node: '>=18'} 1345 - cpu: [arm64] 1346 - os: [android] 1347 - 1348 - '@esbuild/android-arm@0.18.20': 1349 - resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} 1350 - engines: {node: '>=12'} 1351 - cpu: [arm] 1352 - os: [android] 1353 - 1354 - '@esbuild/android-arm@0.19.12': 1355 - resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} 1356 - engines: {node: '>=12'} 1357 - cpu: [arm] 1358 - os: [android] 1359 - 1360 - '@esbuild/android-arm@0.23.1': 1361 - resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==} 1362 - engines: {node: '>=18'} 1363 - cpu: [arm] 1364 - os: [android] 1365 - 1366 - '@esbuild/android-arm@0.24.0': 1367 - resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} 1368 - engines: {node: '>=18'} 1369 - cpu: [arm] 1370 - os: [android] 1371 - 1372 - '@esbuild/android-x64@0.18.20': 1373 - resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} 1374 - engines: {node: '>=12'} 1375 - cpu: [x64] 1376 - os: [android] 1377 - 1378 - '@esbuild/android-x64@0.19.12': 1379 - resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} 1380 - engines: {node: '>=12'} 1381 - cpu: [x64] 1382 - os: [android] 1383 - 1384 - '@esbuild/android-x64@0.23.1': 1385 - resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==} 1386 - engines: {node: '>=18'} 1387 - cpu: [x64] 1388 - os: [android] 1389 - 1390 - '@esbuild/android-x64@0.24.0': 1391 - resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} 1392 - engines: {node: '>=18'} 1393 - cpu: [x64] 1394 - os: [android] 1395 - 1396 - '@esbuild/darwin-arm64@0.18.20': 1397 - resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} 1398 - engines: {node: '>=12'} 1399 - cpu: [arm64] 1400 - os: [darwin] 1401 - 1402 - '@esbuild/darwin-arm64@0.19.12': 1403 - resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} 1404 - engines: {node: '>=12'} 1405 - cpu: [arm64] 1406 - os: [darwin] 1407 - 1408 - '@esbuild/darwin-arm64@0.23.1': 1409 - resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==} 1410 - engines: {node: '>=18'} 1411 - cpu: [arm64] 1412 - os: [darwin] 1413 - 1414 - '@esbuild/darwin-arm64@0.24.0': 1415 - resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} 1416 - engines: {node: '>=18'} 1417 - cpu: [arm64] 1418 - os: [darwin] 1419 - 1420 - '@esbuild/darwin-x64@0.18.20': 1421 - resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} 1422 - engines: {node: '>=12'} 1423 - cpu: [x64] 1424 - os: [darwin] 1425 - 1426 - '@esbuild/darwin-x64@0.19.12': 1427 - resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} 1428 - engines: {node: '>=12'} 1429 - cpu: [x64] 1430 - os: [darwin] 1431 - 1432 - '@esbuild/darwin-x64@0.23.1': 1433 - resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==} 1434 - engines: {node: '>=18'} 1435 - cpu: [x64] 1436 - os: [darwin] 1437 - 1438 - '@esbuild/darwin-x64@0.24.0': 1439 - resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} 1440 - engines: {node: '>=18'} 1441 - cpu: [x64] 1442 - os: [darwin] 1443 - 1444 - '@esbuild/freebsd-arm64@0.18.20': 1445 - resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} 1446 - engines: {node: '>=12'} 1447 - cpu: [arm64] 1448 - os: [freebsd] 1449 - 1450 - '@esbuild/freebsd-arm64@0.19.12': 1451 - resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} 1452 - engines: {node: '>=12'} 1453 - cpu: [arm64] 1454 - os: [freebsd] 1455 - 1456 - '@esbuild/freebsd-arm64@0.23.1': 1457 - resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==} 1458 - engines: {node: '>=18'} 1459 - cpu: [arm64] 1460 - os: [freebsd] 1461 - 1462 - '@esbuild/freebsd-arm64@0.24.0': 1463 - resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} 1464 - engines: {node: '>=18'} 1465 - cpu: [arm64] 1466 - os: [freebsd] 1467 - 1468 - '@esbuild/freebsd-x64@0.18.20': 1469 - resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} 1470 - engines: {node: '>=12'} 1471 - cpu: [x64] 1472 - os: [freebsd] 1473 - 1474 - '@esbuild/freebsd-x64@0.19.12': 1475 - resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} 1476 - engines: {node: '>=12'} 1477 - cpu: [x64] 1478 - os: [freebsd] 1479 - 1480 - '@esbuild/freebsd-x64@0.23.1': 1481 - resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==} 1482 - engines: {node: '>=18'} 1483 - cpu: [x64] 1484 - os: [freebsd] 1485 - 1486 - '@esbuild/freebsd-x64@0.24.0': 1487 - resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} 1488 - engines: {node: '>=18'} 1489 - cpu: [x64] 1490 - os: [freebsd] 1491 - 1492 - '@esbuild/linux-arm64@0.18.20': 1493 - resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} 1494 - engines: {node: '>=12'} 1495 - cpu: [arm64] 1496 - os: [linux] 1497 - 1498 - '@esbuild/linux-arm64@0.19.12': 1499 - resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} 1500 - engines: {node: '>=12'} 1501 - cpu: [arm64] 1502 - os: [linux] 1503 - 1504 - '@esbuild/linux-arm64@0.23.1': 1505 - resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==} 1506 - engines: {node: '>=18'} 1507 - cpu: [arm64] 1508 - os: [linux] 1509 - 1510 - '@esbuild/linux-arm64@0.24.0': 1511 - resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} 1512 - engines: {node: '>=18'} 1513 - cpu: [arm64] 1514 - os: [linux] 1515 - 1516 - '@esbuild/linux-arm@0.18.20': 1517 - resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} 1518 - engines: {node: '>=12'} 1519 - cpu: [arm] 1520 - os: [linux] 1521 - 1522 - '@esbuild/linux-arm@0.19.12': 1523 - resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} 1524 - engines: {node: '>=12'} 1525 - cpu: [arm] 1526 - os: [linux] 1527 - 1528 - '@esbuild/linux-arm@0.23.1': 1529 - resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==} 1530 - engines: {node: '>=18'} 1531 - cpu: [arm] 1532 - os: [linux] 1533 - 1534 - '@esbuild/linux-arm@0.24.0': 1535 - resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} 1536 - engines: {node: '>=18'} 1537 - cpu: [arm] 1538 - os: [linux] 1539 - 1540 - '@esbuild/linux-ia32@0.18.20': 1541 - resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} 1542 - engines: {node: '>=12'} 1543 - cpu: [ia32] 1544 - os: [linux] 1545 - 1546 - '@esbuild/linux-ia32@0.19.12': 1547 - resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} 1548 - engines: {node: '>=12'} 1549 - cpu: [ia32] 1550 - os: [linux] 1551 - 1552 - '@esbuild/linux-ia32@0.23.1': 1553 - resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==} 1554 - engines: {node: '>=18'} 1555 - cpu: [ia32] 1556 - os: [linux] 1557 - 1558 - '@esbuild/linux-ia32@0.24.0': 1559 - resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} 1560 - engines: {node: '>=18'} 1561 - cpu: [ia32] 1562 - os: [linux] 1563 - 1564 - '@esbuild/linux-loong64@0.18.20': 1565 - resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} 1566 - engines: {node: '>=12'} 1567 - cpu: [loong64] 1568 - os: [linux] 1569 - 1570 - '@esbuild/linux-loong64@0.19.12': 1571 - resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} 1572 - engines: {node: '>=12'} 1573 - cpu: [loong64] 1574 - os: [linux] 1575 - 1576 - '@esbuild/linux-loong64@0.23.1': 1577 - resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==} 1578 - engines: {node: '>=18'} 1579 - cpu: [loong64] 1580 - os: [linux] 1581 - 1582 - '@esbuild/linux-loong64@0.24.0': 1583 - resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} 1584 - engines: {node: '>=18'} 1585 - cpu: [loong64] 1586 - os: [linux] 1587 - 1588 - '@esbuild/linux-mips64el@0.18.20': 1589 - resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} 1590 - engines: {node: '>=12'} 1591 - cpu: [mips64el] 1592 - os: [linux] 1593 - 1594 - '@esbuild/linux-mips64el@0.19.12': 1595 - resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} 1596 - engines: {node: '>=12'} 1597 - cpu: [mips64el] 1598 - os: [linux] 1599 - 1600 - '@esbuild/linux-mips64el@0.23.1': 1601 - resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==} 1602 - engines: {node: '>=18'} 1603 - cpu: [mips64el] 1604 - os: [linux] 1605 - 1606 - '@esbuild/linux-mips64el@0.24.0': 1607 - resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} 1608 - engines: {node: '>=18'} 1609 - cpu: [mips64el] 1610 - os: [linux] 1611 - 1612 - '@esbuild/linux-ppc64@0.18.20': 1613 - resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} 1614 - engines: {node: '>=12'} 1615 - cpu: [ppc64] 1616 - os: [linux] 1617 - 1618 - '@esbuild/linux-ppc64@0.19.12': 1619 - resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} 1620 - engines: {node: '>=12'} 1621 - cpu: [ppc64] 1622 - os: [linux] 1623 - 1624 - '@esbuild/linux-ppc64@0.23.1': 1625 - resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==} 1626 - engines: {node: '>=18'} 1627 - cpu: [ppc64] 1628 - os: [linux] 1629 - 1630 - '@esbuild/linux-ppc64@0.24.0': 1631 - resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} 1632 - engines: {node: '>=18'} 1633 - cpu: [ppc64] 1634 - os: [linux] 1635 - 1636 - '@esbuild/linux-riscv64@0.18.20': 1637 - resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} 1638 - engines: {node: '>=12'} 1639 - cpu: [riscv64] 1640 - os: [linux] 1641 - 1642 - '@esbuild/linux-riscv64@0.19.12': 1643 - resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} 1644 - engines: {node: '>=12'} 1645 - cpu: [riscv64] 1646 - os: [linux] 1647 - 1648 - '@esbuild/linux-riscv64@0.23.1': 1649 - resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==} 1650 - engines: {node: '>=18'} 1651 - cpu: [riscv64] 1652 - os: [linux] 1653 - 1654 - '@esbuild/linux-riscv64@0.24.0': 1655 - resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} 1656 - engines: {node: '>=18'} 1657 - cpu: [riscv64] 1658 - os: [linux] 1659 - 1660 - '@esbuild/linux-s390x@0.18.20': 1661 - resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} 1662 - engines: {node: '>=12'} 1663 - cpu: [s390x] 1664 - os: [linux] 1665 - 1666 - '@esbuild/linux-s390x@0.19.12': 1667 - resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} 1668 - engines: {node: '>=12'} 1669 - cpu: [s390x] 1670 - os: [linux] 1671 - 1672 - '@esbuild/linux-s390x@0.23.1': 1673 - resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==} 1674 - engines: {node: '>=18'} 1675 - cpu: [s390x] 1676 - os: [linux] 1677 - 1678 - '@esbuild/linux-s390x@0.24.0': 1679 - resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} 1680 - engines: {node: '>=18'} 1681 - cpu: [s390x] 1682 - os: [linux] 1683 - 1684 - '@esbuild/linux-x64@0.18.20': 1685 - resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} 1686 - engines: {node: '>=12'} 1687 - cpu: [x64] 1688 - os: [linux] 1689 - 1690 - '@esbuild/linux-x64@0.19.12': 1691 - resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} 1692 - engines: {node: '>=12'} 1693 - cpu: [x64] 1694 - os: [linux] 1695 - 1696 - '@esbuild/linux-x64@0.23.1': 1697 - resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==} 1698 - engines: {node: '>=18'} 1699 - cpu: [x64] 1700 - os: [linux] 1701 - 1702 - '@esbuild/linux-x64@0.24.0': 1703 - resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} 1704 - engines: {node: '>=18'} 1705 - cpu: [x64] 1706 - os: [linux] 1707 - 1708 - '@esbuild/netbsd-x64@0.18.20': 1709 - resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} 1710 - engines: {node: '>=12'} 1711 - cpu: [x64] 1712 - os: [netbsd] 1713 - 1714 - '@esbuild/netbsd-x64@0.19.12': 1715 - resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} 1716 - engines: {node: '>=12'} 1717 - cpu: [x64] 1718 - os: [netbsd] 1719 - 1720 - '@esbuild/netbsd-x64@0.23.1': 1721 - resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==} 1722 - engines: {node: '>=18'} 1723 - cpu: [x64] 1724 - os: [netbsd] 1725 - 1726 - '@esbuild/netbsd-x64@0.24.0': 1727 - resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} 1728 - engines: {node: '>=18'} 1729 - cpu: [x64] 1730 - os: [netbsd] 1731 - 1732 - '@esbuild/openbsd-arm64@0.23.1': 1733 - resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==} 1734 - engines: {node: '>=18'} 1735 - cpu: [arm64] 1736 - os: [openbsd] 1737 - 1738 - '@esbuild/openbsd-arm64@0.24.0': 1739 - resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} 1740 - engines: {node: '>=18'} 1741 - cpu: [arm64] 1742 - os: [openbsd] 1743 - 1744 - '@esbuild/openbsd-x64@0.18.20': 1745 - resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} 1746 - engines: {node: '>=12'} 1747 - cpu: [x64] 1748 - os: [openbsd] 1749 - 1750 - '@esbuild/openbsd-x64@0.19.12': 1751 - resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} 1752 - engines: {node: '>=12'} 1753 - cpu: [x64] 1754 - os: [openbsd] 1755 - 1756 - '@esbuild/openbsd-x64@0.23.1': 1757 - resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==} 1758 - engines: {node: '>=18'} 1759 - cpu: [x64] 1760 - os: [openbsd] 1761 - 1762 - '@esbuild/openbsd-x64@0.24.0': 1763 - resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} 1764 - engines: {node: '>=18'} 1765 - cpu: [x64] 1766 - os: [openbsd] 1767 - 1768 - '@esbuild/sunos-x64@0.18.20': 1769 - resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} 1770 - engines: {node: '>=12'} 1771 - cpu: [x64] 1772 - os: [sunos] 1773 - 1774 - '@esbuild/sunos-x64@0.19.12': 1775 - resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} 1776 - engines: {node: '>=12'} 1777 - cpu: [x64] 1778 - os: [sunos] 1779 - 1780 - '@esbuild/sunos-x64@0.23.1': 1781 - resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==} 1782 - engines: {node: '>=18'} 1783 - cpu: [x64] 1784 - os: [sunos] 1785 - 1786 - '@esbuild/sunos-x64@0.24.0': 1787 - resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} 1788 - engines: {node: '>=18'} 1789 - cpu: [x64] 1790 - os: [sunos] 1791 - 1792 - '@esbuild/win32-arm64@0.18.20': 1793 - resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} 1794 - engines: {node: '>=12'} 1795 - cpu: [arm64] 1796 - os: [win32] 1797 - 1798 - '@esbuild/win32-arm64@0.19.12': 1799 - resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} 1800 - engines: {node: '>=12'} 1801 - cpu: [arm64] 1802 - os: [win32] 1803 - 1804 - '@esbuild/win32-arm64@0.23.1': 1805 - resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==} 1806 - engines: {node: '>=18'} 1807 - cpu: [arm64] 1808 - os: [win32] 1809 - 1810 - '@esbuild/win32-arm64@0.24.0': 1811 - resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} 1812 - engines: {node: '>=18'} 1813 - cpu: [arm64] 1814 - os: [win32] 1815 - 1816 - '@esbuild/win32-ia32@0.18.20': 1817 - resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} 1818 - engines: {node: '>=12'} 1819 - cpu: [ia32] 1820 - os: [win32] 1821 - 1822 - '@esbuild/win32-ia32@0.19.12': 1823 - resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} 1824 - engines: {node: '>=12'} 1825 - cpu: [ia32] 1826 - os: [win32] 1827 - 1828 - '@esbuild/win32-ia32@0.23.1': 1829 - resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==} 1830 - engines: {node: '>=18'} 1831 - cpu: [ia32] 1832 - os: [win32] 1833 - 1834 - '@esbuild/win32-ia32@0.24.0': 1835 - resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} 1836 - engines: {node: '>=18'} 1837 - cpu: [ia32] 1838 - os: [win32] 1839 - 1840 - '@esbuild/win32-x64@0.18.20': 1841 - resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} 1842 - engines: {node: '>=12'} 1843 - cpu: [x64] 1844 - os: [win32] 1845 - 1846 - '@esbuild/win32-x64@0.19.12': 1847 - resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} 1848 - engines: {node: '>=12'} 1849 - cpu: [x64] 1850 - os: [win32] 1851 - 1852 - '@esbuild/win32-x64@0.23.1': 1853 - resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==} 1854 - engines: {node: '>=18'} 1855 - cpu: [x64] 1856 - os: [win32] 1857 - 1858 - '@esbuild/win32-x64@0.24.0': 1859 - resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} 1860 - engines: {node: '>=18'} 1861 - cpu: [x64] 1862 - os: [win32] 1863 - 1864 '@eslint-community/eslint-utils@4.4.1': 1865 resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} 1866 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} ··· 1883 resolution: {integrity: sha512-+Lla7nYSiHZirgK+U/uYzsLv/X+HaJienbD5AKX1UQZHYfWaP+9uuQluRB4GrEVWF0GZ7vEVp/jzaOT9k/SQlg==} 1884 engines: {node: '>=0.10.0'} 1885 1886 - '@expo/cli@0.22.10': 1887 - resolution: {integrity: sha512-MA4TOtf6x8ixVaQbUINgest/DsrWcMVGMmjXYtnhUfwQGvZtJC+aI+xMBM7ow2OqY2B/xfoRcgqkvWkl36yxkA==} 1888 hasBin: true 1889 1890 '@expo/code-signing-certificates@0.0.5': ··· 1892 1893 '@expo/config-plugins@9.0.12': 1894 resolution: {integrity: sha512-/Ko/NM+GzvJyRkq8PITm8ms0KY5v0wmN1OQFYRMkcJqOi3PjlhndW+G6bHpJI9mkQXBaUnHwAiGLqIC3+MQ5Wg==} 1895 - 1896 - '@expo/config-plugins@9.0.14': 1897 - resolution: {integrity: sha512-Lx1ebV95rTFKKQmbu4wMPLz65rKn7mqSpfANdCx+KwRxuLY2JQls8V4h3lQjG6dW8NWf9qV5QaEFAgNB6VMyOQ==} 1898 1899 '@expo/config-types@52.0.1': 1900 resolution: {integrity: sha512-vD8ZetyKV7U29lR6+NJohYeoLYTH+eNYXJeNiSOrWCz0witJYY11meMmEnpEaVbN89EfC6uauSUOa6wihtbyPQ==} 1901 1902 - '@expo/config-types@52.0.3': 1903 - resolution: {integrity: sha512-muxvuARmbysH5OGaiBRlh1Y6vfdmL56JtpXxB+y2Hfhu0ezG1U4FjZYBIacthckZPvnDCcP3xIu1R+eTo7/QFA==} 1904 - 1905 '@expo/config@10.0.6': 1906 resolution: {integrity: sha512-xXkfPElrtxznkOZxFASJ7OPa6E9IHSjcZwj5BQ6XUF2dz5M7AFa2h5sXM8AalSaDU5tEBSgoUOjTh5957TlR8g==} 1907 1908 - '@expo/config@10.0.8': 1909 - resolution: {integrity: sha512-RaKwi8e6PbkMilRexdsxObLMdQwxhY6mlgel+l/eW+IfIw8HEydSU0ERlzYUjlGJxHLHUXe4rC2vw8FEvaowyQ==} 1910 - 1911 '@expo/devcert@1.1.4': 1912 resolution: {integrity: sha512-fqBODr8c72+gBSX5Ty3SIzaY4bXainlpab78+vEYEKL3fXmsOswMLf0+KE36mUEAa36BYabX7K3EiXOXX5OPMw==} 1913 1914 - '@expo/env@0.4.1': 1915 - resolution: {integrity: sha512-oDtbO3i9yXD1nx93acWiPTWGljJ3vABn35x1NAbqtQ2JL6mFOcRcArt1dwi4imZyLnG4VCcjabT9irj+LgYntw==} 1916 1917 - '@expo/fingerprint@0.11.7': 1918 - resolution: {integrity: sha512-2rfYVS4nqWmOPQk+AL5GPfPSawbqqmI5mL++bxAhWADt+d+fjoQYfIrGtjZxQ30f9o/a1PrRPVSuh2j09+diVg==} 1919 hasBin: true 1920 1921 '@expo/image-utils@0.6.3': 1922 resolution: {integrity: sha512-v/JbCKBrHeudxn1gN1TgfPE/pWJSlLPrl29uXJBgrJFQVkViQvUHQNDhaS+UEa9wYI5HHh7XYmtzAehyG4L+GA==} 1923 1924 - '@expo/image-utils@0.6.4': 1925 - resolution: {integrity: sha512-L++1PBzSvf5iYc6UHJ8Db8GcYNkfLDw+a+zqEFBQ3xqRXP/muxb/O7wuiMFlXrj/cfkx4e0U+z1a4ceV0A7S7Q==} 1926 - 1927 '@expo/json-file@9.0.0': 1928 resolution: {integrity: sha512-M+55xFVrFzDcgMDf+52lPDLjKB5xwRfStWlv/b/Vu2OLgxGZLWpxoPYjlRoHqxjPbCQIi2ZCbobK+0KuNhsELg==} 1929 1930 - '@expo/json-file@9.0.1': 1931 - resolution: {integrity: sha512-ZVPhbbEBEwafPCJ0+kI25O2Iivt3XKHEKAADCml1q2cmOIbQnKgLyn8DpOJXqWEyRQr/VWS+hflBh8DU2YFSqg==} 1932 - 1933 - '@expo/metro-config@0.19.9': 1934 - resolution: {integrity: sha512-JAsLWhFQqwLH0KsI4OMbPXsKFji5KJEmsi+/02Sz1GCT17YrjRmv1fZ91regUS/FUH2Y/PDAE/+2ulrTgMeG7A==} 1935 1936 - '@expo/metro-runtime@4.0.1': 1937 - resolution: {integrity: sha512-CRpbLvdJ1T42S+lrYa1iZp1KfDeBp4oeZOK3hdpiS5n0vR0nhD6sC1gGF0sTboCTp64tLteikz5Y3j53dvgOIw==} 1938 peerDependencies: 1939 react-native: '*' 1940 1941 - '@expo/osascript@2.1.5': 1942 - resolution: {integrity: sha512-Cp7YF7msGiTAIbFdzNovwHBfecdMLVL5XzSqq4xQz72ALFCQ3uSIUXRph1QV2r61ugH7Yem0gY8yi7RcDlI4qg==} 1943 engines: {node: '>=12'} 1944 1945 - '@expo/package-manager@1.7.1': 1946 - resolution: {integrity: sha512-DKbELrTOdl7U3KT0C07Aka9P+sUP3LL+1UTKf1KmLx2x2gPH1IC+c68N7iQlwNt+yA37qIw6/vKoqyTGu5EL9g==} 1947 1948 '@expo/plist@0.2.0': 1949 resolution: {integrity: sha512-F/IZJQaf8OIVnVA6XWUeMPC3OH6MV00Wxf0WC0JhTQht2QgjyHUa3U5Gs3vRtDq8tXNsZneOQRDVwpaOnd4zTQ==} 1950 - 1951 - '@expo/plist@0.2.1': 1952 - resolution: {integrity: sha512-9TaXGuNxa0LQwHQn4rYiU6YaERv6dPnQgsdKWq2rKKTr6LWOtGNQCi/yOk/HBLeZSxBm59APT5/6x60uRvr0Mg==} 1953 1954 '@expo/prebuild-config@8.0.23': 1955 resolution: {integrity: sha512-Zf01kFiN2PISmLb0DhIAJh76v3J2oYUKSjiAtGZLOH0HUz59by/qdyU4mGHWdeyRdCCrLUA21Rct2MBykvRMsg==} 1956 1957 - '@expo/prebuild-config@8.0.25': 1958 - resolution: {integrity: sha512-xYHV8eiydZEDedf2AGaOFRFwcGlaSzrqQH94dwX42urNCU03FO0RUb7yPp4nkb7WNFg5Ov6PDsV7ES+YwzNgYQ==} 1959 - 1960 '@expo/rudder-sdk-node@1.1.1': 1961 resolution: {integrity: sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==} 1962 engines: {node: '>=12'} ··· 1964 '@expo/sdk-runtime-versions@1.0.0': 1965 resolution: {integrity: sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==} 1966 1967 - '@expo/server@0.5.1': 1968 - resolution: {integrity: sha512-lk8pKKw0eVP6rqkDR46vQB3vLA46z4KNGrqHpjD/SvMu1cGaRmQG2cQdX44mQtG8WyO9EYau+fBMHQQS2OTFKg==} 1969 1970 '@expo/spawn-async@1.7.2': 1971 resolution: {integrity: sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==} ··· 1993 '@floating-ui/utils@0.2.8': 1994 resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==} 1995 1996 - '@gorhom/bottom-sheet@5.0.6': 1997 - resolution: {integrity: sha512-SI/AhPvgRfnCWN6/+wbE6TXwRE4X8F2fLyE4L/0bRwgE34Zenq585qLT139uEcfCIyovC2swC3ICqQpkmWEcFA==} 1998 - peerDependencies: 1999 - '@types/react': '*' 2000 - '@types/react-native': '*' 2001 - react: '*' 2002 - react-native: '*' 2003 - react-native-gesture-handler: '>=2.16.1' 2004 - react-native-reanimated: '>=3.16.0' 2005 - peerDependenciesMeta: 2006 - '@types/react': 2007 - optional: true 2008 - '@types/react-native': 2009 - optional: true 2010 - 2011 - '@gorhom/portal@1.0.14': 2012 - resolution: {integrity: sha512-MXyL4xvCjmgaORr/rtryDNFy3kU4qUbKlwtQqqsygd0xX3mhKjOLn6mQK8wfu0RkoE0pBE0nAasRoHua+/QZ7A==} 2013 - peerDependencies: 2014 - react: '*' 2015 - react-native: '*' 2016 - 2017 - '@hono/node-server@1.13.7': 2018 - resolution: {integrity: sha512-kTfUMsoloVKtRA2fLiGSd9qBddmru9KadNyhJCwgKBxTiNkaAJEwkVN9KV/rS4HtmmNRtUh6P+YpmjRMl0d9vQ==} 2019 - engines: {node: '>=18.14.1'} 2020 - peerDependencies: 2021 - hono: ^4 2022 - 2023 '@humanwhocodes/config-array@0.13.0': 2024 resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} 2025 engines: {node: '>=10.10.0'} ··· 2032 '@humanwhocodes/object-schema@2.0.3': 2033 resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} 2034 deprecated: Use @eslint/object-schema instead 2035 - 2036 - '@ipld/car@3.2.4': 2037 - resolution: {integrity: sha512-rezKd+jk8AsTGOoJKqzfjLJ3WVft7NZNH95f0pfPbicROvzTyvHCNy567HzSUd6gRXZ9im29z5ZEv9Hw49jSYw==} 2038 - 2039 - '@ipld/dag-cbor@7.0.3': 2040 - resolution: {integrity: sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==} 2041 2042 '@isaacs/cliui@8.0.2': 2043 resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} ··· 2079 resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} 2080 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 2081 2082 - '@jridgewell/gen-mapping@0.3.5': 2083 - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} 2084 engines: {node: '>=6.0.0'} 2085 2086 '@jridgewell/resolve-uri@3.1.2': ··· 2103 '@jridgewell/trace-mapping@0.3.9': 2104 resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} 2105 2106 - '@libsql/client@0.14.0': 2107 - resolution: {integrity: sha512-/9HEKfn6fwXB5aTEEoMeFh4CtG0ZzbncBb1e++OCdVpgKZ/xyMsIVYXm0w7Pv4RUel803vE6LwniB3PqD72R0Q==} 2108 - 2109 - '@libsql/core@0.14.0': 2110 - resolution: {integrity: sha512-nhbuXf7GP3PSZgdCY2Ecj8vz187ptHlZQ0VRc751oB2C1W8jQUXKKklvt7t1LJiUTQBVJuadF628eUk+3cRi4Q==} 2111 - 2112 - '@libsql/darwin-arm64@0.4.7': 2113 - resolution: {integrity: sha512-yOL742IfWUlUevnI5PdnIT4fryY3LYTdLm56bnY0wXBw7dhFcnjuA7jrH3oSVz2mjZTHujxoITgAE7V6Z+eAbg==} 2114 - cpu: [arm64] 2115 - os: [darwin] 2116 - 2117 - '@libsql/darwin-x64@0.4.7': 2118 - resolution: {integrity: sha512-ezc7V75+eoyyH07BO9tIyJdqXXcRfZMbKcLCeF8+qWK5nP8wWuMcfOVywecsXGRbT99zc5eNra4NEx6z5PkSsA==} 2119 - cpu: [x64] 2120 - os: [darwin] 2121 - 2122 - '@libsql/hrana-client@0.7.0': 2123 - resolution: {integrity: sha512-OF8fFQSkbL7vJY9rfuegK1R7sPgQ6kFMkDamiEccNUvieQ+3urzfDFI616oPl8V7T9zRmnTkSjMOImYCAVRVuw==} 2124 - 2125 - '@libsql/isomorphic-fetch@0.3.1': 2126 - resolution: {integrity: sha512-6kK3SUK5Uu56zPq/Las620n5aS9xJq+jMBcNSOmjhNf/MUvdyji4vrMTqD7ptY7/4/CAVEAYDeotUz60LNQHtw==} 2127 - engines: {node: '>=18.0.0'} 2128 - 2129 - '@libsql/isomorphic-ws@0.1.5': 2130 - resolution: {integrity: sha512-DtLWIH29onUYR00i0GlQ3UdcTRC6EP4u9w/h9LxpUZJWRMARk6dQwZ6Jkd+QdwVpuAOrdxt18v0K2uIYR3fwFg==} 2131 - 2132 - '@libsql/linux-arm64-gnu@0.4.7': 2133 - resolution: {integrity: sha512-WlX2VYB5diM4kFfNaYcyhw5y+UJAI3xcMkEUJZPtRDEIu85SsSFrQ+gvoKfcVh76B//ztSeEX2wl9yrjF7BBCA==} 2134 - cpu: [arm64] 2135 - os: [linux] 2136 - 2137 - '@libsql/linux-arm64-musl@0.4.7': 2138 - resolution: {integrity: sha512-6kK9xAArVRlTCpWeqnNMCoXW1pe7WITI378n4NpvU5EJ0Ok3aNTIC2nRPRjhro90QcnmLL1jPcrVwO4WD1U0xw==} 2139 - cpu: [arm64] 2140 - os: [linux] 2141 - 2142 - '@libsql/linux-x64-gnu@0.4.7': 2143 - resolution: {integrity: sha512-CMnNRCmlWQqqzlTw6NeaZXzLWI8bydaXDke63JTUCvu8R+fj/ENsLrVBtPDlxQ0wGsYdXGlrUCH8Qi9gJep0yQ==} 2144 - cpu: [x64] 2145 - os: [linux] 2146 - 2147 - '@libsql/linux-x64-musl@0.4.7': 2148 - resolution: {integrity: sha512-nI6tpS1t6WzGAt1Kx1n1HsvtBbZ+jHn0m7ogNNT6pQHZQj7AFFTIMeDQw/i/Nt5H38np1GVRNsFe99eSIMs9XA==} 2149 - cpu: [x64] 2150 - os: [linux] 2151 - 2152 - '@libsql/win32-x64-msvc@0.4.7': 2153 - resolution: {integrity: sha512-7pJzOWzPm6oJUxml+PCDRzYQ4A1hTMHAciTAHfFK4fkbDZX33nWPVG7Y3vqdKtslcwAzwmrNDc6sXy2nwWnbiw==} 2154 - cpu: [x64] 2155 - os: [win32] 2156 - 2157 - '@neon-rs/load@0.0.4': 2158 - resolution: {integrity: sha512-kTPhdZyTQxB+2wpiRcFWrDcejc4JI6tkPuS7UZCG4l6Zvc5kU/gGQ/ozvHTh1XR5tS+UlfAfGuPajjzQjCiHCw==} 2159 - 2160 - '@noble/curves@1.7.0': 2161 - resolution: {integrity: sha512-UTMhXK9SeDhFJVrHeUJ5uZlI6ajXg10O6Ddocf9S6GjbSBVZsJo88HzKwXznNfGpMTRDyJkqMjNDPYgf0qFWnw==} 2162 - engines: {node: ^14.21.3 || >=16} 2163 - 2164 - '@noble/hashes@1.6.0': 2165 - resolution: {integrity: sha512-YUULf0Uk4/mAA89w+k3+yUYh6NrEvxZa5T6SY3wlMvE2chHkxFUUIDI8/XW1QSC357iA5pSnqt7XEhvFOqmDyQ==} 2166 - engines: {node: ^14.21.3 || >=16} 2167 - 2168 - '@noble/hashes@1.6.1': 2169 - resolution: {integrity: sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==} 2170 - engines: {node: ^14.21.3 || >=16} 2171 - 2172 '@nodelib/fs.scandir@2.1.5': 2173 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} 2174 engines: {node: '>= 8'} ··· 2219 webpack-plugin-serve: 2220 optional: true 2221 2222 - '@preact/signals-core@1.8.0': 2223 - resolution: {integrity: sha512-OBvUsRZqNmjzCZXWLxkZfhcgT+Fk8DDcT/8vD6a1xhDemodyy87UJRJfASMuSD8FaAIeGgGm85ydXhm7lr4fyA==} 2224 - 2225 '@radix-ui/primitive@1.1.1': 2226 resolution: {integrity: sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==} 2227 ··· 2261 '@types/react': 2262 optional: true 2263 2264 - '@radix-ui/react-dismissable-layer@1.1.3': 2265 - resolution: {integrity: sha512-onrWn/72lQoEucDmJnr8uczSNTujT0vJnA/X5+3AkChVPowr8n1yvIKIabhWyMQeMvvmdpsvcyDqx3X1LEXCPg==} 2266 peerDependencies: 2267 '@types/react': '*' 2268 '@types/react-dom': '*' ··· 2296 '@types/react-dom': 2297 optional: true 2298 2299 - '@radix-ui/react-hover-card@1.1.4': 2300 - resolution: {integrity: sha512-QSUUnRA3PQ2UhvoCv3eYvMnCAgGQW+sTu86QPuNb+ZMi+ZENd6UWpiXbcWDQ4AEaKF9KKpCHBeaJz9Rw6lRlaQ==} 2301 peerDependencies: 2302 '@types/react': '*' 2303 '@types/react-dom': '*' ··· 2318 '@types/react': 2319 optional: true 2320 2321 - '@radix-ui/react-popover@1.1.4': 2322 - resolution: {integrity: sha512-aUACAkXx8LaFymDma+HQVji7WhvEhpFJ7+qPz17Nf4lLZqtreGOFRiNQWQmhzp7kEWg9cOyyQJpdIMUMPc/CPw==} 2323 peerDependencies: 2324 '@types/react': '*' 2325 '@types/react-dom': '*' ··· 2410 '@types/react': 2411 optional: true 2412 2413 - '@radix-ui/react-tooltip@1.1.6': 2414 - resolution: {integrity: sha512-TLB5D8QLExS1uDn7+wH/bjEmRurNMTzNrtq7IjaS4kjion9NtzsTGkvR5+i7yc9q01Pi2KMM2cN3f8UG4IvvXA==} 2415 peerDependencies: 2416 '@types/react': '*' 2417 '@types/react-dom': '*' ··· 2498 peerDependencies: 2499 react-native: ^0.0.0-0 || >=0.60 <1.0 2500 2501 - '@react-native-picker/picker@2.9.0': 2502 - resolution: {integrity: sha512-khEhIW/uhfMqq/+tvg4rEAiPGT8GX+Y6QydlP2TSMSmRHoSJK+ShXvXZXSr4Sii4imkj4BwvLunGywwtQDODqg==} 2503 - peerDependencies: 2504 - react: '*' 2505 - react-native: '*' 2506 - 2507 - '@react-native/assets-registry@0.76.6': 2508 - resolution: {integrity: sha512-YI8HoReYiIwdFQs+k9Q9qpFTnsyYikZxgs/UVtVbhKixXDQF6F9LLvj2naOx4cfV+RGybNKxwmDl1vUok/dRFQ==} 2509 engines: {node: '>=18'} 2510 2511 - '@react-native/babel-plugin-codegen@0.76.6': 2512 - resolution: {integrity: sha512-yFC9I/aDBOBz3ZMlqKn2NY/mDUtCksUNZ7AQmBiTAeVTUP0ujEjE0hTOx5Qd+kok7A7hwZEX87HdSgjiJZfr5g==} 2513 engines: {node: '>=18'} 2514 2515 - '@react-native/babel-preset@0.76.6': 2516 - resolution: {integrity: sha512-ojlVWY6S/VE/nb9hIRetPMTsW9ZmGb2R3dnToEXAtQQDz41eHMHXbkw/k2h0THp6qhas25ruNvn3N5n2o+lBzg==} 2517 engines: {node: '>=18'} 2518 peerDependencies: 2519 '@babel/core': '*' 2520 2521 - '@react-native/codegen@0.76.6': 2522 - resolution: {integrity: sha512-BABb3e5G/+hyQYEYi0AODWh2km2d8ERoASZr6Hv90pVXdUHRYR+yxCatX7vSd9rnDUYndqRTzD0hZWAucPNAKg==} 2523 engines: {node: '>=18'} 2524 peerDependencies: 2525 '@babel/preset-env': ^7.1.6 2526 2527 - '@react-native/community-cli-plugin@0.76.6': 2528 - resolution: {integrity: sha512-nETlc/+U5cESVluzzgN0OcVfcoMijGBaDWzOaJhoYUodcuqnqtu75XsSEc7yzlYjwNQG+vF83mu9CQGezruNMA==} 2529 engines: {node: '>=18'} 2530 peerDependencies: 2531 '@react-native-community/cli-server-api': '*' ··· 2533 '@react-native-community/cli-server-api': 2534 optional: true 2535 2536 - '@react-native/debugger-frontend@0.76.6': 2537 - resolution: {integrity: sha512-kP97xMQjiANi5/lmf8MakS7d8FTJl+BqYHQMqyvNiY+eeWyKnhqW2GL2v3eEUBAuyPBgJGivuuO4RvjZujduJg==} 2538 engines: {node: '>=18'} 2539 2540 - '@react-native/dev-middleware@0.76.6': 2541 - resolution: {integrity: sha512-1bAyd2/X48Nzb45s5l2omM75vy764odx/UnDs4sJfFCuK+cupU4nRPgl0XWIqgdM/2+fbQ3E4QsVS/WIKTFxvQ==} 2542 engines: {node: '>=18'} 2543 2544 - '@react-native/gradle-plugin@0.76.6': 2545 - resolution: {integrity: sha512-sDzpf4eiynryoS6bpYCweGoxSmWgCSx9lzBoxIIW+S6siyGiTaffzZHWCm8mIn9UZsSPlEO37q62ggnR9Zu/OA==} 2546 engines: {node: '>=18'} 2547 2548 - '@react-native/js-polyfills@0.76.6': 2549 - resolution: {integrity: sha512-cDD7FynxWYxHkErZzAJtzPGhJ13JdOgL+R0riTh0hCovOfIUz9ItffdLQv2nx48lnvMTQ+HZXMnGOZnsFCNzQw==} 2550 engines: {node: '>=18'} 2551 2552 - '@react-native/metro-babel-transformer@0.76.6': 2553 - resolution: {integrity: sha512-xSBi9jPliThu5HRSJvluqUlDOLLEmf34zY/U7RDDjEbZqC0ufPcPS7c5XsSg0GDPiXc7lgjBVesPZsKFkoIBgA==} 2554 engines: {node: '>=18'} 2555 peerDependencies: 2556 '@babel/core': '*' ··· 2561 '@react-native/normalize-colors@0.76.5': 2562 resolution: {integrity: sha512-6QRLEok1r55gLqj+94mEWUENuU5A6wsr2OoXpyq/CgQ7THWowbHtru/kRGRr6o3AQXrVnZheR60JNgFcpNYIug==} 2563 2564 - '@react-native/normalize-colors@0.76.6': 2565 - resolution: {integrity: sha512-1n4udXH2Cla31iA/8eLRdhFHpYUYK1NKWCn4m1Sr9L4SarWKAYuRFliK1fcLvPPALCFoFlWvn8I0ekdUOHMzDQ==} 2566 - 2567 '@react-native/typescript-config@0.76.5': 2568 resolution: {integrity: sha512-dRbY4XQTUUxR5Oq+S+2/5JQVU6WL0qvNnAz51jiXllC+hp5L4bljSxlzaj5CJ9vzGNFzm56m5Y9Q6MltoIU4Cw==} 2569 2570 - '@react-native/virtualized-lists@0.76.6': 2571 - resolution: {integrity: sha512-0HUWVwJbRq1BWFOu11eOWGTSmK9nMHhoMPyoI27wyWcl/nqUx7HOxMbRVq0DsTCyATSMPeF+vZ6o1REapcNWKw==} 2572 engines: {node: '>=18'} 2573 peerDependencies: 2574 '@types/react': ^18.2.6 ··· 2622 '@react-navigation/routers@7.1.2': 2623 resolution: {integrity: sha512-emdEjpVDK8zbiu2GChC8oYIAub9i/OpNuQJekVsbyFCBz4/TzaBzms38Q53YaNhdIFNmiYLfHv/Y1Ub7KYfm3w==} 2624 2625 - '@remix-run/node@2.15.2': 2626 - resolution: {integrity: sha512-NS/h5uxje7DYCNgcKqKAiUhf0r2HVnoYUBWLyIIMmCUP1ddWurBP6xTPcWzGhEvV/EvguniYi1wJZ5+X8sonWw==} 2627 engines: {node: '>=18.0.0'} 2628 peerDependencies: 2629 typescript: ^5.1.0 ··· 2635 resolution: {integrity: sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==} 2636 engines: {node: '>=14.0.0'} 2637 2638 - '@remix-run/server-runtime@2.15.2': 2639 - resolution: {integrity: sha512-OqiPcvEnnU88B8b1LIWHHkQ3Tz2GDAmQ1RihFNQsbrFKpDsQLkw0lJlnfgKA/uHd0CEEacpfV7C9qqJT3V6Z2g==} 2640 engines: {node: '>=18.0.0'} 2641 peerDependencies: 2642 typescript: ^5.1.0 ··· 2771 react-native-web: 2772 optional: true 2773 2774 - '@rollup/rollup-android-arm-eabi@4.28.1': 2775 - resolution: {integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==} 2776 - cpu: [arm] 2777 - os: [android] 2778 - 2779 - '@rollup/rollup-android-arm64@4.28.1': 2780 - resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==} 2781 - cpu: [arm64] 2782 - os: [android] 2783 - 2784 - '@rollup/rollup-darwin-arm64@4.28.1': 2785 - resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==} 2786 - cpu: [arm64] 2787 - os: [darwin] 2788 - 2789 - '@rollup/rollup-darwin-x64@4.28.1': 2790 - resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==} 2791 - cpu: [x64] 2792 - os: [darwin] 2793 - 2794 - '@rollup/rollup-freebsd-arm64@4.28.1': 2795 - resolution: {integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==} 2796 - cpu: [arm64] 2797 - os: [freebsd] 2798 - 2799 - '@rollup/rollup-freebsd-x64@4.28.1': 2800 - resolution: {integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==} 2801 - cpu: [x64] 2802 - os: [freebsd] 2803 - 2804 - '@rollup/rollup-linux-arm-gnueabihf@4.28.1': 2805 - resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==} 2806 - cpu: [arm] 2807 - os: [linux] 2808 - 2809 - '@rollup/rollup-linux-arm-musleabihf@4.28.1': 2810 - resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==} 2811 - cpu: [arm] 2812 - os: [linux] 2813 - 2814 - '@rollup/rollup-linux-arm64-gnu@4.28.1': 2815 - resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==} 2816 - cpu: [arm64] 2817 - os: [linux] 2818 - 2819 - '@rollup/rollup-linux-arm64-musl@4.28.1': 2820 - resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==} 2821 - cpu: [arm64] 2822 - os: [linux] 2823 - 2824 - '@rollup/rollup-linux-loongarch64-gnu@4.28.1': 2825 - resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==} 2826 - cpu: [loong64] 2827 - os: [linux] 2828 - 2829 - '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': 2830 - resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==} 2831 - cpu: [ppc64] 2832 - os: [linux] 2833 - 2834 - '@rollup/rollup-linux-riscv64-gnu@4.28.1': 2835 - resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==} 2836 - cpu: [riscv64] 2837 - os: [linux] 2838 - 2839 - '@rollup/rollup-linux-s390x-gnu@4.28.1': 2840 - resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==} 2841 - cpu: [s390x] 2842 - os: [linux] 2843 - 2844 - '@rollup/rollup-linux-x64-gnu@4.28.1': 2845 - resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==} 2846 - cpu: [x64] 2847 - os: [linux] 2848 - 2849 - '@rollup/rollup-linux-x64-musl@4.28.1': 2850 - resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==} 2851 - cpu: [x64] 2852 - os: [linux] 2853 - 2854 - '@rollup/rollup-win32-arm64-msvc@4.28.1': 2855 - resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==} 2856 - cpu: [arm64] 2857 - os: [win32] 2858 - 2859 - '@rollup/rollup-win32-ia32-msvc@4.28.1': 2860 - resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==} 2861 - cpu: [ia32] 2862 - os: [win32] 2863 - 2864 - '@rollup/rollup-win32-x64-msvc@4.28.1': 2865 - resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==} 2866 - cpu: [x64] 2867 - os: [win32] 2868 - 2869 '@rtsao/scc@1.1.0': 2870 resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} 2871 ··· 2880 2881 '@sinonjs/fake-timers@10.3.0': 2882 resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} 2883 - 2884 - '@skyware/jetstream@0.2.1': 2885 - resolution: {integrity: sha512-qmQkBnMYG3+XBTLUDUKTWMS0QpwCFSZh66fvQRn+xEqUQ2CXB2ELo4El0tgVvdT4+glk4nfzVG45L6Op9VURow==} 2886 2887 '@ts-morph/common@0.17.0': 2888 resolution: {integrity: sha512-RMSSvSfs9kb0VzkvQ2NWobwnj7TxCA9vI/IjR9bDHqgAyVbu2T0DN4wiKVqomyDWqO7dPr/tErSfq7urQ1Q37g==} ··· 2926 '@types/graceful-fs@4.1.9': 2927 resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} 2928 2929 - '@types/hammerjs@2.0.46': 2930 - resolution: {integrity: sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw==} 2931 - 2932 '@types/istanbul-lib-coverage@2.0.6': 2933 resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} 2934 ··· 2947 '@types/node-forge@1.3.11': 2948 resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} 2949 2950 - '@types/node@20.17.10': 2951 - resolution: {integrity: sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==} 2952 - 2953 - '@types/node@20.17.9': 2954 - resolution: {integrity: sha512-0JOXkRyLanfGPE2QRCwgxhzlBAvaRdCNMcvbd7jFfpmD4eEXll7LRwy5ymJmyeZqk7Nh7eD2LeUyQ68BbndmXw==} 2955 - 2956 '@types/node@22.10.2': 2957 resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} 2958 ··· 2967 2968 '@types/stack-utils@2.0.3': 2969 resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} 2970 - 2971 - '@types/ws@8.5.13': 2972 - resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==} 2973 2974 '@types/yargs-parser@21.0.3': 2975 resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} ··· 2977 '@types/yargs@17.0.33': 2978 resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} 2979 2980 - '@typescript-eslint/eslint-plugin@8.19.0': 2981 - resolution: {integrity: sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==} 2982 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2983 peerDependencies: 2984 '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 2985 eslint: ^8.57.0 || ^9.0.0 2986 typescript: '>=4.8.4 <5.8.0' 2987 2988 - '@typescript-eslint/parser@8.19.0': 2989 - resolution: {integrity: sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==} 2990 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2991 peerDependencies: 2992 eslint: ^8.57.0 || ^9.0.0 2993 typescript: '>=4.8.4 <5.8.0' 2994 2995 - '@typescript-eslint/scope-manager@8.19.0': 2996 - resolution: {integrity: sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==} 2997 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2998 2999 - '@typescript-eslint/type-utils@8.19.0': 3000 - resolution: {integrity: sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==} 3001 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3002 peerDependencies: 3003 eslint: ^8.57.0 || ^9.0.0 3004 typescript: '>=4.8.4 <5.8.0' 3005 3006 - '@typescript-eslint/types@8.19.0': 3007 - resolution: {integrity: sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==} 3008 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3009 3010 - '@typescript-eslint/typescript-estree@8.19.0': 3011 - resolution: {integrity: sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==} 3012 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3013 peerDependencies: 3014 typescript: '>=4.8.4 <5.8.0' 3015 3016 - '@typescript-eslint/utils@8.19.0': 3017 - resolution: {integrity: sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==} 3018 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3019 peerDependencies: 3020 eslint: ^8.57.0 || ^9.0.0 3021 typescript: '>=4.8.4 <5.8.0' 3022 3023 - '@typescript-eslint/visitor-keys@8.19.0': 3024 - resolution: {integrity: sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==} 3025 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3026 3027 '@ungap/structured-clone@1.2.1': ··· 3083 '@webassemblyjs/wast-printer@1.14.1': 3084 resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==} 3085 3086 - '@webreflection/signal@2.1.2': 3087 - resolution: {integrity: sha512-0dW0fstQQkIt588JwhDiPS4xgeeQcQnBHn6MVInrBzmFlnLtzoSJL9G7JqdAlZVVi19tfb8R1QisZIT31cgiug==} 3088 - 3089 - '@webreflection/uparser@0.4.0': 3090 - resolution: {integrity: sha512-kAFWUEw5eool295y01VDr+DOsyog6lURX9l288JCJAD2gxc0tFk34dYaAi6O3BbJyfSoncVEV+nw87bsssdppQ==} 3091 - 3092 '@xmldom/xmldom@0.7.13': 3093 resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==} 3094 engines: {node: '>=10.0.0'} ··· 3122 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 3123 peerDependencies: 3124 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 3125 3126 acorn-walk@8.3.4: 3127 resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} ··· 3163 anser@1.4.10: 3164 resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==} 3165 3166 - ansi-escapes@1.4.0: 3167 - resolution: {integrity: sha512-wiXutNjDUlNEDWHcYH3jtZUhd3c4/VojassD8zHdHCY13xbZy2XbW+NKQwA0tWGBVzDA9qEzYwfoSsWmviidhw==} 3168 - engines: {node: '>=0.10.0'} 3169 - 3170 ansi-escapes@4.3.2: 3171 resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} 3172 engines: {node: '>=8'} ··· 3175 resolution: {integrity: sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==} 3176 engines: {'0': node >= 0.8.0} 3177 hasBin: true 3178 - 3179 - ansi-regex@2.1.1: 3180 - resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} 3181 - engines: {node: '>=0.10.0'} 3182 3183 ansi-regex@4.1.1: 3184 resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} ··· 3191 ansi-regex@6.1.0: 3192 resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} 3193 engines: {node: '>=12'} 3194 - 3195 - ansi-styles@2.2.1: 3196 - resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} 3197 - engines: {node: '>=0.10.0'} 3198 3199 ansi-styles@3.2.1: 3200 resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} ··· 3238 resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==} 3239 engines: {node: '>=10'} 3240 3241 - array-buffer-byte-length@1.0.2: 3242 - resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} 3243 engines: {node: '>= 0.4'} 3244 - 3245 - array-flatten@1.1.1: 3246 - resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} 3247 3248 array-includes@3.1.8: 3249 resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} ··· 3264 resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} 3265 engines: {node: '>= 0.4'} 3266 3267 - array.prototype.flat@1.3.3: 3268 - resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==} 3269 engines: {node: '>= 0.4'} 3270 3271 - array.prototype.flatmap@1.3.3: 3272 - resolution: {integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==} 3273 engines: {node: '>= 0.4'} 3274 3275 array.prototype.tosorted@1.1.4: 3276 resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} 3277 engines: {node: '>= 0.4'} 3278 3279 - arraybuffer.prototype.slice@1.0.4: 3280 - resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} 3281 engines: {node: '>= 0.4'} 3282 3283 asap@2.0.6: 3284 resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} 3285 3286 - asn1@0.2.6: 3287 - resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} 3288 - 3289 - assert-plus@1.0.0: 3290 - resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} 3291 - engines: {node: '>=0.8'} 3292 - 3293 ast-types@0.15.2: 3294 resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} 3295 engines: {node: '>=4'} ··· 3303 at-least-node@1.0.0: 3304 resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} 3305 engines: {node: '>= 4.0.0'} 3306 - 3307 - atomic-sleep@1.0.0: 3308 - resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} 3309 - engines: {node: '>=8.0.0'} 3310 3311 available-typed-arrays@1.0.7: 3312 resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} ··· 3315 await-lock@2.2.2: 3316 resolution: {integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==} 3317 3318 - aws-sign2@0.7.0: 3319 - resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} 3320 - 3321 - aws4@1.13.2: 3322 - resolution: {integrity: sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==} 3323 - 3324 - axios@0.27.2: 3325 - resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} 3326 - 3327 babel-core@7.0.0-bridge.0: 3328 resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} 3329 peerDependencies: ··· 3381 peerDependencies: 3382 '@babel/core': ^7.0.0 3383 3384 - babel-preset-expo@12.0.6: 3385 - resolution: {integrity: sha512-az3H7gDVo0wxNBAFES8h5vLLWE8NPGkD9g5P962hDEOqZUdyPacb9MOzicypeLmcq9zQWr6E3iVtEHoNagCTTQ==} 3386 peerDependencies: 3387 babel-plugin-react-compiler: ^19.0.0-beta-9ee70a1-20241017 3388 react-compiler-runtime: ^19.0.0-beta-8a03594-20241020 ··· 3403 3404 base64-js@1.5.1: 3405 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 3406 - 3407 - bcrypt-pbkdf@1.0.2: 3408 - resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} 3409 3410 better-opn@3.0.2: 3411 resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} ··· 3422 resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} 3423 engines: {node: '>=8'} 3424 3425 - biome@0.3.3: 3426 - resolution: {integrity: sha512-4LXjrQYbn9iTXu9Y4SKT7ABzTV0WnLDHCVSd2fPUOKsy1gQ+E4xPFmlY1zcWexoi0j7fGHItlL6OWA2CZ/yYAQ==} 3427 - hasBin: true 3428 - 3429 - bluebird@3.7.2: 3430 - resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} 3431 - 3432 - body-parser@1.20.3: 3433 - resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} 3434 - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} 3435 - 3436 boolbase@1.0.0: 3437 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 3438 ··· 3486 buffer@6.0.3: 3487 resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} 3488 3489 - bundle-require@5.0.0: 3490 - resolution: {integrity: sha512-GuziW3fSSmopcx4KRymQEJVbZUfqlCqcq7dvs6TYwKRZiegK/2buMxQTPs6MGlNv50wms1699qYO54R8XfRX4w==} 3491 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 3492 - peerDependencies: 3493 - esbuild: '>=0.18' 3494 - 3495 bytes@3.1.2: 3496 resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} 3497 engines: {node: '>= 0.8'} 3498 3499 - cac@6.7.14: 3500 - resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} 3501 - engines: {node: '>=8'} 3502 - 3503 cacache@18.0.4: 3504 resolution: {integrity: sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==} 3505 engines: {node: ^16.14.0 || >=18.0.0} ··· 3512 resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} 3513 engines: {node: '>= 0.4'} 3514 3515 - call-bound@1.0.3: 3516 - resolution: {integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==} 3517 engines: {node: '>= 0.4'} 3518 3519 caller-callsite@2.0.0: ··· 3544 resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} 3545 engines: {node: '>=10'} 3546 3547 - caniuse-lite@1.0.30001690: 3548 - resolution: {integrity: sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==} 3549 - 3550 - caseless@0.12.0: 3551 - resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} 3552 - 3553 - cbor-extract@2.2.0: 3554 - resolution: {integrity: sha512-Ig1zM66BjLfTXpNgKpvBePq271BPOvu8MR0Jl080yG7Jsl+wAZunfrwiwA+9ruzm/WEdIV5QF/bjDZTqyAIVHA==} 3555 - hasBin: true 3556 - 3557 - cbor-x@1.6.0: 3558 - resolution: {integrity: sha512-0kareyRwHSkL6ws5VXHEf8uY1liitysCVJjlmhaLG+IXLqhSaOO+t63coaso7yjwEzWZzLy8fJo06gZDVQM9Qg==} 3559 - 3560 - cborg@1.10.2: 3561 - resolution: {integrity: sha512-b3tFPA9pUr2zCUiCfRd2+wok2/LBSNUMKOuRRok+WlvvAgEt/PlbgPTsZUcwCOs53IJvLgTp0eotwtosE6njug==} 3562 - hasBin: true 3563 - 3564 - chalk@1.1.3: 3565 - resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} 3566 - engines: {node: '>=0.10.0'} 3567 3568 chalk@2.4.2: 3569 resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} ··· 3579 chokidar@3.6.0: 3580 resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} 3581 engines: {node: '>= 8.10.0'} 3582 - 3583 - chokidar@4.0.1: 3584 - resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==} 3585 - engines: {node: '>= 14.16.0'} 3586 3587 chownr@2.0.0: 3588 resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} ··· 3614 resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} 3615 engines: {node: '>=6'} 3616 3617 - cli-cursor@1.0.2: 3618 - resolution: {integrity: sha512-25tABq090YNKkF6JH7lcwO0zFJTRke4Jcq9iX2nr/Sz0Cjjv4gckmwlW6Ty/aoyFd6z3ysR2hMGC2GFugmBo6A==} 3619 - engines: {node: '>=0.10.0'} 3620 - 3621 cli-cursor@2.1.0: 3622 resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} 3623 engines: {node: '>=4'} ··· 3626 resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} 3627 engines: {node: '>=6'} 3628 3629 - cli-width@1.1.1: 3630 - resolution: {integrity: sha512-eMU2akIeEIkCxGXUNmDnJq1KzOIiPnJ+rKqRe6hcxE3vIOPvpMrBYOn/Bl7zNlYJj/zQxXquAnozHUCf9Whnsg==} 3631 - 3632 client-only@0.0.1: 3633 resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} 3634 ··· 3651 code-block-writer@11.0.3: 3652 resolution: {integrity: sha512-NiujjUFB4SwScJq2bwbYUtXbZhBSlY6vYzm++3Q6oC+U+injTqfPYFK8wS9COOmb2lueqp0ZRB4nK1VYeHgNyw==} 3653 3654 - code-point-at@1.1.0: 3655 - resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==} 3656 - engines: {node: '>=0.10.0'} 3657 - 3658 color-convert@1.9.3: 3659 resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} 3660 ··· 3674 color@4.2.3: 3675 resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} 3676 engines: {node: '>=12.5.0'} 3677 - 3678 - colorette@2.0.20: 3679 - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} 3680 3681 combined-stream@1.0.8: 3682 resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} ··· 3729 resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} 3730 engines: {node: '>= 0.10.0'} 3731 3732 - consola@3.2.3: 3733 - resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} 3734 - engines: {node: ^14.18.0 || >=16.10.0} 3735 - 3736 - content-disposition@0.5.4: 3737 - resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} 3738 - engines: {node: '>= 0.6'} 3739 - 3740 - content-type@1.0.5: 3741 - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} 3742 - engines: {node: '>= 0.6'} 3743 - 3744 convert-source-map@2.0.0: 3745 resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} 3746 3747 - cookie-signature@1.0.6: 3748 - resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} 3749 - 3750 cookie-signature@1.2.2: 3751 resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==} 3752 engines: {node: '>=6.6.0'} ··· 3755 resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} 3756 engines: {node: '>= 0.6'} 3757 3758 - cookie@0.7.1: 3759 - resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==} 3760 - engines: {node: '>= 0.6'} 3761 - 3762 core-js-compat@3.39.0: 3763 resolution: {integrity: sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==} 3764 3765 core-js-pure@3.39.0: 3766 resolution: {integrity: sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==} 3767 3768 - core-js@2.6.12: 3769 - resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} 3770 - deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. 3771 - 3772 - core-util-is@1.0.2: 3773 - resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} 3774 - 3775 core-util-is@1.0.3: 3776 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} 3777 ··· 3782 create-require@1.1.1: 3783 resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} 3784 3785 - cross-fetch@3.2.0: 3786 - resolution: {integrity: sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==} 3787 3788 cross-spawn@6.0.6: 3789 resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==} ··· 3822 csstype@3.1.3: 3823 resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} 3824 3825 - custom-function@2.0.0: 3826 - resolution: {integrity: sha512-2OPHkZzq3mK1nWpJqWWkGD6Z+0AajNeIxmXl+MRVL8Vysjjf5tf9B5mo713/X2khEwBn/3BKQ7NphpP1vpVKug==} 3827 - 3828 - dashdash@1.14.1: 3829 - resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} 3830 - engines: {node: '>=0.10'} 3831 - 3832 data-uri-to-buffer@3.0.1: 3833 resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} 3834 engines: {node: '>= 6'} 3835 3836 - data-uri-to-buffer@4.0.1: 3837 - resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} 3838 - engines: {node: '>= 12'} 3839 - 3840 - data-view-buffer@1.0.2: 3841 - resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} 3842 engines: {node: '>= 0.4'} 3843 3844 - data-view-byte-length@1.0.2: 3845 - resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} 3846 engines: {node: '>= 0.4'} 3847 3848 - data-view-byte-offset@1.0.1: 3849 - resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} 3850 engines: {node: '>= 0.4'} 3851 - 3852 - dateformat@4.6.3: 3853 - resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} 3854 3855 debug@2.6.9: 3856 resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} ··· 3935 engines: {node: '>=0.10'} 3936 hasBin: true 3937 3938 - detect-libc@2.0.2: 3939 - resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==} 3940 - engines: {node: '>=8'} 3941 - 3942 - detect-libc@2.0.3: 3943 - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} 3944 - engines: {node: '>=8'} 3945 - 3946 detect-node-es@1.1.0: 3947 resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} 3948 ··· 3971 dom-serializer@2.0.0: 3972 resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} 3973 3974 - domconstants@1.1.6: 3975 - resolution: {integrity: sha512-CuaDrThJ4VM+LyZ4ax8n52k0KbLJZtffyGkuj1WhpTRRcSfcy/9DfOBa68jenhX96oNUTunblSJEUNC4baFdmQ==} 3976 - 3977 domelementtype@2.3.0: 3978 resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} 3979 ··· 3992 resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} 3993 engines: {node: '>=12'} 3994 3995 - drizzle-kit@0.30.1: 3996 - resolution: {integrity: sha512-HmA/NeewvHywhJ2ENXD3KvOuM/+K2dGLJfxVfIHsGwaqKICJnS+Ke2L6UcSrSrtMJLJaT0Im1Qv4TFXfaZShyw==} 3997 - hasBin: true 3998 - 3999 - drizzle-orm@0.38.3: 4000 - resolution: {integrity: sha512-w41Y+PquMpSff/QDRGdItG0/aWca+/J3Sda9PPGkTxBtjWQvgU1jxlFBXdjog5tYvTu58uvi3PwR1NuCx0KeZg==} 4001 - peerDependencies: 4002 - '@aws-sdk/client-rds-data': '>=3' 4003 - '@cloudflare/workers-types': '>=4' 4004 - '@electric-sql/pglite': '>=0.2.0' 4005 - '@libsql/client': '>=0.10.0' 4006 - '@libsql/client-wasm': '>=0.10.0' 4007 - '@neondatabase/serverless': '>=0.10.0' 4008 - '@op-engineering/op-sqlite': '>=2' 4009 - '@opentelemetry/api': ^1.4.1 4010 - '@planetscale/database': '>=1' 4011 - '@prisma/client': '*' 4012 - '@tidbcloud/serverless': '*' 4013 - '@types/better-sqlite3': '*' 4014 - '@types/pg': '*' 4015 - '@types/react': '>=18' 4016 - '@types/sql.js': '*' 4017 - '@vercel/postgres': '>=0.8.0' 4018 - '@xata.io/client': '*' 4019 - better-sqlite3: '>=7' 4020 - bun-types: '*' 4021 - expo-sqlite: '>=14.0.0' 4022 - knex: '*' 4023 - kysely: '*' 4024 - mysql2: '>=2' 4025 - pg: '>=8' 4026 - postgres: '>=3' 4027 - prisma: '*' 4028 - react: '>=18' 4029 - sql.js: '>=1' 4030 - sqlite3: '>=5' 4031 - peerDependenciesMeta: 4032 - '@aws-sdk/client-rds-data': 4033 - optional: true 4034 - '@cloudflare/workers-types': 4035 - optional: true 4036 - '@electric-sql/pglite': 4037 - optional: true 4038 - '@libsql/client': 4039 - optional: true 4040 - '@libsql/client-wasm': 4041 - optional: true 4042 - '@neondatabase/serverless': 4043 - optional: true 4044 - '@op-engineering/op-sqlite': 4045 - optional: true 4046 - '@opentelemetry/api': 4047 - optional: true 4048 - '@planetscale/database': 4049 - optional: true 4050 - '@prisma/client': 4051 - optional: true 4052 - '@tidbcloud/serverless': 4053 - optional: true 4054 - '@types/better-sqlite3': 4055 - optional: true 4056 - '@types/pg': 4057 - optional: true 4058 - '@types/react': 4059 - optional: true 4060 - '@types/sql.js': 4061 - optional: true 4062 - '@vercel/postgres': 4063 - optional: true 4064 - '@xata.io/client': 4065 - optional: true 4066 - better-sqlite3: 4067 - optional: true 4068 - bun-types: 4069 - optional: true 4070 - expo-sqlite: 4071 - optional: true 4072 - knex: 4073 - optional: true 4074 - kysely: 4075 - optional: true 4076 - mysql2: 4077 - optional: true 4078 - pg: 4079 - optional: true 4080 - postgres: 4081 - optional: true 4082 - prisma: 4083 - optional: true 4084 - react: 4085 - optional: true 4086 - sql.js: 4087 - optional: true 4088 - sqlite3: 4089 - optional: true 4090 - 4091 dunder-proto@1.0.0: 4092 resolution: {integrity: sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==} 4093 engines: {node: '>= 0.4'} 4094 - 4095 - dunder-proto@1.0.1: 4096 - resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} 4097 - engines: {node: '>= 0.4'} 4098 - 4099 - earlgrey-runtime@0.1.2: 4100 - resolution: {integrity: sha512-T4qoScXi5TwALDv8nlGTvOuCT8jXcKcxtO8qVdqv46IA2GHJfQzwoBPbkOmORnyhu3A98cVVuhWLsM2CzPljJg==} 4101 4102 eastasianwidth@0.2.0: 4103 resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} 4104 4105 - ecc-jsbn@0.1.2: 4106 - resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} 4107 - 4108 - editor@1.0.0: 4109 - resolution: {integrity: sha512-SoRmbGStwNYHgKfjOrX2L0mUvp9bUVv0uPppZSOMAntEbcFtoC3MKF5b3T6HQPXKIV+QGY3xPO3JK5it5lVkuw==} 4110 - 4111 ee-first@1.1.1: 4112 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} 4113 4114 - electron-to-chromium@1.5.76: 4115 - resolution: {integrity: sha512-CjVQyG7n7Sr+eBXE86HIulnL5N8xZY1sgmOPGuq/F0Rr0FJq63lg0kEtOIDfZBk44FnDLf6FUJ+dsJcuiUDdDQ==} 4116 4117 emoji-regex@8.0.0: 4118 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 4135 end-of-stream@1.4.4: 4136 resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} 4137 4138 - enhanced-resolve@5.18.0: 4139 - resolution: {integrity: sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==} 4140 engines: {node: '>=10.13.0'} 4141 4142 entities@4.5.0: ··· 4147 resolution: {integrity: sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA==} 4148 engines: {node: '>=8'} 4149 4150 - envalid@8.0.0: 4151 - resolution: {integrity: sha512-PGeYJnJB5naN0ME6SH8nFcDj9HVbLpYIfg1p5lAyM9T4cH2lwtu2fLbozC/bq+HUUOIFxhX/LP0/GmlqPHT4tQ==} 4152 - engines: {node: '>=8.12'} 4153 - 4154 eol@0.9.1: 4155 resolution: {integrity: sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==} 4156 ··· 4160 error-stack-parser@2.1.4: 4161 resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} 4162 4163 - es-abstract@1.23.8: 4164 - resolution: {integrity: sha512-lfab8IzDn6EpI1ibZakcgS6WsfEBiB+43cuJo+wgylx1xKXf+Sp+YR3vFuQwC/u3sxYwV8Cxe3B0DpVUu/WiJQ==} 4165 engines: {node: '>= 0.4'} 4166 4167 es-define-property@1.0.1: ··· 4172 resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} 4173 engines: {node: '>= 0.4'} 4174 4175 - es-iterator-helpers@1.2.1: 4176 - resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==} 4177 engines: {node: '>= 0.4'} 4178 4179 - es-module-lexer@1.6.0: 4180 - resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} 4181 4182 es-object-atoms@1.0.0: 4183 resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} ··· 4193 es-to-primitive@1.3.0: 4194 resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} 4195 engines: {node: '>= 0.4'} 4196 - 4197 - esbuild-register@3.6.0: 4198 - resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} 4199 - peerDependencies: 4200 - esbuild: '>=0.12 <1' 4201 - 4202 - esbuild@0.18.20: 4203 - resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} 4204 - engines: {node: '>=12'} 4205 - hasBin: true 4206 - 4207 - esbuild@0.19.12: 4208 - resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} 4209 - engines: {node: '>=12'} 4210 - hasBin: true 4211 - 4212 - esbuild@0.23.1: 4213 - resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==} 4214 - engines: {node: '>=18'} 4215 - hasBin: true 4216 - 4217 - esbuild@0.24.0: 4218 - resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} 4219 - engines: {node: '>=18'} 4220 - hasBin: true 4221 4222 escalade@3.2.0: 4223 resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} ··· 4308 peerDependencies: 4309 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 4310 4311 - eslint-plugin-react@7.37.3: 4312 - resolution: {integrity: sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==} 4313 engines: {node: '>=4'} 4314 peerDependencies: 4315 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 ··· 4377 resolution: {integrity: sha512-8q3LsZjRezbFZ2PN+uP+Q7pnHUMmAOziU2vA2OwoFaKIXxlxl38IylhSSgUorWu/rf4er67w0ikBqjBFk/pomA==} 4378 engines: {node: '>=10.13.0'} 4379 4380 - eventemitter3@4.0.7: 4381 - resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} 4382 - 4383 events@3.3.0: 4384 resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} 4385 engines: {node: '>=0.8.x'} ··· 4395 resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} 4396 engines: {node: '>=10'} 4397 4398 - exit-hook@1.1.1: 4399 - resolution: {integrity: sha512-MsG3prOVw1WtLXAZbM3KiYtooKR1LvxHh3VHsVtIy0uiUu8usxgB/94DP2HxtD/661lLdB6yzQ09lGJSQr6nkg==} 4400 - engines: {node: '>=0.10.0'} 4401 - 4402 - expo-asset@11.0.2: 4403 - resolution: {integrity: sha512-We3Td5WsNsNQyXoheLnuwic6JCOt/pqXqIIyWaZ3z/PeHrA+SwoQdI18MjDhkudLK08tbIVyDSUW8IJHXa04eg==} 4404 peerDependencies: 4405 expo: '*' 4406 react: '*' 4407 react-native: '*' 4408 4409 - expo-constants@17.0.4: 4410 - resolution: {integrity: sha512-5c0VlZycmDyQUCMCr3Na3cpHAsVJJ+5o6KkkD4rmATQZ0++Xp/S2gpnjWyEo2riRmO91vxoyHwmAySXuktJddQ==} 4411 peerDependencies: 4412 expo: '*' 4413 react-native: '*' 4414 4415 - expo-file-system@18.0.7: 4416 - resolution: {integrity: sha512-6PpbQfogMXdzOsJzlJayy5qf40IfIHhudtAOzr32RlRYL4Hkmk3YcR9jG0PWQ0rklJfAhbAdP63yOcN+wDgzaA==} 4417 peerDependencies: 4418 expo: '*' 4419 react-native: '*' 4420 4421 - expo-font@13.0.3: 4422 - resolution: {integrity: sha512-9IdYz+A+b3KvuCYP7DUUXF4VMZjPU+IsvAnLSVJ2TfP6zUD2JjZFx3jeo/cxWRkYk/aLj5+53Te7elTAScNl4Q==} 4423 peerDependencies: 4424 expo: '*' 4425 react: '*' 4426 4427 - expo-keep-awake@14.0.2: 4428 - resolution: {integrity: sha512-71XAMnoWjKZrN8J7Q3+u0l9Ytp4OfhNAYz8BCWF1/9aFUw09J3I7Z5DuI3MUsVMa/KWi+XhG+eDUFP8cVA19Uw==} 4429 peerDependencies: 4430 expo: '*' 4431 react: '*' 4432 4433 - expo-linking@7.0.4: 4434 - resolution: {integrity: sha512-i+QaFc2zwOoq/ajePVWC+op3cOKC6nd6Wj/BJtukU71byTAbxDhbi+3m0ZFbh2i1/v/iIXRqrl3PvQcKNklPkw==} 4435 peerDependencies: 4436 react: '*' 4437 react-native: '*' 4438 4439 - expo-modules-autolinking@2.0.7: 4440 - resolution: {integrity: sha512-rkGc6a/90AC3q8wSy4V+iIpq6Fd0KXmQICKrvfmSWwrMgJmLfwP4QTrvLYPYOOMjFwNJcTaohcH8vzW/wYKrMg==} 4441 hasBin: true 4442 4443 - expo-modules-core@2.1.4: 4444 - resolution: {integrity: sha512-gfsbTPSaocgcQQDy4Z4ztg1hcOofwODctAA+yoNcrUQr/hRaDc6ndIJQwGPjoGXnEbXVxFfzGGSAkNiqK1I7lQ==} 4445 4446 - expo-router@4.0.17: 4447 - resolution: {integrity: sha512-8ybo6bVwdG1S9hafh9BTOjX1hpCgomdUvs6hKHMM01koo8mQ7zocH/+zxQeaMVDxGhboz2dO5GiDchWJ0OheRA==} 4448 peerDependencies: 4449 - '@react-navigation/drawer': ^7.1.1 4450 '@testing-library/jest-native': '*' 4451 expo: '*' 4452 expo-constants: '*' ··· 4462 react-native-reanimated: 4463 optional: true 4464 4465 - expo-splash-screen@0.29.21: 4466 - resolution: {integrity: sha512-7uZ+qvIuNcvrvrLIklW+Wbt6llPuCj6LKYjrMu+GOX8s///laldS4TGiMAbqcE7fmfCzQ8ffgfY7xhxRourhcA==} 4467 peerDependencies: 4468 expo: '*' 4469 4470 - expo-sqlite@15.0.6: 4471 - resolution: {integrity: sha512-3cW8n6Lxj9P3JhbHQhLhPXBl/UAYZgKbbs19XbtaVM81LKiaUR6W1VLIaxGcv0vRVWfmEdGCbv12gF888szOig==} 4472 peerDependencies: 4473 expo: '*' 4474 react: '*' 4475 react-native: '*' 4476 4477 - expo-status-bar@2.0.1: 4478 - resolution: {integrity: sha512-AkIPX7jWHRPp83UBZ1iXtVvyr0g+DgBVvIXTtlmPtmUsm8Vq9Bb5IGj86PW8osuFlgoTVAg7HI/+Ok7yEYwiRg==} 4479 peerDependencies: 4480 react: '*' 4481 react-native: '*' 4482 4483 - expo-system-ui@4.0.7: 4484 - resolution: {integrity: sha512-x1VDoE7J8m4wxTgWyUBEYqsf1KabIg64dOLzYiZjg0cWOE6o6kX2Mg6n3abVWEEC01WhZBoo9+Urcce/6ZJ3tg==} 4485 peerDependencies: 4486 expo: '*' 4487 react-native: '*' ··· 4490 react-native-web: 4491 optional: true 4492 4493 - expo-web-browser@14.0.2: 4494 - resolution: {integrity: sha512-Hncv2yojhTpHbP6SGWARBFdl7P6wBHc1O8IKaNsH0a/IEakq887o1eRhLxZ5IwztPQyRDhpqHdgJ+BjWolOnwA==} 4495 peerDependencies: 4496 expo: '*' 4497 react-native: '*' 4498 4499 - expo@52.0.27: 4500 - resolution: {integrity: sha512-PxIS8JRTegUNYq4vNeP0eCqm7p17oGNYjJ/9x207zkwVlklywD9LYIckGojXEY5JPW/DwhbhtO6E2hMgdQQugg==} 4501 hasBin: true 4502 peerDependencies: 4503 '@expo/dom-webview': '*' ··· 4516 exponential-backoff@3.1.1: 4517 resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} 4518 4519 - express@4.21.2: 4520 - resolution: {integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==} 4521 - engines: {node: '>= 0.10.0'} 4522 - 4523 - extend@3.0.2: 4524 - resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} 4525 - 4526 - extsprintf@1.3.0: 4527 - resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} 4528 - engines: {'0': node >=0.6.0} 4529 - 4530 - fast-copy@3.0.2: 4531 - resolution: {integrity: sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==} 4532 - 4533 fast-deep-equal@3.1.3: 4534 resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 4535 ··· 4546 fast-loops@1.1.4: 4547 resolution: {integrity: sha512-8dbd3XWoKCTms18ize6JmQF1SFnnfj5s0B7rRry22EofgMu7B6LKHVh+XfFqFGsqnbH54xgeO83PzpKI+ODhlg==} 4548 4549 - fast-redact@3.5.0: 4550 - resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==} 4551 - engines: {node: '>=6'} 4552 - 4553 - fast-safe-stringify@2.1.1: 4554 - resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} 4555 - 4556 fast-uri@3.0.3: 4557 resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} 4558 ··· 4571 fbjs@3.0.5: 4572 resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} 4573 4574 - fdir@6.4.2: 4575 - resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} 4576 - peerDependencies: 4577 - picomatch: ^3 || ^4 4578 - peerDependenciesMeta: 4579 - picomatch: 4580 - optional: true 4581 - 4582 - fetch-blob@3.2.0: 4583 - resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} 4584 - engines: {node: ^12.20 || >= 14.13} 4585 - 4586 fetch-retry@4.1.1: 4587 resolution: {integrity: sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==} 4588 - 4589 - figures@1.7.0: 4590 - resolution: {integrity: sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ==} 4591 - engines: {node: '>=0.10.0'} 4592 4593 file-entry-cache@6.0.1: 4594 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} ··· 4606 resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} 4607 engines: {node: '>= 0.8'} 4608 4609 - finalhandler@1.3.1: 4610 - resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} 4611 - engines: {node: '>= 0.8'} 4612 - 4613 find-babel-config@2.1.2: 4614 resolution: {integrity: sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==} 4615 ··· 4639 flow-enums-runtime@0.0.6: 4640 resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} 4641 4642 - flow-parser@0.257.1: 4643 - resolution: {integrity: sha512-7+KYDpAXyBPD/wODhbPYO6IGUx+WwtJcLLG/r3DvbNyxaDyuYaTBKbSqeCldWQzuFcj+MsOVx2bpkEwVPB9JRw==} 4644 engines: {node: '>=0.4.0'} 4645 4646 - follow-redirects@1.15.9: 4647 - resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} 4648 - engines: {node: '>=4.0'} 4649 - peerDependencies: 4650 - debug: '*' 4651 - peerDependenciesMeta: 4652 - debug: 4653 - optional: true 4654 - 4655 fontfaceobserver@2.3.0: 4656 resolution: {integrity: sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg==} 4657 ··· 4661 foreground-child@3.3.0: 4662 resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} 4663 engines: {node: '>=14'} 4664 - 4665 - forever-agent@0.6.1: 4666 - resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} 4667 - 4668 - form-data@2.3.3: 4669 - resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} 4670 - engines: {node: '>= 0.12'} 4671 4672 form-data@3.0.2: 4673 resolution: {integrity: sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==} 4674 engines: {node: '>= 6'} 4675 4676 - form-data@4.0.1: 4677 - resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==} 4678 - engines: {node: '>= 6'} 4679 - 4680 - formdata-polyfill@4.0.10: 4681 - resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} 4682 - engines: {node: '>=12.20.0'} 4683 - 4684 - forwarded@0.2.0: 4685 - resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} 4686 - engines: {node: '>= 0.6'} 4687 - 4688 freeport-async@2.0.0: 4689 resolution: {integrity: sha512-K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ==} 4690 engines: {node: '>=8'} ··· 4692 fresh@0.5.2: 4693 resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} 4694 engines: {node: '>= 0.6'} 4695 - 4696 - fs-extra@0.26.7: 4697 - resolution: {integrity: sha512-waKu+1KumRhYv8D8gMRCKJGAMI9pRnPuEb1mvgYD0f7wBscg+h6bW4FDTmEZhB9VKxvoTtxW+Y7bnIlB7zja6Q==} 4698 4699 fs-extra@8.1.0: 4700 resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} ··· 4716 resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} 4717 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 4718 4719 - fs-promise@0.5.0: 4720 - resolution: {integrity: sha512-Y+4F4ujhEcayCJt6JmzcOun9MYGQwz+bVUiuBmTkJImhBHKpBvmVPZR9wtfiF7k3ffwAOAuurygQe+cPLSFQhw==} 4721 - deprecated: Use mz or fs-extra^3.0 with Promise Support 4722 - 4723 fs.realpath@1.0.0: 4724 resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} 4725 ··· 4731 function-bind@1.1.2: 4732 resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} 4733 4734 - function.prototype.name@1.1.8: 4735 - resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} 4736 engines: {node: '>= 0.4'} 4737 4738 functions-have-names@1.2.3: 4739 resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} 4740 - 4741 - gc-hook@0.4.1: 4742 - resolution: {integrity: sha512-uiF+uUftDVLr+VRdudsdsT3/LQYnv2ntwhRH964O7xXDI57Smrek5olv75Wb8Nnz6U+7iVTRXsBlxKcsaDTJTQ==} 4743 4744 gensync@1.0.0-beta.2: 4745 resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} ··· 4748 get-caller-file@2.0.5: 4749 resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} 4750 engines: {node: 6.* || 8.* || >= 10.*} 4751 - 4752 - get-intrinsic@1.2.5: 4753 - resolution: {integrity: sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==} 4754 - engines: {node: '>= 0.4'} 4755 4756 get-intrinsic@1.2.6: 4757 resolution: {integrity: sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==} ··· 4777 resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} 4778 engines: {node: '>=10'} 4779 4780 - get-symbol-description@1.1.0: 4781 - resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} 4782 engines: {node: '>= 0.4'} 4783 4784 get-tsconfig@4.8.1: ··· 4787 getenv@1.0.0: 4788 resolution: {integrity: sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg==} 4789 engines: {node: '>=6'} 4790 - 4791 - getpass@0.1.7: 4792 - resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} 4793 4794 glob-parent@5.1.2: 4795 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} ··· 4804 4805 glob@10.4.5: 4806 resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} 4807 - hasBin: true 4808 - 4809 - glob@11.0.0: 4810 - resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==} 4811 - engines: {node: 20 || >=22} 4812 hasBin: true 4813 4814 glob@7.2.3: ··· 4845 graphemer@1.4.0: 4846 resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} 4847 4848 - har-schema@2.0.0: 4849 - resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} 4850 - engines: {node: '>=4'} 4851 - 4852 - har-validator@5.1.5: 4853 - resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} 4854 - engines: {node: '>=6'} 4855 - deprecated: this library is no longer supported 4856 - 4857 - has-ansi@2.0.0: 4858 - resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} 4859 - engines: {node: '>=0.10.0'} 4860 - 4861 - has-bigints@1.1.0: 4862 - resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} 4863 - engines: {node: '>= 0.4'} 4864 4865 has-flag@3.0.0: 4866 resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} ··· 4893 resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} 4894 engines: {node: '>= 0.4'} 4895 4896 - help-me@5.0.0: 4897 - resolution: {integrity: sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==} 4898 - 4899 hermes-estree@0.23.1: 4900 resolution: {integrity: sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==} 4901 ··· 4914 hermes-parser@0.25.1: 4915 resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==} 4916 4917 - hoist-non-react-statics@3.3.2: 4918 - resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} 4919 - 4920 - hono@4.6.13: 4921 - resolution: {integrity: sha512-haV0gaMdSjy9URCRN9hxBPlqHa7fMm/T72kAImIxvw4eQLbNz1rgjN4hHElLJSieDiNuiIAXC//cC6YGz2KCbg==} 4922 - engines: {node: '>=16.9.0'} 4923 - 4924 hosted-git-info@7.0.2: 4925 resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} 4926 engines: {node: ^16.14.0 || >=18.0.0} ··· 4928 html-entities@2.5.2: 4929 resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==} 4930 4931 - html-escaper@3.0.3: 4932 - resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==} 4933 - 4934 - htmlparser2@9.1.0: 4935 - resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==} 4936 - 4937 http-errors@2.0.0: 4938 resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} 4939 engines: {node: '>= 0.8'} 4940 4941 - http-signature@1.2.0: 4942 - resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} 4943 - engines: {node: '>=0.8', npm: '>=1.3.7'} 4944 - 4945 human-signals@2.1.0: 4946 resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} 4947 engines: {node: '>=10.17.0'} ··· 4949 hyphenate-style-name@1.1.0: 4950 resolution: {integrity: sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==} 4951 4952 - iconv-lite@0.4.24: 4953 - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} 4954 - engines: {node: '>=0.10.0'} 4955 - 4956 ieee754@1.2.1: 4957 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 4958 ··· 4960 resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} 4961 engines: {node: '>= 4'} 4962 4963 - image-size@1.2.0: 4964 - resolution: {integrity: sha512-4S8fwbO6w3GeCVN6OPtA9I5IGKkcDMPcKndtUlpJuCwu7JLjtj7JZpwqLuyY2nrmQT3AWsCJLSKPsc2mPBSl3w==} 4965 engines: {node: '>=16.x'} 4966 hasBin: true 4967 ··· 4994 inline-style-prefixer@6.0.4: 4995 resolution: {integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==} 4996 4997 - inquirer-promise@0.0.3: 4998 - resolution: {integrity: sha512-82CQX586JAV9GAgU9yXZsMDs+NorjA0nLhkfFx9+PReyOnuoHRbHrC1Z90sS95bFJI1Tm1gzMObuE0HabzkJpg==} 4999 - 5000 - inquirer@0.11.4: 5001 - resolution: {integrity: sha512-QR+2TW90jnKk9LUUtbcA3yQXKt2rDEKMh6+BAZQIeumtzHexnwVLdPakSslGijXYLJCzFv7GMXbFCn0pA00EUw==} 5002 - 5003 internal-ip@4.3.0: 5004 resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} 5005 engines: {node: '>=6'} ··· 5027 resolution: {integrity: sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==} 5028 engines: {node: '>= 0.4'} 5029 5030 - is-array-buffer@3.0.5: 5031 - resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==} 5032 engines: {node: '>= 0.4'} 5033 5034 is-arrayish@0.2.1: ··· 5063 resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} 5064 engines: {node: '>= 0.4'} 5065 5066 - is-core-module@2.16.1: 5067 - resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} 5068 engines: {node: '>= 0.4'} 5069 5070 is-data-view@1.0.2: ··· 5088 resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} 5089 engines: {node: '>=0.10.0'} 5090 5091 - is-finalizationregistry@1.1.1: 5092 - resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} 5093 engines: {node: '>= 0.4'} 5094 5095 - is-fullwidth-code-point@1.0.0: 5096 - resolution: {integrity: sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==} 5097 - engines: {node: '>=0.10.0'} 5098 - 5099 is-fullwidth-code-point@3.0.0: 5100 resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} 5101 engines: {node: '>=8'} ··· 5112 resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} 5113 engines: {node: '>= 0.4'} 5114 5115 - is-number-object@1.1.1: 5116 - resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} 5117 engines: {node: '>= 0.4'} 5118 5119 is-number@7.0.0: ··· 5144 resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} 5145 engines: {node: '>= 0.4'} 5146 5147 - is-shared-array-buffer@1.0.4: 5148 - resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} 5149 engines: {node: '>= 0.4'} 5150 5151 is-stream@1.1.0: ··· 5156 resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} 5157 engines: {node: '>=8'} 5158 5159 - is-string@1.1.1: 5160 - resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} 5161 engines: {node: '>= 0.4'} 5162 5163 is-symbol@1.1.1: 5164 resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} 5165 engines: {node: '>= 0.4'} 5166 5167 - is-typed-array@1.1.15: 5168 - resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} 5169 engines: {node: '>= 0.4'} 5170 - 5171 - is-typedarray@1.0.0: 5172 - resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} 5173 5174 is-weakmap@2.0.2: 5175 resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} ··· 5179 resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} 5180 engines: {node: '>= 0.4'} 5181 5182 - is-weakset@2.0.4: 5183 - resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==} 5184 engines: {node: '>= 0.4'} 5185 5186 is-wsl@2.2.0: ··· 5203 resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} 5204 engines: {node: '>=0.10.0'} 5205 5206 - isstream@0.1.2: 5207 - resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} 5208 - 5209 istanbul-lib-coverage@3.2.2: 5210 resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} 5211 engines: {node: '>=8'} ··· 5220 5221 jackspeak@3.4.3: 5222 resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} 5223 - 5224 - jackspeak@4.0.2: 5225 - resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==} 5226 - engines: {node: 20 || >=22} 5227 5228 jest-environment-node@29.7.0: 5229 resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} ··· 5268 jimp-compact@0.16.1: 5269 resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} 5270 5271 - jiti@1.21.7: 5272 - resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} 5273 hasBin: true 5274 5275 join-component@1.1.0: ··· 5278 jose@5.9.6: 5279 resolution: {integrity: sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==} 5280 5281 - joycon@3.1.1: 5282 - resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} 5283 - engines: {node: '>=10'} 5284 - 5285 - js-base64@3.7.7: 5286 - resolution: {integrity: sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw==} 5287 - 5288 js-tokens@4.0.0: 5289 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 5290 ··· 5296 resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 5297 hasBin: true 5298 5299 - jsbn@0.1.1: 5300 - resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} 5301 - 5302 jsc-android@250231.0.0: 5303 resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==} 5304 ··· 5336 json-schema-traverse@1.0.0: 5337 resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} 5338 5339 - json-schema@0.4.0: 5340 - resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} 5341 - 5342 json-stable-stringify-without-jsonify@1.0.1: 5343 resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} 5344 5345 - json-stringify-safe@5.0.1: 5346 - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} 5347 - 5348 json5@1.0.2: 5349 resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} 5350 hasBin: true ··· 5353 resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} 5354 engines: {node: '>=6'} 5355 hasBin: true 5356 - 5357 - jsonfile@2.4.0: 5358 - resolution: {integrity: sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==} 5359 5360 jsonfile@4.0.0: 5361 resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} ··· 5363 jsonfile@6.1.0: 5364 resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} 5365 5366 - jsprim@1.4.2: 5367 - resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} 5368 - engines: {node: '>=0.6.0'} 5369 - 5370 jsx-ast-utils@3.3.5: 5371 resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} 5372 engines: {node: '>=4.0'} 5373 5374 - kaiser@0.0.4: 5375 - resolution: {integrity: sha512-m8ju+rmBqvclZmyrOXgGGhOYSjKJK6RN1NhqEltemY87UqZOxEkizg9TOy1vQSyJ01Wx6SAPuuN0iO2Mgislvw==} 5376 - 5377 keyv@4.5.4: 5378 resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} 5379 5380 kind-of@6.0.3: 5381 resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} 5382 engines: {node: '>=0.10.0'} 5383 - 5384 - klaw@1.3.1: 5385 - resolution: {integrity: sha512-TED5xi9gGQjGpNnvRWknrwAB1eL5GciPfVFOt3Vk1OJCVDQbzuSfrF3hkUQKlsgKrG1F+0t5W0m+Fje1jIt8rw==} 5386 5387 kleur@3.0.3: 5388 resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} ··· 5396 resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} 5397 engines: {node: '>= 0.8.0'} 5398 5399 - libsql@0.4.7: 5400 - resolution: {integrity: sha512-T9eIRCs6b0J1SHKYIvD8+KCJMcWZ900iZyxdnSCdqxN12Z1ijzT+jY5nrk72Jw4B0HGzms2NgpryArlJqvc3Lw==} 5401 - cpu: [x64, arm64, wasm32] 5402 - os: [darwin, linux, win32] 5403 - 5404 lighthouse-logger@1.4.2: 5405 resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} 5406 ··· 5410 cpu: [arm64] 5411 os: [darwin] 5412 5413 - lightningcss-darwin-arm64@1.28.2: 5414 - resolution: {integrity: sha512-/8cPSqZiusHSS+WQz0W4NuaqFjquys1x+NsdN/XOHb+idGHJSoJ7SoQTVl3DZuAgtPZwFZgRfb/vd1oi8uX6+g==} 5415 - engines: {node: '>= 12.0.0'} 5416 - cpu: [arm64] 5417 - os: [darwin] 5418 - 5419 lightningcss-darwin-x64@1.27.0: 5420 resolution: {integrity: sha512-0+mZa54IlcNAoQS9E0+niovhyjjQWEMrwW0p2sSdLRhLDc8LMQ/b67z7+B5q4VmjYCMSfnFi3djAAQFIDuj/Tg==} 5421 engines: {node: '>= 12.0.0'} 5422 cpu: [x64] 5423 os: [darwin] 5424 5425 - lightningcss-darwin-x64@1.28.2: 5426 - resolution: {integrity: sha512-R7sFrXlgKjvoEG8umpVt/yutjxOL0z8KWf0bfPT3cYMOW4470xu5qSHpFdIOpRWwl3FKNMUdbKtMUjYt0h2j4g==} 5427 - engines: {node: '>= 12.0.0'} 5428 - cpu: [x64] 5429 - os: [darwin] 5430 - 5431 lightningcss-freebsd-x64@1.27.0: 5432 resolution: {integrity: sha512-n1sEf85fePoU2aDN2PzYjoI8gbBqnmLGEhKq7q0DKLj0UTVmOTwDC7PtLcy/zFxzASTSBlVQYJUhwIStQMIpRA==} 5433 - engines: {node: '>= 12.0.0'} 5434 - cpu: [x64] 5435 - os: [freebsd] 5436 - 5437 - lightningcss-freebsd-x64@1.28.2: 5438 - resolution: {integrity: sha512-l2qrCT+x7crAY+lMIxtgvV10R8VurzHAoUZJaVFSlHrN8kRLTvEg9ObojIDIexqWJQvJcVVV3vfzsEynpiuvgA==} 5439 engines: {node: '>= 12.0.0'} 5440 cpu: [x64] 5441 os: [freebsd] ··· 5446 cpu: [arm] 5447 os: [linux] 5448 5449 - lightningcss-linux-arm-gnueabihf@1.28.2: 5450 - resolution: {integrity: sha512-DKMzpICBEKnL53X14rF7hFDu8KKALUJtcKdFUCW5YOlGSiwRSgVoRjM97wUm/E0NMPkzrTi/rxfvt7ruNK8meg==} 5451 - engines: {node: '>= 12.0.0'} 5452 - cpu: [arm] 5453 - os: [linux] 5454 - 5455 lightningcss-linux-arm64-gnu@1.27.0: 5456 resolution: {integrity: sha512-cPsxo1QEWq2sfKkSq2Bq5feQDHdUEwgtA9KaB27J5AX22+l4l0ptgjMZZtYtUnteBofjee+0oW1wQ1guv04a7A==} 5457 engines: {node: '>= 12.0.0'} 5458 cpu: [arm64] 5459 os: [linux] 5460 5461 - lightningcss-linux-arm64-gnu@1.28.2: 5462 - resolution: {integrity: sha512-nhfjYkfymWZSxdtTNMWyhFk2ImUm0X7NAgJWFwnsYPOfmtWQEapzG/DXZTfEfMjSzERNUNJoQjPAbdqgB+sjiw==} 5463 - engines: {node: '>= 12.0.0'} 5464 - cpu: [arm64] 5465 - os: [linux] 5466 - 5467 lightningcss-linux-arm64-musl@1.27.0: 5468 resolution: {integrity: sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==} 5469 engines: {node: '>= 12.0.0'} 5470 cpu: [arm64] 5471 os: [linux] 5472 5473 - lightningcss-linux-arm64-musl@1.28.2: 5474 - resolution: {integrity: sha512-1SPG1ZTNnphWvAv8RVOymlZ8BDtAg69Hbo7n4QxARvkFVCJAt0cgjAw1Fox0WEhf4PwnyoOBaVH0Z5YNgzt4dA==} 5475 - engines: {node: '>= 12.0.0'} 5476 - cpu: [arm64] 5477 - os: [linux] 5478 - 5479 lightningcss-linux-x64-gnu@1.27.0: 5480 resolution: {integrity: sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==} 5481 engines: {node: '>= 12.0.0'} 5482 cpu: [x64] 5483 os: [linux] 5484 5485 - lightningcss-linux-x64-gnu@1.28.2: 5486 - resolution: {integrity: sha512-ZhQy0FcO//INWUdo/iEdbefntTdpPVQ0XJwwtdbBuMQe+uxqZoytm9M+iqR9O5noWFaxK+nbS2iR/I80Q2Ofpg==} 5487 - engines: {node: '>= 12.0.0'} 5488 - cpu: [x64] 5489 - os: [linux] 5490 - 5491 lightningcss-linux-x64-musl@1.27.0: 5492 resolution: {integrity: sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==} 5493 engines: {node: '>= 12.0.0'} 5494 cpu: [x64] 5495 os: [linux] 5496 5497 - lightningcss-linux-x64-musl@1.28.2: 5498 - resolution: {integrity: sha512-alb/j1NMrgQmSFyzTbN1/pvMPM+gdDw7YBuQ5VSgcFDypN3Ah0BzC2dTZbzwzaMdUVDszX6zH5MzjfVN1oGuww==} 5499 - engines: {node: '>= 12.0.0'} 5500 - cpu: [x64] 5501 - os: [linux] 5502 - 5503 lightningcss-win32-arm64-msvc@1.27.0: 5504 resolution: {integrity: sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==} 5505 engines: {node: '>= 12.0.0'} 5506 cpu: [arm64] 5507 os: [win32] 5508 5509 - lightningcss-win32-arm64-msvc@1.28.2: 5510 - resolution: {integrity: sha512-WnwcjcBeAt0jGdjlgbT9ANf30pF0C/QMb1XnLnH272DQU8QXh+kmpi24R55wmWBwaTtNAETZ+m35ohyeMiNt+g==} 5511 - engines: {node: '>= 12.0.0'} 5512 - cpu: [arm64] 5513 - os: [win32] 5514 - 5515 lightningcss-win32-x64-msvc@1.27.0: 5516 resolution: {integrity: sha512-/OJLj94Zm/waZShL8nB5jsNj3CfNATLCTyFxZyouilfTmSoLDX7VlVAmhPHoZWVFp4vdmoiEbPEYC8HID3m6yw==} 5517 engines: {node: '>= 12.0.0'} 5518 cpu: [x64] 5519 os: [win32] 5520 5521 - lightningcss-win32-x64-msvc@1.28.2: 5522 - resolution: {integrity: sha512-3piBifyT3avz22o6mDKywQC/OisH2yDK+caHWkiMsF82i3m5wDBadyCjlCQ5VNgzYkxrWZgiaxHDdd5uxsi0/A==} 5523 - engines: {node: '>= 12.0.0'} 5524 - cpu: [x64] 5525 - os: [win32] 5526 - 5527 lightningcss@1.27.0: 5528 resolution: {integrity: sha512-8f7aNmS1+etYSLHht0fQApPc2kNO8qGRutifN5rVIc6Xo6ABsEbqOr758UwI7ALVbTt4x1fllKt0PYgzD9S3yQ==} 5529 engines: {node: '>= 12.0.0'} 5530 5531 - lightningcss@1.28.2: 5532 - resolution: {integrity: sha512-ePLRrbt3fgjXI5VFZOLbvkLD5ZRuxGKm+wJ3ujCqBtL3NanDHPo/5zicR5uEKAPiIjBYF99BM4K4okvMznjkVA==} 5533 - engines: {node: '>= 12.0.0'} 5534 - 5535 lilconfig@3.1.3: 5536 resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} 5537 engines: {node: '>=14'} 5538 5539 lines-and-columns@1.2.4: 5540 resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} 5541 - 5542 - load-tsconfig@0.2.5: 5543 - resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==} 5544 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 5545 5546 loader-runner@4.3.0: 5547 resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} ··· 5569 lodash.merge@4.6.2: 5570 resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 5571 5572 - lodash.sortby@4.7.0: 5573 - resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} 5574 - 5575 lodash.throttle@4.1.1: 5576 resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} 5577 - 5578 - lodash@3.10.1: 5579 - resolution: {integrity: sha512-9mDDwqVIma6OZX79ZlDACZl8sBm0TEnkf99zV3iMA4GzkIT/9hiqP5mY0HoT1iNLCrKc/R1HByV+yJfRWVJryQ==} 5580 5581 lodash@4.17.21: 5582 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} ··· 5592 lru-cache@10.4.3: 5593 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 5594 5595 - lru-cache@11.0.2: 5596 - resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} 5597 - engines: {node: 20 || >=22} 5598 - 5599 lru-cache@5.1.1: 5600 resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} 5601 ··· 5619 marky@1.2.5: 5620 resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} 5621 5622 - math-intrinsics@1.1.0: 5623 - resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} 5624 engines: {node: '>= 0.4'} 5625 5626 md5-file@3.2.3: ··· 5634 mdn-data@2.0.14: 5635 resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} 5636 5637 - media-typer@0.3.0: 5638 - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} 5639 - engines: {node: '>= 0.6'} 5640 - 5641 memoize-one@5.2.1: 5642 resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} 5643 5644 memoize-one@6.0.0: 5645 resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==} 5646 - 5647 - merge-descriptors@1.0.3: 5648 - resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} 5649 5650 merge-options@3.0.4: 5651 resolution: {integrity: sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==} ··· 5657 merge2@1.4.1: 5658 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} 5659 engines: {node: '>= 8'} 5660 - 5661 - methods@1.1.2: 5662 - resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} 5663 - engines: {node: '>= 0.6'} 5664 5665 metro-babel-transformer@0.81.0: 5666 resolution: {integrity: sha512-Dc0QWK4wZIeHnyZ3sevWGTnnSkIDDn/SWyfrn99zbKbDOCoCYy71PAn9uCRrP/hduKLJQOy+tebd63Rr9D8tXg==} ··· 5728 resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} 5729 engines: {node: '>= 0.6'} 5730 5731 mime-types@2.1.35: 5732 resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} 5733 engines: {node: '>= 0.6'} ··· 5744 mimic-fn@2.1.0: 5745 resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} 5746 engines: {node: '>=6'} 5747 - 5748 - minimatch@10.0.1: 5749 - resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} 5750 - engines: {node: 20 || >=22} 5751 5752 minimatch@3.1.2: 5753 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} ··· 5821 multiformats@9.9.0: 5822 resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} 5823 5824 - mute-stream@0.0.5: 5825 - resolution: {integrity: sha512-EbrziT4s8cWPmzr47eYVW3wimS4HsvlnV5ri1xw1aR6JQo/OrJX5rkl32K/QQHdxeabJETtfeaROGhd8W7uBgg==} 5826 - 5827 mz@2.7.0: 5828 resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} 5829 ··· 5865 resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} 5866 engines: {node: '>= 0.10.5'} 5867 5868 - node-domexception@1.0.0: 5869 - resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} 5870 - engines: {node: '>=10.5.0'} 5871 - 5872 node-fetch@2.7.0: 5873 resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} 5874 engines: {node: 4.x || >=6.0.0} ··· 5877 peerDependenciesMeta: 5878 encoding: 5879 optional: true 5880 - 5881 - node-fetch@3.3.2: 5882 - resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} 5883 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 5884 5885 node-forge@1.3.1: 5886 resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} 5887 engines: {node: '>= 6.13.0'} 5888 - 5889 - node-gyp-build-optional-packages@5.1.1: 5890 - resolution: {integrity: sha512-+P72GAjVAbTxjjwUmwjVrqrdZROD4nf8KgpBoDxqXXTiYZZt/ud60dE5yvCSr9lRO8e8yv6kgJIC0K0PfZFVQw==} 5891 - hasBin: true 5892 5893 node-int64@0.4.0: 5894 resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} ··· 5918 nullthrows@1.1.1: 5919 resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} 5920 5921 - number-is-nan@1.0.1: 5922 - resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} 5923 - engines: {node: '>=0.10.0'} 5924 - 5925 - oauth-sign@0.9.0: 5926 - resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} 5927 - 5928 ob1@0.81.0: 5929 resolution: {integrity: sha512-6Cvrkxt1tqaRdWqTAMcVYEiO5i1xcF9y7t06nFdjFqkfPsEloCf8WwhXdwBpNUkVYSQlSGS7cDgVQR86miBfBQ==} 5930 engines: {node: '>=18.18'} ··· 5945 resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} 5946 engines: {node: '>= 0.4'} 5947 5948 - object.assign@4.1.7: 5949 - resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} 5950 engines: {node: '>= 0.4'} 5951 5952 object.entries@1.1.8: ··· 5961 resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} 5962 engines: {node: '>= 0.4'} 5963 5964 - object.values@1.2.1: 5965 - resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==} 5966 engines: {node: '>= 0.4'} 5967 - 5968 - on-exit-leak-free@2.1.2: 5969 - resolution: {integrity: sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==} 5970 - engines: {node: '>=14.0.0'} 5971 5972 on-finished@2.3.0: 5973 resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} ··· 5984 once@1.4.0: 5985 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 5986 5987 - onetime@1.1.0: 5988 - resolution: {integrity: sha512-GZ+g4jayMqzCRMgB2sol7GiCLjKfS1PINkjmx8spcKce1LiVqcbQreXwqs2YAFXC6R03VIG28ZS31t8M866v6A==} 5989 - engines: {node: '>=0.10.0'} 5990 - 5991 onetime@2.0.1: 5992 resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==} 5993 engines: {node: '>=4'} ··· 6012 resolution: {integrity: sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==} 6013 engines: {node: '>=6'} 6014 6015 - os-homedir@1.0.2: 6016 - resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} 6017 - engines: {node: '>=0.10.0'} 6018 - 6019 os-tmpdir@1.0.2: 6020 resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} 6021 engines: {node: '>=0.10.0'} 6022 - 6023 - own-keys@1.0.1: 6024 - resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} 6025 - engines: {node: '>= 0.4'} 6026 6027 p-finally@1.0.0: 6028 resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} ··· 6052 resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} 6053 engines: {node: '>=10'} 6054 6055 - p-queue@6.6.2: 6056 - resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} 6057 - engines: {node: '>=8'} 6058 - 6059 - p-timeout@3.2.0: 6060 - resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} 6061 - engines: {node: '>=8'} 6062 - 6063 p-try@2.2.0: 6064 resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} 6065 engines: {node: '>=6'} ··· 6082 parseurl@1.3.3: 6083 resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} 6084 engines: {node: '>= 0.8'} 6085 - 6086 - partysocket@1.0.2: 6087 - resolution: {integrity: sha512-rAFOUKImaq+VBk2B+2RTBsWEvlnarEP53nchoUHzpVs8V6fG2/estihOTslTQUWHVuHEKDL5k8htG8K3TngyFA==} 6088 6089 password-prompt@1.1.3: 6090 resolution: {integrity: sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==} ··· 6119 resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} 6120 engines: {node: '>=16 || 14 >=14.18'} 6121 6122 - path-scurry@2.0.0: 6123 - resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} 6124 - engines: {node: 20 || >=22} 6125 - 6126 - path-to-regexp@0.1.12: 6127 - resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} 6128 - 6129 path-type@4.0.0: 6130 resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} 6131 engines: {node: '>=8'} 6132 - 6133 - performance-now@2.1.0: 6134 - resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} 6135 6136 picocolors@1.1.1: 6137 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} ··· 6144 resolution: {integrity: sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==} 6145 engines: {node: '>=10'} 6146 6147 - picomatch@4.0.2: 6148 - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 6149 - engines: {node: '>=12'} 6150 - 6151 pify@2.3.0: 6152 resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} 6153 engines: {node: '>=0.10.0'} ··· 6156 resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} 6157 engines: {node: '>=6'} 6158 6159 - pino-abstract-transport@1.2.0: 6160 - resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==} 6161 - 6162 - pino-abstract-transport@2.0.0: 6163 - resolution: {integrity: sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==} 6164 - 6165 - pino-pretty@13.0.0: 6166 - resolution: {integrity: sha512-cQBBIVG3YajgoUjo1FdKVRX6t9XPxwB9lcNJVD5GCnNM4Y6T12YYx8c6zEejxQsU0wrg9TwmDulcE9LR7qcJqA==} 6167 - hasBin: true 6168 - 6169 - pino-std-serializers@6.2.2: 6170 - resolution: {integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==} 6171 - 6172 - pino-std-serializers@7.0.0: 6173 - resolution: {integrity: sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==} 6174 - 6175 - pino@8.21.0: 6176 - resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==} 6177 - hasBin: true 6178 - 6179 - pino@9.5.0: 6180 - resolution: {integrity: sha512-xSEmD4pLnV54t0NOUN16yCl7RIB1c5UUOse5HSyEXtBp+FgFQyPeDutc+Q2ZO7/22vImV7VfEjH/1zV2QuqvYw==} 6181 - hasBin: true 6182 - 6183 pirates@4.0.6: 6184 resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} 6185 engines: {node: '>= 6'} ··· 6228 ts-node: 6229 optional: true 6230 6231 - postcss-load-config@6.0.1: 6232 - resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==} 6233 - engines: {node: '>= 18'} 6234 - peerDependencies: 6235 - jiti: '>=1.21.0' 6236 - postcss: '>=8.0.9' 6237 - tsx: ^4.8.1 6238 - yaml: ^2.4.2 6239 - peerDependenciesMeta: 6240 - jiti: 6241 - optional: true 6242 - postcss: 6243 - optional: true 6244 - tsx: 6245 - optional: true 6246 - yaml: 6247 - optional: true 6248 - 6249 postcss-nested@6.2.0: 6250 resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} 6251 engines: {node: '>=12.0'} ··· 6287 process-nextick-args@2.0.1: 6288 resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} 6289 6290 - process-warning@3.0.0: 6291 - resolution: {integrity: sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==} 6292 - 6293 - process-warning@4.0.0: 6294 - resolution: {integrity: sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==} 6295 - 6296 process@0.11.10: 6297 resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} 6298 engines: {node: '>= 0.6.0'} ··· 6300 progress@2.0.3: 6301 resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} 6302 engines: {node: '>=0.4.0'} 6303 - 6304 - promise-limit@2.7.0: 6305 - resolution: {integrity: sha512-7nJ6v5lnJsXwGprnGXga4wx6d1POjvi5Qmf1ivTRxTjH4Z/9Czja/UCMLVmB9N93GeWOU93XaFaEt6jbuoagNw==} 6306 6307 promise@7.3.1: 6308 resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} ··· 6317 prop-types@15.8.1: 6318 resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} 6319 6320 - proxy-addr@2.0.7: 6321 - resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} 6322 - engines: {node: '>= 0.10'} 6323 - 6324 psl@1.15.0: 6325 resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==} 6326 ··· 6335 resolution: {integrity: sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==} 6336 hasBin: true 6337 6338 - qs@6.13.0: 6339 - resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} 6340 - engines: {node: '>=0.6'} 6341 - 6342 - qs@6.5.3: 6343 - resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} 6344 - engines: {node: '>=0.6'} 6345 - 6346 query-string@7.1.3: 6347 resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==} 6348 engines: {node: '>=6'} ··· 6353 queue@6.0.2: 6354 resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==} 6355 6356 - quick-format-unescaped@4.0.4: 6357 - resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} 6358 - 6359 randombytes@2.1.0: 6360 resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} 6361 ··· 6363 resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} 6364 engines: {node: '>= 0.6'} 6365 6366 - rate-limiter-flexible@2.4.2: 6367 - resolution: {integrity: sha512-rMATGGOdO1suFyf/mI5LYhts71g1sbdhmd6YvdiXO2gJnd42Tt6QS4JUKJKSWVVkMtBacm6l40FR7Trjo6Iruw==} 6368 - 6369 - raw-body@2.5.2: 6370 - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} 6371 - engines: {node: '>= 0.8'} 6372 - 6373 rc@1.2.8: 6374 resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} 6375 hasBin: true ··· 6378 resolution: {integrity: sha512-9e6rCpVylr9EnVocgYAjft7+2v01BDpajeHKRoO+oc9pKcAMTpstHtHvE/TSVbyf4FvzCGjfKcfHM9XGTXI6Tw==} 6379 peerDependencies: 6380 react: ^17.0.0 || ^18.0.0 || ^19.0.0 6381 - 6382 - react-compiler-runtime@19.0.0-beta-e552027-20250112: 6383 - resolution: {integrity: sha512-GEeaCTe9UsEbNop0f6EAljFd82PvB3YCiZZPrxP0LbG0DVA5K4mOJ2D0zRpkxad/rCsT1SUo1KjBHSorRIdQug==} 6384 - peerDependencies: 6385 - react: ^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental 6386 6387 react-devtools-core@5.3.2: 6388 resolution: {integrity: sha512-crr9HkVrDiJ0A4zot89oS0Cgv0Oa4OG1Em4jit3P3ZxZSKPMYyMjfwMqgcJna9o625g8oN87rBm8SWWrSTBZxg==} ··· 6429 react-native-svg: 6430 optional: true 6431 6432 - react-native-gesture-handler@2.20.2: 6433 - resolution: {integrity: sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==} 6434 - peerDependencies: 6435 - react: '*' 6436 - react-native: '*' 6437 - 6438 react-native-helmet-async@2.0.4: 6439 resolution: {integrity: sha512-m3CkXWss6B1dd6mCMleLpzDCJJGGaHOLQsUzZv8kAASJmMfmVT4d2fx375iXKTRWT25ThBfae3dECuX5cq/8hg==} 6440 peerDependencies: ··· 6458 react: '*' 6459 react-native: '*' 6460 6461 - react-native-reanimated@3.16.6: 6462 - resolution: {integrity: sha512-jPbAfLF5t8+UCKFTO+LeOY+OmAcDP5SsAfqINvNQz5GFGvoO7UebxujjtY58CmpZNH6c3SQ514FF9//mZDpo/g==} 6463 peerDependencies: 6464 '@babel/core': ^7.0.0-0 6465 react: '*' ··· 6471 react: '*' 6472 react-native: '*' 6473 6474 - react-native-screens@4.4.0: 6475 - resolution: {integrity: sha512-c7zc7Zwjty6/pGyuuvh9gK3YBYqHPOxrhXfG1lF4gHlojQSmIx2piNbNaV+Uykj+RDTmFXK0e/hA+fucw/Qozg==} 6476 peerDependencies: 6477 react: '*' 6478 react-native: '*' ··· 6489 react: ^18.0.0 6490 react-dom: ^18.0.0 6491 6492 - react-native@0.76.6: 6493 - resolution: {integrity: sha512-AsRi+ud6v6ADH7ZtSOY42kRB4nbM0KtSu450pGO4pDudl4AEK/AF96ai88snb2/VJJSGGa/49QyJVFXxz/qoFg==} 6494 engines: {node: '>=18'} 6495 hasBin: true 6496 peerDependencies: ··· 6508 resolution: {integrity: sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==} 6509 engines: {node: '>=0.10.0'} 6510 6511 - react-remove-scroll-bar@2.3.8: 6512 - resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==} 6513 engines: {node: '>=10'} 6514 peerDependencies: 6515 - '@types/react': '*' 6516 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 6517 peerDependenciesMeta: 6518 '@types/react': 6519 optional: true 6520 6521 - react-remove-scroll@2.6.2: 6522 - resolution: {integrity: sha512-KmONPx5fnlXYJQqC62Q+lwIeAk64ws/cUw6omIumRzMRPqgnYqhSSti99nbj0Ry13bv7dF+BKn7NB+OqkdZGTw==} 6523 engines: {node: '>=10'} 6524 peerDependencies: 6525 - '@types/react': '*' 6526 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc 6527 peerDependenciesMeta: 6528 '@types/react': 6529 optional: true 6530 6531 - react-style-singleton@2.2.3: 6532 - resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==} 6533 engines: {node: '>=10'} 6534 peerDependencies: 6535 - '@types/react': '*' 6536 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc 6537 peerDependenciesMeta: 6538 '@types/react': 6539 optional: true 6540 6541 react@18.3.1: 6542 resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} 6543 - engines: {node: '>=0.10.0'} 6544 - 6545 - react@19.0.0: 6546 - resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} 6547 engines: {node: '>=0.10.0'} 6548 6549 read-cache@1.0.0: ··· 6560 resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} 6561 engines: {node: '>=8.10.0'} 6562 6563 - readdirp@4.0.2: 6564 - resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==} 6565 - engines: {node: '>= 14.16.0'} 6566 - 6567 - readline2@1.0.1: 6568 - resolution: {integrity: sha512-8/td4MmwUB6PkZUbV25uKz7dfrmjYWxsW8DVfibWdlHRk/l/DfHKn4pU+dfcoGLFgWOdyGCzINRQD7jn+Bv+/g==} 6569 - 6570 readline@1.3.0: 6571 resolution: {integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==} 6572 6573 - real-require@0.2.0: 6574 - resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==} 6575 - engines: {node: '>= 12.13.0'} 6576 - 6577 recast@0.21.5: 6578 resolution: {integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==} 6579 engines: {node: '>= 4'} 6580 6581 - reflect.getprototypeof@1.0.9: 6582 - resolution: {integrity: sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q==} 6583 engines: {node: '>= 0.4'} 6584 6585 regenerate-unicode-properties@10.2.0: ··· 6595 regenerator-runtime@0.14.1: 6596 resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} 6597 6598 - regenerator-runtime@0.9.6: 6599 - resolution: {integrity: sha512-D0Y/JJ4VhusyMOd/o25a3jdUqN/bC85EFsaoL9Oqmy/O4efCh+xhp7yj2EEOsj974qvMkcW8AwUzJ1jB/MbxCw==} 6600 - 6601 regenerator-transform@0.15.2: 6602 resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} 6603 ··· 6623 resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} 6624 engines: {node: '>=0.10'} 6625 6626 - request-promise@3.0.0: 6627 - resolution: {integrity: sha512-wVGUX+BoKxYsavTA72i6qHcyLbjzM4LR4y/AmDCqlbuMAursZdDWO7PmgbGAUvD2SeEJ5iB99VSq/U51i/DNbw==} 6628 - engines: {node: '>=0.10.0'} 6629 - deprecated: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 6630 - 6631 - request@2.88.2: 6632 - resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} 6633 - engines: {node: '>= 6'} 6634 - deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 6635 - 6636 require-directory@2.1.1: 6637 resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} 6638 engines: {node: '>=0.10.0'} ··· 6670 resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==} 6671 engines: {node: '>=10'} 6672 6673 - resolve@1.22.10: 6674 - resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==} 6675 - engines: {node: '>= 0.4'} 6676 hasBin: true 6677 6678 resolve@1.7.1: ··· 6682 resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} 6683 hasBin: true 6684 6685 - restore-cursor@1.0.1: 6686 - resolution: {integrity: sha512-reSjH4HuiFlxlaBaFCiS6O76ZGG2ygKoSlCsipKdaZuKSPx/+bt9mULkn4l0asVzbEfQQmXRg6Wp6gv6m0wElw==} 6687 - engines: {node: '>=0.10.0'} 6688 - 6689 restore-cursor@2.0.0: 6690 resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} 6691 engines: {node: '>=4'} ··· 6699 deprecated: Rimraf versions prior to v4 are no longer supported 6700 hasBin: true 6701 6702 - rimraf@2.7.1: 6703 - resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} 6704 - deprecated: Rimraf versions prior to v4 are no longer supported 6705 - hasBin: true 6706 - 6707 rimraf@3.0.2: 6708 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} 6709 deprecated: Rimraf versions prior to v4 are no longer supported 6710 hasBin: true 6711 6712 - rimraf@6.0.1: 6713 - resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} 6714 - engines: {node: 20 || >=22} 6715 - hasBin: true 6716 - 6717 - rollup@4.28.1: 6718 - resolution: {integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==} 6719 - engines: {node: '>=18.0.0', npm: '>=8.0.0'} 6720 - hasBin: true 6721 - 6722 - run-async@0.1.0: 6723 - resolution: {integrity: sha512-qOX+w+IxFgpUpJfkv2oGN0+ExPs68F4sZHfaRRx4dDexAQkG83atugKVEylyT5ARees3HBbfmuvnjbrd8j9Wjw==} 6724 - 6725 run-parallel@1.2.0: 6726 resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} 6727 6728 - rx-lite@3.1.2: 6729 - resolution: {integrity: sha512-1I1+G2gteLB8Tkt8YI1sJvSIfa0lWuRtC8GjvtyPBcLSF5jBCCJJqKrpER5JU5r6Bhe+i9/pK3VMuUcXu0kdwQ==} 6730 - 6731 safe-array-concat@1.1.3: 6732 resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} 6733 engines: {node: '>=0.4'} ··· 6738 safe-buffer@5.2.1: 6739 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} 6740 6741 - safe-push-apply@1.0.0: 6742 - resolution: {integrity: sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==} 6743 - engines: {node: '>= 0.4'} 6744 - 6745 safe-regex-test@1.1.0: 6746 resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} 6747 engines: {node: '>= 0.4'} 6748 - 6749 - safe-stable-stringify@2.5.0: 6750 - resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} 6751 - engines: {node: '>=10'} 6752 - 6753 - safer-buffer@2.1.2: 6754 - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} 6755 6756 sax@1.4.1: 6757 resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} ··· 6770 resolution: {integrity: sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==} 6771 engines: {node: '>= 10.13.0'} 6772 6773 - secure-json-parse@2.7.0: 6774 - resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} 6775 - 6776 selfsigned@2.4.1: 6777 resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==} 6778 engines: {node: '>=10'} ··· 6792 6793 send@0.19.0: 6794 resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} 6795 engines: {node: '>= 0.8.0'} 6796 6797 serialize-error@2.1.0: ··· 6864 resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} 6865 engines: {node: '>= 0.4'} 6866 6867 - side-channel@1.0.6: 6868 - resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} 6869 - engines: {node: '>= 0.4'} 6870 - 6871 side-channel@1.1.0: 6872 resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} 6873 engines: {node: '>= 0.4'} ··· 6896 resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} 6897 engines: {node: '>=8.0.0'} 6898 6899 - sonic-boom@3.8.1: 6900 - resolution: {integrity: sha512-y4Z8LCDBuum+PBP3lSV7RHrXscqksve/bi0as7mhwVnBW+/wUqKT/2Kb7um8yqcFy0duYbbPxzt89Zy2nOCaxg==} 6901 - 6902 - sonic-boom@4.2.0: 6903 - resolution: {integrity: sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==} 6904 - 6905 source-map-js@1.2.1: 6906 resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 6907 engines: {node: '>=0.10.0'} ··· 6921 resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} 6922 engines: {node: '>= 8'} 6923 6924 - source-map@0.8.0-beta.0: 6925 - resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} 6926 - engines: {node: '>= 8'} 6927 - 6928 split-on-first@1.1.0: 6929 resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==} 6930 engines: {node: '>=6'} 6931 6932 - split2@4.2.0: 6933 - resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} 6934 - engines: {node: '>= 10.x'} 6935 - 6936 split@1.0.1: 6937 resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} 6938 6939 sprintf-js@1.0.3: 6940 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 6941 - 6942 - sshpk@1.18.0: 6943 - resolution: {integrity: sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==} 6944 - engines: {node: '>=0.10.0'} 6945 - hasBin: true 6946 6947 ssri@10.0.6: 6948 resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} ··· 6981 resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==} 6982 engines: {node: '>=4'} 6983 6984 - string-width@1.0.2: 6985 - resolution: {integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==} 6986 - engines: {node: '>=0.10.0'} 6987 - 6988 string-width@4.2.3: 6989 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} 6990 engines: {node: '>=8'} ··· 6993 resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} 6994 engines: {node: '>=12'} 6995 6996 - string.prototype.matchall@4.0.12: 6997 - resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==} 6998 engines: {node: '>= 0.4'} 6999 7000 string.prototype.repeat@1.0.0: ··· 7017 7018 string_decoder@1.3.0: 7019 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} 7020 - 7021 - strip-ansi@3.0.1: 7022 - resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} 7023 - engines: {node: '>=0.10.0'} 7024 7025 strip-ansi@5.2.0: 7026 resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} ··· 7067 7068 sudo-prompt@8.2.5: 7069 resolution: {integrity: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==} 7070 - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 7071 7072 sudo-prompt@9.1.1: 7073 resolution: {integrity: sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==} 7074 - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 7075 - 7076 - supports-color@2.0.0: 7077 - resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} 7078 - engines: {node: '>=0.8.0'} 7079 7080 supports-color@5.5.0: 7081 resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} ··· 7097 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 7098 engines: {node: '>= 0.4'} 7099 7100 - tailwind-merge@2.6.0: 7101 - resolution: {integrity: sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==} 7102 7103 tailwindcss-animate@1.0.7: 7104 resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} 7105 peerDependencies: 7106 tailwindcss: '>=3.0.0 || insiders' 7107 7108 - tailwindcss@3.4.17: 7109 - resolution: {integrity: sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==} 7110 engines: {node: '>=14.0.0'} 7111 hasBin: true 7112 ··· 7169 thenify@3.3.1: 7170 resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} 7171 7172 - thread-stream@2.7.0: 7173 - resolution: {integrity: sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==} 7174 - 7175 - thread-stream@3.1.0: 7176 - resolution: {integrity: sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==} 7177 - 7178 throat@5.0.0: 7179 resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} 7180 ··· 7183 7184 through@2.3.8: 7185 resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} 7186 - 7187 - tinyexec@0.3.1: 7188 - resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} 7189 - 7190 - tinyglobby@0.2.10: 7191 - resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} 7192 - engines: {node: '>=12.0.0'} 7193 7194 tlds@1.255.0: 7195 resolution: {integrity: sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==} ··· 7210 resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} 7211 engines: {node: '>=0.6'} 7212 7213 - tough-cookie@2.5.0: 7214 - resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} 7215 - engines: {node: '>=0.8'} 7216 - 7217 tr46@0.0.3: 7218 resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} 7219 - 7220 - tr46@1.0.1: 7221 - resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} 7222 - 7223 - tree-kill@1.2.2: 7224 - resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} 7225 - hasBin: true 7226 7227 ts-api-utils@1.4.3: 7228 resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==} ··· 7253 tsconfig-paths@3.15.0: 7254 resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} 7255 7256 - tslib@2.6.2: 7257 - resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} 7258 - 7259 - tsup@8.3.5: 7260 - resolution: {integrity: sha512-Tunf6r6m6tnZsG9GYWndg0z8dEV7fD733VBFzFJ5Vcm1FtlXB8xBD/rtrBi2a3YKEV7hHtxiZtW5EAVADoe1pA==} 7261 - engines: {node: '>=18'} 7262 - hasBin: true 7263 - peerDependencies: 7264 - '@microsoft/api-extractor': ^7.36.0 7265 - '@swc/core': ^1 7266 - postcss: ^8.4.12 7267 - typescript: '>=4.5.0' 7268 - peerDependenciesMeta: 7269 - '@microsoft/api-extractor': 7270 - optional: true 7271 - '@swc/core': 7272 - optional: true 7273 - postcss: 7274 - optional: true 7275 - typescript: 7276 - optional: true 7277 - 7278 - tsx@4.19.2: 7279 - resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} 7280 - engines: {node: '>=18.0.0'} 7281 - hasBin: true 7282 - 7283 - tunnel-agent@0.6.0: 7284 - resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} 7285 - 7286 - turbo-darwin-64@2.3.3: 7287 - resolution: {integrity: sha512-bxX82xe6du/3rPmm4aCC5RdEilIN99VUld4HkFQuw+mvFg6darNBuQxyWSHZTtc25XgYjQrjsV05888w1grpaA==} 7288 - cpu: [x64] 7289 - os: [darwin] 7290 - 7291 - turbo-darwin-arm64@2.3.3: 7292 - resolution: {integrity: sha512-DYbQwa3NsAuWkCUYVzfOUBbSUBVQzH5HWUFy2Kgi3fGjIWVZOFk86ss+xsWu//rlEAfYwEmopigsPYSmW4X15A==} 7293 - cpu: [arm64] 7294 - os: [darwin] 7295 - 7296 - turbo-linux-64@2.3.3: 7297 - resolution: {integrity: sha512-eHj9OIB0dFaP6BxB88jSuaCLsOQSYWBgmhy2ErCu6D2GG6xW3b6e2UWHl/1Ho9FsTg4uVgo4DB9wGsKa5erjUA==} 7298 - cpu: [x64] 7299 - os: [linux] 7300 - 7301 - turbo-linux-arm64@2.3.3: 7302 - resolution: {integrity: sha512-NmDE/NjZoDj1UWBhMtOPmqFLEBKhzGS61KObfrDEbXvU3lekwHeoPvAMfcovzswzch+kN2DrtbNIlz+/rp8OCg==} 7303 - cpu: [arm64] 7304 - os: [linux] 7305 7306 turbo-stream@2.4.0: 7307 resolution: {integrity: sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==} 7308 7309 - turbo-windows-64@2.3.3: 7310 - resolution: {integrity: sha512-O2+BS4QqjK3dOERscXqv7N2GXNcqHr9hXumkMxDj/oGx9oCatIwnnwx34UmzodloSnJpgSqjl8iRWiY65SmYoQ==} 7311 - cpu: [x64] 7312 - os: [win32] 7313 - 7314 - turbo-windows-arm64@2.3.3: 7315 - resolution: {integrity: sha512-dW4ZK1r6XLPNYLIKjC4o87HxYidtRRcBeo/hZ9Wng2XM/MqqYkAyzJXJGgRMsc0MMEN9z4+ZIfnSNBrA0b08ag==} 7316 - cpu: [arm64] 7317 - os: [win32] 7318 - 7319 - turbo@2.3.3: 7320 - resolution: {integrity: sha512-DUHWQAcC8BTiUZDRzAYGvpSpGLiaOQPfYXlCieQbwUvmml/LRGIe3raKdrOPOoiX0DYlzxs2nH6BoWJoZrj8hA==} 7321 - hasBin: true 7322 - 7323 - tweetnacl@0.14.5: 7324 - resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} 7325 - 7326 type-check@0.4.0: 7327 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 7328 engines: {node: '>= 0.8.0'} ··· 7347 resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} 7348 engines: {node: '>=8'} 7349 7350 - type-is@1.6.18: 7351 - resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} 7352 - engines: {node: '>= 0.6'} 7353 - 7354 - typed-array-buffer@1.0.3: 7355 - resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} 7356 engines: {node: '>= 0.4'} 7357 7358 - typed-array-byte-length@1.0.3: 7359 - resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} 7360 engines: {node: '>= 0.4'} 7361 7362 - typed-array-byte-offset@1.0.4: 7363 - resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} 7364 engines: {node: '>= 0.4'} 7365 7366 typed-array-length@1.0.7: 7367 resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} 7368 engines: {node: '>= 0.4'} 7369 7370 - typescript@5.7.2: 7371 - resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} 7372 engines: {node: '>=14.17'} 7373 hasBin: true 7374 7375 - ua-parser-js@1.0.40: 7376 - resolution: {integrity: sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew==} 7377 hasBin: true 7378 7379 - udomdiff@1.1.2: 7380 - resolution: {integrity: sha512-v+Z8Jal+GtmKGtJ34GIQlCJAxrDt9kbjpNsNvYoAXFyr4gNfWlD4uJJuoNNu/0UTVaKvQwHaSU095YDl71lKPw==} 7381 - 7382 - uhtml@4.7.0: 7383 - resolution: {integrity: sha512-3j0YIvbu863FB27mwnuLcKK0zPsHVQWwUs/GFanVz/QSwsItT/lOcGKmIdpqlcfWpYBCBoMEdfK0vIN/P2kCmg==} 7384 - 7385 uint8arrays@3.0.0: 7386 resolution: {integrity: sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==} 7387 7388 - unbox-primitive@1.1.0: 7389 - resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} 7390 - engines: {node: '>= 0.4'} 7391 - 7392 - undici-types@6.19.8: 7393 - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} 7394 7395 undici-types@6.20.0: 7396 resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} ··· 7443 resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} 7444 engines: {node: '>= 0.8'} 7445 7446 - untildify@3.0.3: 7447 - resolution: {integrity: sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==} 7448 - engines: {node: '>=4'} 7449 - 7450 update-browserslist-db@1.1.1: 7451 resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} 7452 hasBin: true ··· 7456 uri-js@4.4.1: 7457 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 7458 7459 - use-callback-ref@1.3.3: 7460 - resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==} 7461 engines: {node: '>=10'} 7462 peerDependencies: 7463 - '@types/react': '*' 7464 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc 7465 peerDependenciesMeta: 7466 '@types/react': 7467 optional: true ··· 7471 peerDependencies: 7472 react: '>=16.8' 7473 7474 - use-sidecar@1.1.3: 7475 - resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==} 7476 engines: {node: '>=10'} 7477 peerDependencies: 7478 - '@types/react': '*' 7479 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc 7480 peerDependenciesMeta: 7481 '@types/react': 7482 optional: true ··· 7491 peerDependencies: 7492 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 7493 7494 - user-home@2.0.0: 7495 - resolution: {integrity: sha512-KMWqdlOcjCYdtIJpicDSFBQ8nFwS2i9sslAd6f4+CBGcU4gist2REnr2fxj2YocvJFxSF3ZOHLYLVZnUxv4BZQ==} 7496 - engines: {node: '>=0.10.0'} 7497 - 7498 util-deprecate@1.0.2: 7499 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 7500 ··· 7505 resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} 7506 engines: {node: '>= 0.4.0'} 7507 7508 - uuid@3.4.0: 7509 - resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} 7510 - deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 7511 - hasBin: true 7512 - 7513 uuid@7.0.3: 7514 resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==} 7515 hasBin: true ··· 7525 resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} 7526 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 7527 7528 - varint@6.0.0: 7529 - resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==} 7530 - 7531 vary@1.1.2: 7532 resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} 7533 engines: {node: '>= 0.8'} 7534 7535 - verror@1.10.0: 7536 - resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} 7537 - engines: {'0': node >=0.6.0} 7538 - 7539 vlq@1.0.1: 7540 resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==} 7541 ··· 7561 7562 webidl-conversions@3.0.1: 7563 resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} 7564 - 7565 - webidl-conversions@4.0.2: 7566 - resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} 7567 7568 webidl-conversions@5.0.0: 7569 resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} ··· 7593 whatwg-url@5.0.0: 7594 resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} 7595 7596 - whatwg-url@7.1.0: 7597 - resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} 7598 - 7599 - which-boxed-primitive@1.1.1: 7600 - resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} 7601 engines: {node: '>= 0.4'} 7602 7603 which-builtin-type@1.2.1: ··· 7608 resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} 7609 engines: {node: '>= 0.4'} 7610 7611 - which-typed-array@1.1.18: 7612 - resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==} 7613 engines: {node: '>= 0.4'} 7614 7615 which@1.3.1: ··· 7745 peerDependencies: 7746 zod: ^3.18.0 7747 7748 - zod@3.23.8: 7749 - resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} 7750 7751 zustand@4.5.5: 7752 resolution: {integrity: sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==} ··· 7789 7790 '@ampproject/remapping@2.3.0': 7791 dependencies: 7792 - '@jridgewell/gen-mapping': 0.3.5 7793 '@jridgewell/trace-mapping': 0.3.25 7794 7795 - '@aquareum/atproto-oauth-client-react-native@0.0.1(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7796 dependencies: 7797 '@atproto-labs/did-resolver': 0.1.5 7798 '@atproto-labs/handle-resolver-node': 0.1.7 ··· 7807 '@atproto/oauth-types': 0.2.1 7808 abortcontroller-polyfill: 1.7.8 7809 event-target-shim: 6.0.2 7810 - expo-sqlite: 15.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7811 jose: 5.9.6 7812 - react-native-quick-crypto: 0.7.10(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7813 transitivePeerDependencies: 7814 - expo 7815 - react 7816 - react-native 7817 7818 - '@atcute/bluesky@1.0.9(@atcute/client@2.0.6)': 7819 - dependencies: 7820 - '@atcute/client': 2.0.6 7821 - 7822 - '@atcute/client@2.0.6': {} 7823 - 7824 '@atproto-labs/did-resolver@0.1.5': 7825 dependencies: 7826 '@atproto-labs/fetch': 0.1.1 ··· 7828 '@atproto-labs/simple-store': 0.1.1 7829 '@atproto-labs/simple-store-memory': 0.1.1 7830 '@atproto/did': 0.1.3 7831 - zod: 3.23.8 7832 - 7833 - '@atproto-labs/did-resolver@0.1.6': 7834 - dependencies: 7835 - '@atproto-labs/fetch': 0.1.2 7836 - '@atproto-labs/pipe': 0.1.0 7837 - '@atproto-labs/simple-store': 0.1.1 7838 - '@atproto-labs/simple-store-memory': 0.1.1 7839 - '@atproto/did': 0.1.3 7840 - zod: 3.23.8 7841 7842 '@atproto-labs/fetch-node@0.1.3': 7843 dependencies: ··· 7847 psl: 1.15.0 7848 undici: 6.21.0 7849 7850 - '@atproto-labs/fetch-node@0.1.4': 7851 - dependencies: 7852 - '@atproto-labs/fetch': 0.1.2 7853 - '@atproto-labs/pipe': 0.1.0 7854 - ipaddr.js: 2.2.0 7855 - psl: 1.15.0 7856 - undici: 6.21.0 7857 - 7858 '@atproto-labs/fetch@0.1.1': 7859 dependencies: 7860 '@atproto-labs/pipe': 0.1.0 7861 optionalDependencies: 7862 - zod: 3.23.8 7863 - 7864 - '@atproto-labs/fetch@0.1.2': 7865 - dependencies: 7866 - '@atproto-labs/pipe': 0.1.0 7867 - optionalDependencies: 7868 - zod: 3.23.8 7869 7870 '@atproto-labs/handle-resolver-node@0.1.7': 7871 dependencies: ··· 7873 '@atproto-labs/handle-resolver': 0.1.4 7874 '@atproto/did': 0.1.3 7875 7876 - '@atproto-labs/handle-resolver-node@0.1.8': 7877 - dependencies: 7878 - '@atproto-labs/fetch-node': 0.1.4 7879 - '@atproto-labs/handle-resolver': 0.1.4 7880 - '@atproto/did': 0.1.3 7881 - 7882 '@atproto-labs/handle-resolver@0.1.4': 7883 dependencies: 7884 '@atproto-labs/simple-store': 0.1.1 7885 '@atproto-labs/simple-store-memory': 0.1.1 7886 '@atproto/did': 0.1.3 7887 - zod: 3.23.8 7888 - 7889 - '@atproto-labs/handle-resolver@0.1.5': 7890 - dependencies: 7891 - '@atproto-labs/simple-store': 0.1.1 7892 - '@atproto-labs/simple-store-memory': 0.1.1 7893 - '@atproto/did': 0.1.3 7894 - zod: 3.23.8 7895 7896 '@atproto-labs/identity-resolver@0.1.6': 7897 dependencies: ··· 7899 '@atproto-labs/handle-resolver': 0.1.4 7900 '@atproto/syntax': 0.3.1 7901 7902 - '@atproto-labs/identity-resolver@0.1.7': 7903 - dependencies: 7904 - '@atproto-labs/did-resolver': 0.1.6 7905 - '@atproto-labs/handle-resolver': 0.1.4 7906 - '@atproto/syntax': 0.3.1 7907 - 7908 - '@atproto-labs/identity-resolver@0.1.8': 7909 - dependencies: 7910 - '@atproto-labs/did-resolver': 0.1.6 7911 - '@atproto-labs/handle-resolver': 0.1.5 7912 - '@atproto/syntax': 0.3.1 7913 - 7914 '@atproto-labs/pipe@0.1.0': {} 7915 7916 '@atproto-labs/simple-store-memory@0.1.1': ··· 7920 7921 '@atproto-labs/simple-store@0.1.1': {} 7922 7923 - '@atproto/api@0.13.19': 7924 dependencies: 7925 '@atproto/common-web': 0.3.1 7926 - '@atproto/lexicon': 0.4.3 7927 '@atproto/syntax': 0.3.1 7928 - '@atproto/xrpc': 0.6.4 7929 await-lock: 2.2.2 7930 multiformats: 9.9.0 7931 tlds: 1.255.0 7932 - zod: 3.23.8 7933 7934 '@atproto/common-web@0.3.1': 7935 dependencies: 7936 graphemer: 1.4.0 7937 multiformats: 9.9.0 7938 uint8arrays: 3.0.0 7939 - zod: 3.23.8 7940 - 7941 - '@atproto/common@0.4.4': 7942 - dependencies: 7943 - '@atproto/common-web': 0.3.1 7944 - '@ipld/dag-cbor': 7.0.3 7945 - cbor-x: 1.6.0 7946 - iso-datestring-validator: 2.2.2 7947 - multiformats: 9.9.0 7948 - pino: 8.21.0 7949 - 7950 - '@atproto/common@0.4.5': 7951 - dependencies: 7952 - '@atproto/common-web': 0.3.1 7953 - '@ipld/dag-cbor': 7.0.3 7954 - cbor-x: 1.6.0 7955 - iso-datestring-validator: 2.2.2 7956 - multiformats: 9.9.0 7957 - pino: 8.21.0 7958 - 7959 - '@atproto/crypto@0.4.2': 7960 - dependencies: 7961 - '@noble/curves': 1.7.0 7962 - '@noble/hashes': 1.6.1 7963 - uint8arrays: 3.0.0 7964 7965 '@atproto/did@0.1.3': 7966 dependencies: 7967 - zod: 3.23.8 7968 - 7969 - '@atproto/identity@0.4.3': 7970 - dependencies: 7971 - '@atproto/common-web': 0.3.1 7972 - '@atproto/crypto': 0.4.2 7973 - axios: 0.27.2 7974 - transitivePeerDependencies: 7975 - - debug 7976 7977 '@atproto/jwk-jose@0.1.2': 7978 dependencies: ··· 7987 '@atproto/jwk@0.1.1': 7988 dependencies: 7989 multiformats: 9.9.0 7990 - zod: 3.23.8 7991 7992 - '@atproto/lex-cli@0.5.4': 7993 dependencies: 7994 '@atproto/lexicon': 0.4.4 7995 '@atproto/syntax': 0.3.1 ··· 7998 prettier: 3.4.2 7999 ts-morph: 16.0.0 8000 yesno: 0.4.0 8001 - zod: 3.23.8 8002 - 8003 - '@atproto/lexicon@0.4.3': 8004 - dependencies: 8005 - '@atproto/common-web': 0.3.1 8006 - '@atproto/syntax': 0.3.1 8007 - iso-datestring-validator: 2.2.2 8008 - multiformats: 9.9.0 8009 - zod: 3.23.8 8010 8011 '@atproto/lexicon@0.4.4': 8012 dependencies: ··· 8014 '@atproto/syntax': 0.3.1 8015 iso-datestring-validator: 2.2.2 8016 multiformats: 9.9.0 8017 - zod: 3.23.8 8018 8019 '@atproto/oauth-client-browser@0.3.2': 8020 dependencies: ··· 8025 '@atproto/jwk': 0.1.1 8026 '@atproto/jwk-webcrypto': 0.1.2 8027 '@atproto/oauth-client': 0.3.2 8028 - '@atproto/oauth-types': 0.2.1 8029 - 8030 - '@atproto/oauth-client-node@0.2.3': 8031 - dependencies: 8032 - '@atproto-labs/did-resolver': 0.1.6 8033 - '@atproto-labs/handle-resolver-node': 0.1.8 8034 - '@atproto-labs/simple-store': 0.1.1 8035 - '@atproto/did': 0.1.3 8036 - '@atproto/jwk': 0.1.1 8037 - '@atproto/jwk-jose': 0.1.2 8038 - '@atproto/jwk-webcrypto': 0.1.2 8039 - '@atproto/oauth-client': 0.3.3 8040 '@atproto/oauth-types': 0.2.1 8041 8042 '@atproto/oauth-client@0.3.2': ··· 8052 '@atproto/oauth-types': 0.2.1 8053 '@atproto/xrpc': 0.6.4 8054 multiformats: 9.9.0 8055 - zod: 3.23.8 8056 - 8057 - '@atproto/oauth-client@0.3.3': 8058 - dependencies: 8059 - '@atproto-labs/did-resolver': 0.1.6 8060 - '@atproto-labs/fetch': 0.1.2 8061 - '@atproto-labs/handle-resolver': 0.1.4 8062 - '@atproto-labs/identity-resolver': 0.1.7 8063 - '@atproto-labs/simple-store': 0.1.1 8064 - '@atproto-labs/simple-store-memory': 0.1.1 8065 - '@atproto/did': 0.1.3 8066 - '@atproto/jwk': 0.1.1 8067 - '@atproto/oauth-types': 0.2.1 8068 - '@atproto/xrpc': 0.6.4 8069 - multiformats: 9.9.0 8070 - zod: 3.23.8 8071 - 8072 - '@atproto/oauth-client@0.3.5': 8073 - dependencies: 8074 - '@atproto-labs/did-resolver': 0.1.6 8075 - '@atproto-labs/fetch': 0.1.2 8076 - '@atproto-labs/handle-resolver': 0.1.5 8077 - '@atproto-labs/identity-resolver': 0.1.8 8078 - '@atproto-labs/simple-store': 0.1.1 8079 - '@atproto-labs/simple-store-memory': 0.1.1 8080 - '@atproto/did': 0.1.3 8081 - '@atproto/jwk': 0.1.1 8082 - '@atproto/oauth-types': 0.2.1 8083 - '@atproto/xrpc': 0.6.5 8084 - multiformats: 9.9.0 8085 - zod: 3.23.8 8086 8087 '@atproto/oauth-types@0.2.1': 8088 dependencies: 8089 '@atproto/jwk': 0.1.1 8090 - zod: 3.23.8 8091 - 8092 - '@atproto/repo@0.5.5': 8093 - dependencies: 8094 - '@atproto/common': 0.4.4 8095 - '@atproto/common-web': 0.3.1 8096 - '@atproto/crypto': 0.4.2 8097 - '@atproto/lexicon': 0.4.3 8098 - '@ipld/car': 3.2.4 8099 - '@ipld/dag-cbor': 7.0.3 8100 - multiformats: 9.9.0 8101 - uint8arrays: 3.0.0 8102 - zod: 3.23.8 8103 - 8104 - '@atproto/sync@0.1.6': 8105 - dependencies: 8106 - '@atproto/common': 0.4.4 8107 - '@atproto/identity': 0.4.3 8108 - '@atproto/lexicon': 0.4.3 8109 - '@atproto/repo': 0.5.5 8110 - '@atproto/syntax': 0.3.1 8111 - '@atproto/xrpc-server': 0.7.4 8112 - multiformats: 9.9.0 8113 - p-queue: 6.6.2 8114 - transitivePeerDependencies: 8115 - - bufferutil 8116 - - debug 8117 - - supports-color 8118 - - utf-8-validate 8119 8120 '@atproto/syntax@0.3.1': {} 8121 8122 - '@atproto/xrpc-server@0.7.4': 8123 - dependencies: 8124 - '@atproto/common': 0.4.5 8125 - '@atproto/crypto': 0.4.2 8126 - '@atproto/lexicon': 0.4.4 8127 - '@atproto/xrpc': 0.6.5 8128 - cbor-x: 1.6.0 8129 - express: 4.21.2 8130 - http-errors: 2.0.0 8131 - mime-types: 2.1.35 8132 - rate-limiter-flexible: 2.4.2 8133 - uint8arrays: 3.0.0 8134 - ws: 8.18.0 8135 - zod: 3.23.8 8136 - transitivePeerDependencies: 8137 - - bufferutil 8138 - - supports-color 8139 - - utf-8-validate 8140 - 8141 '@atproto/xrpc@0.6.4': 8142 dependencies: 8143 - '@atproto/lexicon': 0.4.3 8144 - zod: 3.23.8 8145 8146 '@atproto/xrpc@0.6.5': 8147 dependencies: 8148 '@atproto/lexicon': 0.4.4 8149 - zod: 3.23.8 8150 8151 '@babel/code-frame@7.10.4': 8152 dependencies: ··· 8184 dependencies: 8185 '@babel/parser': 7.26.3 8186 '@babel/types': 7.26.3 8187 - '@jridgewell/gen-mapping': 0.3.5 8188 '@jridgewell/trace-mapping': 0.3.25 8189 jsesc: 3.1.0 8190 ··· 8227 '@babel/helper-plugin-utils': 7.25.9 8228 debug: 4.4.0 8229 lodash.debounce: 4.0.8 8230 - resolve: 1.22.10 8231 transitivePeerDependencies: 8232 - supports-color 8233 ··· 9050 '@babel/helper-string-parser': 7.25.9 9051 '@babel/helper-validator-identifier': 7.25.9 9052 9053 - '@braintree/sanitize-url@7.1.0': {} 9054 - 9055 - '@cbor-extract/cbor-extract-darwin-arm64@2.2.0': 9056 - optional: true 9057 - 9058 - '@cbor-extract/cbor-extract-darwin-x64@2.2.0': 9059 - optional: true 9060 - 9061 - '@cbor-extract/cbor-extract-linux-arm64@2.2.0': 9062 - optional: true 9063 - 9064 - '@cbor-extract/cbor-extract-linux-arm@2.2.0': 9065 - optional: true 9066 - 9067 - '@cbor-extract/cbor-extract-linux-x64@2.2.0': 9068 - optional: true 9069 - 9070 - '@cbor-extract/cbor-extract-win32-x64@2.2.0': 9071 - optional: true 9072 - 9073 - '@craftzdog/react-native-buffer@6.0.5(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 9074 dependencies: 9075 ieee754: 1.2.1 9076 - react-native-quick-base64: 2.1.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9077 transitivePeerDependencies: 9078 - react 9079 - react-native ··· 9082 dependencies: 9083 '@jridgewell/trace-mapping': 0.3.9 9084 9085 - '@drizzle-team/brocli@0.10.2': {} 9086 - 9087 - '@egjs/hammerjs@2.0.17': 9088 - dependencies: 9089 - '@types/hammerjs': 2.0.46 9090 - 9091 - '@esbuild-kit/core-utils@3.3.2': 9092 - dependencies: 9093 - esbuild: 0.18.20 9094 - source-map-support: 0.5.21 9095 - 9096 - '@esbuild-kit/esm-loader@2.6.5': 9097 - dependencies: 9098 - '@esbuild-kit/core-utils': 3.3.2 9099 - get-tsconfig: 4.8.1 9100 - 9101 - '@esbuild/aix-ppc64@0.19.12': 9102 - optional: true 9103 - 9104 - '@esbuild/aix-ppc64@0.23.1': 9105 - optional: true 9106 - 9107 - '@esbuild/aix-ppc64@0.24.0': 9108 - optional: true 9109 - 9110 - '@esbuild/android-arm64@0.18.20': 9111 - optional: true 9112 - 9113 - '@esbuild/android-arm64@0.19.12': 9114 - optional: true 9115 - 9116 - '@esbuild/android-arm64@0.23.1': 9117 - optional: true 9118 - 9119 - '@esbuild/android-arm64@0.24.0': 9120 - optional: true 9121 - 9122 - '@esbuild/android-arm@0.18.20': 9123 - optional: true 9124 - 9125 - '@esbuild/android-arm@0.19.12': 9126 - optional: true 9127 - 9128 - '@esbuild/android-arm@0.23.1': 9129 - optional: true 9130 - 9131 - '@esbuild/android-arm@0.24.0': 9132 - optional: true 9133 - 9134 - '@esbuild/android-x64@0.18.20': 9135 - optional: true 9136 - 9137 - '@esbuild/android-x64@0.19.12': 9138 - optional: true 9139 - 9140 - '@esbuild/android-x64@0.23.1': 9141 - optional: true 9142 - 9143 - '@esbuild/android-x64@0.24.0': 9144 - optional: true 9145 - 9146 - '@esbuild/darwin-arm64@0.18.20': 9147 - optional: true 9148 - 9149 - '@esbuild/darwin-arm64@0.19.12': 9150 - optional: true 9151 - 9152 - '@esbuild/darwin-arm64@0.23.1': 9153 - optional: true 9154 - 9155 - '@esbuild/darwin-arm64@0.24.0': 9156 - optional: true 9157 - 9158 - '@esbuild/darwin-x64@0.18.20': 9159 - optional: true 9160 - 9161 - '@esbuild/darwin-x64@0.19.12': 9162 - optional: true 9163 - 9164 - '@esbuild/darwin-x64@0.23.1': 9165 - optional: true 9166 - 9167 - '@esbuild/darwin-x64@0.24.0': 9168 - optional: true 9169 - 9170 - '@esbuild/freebsd-arm64@0.18.20': 9171 - optional: true 9172 - 9173 - '@esbuild/freebsd-arm64@0.19.12': 9174 - optional: true 9175 - 9176 - '@esbuild/freebsd-arm64@0.23.1': 9177 - optional: true 9178 - 9179 - '@esbuild/freebsd-arm64@0.24.0': 9180 - optional: true 9181 - 9182 - '@esbuild/freebsd-x64@0.18.20': 9183 - optional: true 9184 - 9185 - '@esbuild/freebsd-x64@0.19.12': 9186 - optional: true 9187 - 9188 - '@esbuild/freebsd-x64@0.23.1': 9189 - optional: true 9190 - 9191 - '@esbuild/freebsd-x64@0.24.0': 9192 - optional: true 9193 - 9194 - '@esbuild/linux-arm64@0.18.20': 9195 - optional: true 9196 - 9197 - '@esbuild/linux-arm64@0.19.12': 9198 - optional: true 9199 - 9200 - '@esbuild/linux-arm64@0.23.1': 9201 - optional: true 9202 - 9203 - '@esbuild/linux-arm64@0.24.0': 9204 - optional: true 9205 - 9206 - '@esbuild/linux-arm@0.18.20': 9207 - optional: true 9208 - 9209 - '@esbuild/linux-arm@0.19.12': 9210 - optional: true 9211 - 9212 - '@esbuild/linux-arm@0.23.1': 9213 - optional: true 9214 - 9215 - '@esbuild/linux-arm@0.24.0': 9216 - optional: true 9217 - 9218 - '@esbuild/linux-ia32@0.18.20': 9219 - optional: true 9220 - 9221 - '@esbuild/linux-ia32@0.19.12': 9222 - optional: true 9223 - 9224 - '@esbuild/linux-ia32@0.23.1': 9225 - optional: true 9226 - 9227 - '@esbuild/linux-ia32@0.24.0': 9228 - optional: true 9229 - 9230 - '@esbuild/linux-loong64@0.18.20': 9231 - optional: true 9232 - 9233 - '@esbuild/linux-loong64@0.19.12': 9234 - optional: true 9235 - 9236 - '@esbuild/linux-loong64@0.23.1': 9237 - optional: true 9238 - 9239 - '@esbuild/linux-loong64@0.24.0': 9240 - optional: true 9241 - 9242 - '@esbuild/linux-mips64el@0.18.20': 9243 - optional: true 9244 - 9245 - '@esbuild/linux-mips64el@0.19.12': 9246 - optional: true 9247 - 9248 - '@esbuild/linux-mips64el@0.23.1': 9249 - optional: true 9250 - 9251 - '@esbuild/linux-mips64el@0.24.0': 9252 - optional: true 9253 - 9254 - '@esbuild/linux-ppc64@0.18.20': 9255 - optional: true 9256 - 9257 - '@esbuild/linux-ppc64@0.19.12': 9258 - optional: true 9259 - 9260 - '@esbuild/linux-ppc64@0.23.1': 9261 - optional: true 9262 - 9263 - '@esbuild/linux-ppc64@0.24.0': 9264 - optional: true 9265 - 9266 - '@esbuild/linux-riscv64@0.18.20': 9267 - optional: true 9268 - 9269 - '@esbuild/linux-riscv64@0.19.12': 9270 - optional: true 9271 - 9272 - '@esbuild/linux-riscv64@0.23.1': 9273 - optional: true 9274 - 9275 - '@esbuild/linux-riscv64@0.24.0': 9276 - optional: true 9277 - 9278 - '@esbuild/linux-s390x@0.18.20': 9279 - optional: true 9280 - 9281 - '@esbuild/linux-s390x@0.19.12': 9282 - optional: true 9283 - 9284 - '@esbuild/linux-s390x@0.23.1': 9285 - optional: true 9286 - 9287 - '@esbuild/linux-s390x@0.24.0': 9288 - optional: true 9289 - 9290 - '@esbuild/linux-x64@0.18.20': 9291 - optional: true 9292 - 9293 - '@esbuild/linux-x64@0.19.12': 9294 - optional: true 9295 - 9296 - '@esbuild/linux-x64@0.23.1': 9297 - optional: true 9298 - 9299 - '@esbuild/linux-x64@0.24.0': 9300 - optional: true 9301 - 9302 - '@esbuild/netbsd-x64@0.18.20': 9303 - optional: true 9304 - 9305 - '@esbuild/netbsd-x64@0.19.12': 9306 - optional: true 9307 - 9308 - '@esbuild/netbsd-x64@0.23.1': 9309 - optional: true 9310 - 9311 - '@esbuild/netbsd-x64@0.24.0': 9312 - optional: true 9313 - 9314 - '@esbuild/openbsd-arm64@0.23.1': 9315 - optional: true 9316 - 9317 - '@esbuild/openbsd-arm64@0.24.0': 9318 - optional: true 9319 - 9320 - '@esbuild/openbsd-x64@0.18.20': 9321 - optional: true 9322 - 9323 - '@esbuild/openbsd-x64@0.19.12': 9324 - optional: true 9325 - 9326 - '@esbuild/openbsd-x64@0.23.1': 9327 - optional: true 9328 - 9329 - '@esbuild/openbsd-x64@0.24.0': 9330 - optional: true 9331 - 9332 - '@esbuild/sunos-x64@0.18.20': 9333 - optional: true 9334 - 9335 - '@esbuild/sunos-x64@0.19.12': 9336 - optional: true 9337 - 9338 - '@esbuild/sunos-x64@0.23.1': 9339 - optional: true 9340 - 9341 - '@esbuild/sunos-x64@0.24.0': 9342 - optional: true 9343 - 9344 - '@esbuild/win32-arm64@0.18.20': 9345 - optional: true 9346 - 9347 - '@esbuild/win32-arm64@0.19.12': 9348 - optional: true 9349 - 9350 - '@esbuild/win32-arm64@0.23.1': 9351 - optional: true 9352 - 9353 - '@esbuild/win32-arm64@0.24.0': 9354 - optional: true 9355 - 9356 - '@esbuild/win32-ia32@0.18.20': 9357 - optional: true 9358 - 9359 - '@esbuild/win32-ia32@0.19.12': 9360 - optional: true 9361 - 9362 - '@esbuild/win32-ia32@0.23.1': 9363 - optional: true 9364 - 9365 - '@esbuild/win32-ia32@0.24.0': 9366 - optional: true 9367 - 9368 - '@esbuild/win32-x64@0.18.20': 9369 - optional: true 9370 - 9371 - '@esbuild/win32-x64@0.19.12': 9372 - optional: true 9373 - 9374 - '@esbuild/win32-x64@0.23.1': 9375 - optional: true 9376 - 9377 - '@esbuild/win32-x64@0.24.0': 9378 - optional: true 9379 - 9380 '@eslint-community/eslint-utils@4.4.1(eslint@8.57.1)': 9381 dependencies: 9382 eslint: 8.57.1 ··· 9404 dependencies: 9405 uuid: 8.3.2 9406 9407 - '@expo/cli@0.22.10': 9408 dependencies: 9409 '@0no-co/graphql.web': 1.0.12 9410 '@babel/runtime': 7.26.0 9411 '@expo/code-signing-certificates': 0.0.5 9412 - '@expo/config': 10.0.8 9413 - '@expo/config-plugins': 9.0.14 9414 '@expo/devcert': 1.1.4 9415 - '@expo/env': 0.4.1 9416 - '@expo/image-utils': 0.6.4 9417 - '@expo/json-file': 9.0.1 9418 - '@expo/metro-config': 0.19.9 9419 - '@expo/osascript': 2.1.5 9420 - '@expo/package-manager': 1.7.1 9421 - '@expo/plist': 0.2.1 9422 - '@expo/prebuild-config': 8.0.25 9423 '@expo/rudder-sdk-node': 1.1.1 9424 '@expo/spawn-async': 1.7.2 9425 '@expo/xcpretty': 4.3.2 9426 - '@react-native/dev-middleware': 0.76.6 9427 '@urql/core': 5.1.0 9428 '@urql/exchange-retry': 1.3.0(@urql/core@5.1.0) 9429 accepts: 1.3.8 ··· 9460 qrcode-terminal: 0.11.0 9461 require-from-string: 2.0.2 9462 requireg: 0.2.2 9463 - resolve: 1.22.10 9464 resolve-from: 5.0.0 9465 resolve.exports: 2.0.3 9466 semver: 7.6.3 9467 - send: 0.19.0 9468 slugify: 1.6.6 9469 source-map-support: 0.5.21 9470 stacktrace-parser: 0.1.10 ··· 9508 transitivePeerDependencies: 9509 - supports-color 9510 9511 - '@expo/config-plugins@9.0.14': 9512 - dependencies: 9513 - '@expo/config-types': 52.0.3 9514 - '@expo/json-file': 9.0.1 9515 - '@expo/plist': 0.2.1 9516 - '@expo/sdk-runtime-versions': 1.0.0 9517 - chalk: 4.1.2 9518 - debug: 4.4.0 9519 - getenv: 1.0.0 9520 - glob: 10.4.5 9521 - resolve-from: 5.0.0 9522 - semver: 7.6.3 9523 - slash: 3.0.0 9524 - slugify: 1.6.6 9525 - xcode: 3.0.1 9526 - xml2js: 0.6.0 9527 - transitivePeerDependencies: 9528 - - supports-color 9529 - 9530 '@expo/config-types@52.0.1': {} 9531 9532 - '@expo/config-types@52.0.3': {} 9533 - 9534 '@expo/config@10.0.6': 9535 dependencies: 9536 '@babel/code-frame': 7.10.4 ··· 9549 transitivePeerDependencies: 9550 - supports-color 9551 9552 - '@expo/config@10.0.8': 9553 - dependencies: 9554 - '@babel/code-frame': 7.10.4 9555 - '@expo/config-plugins': 9.0.14 9556 - '@expo/config-types': 52.0.3 9557 - '@expo/json-file': 9.0.1 9558 - deepmerge: 4.3.1 9559 - getenv: 1.0.0 9560 - glob: 10.4.5 9561 - require-from-string: 2.0.2 9562 - resolve-from: 5.0.0 9563 - resolve-workspace-root: 2.0.0 9564 - semver: 7.6.3 9565 - slugify: 1.6.6 9566 - sucrase: 3.35.0 9567 - transitivePeerDependencies: 9568 - - supports-color 9569 - 9570 '@expo/devcert@1.1.4': 9571 dependencies: 9572 application-config-path: 0.1.1 ··· 9580 password-prompt: 1.1.3 9581 sudo-prompt: 8.2.5 9582 tmp: 0.0.33 9583 - tslib: 2.6.2 9584 transitivePeerDependencies: 9585 - supports-color 9586 9587 - '@expo/env@0.4.1': 9588 dependencies: 9589 chalk: 4.1.2 9590 debug: 4.4.0 ··· 9594 transitivePeerDependencies: 9595 - supports-color 9596 9597 - '@expo/fingerprint@0.11.7': 9598 dependencies: 9599 '@expo/spawn-async': 1.7.2 9600 arg: 5.0.2 ··· 9622 temp-dir: 2.0.0 9623 unique-string: 2.0.0 9624 9625 - '@expo/image-utils@0.6.4': 9626 - dependencies: 9627 - '@expo/spawn-async': 1.7.2 9628 - chalk: 4.1.2 9629 - fs-extra: 9.0.0 9630 - getenv: 1.0.0 9631 - jimp-compact: 0.16.1 9632 - parse-png: 2.1.0 9633 - resolve-from: 5.0.0 9634 - semver: 7.6.3 9635 - temp-dir: 2.0.0 9636 - unique-string: 2.0.0 9637 - 9638 '@expo/json-file@9.0.0': 9639 dependencies: 9640 '@babel/code-frame': 7.10.4 9641 json5: 2.2.3 9642 write-file-atomic: 2.4.3 9643 9644 - '@expo/json-file@9.0.1': 9645 - dependencies: 9646 - '@babel/code-frame': 7.10.4 9647 - json5: 2.2.3 9648 - write-file-atomic: 2.4.3 9649 - 9650 - '@expo/metro-config@0.19.9': 9651 dependencies: 9652 '@babel/core': 7.26.0 9653 '@babel/generator': 7.26.3 9654 '@babel/parser': 7.26.3 9655 '@babel/types': 7.26.3 9656 - '@expo/config': 10.0.8 9657 - '@expo/env': 0.4.1 9658 - '@expo/json-file': 9.0.1 9659 '@expo/spawn-async': 1.7.2 9660 chalk: 4.1.2 9661 debug: 4.4.0 ··· 9670 transitivePeerDependencies: 9671 - supports-color 9672 9673 - '@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))': 9674 - dependencies: 9675 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9676 - 9677 - '@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))': 9678 dependencies: 9679 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0) 9680 - optional: true 9681 9682 - '@expo/osascript@2.1.5': 9683 dependencies: 9684 '@expo/spawn-async': 1.7.2 9685 exec-async: 2.2.0 9686 9687 - '@expo/package-manager@1.7.1': 9688 dependencies: 9689 - '@expo/json-file': 9.0.1 9690 '@expo/spawn-async': 1.7.2 9691 ansi-regex: 5.0.1 9692 chalk: 4.1.2 ··· 9705 base64-js: 1.5.1 9706 xmlbuilder: 14.0.0 9707 9708 - '@expo/plist@0.2.1': 9709 - dependencies: 9710 - '@xmldom/xmldom': 0.7.13 9711 - base64-js: 1.5.1 9712 - xmlbuilder: 14.0.0 9713 - 9714 '@expo/prebuild-config@8.0.23': 9715 dependencies: 9716 '@expo/config': 10.0.6 ··· 9727 transitivePeerDependencies: 9728 - supports-color 9729 9730 - '@expo/prebuild-config@8.0.25': 9731 - dependencies: 9732 - '@expo/config': 10.0.8 9733 - '@expo/config-plugins': 9.0.14 9734 - '@expo/config-types': 52.0.3 9735 - '@expo/image-utils': 0.6.4 9736 - '@expo/json-file': 9.0.1 9737 - '@react-native/normalize-colors': 0.76.6 9738 - debug: 4.4.0 9739 - fs-extra: 9.1.0 9740 - resolve-from: 5.0.0 9741 - semver: 7.6.3 9742 - xml2js: 0.6.0 9743 - transitivePeerDependencies: 9744 - - supports-color 9745 - 9746 '@expo/rudder-sdk-node@1.1.1': 9747 dependencies: 9748 '@expo/bunyan': 4.0.1 ··· 9757 9758 '@expo/sdk-runtime-versions@1.0.0': {} 9759 9760 - '@expo/server@0.5.1(typescript@5.7.2)': 9761 dependencies: 9762 - '@remix-run/node': 2.15.2(typescript@5.7.2) 9763 abort-controller: 3.0.0 9764 debug: 4.4.0 9765 source-map-support: 0.5.21 ··· 9799 9800 '@floating-ui/utils@0.2.8': {} 9801 9802 - '@gorhom/bottom-sheet@5.0.6(@types/react@18.3.12)(react-native-gesture-handler@2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 9803 - dependencies: 9804 - '@gorhom/portal': 1.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9805 - invariant: 2.2.4 9806 - react: 18.3.1 9807 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9808 - react-native-gesture-handler: 2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9809 - react-native-reanimated: 3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9810 - optionalDependencies: 9811 - '@types/react': 18.3.12 9812 - 9813 - '@gorhom/portal@1.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 9814 - dependencies: 9815 - nanoid: 3.3.8 9816 - react: 18.3.1 9817 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9818 - 9819 - '@hono/node-server@1.13.7(hono@4.6.13)': 9820 - dependencies: 9821 - hono: 4.6.13 9822 - 9823 '@humanwhocodes/config-array@0.13.0': 9824 dependencies: 9825 '@humanwhocodes/object-schema': 2.0.3 ··· 9832 9833 '@humanwhocodes/object-schema@2.0.3': {} 9834 9835 - '@ipld/car@3.2.4': 9836 - dependencies: 9837 - '@ipld/dag-cbor': 7.0.3 9838 - multiformats: 9.9.0 9839 - varint: 6.0.0 9840 - 9841 - '@ipld/dag-cbor@7.0.3': 9842 - dependencies: 9843 - cborg: 1.10.2 9844 - multiformats: 9.9.0 9845 - 9846 '@isaacs/cliui@8.0.2': 9847 dependencies: 9848 string-width: 5.1.2 ··· 9872 dependencies: 9873 '@jest/fake-timers': 29.7.0 9874 '@jest/types': 29.6.3 9875 - '@types/node': 20.17.10 9876 jest-mock: 29.7.0 9877 9878 '@jest/fake-timers@29.7.0': 9879 dependencies: 9880 '@jest/types': 29.6.3 9881 '@sinonjs/fake-timers': 10.3.0 9882 - '@types/node': 20.17.10 9883 jest-message-util: 29.7.0 9884 jest-mock: 29.7.0 9885 jest-util: 29.7.0 ··· 9913 '@jest/schemas': 29.6.3 9914 '@types/istanbul-lib-coverage': 2.0.6 9915 '@types/istanbul-reports': 3.0.4 9916 - '@types/node': 20.17.10 9917 '@types/yargs': 17.0.33 9918 chalk: 4.1.2 9919 9920 - '@jridgewell/gen-mapping@0.3.5': 9921 dependencies: 9922 '@jridgewell/set-array': 1.2.1 9923 '@jridgewell/sourcemap-codec': 1.5.0 ··· 9929 9930 '@jridgewell/source-map@0.3.6': 9931 dependencies: 9932 - '@jridgewell/gen-mapping': 0.3.5 9933 '@jridgewell/trace-mapping': 0.3.25 9934 9935 '@jridgewell/sourcemap-codec@1.5.0': {} ··· 9944 '@jridgewell/resolve-uri': 3.1.2 9945 '@jridgewell/sourcemap-codec': 1.5.0 9946 9947 - '@libsql/client@0.14.0': 9948 - dependencies: 9949 - '@libsql/core': 0.14.0 9950 - '@libsql/hrana-client': 0.7.0 9951 - js-base64: 3.7.7 9952 - libsql: 0.4.7 9953 - promise-limit: 2.7.0 9954 - transitivePeerDependencies: 9955 - - bufferutil 9956 - - utf-8-validate 9957 - 9958 - '@libsql/core@0.14.0': 9959 - dependencies: 9960 - js-base64: 3.7.7 9961 - 9962 - '@libsql/darwin-arm64@0.4.7': 9963 - optional: true 9964 - 9965 - '@libsql/darwin-x64@0.4.7': 9966 - optional: true 9967 - 9968 - '@libsql/hrana-client@0.7.0': 9969 - dependencies: 9970 - '@libsql/isomorphic-fetch': 0.3.1 9971 - '@libsql/isomorphic-ws': 0.1.5 9972 - js-base64: 3.7.7 9973 - node-fetch: 3.3.2 9974 - transitivePeerDependencies: 9975 - - bufferutil 9976 - - utf-8-validate 9977 - 9978 - '@libsql/isomorphic-fetch@0.3.1': {} 9979 - 9980 - '@libsql/isomorphic-ws@0.1.5': 9981 - dependencies: 9982 - '@types/ws': 8.5.13 9983 - ws: 8.18.0 9984 - transitivePeerDependencies: 9985 - - bufferutil 9986 - - utf-8-validate 9987 - 9988 - '@libsql/linux-arm64-gnu@0.4.7': 9989 - optional: true 9990 - 9991 - '@libsql/linux-arm64-musl@0.4.7': 9992 - optional: true 9993 - 9994 - '@libsql/linux-x64-gnu@0.4.7': 9995 - optional: true 9996 - 9997 - '@libsql/linux-x64-musl@0.4.7': 9998 - optional: true 9999 - 10000 - '@libsql/win32-x64-msvc@0.4.7': 10001 - optional: true 10002 - 10003 - '@neon-rs/load@0.0.4': {} 10004 - 10005 - '@noble/curves@1.7.0': 10006 - dependencies: 10007 - '@noble/hashes': 1.6.0 10008 - 10009 - '@noble/hashes@1.6.0': {} 10010 - 10011 - '@noble/hashes@1.6.1': {} 10012 - 10013 '@nodelib/fs.scandir@2.1.5': 10014 dependencies: 10015 '@nodelib/fs.stat': 2.0.5 ··· 10045 optionalDependencies: 10046 type-fest: 0.21.3 10047 10048 - '@preact/signals-core@1.8.0': 10049 - optional: true 10050 - 10051 '@radix-ui/primitive@1.1.1': {} 10052 10053 '@radix-ui/react-arrow@1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': ··· 10076 optionalDependencies: 10077 '@types/react': 18.3.12 10078 10079 - '@radix-ui/react-dismissable-layer@1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 10080 dependencies: 10081 '@radix-ui/primitive': 1.1.1 10082 '@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1) ··· 10106 '@types/react': 18.3.12 10107 '@types/react-dom': 18.3.1 10108 10109 - '@radix-ui/react-hover-card@1.1.4(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 10110 dependencies: 10111 '@radix-ui/primitive': 1.1.1 10112 '@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1) 10113 '@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1) 10114 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10115 '@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10116 '@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10117 '@radix-ui/react-presence': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 10130 optionalDependencies: 10131 '@types/react': 18.3.12 10132 10133 - '@radix-ui/react-popover@1.1.4(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 10134 dependencies: 10135 '@radix-ui/primitive': 1.1.1 10136 '@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1) 10137 '@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1) 10138 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10139 '@radix-ui/react-focus-guards': 1.1.1(@types/react@18.3.12)(react@18.3.1) 10140 '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10141 '@radix-ui/react-id': 1.1.0(@types/react@18.3.12)(react@18.3.1) ··· 10148 aria-hidden: 1.2.4 10149 react: 18.3.1 10150 react-dom: 18.3.1(react@18.3.1) 10151 - react-remove-scroll: 2.6.2(@types/react@18.3.12)(react@18.3.1) 10152 optionalDependencies: 10153 '@types/react': 18.3.12 10154 '@types/react-dom': 18.3.1 ··· 10223 optionalDependencies: 10224 '@types/react': 18.3.12 10225 10226 - '@radix-ui/react-tooltip@1.1.6(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 10227 dependencies: 10228 '@radix-ui/primitive': 1.1.1 10229 '@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1) 10230 '@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1) 10231 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10232 '@radix-ui/react-id': 1.1.0(@types/react@18.3.12)(react@18.3.1) 10233 '@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10234 '@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 10294 10295 '@radix-ui/rect@1.1.0': {} 10296 10297 - '@react-native-async-storage/async-storage@1.23.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))': 10298 dependencies: 10299 merge-options: 3.0.4 10300 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10301 10302 - '@react-native-picker/picker@2.9.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10303 - dependencies: 10304 - react: 18.3.1 10305 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10306 10307 - '@react-native/assets-registry@0.76.6': {} 10308 - 10309 - '@react-native/babel-plugin-codegen@0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 10310 dependencies: 10311 - '@react-native/codegen': 0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 10312 transitivePeerDependencies: 10313 - '@babel/preset-env' 10314 - supports-color 10315 10316 - '@react-native/babel-preset@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 10317 dependencies: 10318 '@babel/core': 7.26.0 10319 '@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.26.0) ··· 10356 '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0) 10357 '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.0) 10358 '@babel/template': 7.25.9 10359 - '@react-native/babel-plugin-codegen': 0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 10360 babel-plugin-syntax-hermes-parser: 0.25.1 10361 babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.26.0) 10362 react-refresh: 0.14.2 ··· 10364 - '@babel/preset-env' 10365 - supports-color 10366 10367 - '@react-native/codegen@0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 10368 dependencies: 10369 '@babel/parser': 7.26.3 10370 '@babel/preset-env': 7.26.0(@babel/core@7.26.0) ··· 10378 transitivePeerDependencies: 10379 - supports-color 10380 10381 - '@react-native/community-cli-plugin@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 10382 dependencies: 10383 - '@react-native/dev-middleware': 0.76.6 10384 - '@react-native/metro-babel-transformer': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 10385 chalk: 4.1.2 10386 execa: 5.1.1 10387 invariant: 2.2.4 ··· 10399 - supports-color 10400 - utf-8-validate 10401 10402 - '@react-native/debugger-frontend@0.76.6': {} 10403 10404 - '@react-native/dev-middleware@0.76.6': 10405 dependencies: 10406 '@isaacs/ttlcache': 1.4.1 10407 - '@react-native/debugger-frontend': 0.76.6 10408 chrome-launcher: 0.15.2 10409 chromium-edge-launcher: 0.2.0 10410 connect: 3.7.0 ··· 10419 - supports-color 10420 - utf-8-validate 10421 10422 - '@react-native/gradle-plugin@0.76.6': {} 10423 10424 - '@react-native/js-polyfills@0.76.6': {} 10425 10426 - '@react-native/metro-babel-transformer@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 10427 dependencies: 10428 '@babel/core': 7.26.0 10429 - '@react-native/babel-preset': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 10430 hermes-parser: 0.23.1 10431 nullthrows: 1.1.1 10432 transitivePeerDependencies: ··· 10437 10438 '@react-native/normalize-colors@0.76.5': {} 10439 10440 - '@react-native/normalize-colors@0.76.6': {} 10441 - 10442 '@react-native/typescript-config@0.76.5': {} 10443 10444 - '@react-native/virtualized-lists@0.76.6(@types/react@18.3.12)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10445 dependencies: 10446 invariant: 2.2.4 10447 nullthrows: 1.1.1 10448 react: 18.3.1 10449 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10450 optionalDependencies: 10451 '@types/react': 18.3.12 10452 10453 - '@react-native/virtualized-lists@0.76.6(@types/react@18.3.12)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0)': 10454 dependencies: 10455 - invariant: 2.2.4 10456 - nullthrows: 1.1.1 10457 - react: 19.0.0 10458 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0) 10459 - optionalDependencies: 10460 - '@types/react': 18.3.12 10461 - optional: true 10462 - 10463 - '@react-navigation/bottom-tabs@7.2.0(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10464 - dependencies: 10465 - '@react-navigation/elements': 2.2.5(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10466 - '@react-navigation/native': 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10467 color: 4.2.3 10468 react: 18.3.1 10469 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10470 - react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10471 - react-native-screens: 4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10472 transitivePeerDependencies: 10473 - '@react-native-masked-view/masked-view' 10474 ··· 10483 use-latest-callback: 0.2.3(react@18.3.1) 10484 use-sync-external-store: 1.4.0(react@18.3.1) 10485 10486 - '@react-navigation/elements@2.2.5(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10487 dependencies: 10488 - '@react-navigation/native': 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10489 color: 4.2.3 10490 react: 18.3.1 10491 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10492 - react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10493 10494 - '@react-navigation/native-stack@7.2.0(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10495 dependencies: 10496 - '@react-navigation/elements': 2.2.5(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10497 - '@react-navigation/native': 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10498 react: 18.3.1 10499 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10500 - react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10501 - react-native-screens: 4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10502 warn-once: 0.1.1 10503 transitivePeerDependencies: 10504 - '@react-native-masked-view/masked-view' 10505 10506 - '@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10507 dependencies: 10508 '@react-navigation/core': 7.3.1(react@18.3.1) 10509 escape-string-regexp: 4.0.0 10510 fast-deep-equal: 3.1.3 10511 nanoid: 3.3.8 10512 react: 18.3.1 10513 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10514 use-latest-callback: 0.2.3(react@18.3.1) 10515 10516 '@react-navigation/routers@7.1.2': 10517 dependencies: 10518 nanoid: 3.3.8 10519 10520 - '@remix-run/node@2.15.2(typescript@5.7.2)': 10521 dependencies: 10522 - '@remix-run/server-runtime': 2.15.2(typescript@5.7.2) 10523 '@remix-run/web-fetch': 4.4.2 10524 '@web3-storage/multipart-parser': 1.0.0 10525 cookie-signature: 1.2.2 ··· 10527 stream-slice: 0.1.2 10528 undici: 6.21.0 10529 optionalDependencies: 10530 - typescript: 5.7.2 10531 10532 '@remix-run/router@1.21.0': {} 10533 10534 - '@remix-run/server-runtime@2.15.2(typescript@5.7.2)': 10535 dependencies: 10536 '@remix-run/router': 1.21.0 10537 '@types/cookie': 0.6.0 ··· 10541 source-map: 0.7.4 10542 turbo-stream: 2.4.0 10543 optionalDependencies: 10544 - typescript: 5.7.2 10545 10546 '@remix-run/web-blob@3.1.0': 10547 dependencies: ··· 10571 dependencies: 10572 web-streams-polyfill: 3.3.3 10573 10574 - '@rn-primitives/avatar@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10575 dependencies: 10576 - '@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10577 - '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10578 - '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10579 react: 18.3.1 10580 optionalDependencies: 10581 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10582 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10583 10584 - '@rn-primitives/hooks@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10585 dependencies: 10586 - '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10587 react: 18.3.1 10588 optionalDependencies: 10589 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10590 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10591 10592 - '@rn-primitives/hover-card@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10593 dependencies: 10594 - '@radix-ui/react-hover-card': 1.1.4(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10595 - '@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10596 - '@rn-primitives/popover': 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10597 - '@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10598 - '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10599 - '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10600 react: 18.3.1 10601 optionalDependencies: 10602 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10603 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10604 transitivePeerDependencies: 10605 - '@types/react' 10606 - '@types/react-dom' 10607 - react-dom 10608 10609 - '@rn-primitives/popover@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10610 dependencies: 10611 - '@radix-ui/react-popover': 1.1.4(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10612 - '@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10613 - '@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10614 - '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10615 - '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10616 react: 18.3.1 10617 optionalDependencies: 10618 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10619 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10620 transitivePeerDependencies: 10621 - '@types/react' 10622 - '@types/react-dom' 10623 - react-dom 10624 10625 - '@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10626 dependencies: 10627 react: 18.3.1 10628 zustand: 4.5.5(@types/react@18.3.12)(react@18.3.1) 10629 optionalDependencies: 10630 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10631 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10632 transitivePeerDependencies: 10633 - '@types/react' 10634 - immer 10635 10636 - '@rn-primitives/progress@1.1.0(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10637 dependencies: 10638 '@radix-ui/react-progress': 1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10639 - '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10640 - '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10641 react: 18.3.1 10642 optionalDependencies: 10643 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10644 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10645 transitivePeerDependencies: 10646 - '@types/react' 10647 - '@types/react-dom' 10648 - react-dom 10649 10650 - '@rn-primitives/slot@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10651 dependencies: 10652 react: 18.3.1 10653 optionalDependencies: 10654 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10655 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10656 10657 - '@rn-primitives/tooltip@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10658 dependencies: 10659 - '@radix-ui/react-tooltip': 1.1.6(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10660 - '@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10661 - '@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10662 - '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10663 - '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10664 react: 18.3.1 10665 optionalDependencies: 10666 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10667 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10668 transitivePeerDependencies: 10669 - '@types/react' 10670 - '@types/react-dom' 10671 - react-dom 10672 10673 - '@rn-primitives/types@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 10674 dependencies: 10675 react: 18.3.1 10676 optionalDependencies: 10677 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10678 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 10679 10680 - '@rollup/rollup-android-arm-eabi@4.28.1': 10681 - optional: true 10682 - 10683 - '@rollup/rollup-android-arm64@4.28.1': 10684 - optional: true 10685 - 10686 - '@rollup/rollup-darwin-arm64@4.28.1': 10687 - optional: true 10688 - 10689 - '@rollup/rollup-darwin-x64@4.28.1': 10690 - optional: true 10691 - 10692 - '@rollup/rollup-freebsd-arm64@4.28.1': 10693 - optional: true 10694 - 10695 - '@rollup/rollup-freebsd-x64@4.28.1': 10696 - optional: true 10697 - 10698 - '@rollup/rollup-linux-arm-gnueabihf@4.28.1': 10699 - optional: true 10700 - 10701 - '@rollup/rollup-linux-arm-musleabihf@4.28.1': 10702 - optional: true 10703 - 10704 - '@rollup/rollup-linux-arm64-gnu@4.28.1': 10705 - optional: true 10706 - 10707 - '@rollup/rollup-linux-arm64-musl@4.28.1': 10708 - optional: true 10709 - 10710 - '@rollup/rollup-linux-loongarch64-gnu@4.28.1': 10711 - optional: true 10712 - 10713 - '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': 10714 - optional: true 10715 - 10716 - '@rollup/rollup-linux-riscv64-gnu@4.28.1': 10717 - optional: true 10718 - 10719 - '@rollup/rollup-linux-s390x-gnu@4.28.1': 10720 - optional: true 10721 - 10722 - '@rollup/rollup-linux-x64-gnu@4.28.1': 10723 - optional: true 10724 - 10725 - '@rollup/rollup-linux-x64-musl@4.28.1': 10726 - optional: true 10727 - 10728 - '@rollup/rollup-win32-arm64-msvc@4.28.1': 10729 - optional: true 10730 - 10731 - '@rollup/rollup-win32-ia32-msvc@4.28.1': 10732 - optional: true 10733 - 10734 - '@rollup/rollup-win32-x64-msvc@4.28.1': 10735 - optional: true 10736 - 10737 '@rtsao/scc@1.1.0': {} 10738 10739 '@segment/loosely-validate-event@2.0.0': ··· 10750 '@sinonjs/fake-timers@10.3.0': 10751 dependencies: 10752 '@sinonjs/commons': 3.0.1 10753 - 10754 - '@skyware/jetstream@0.2.1(@atcute/client@2.0.6)': 10755 - dependencies: 10756 - '@atcute/bluesky': 1.0.9(@atcute/client@2.0.6) 10757 - partysocket: 1.0.2 10758 - transitivePeerDependencies: 10759 - - '@atcute/client' 10760 10761 '@ts-morph/common@0.17.0': 10762 dependencies: ··· 10810 10811 '@types/graceful-fs@4.1.9': 10812 dependencies: 10813 - '@types/node': 20.17.10 10814 - 10815 - '@types/hammerjs@2.0.46': {} 10816 10817 '@types/istanbul-lib-coverage@2.0.6': {} 10818 ··· 10830 10831 '@types/node-forge@1.3.11': 10832 dependencies: 10833 - '@types/node': 20.17.10 10834 - 10835 - '@types/node@20.17.10': 10836 - dependencies: 10837 - undici-types: 6.19.8 10838 - 10839 - '@types/node@20.17.9': 10840 - dependencies: 10841 - undici-types: 6.19.8 10842 10843 '@types/node@22.10.2': 10844 dependencies: ··· 10856 csstype: 3.1.3 10857 10858 '@types/stack-utils@2.0.3': {} 10859 - 10860 - '@types/ws@8.5.13': 10861 - dependencies: 10862 - '@types/node': 20.17.10 10863 10864 '@types/yargs-parser@21.0.3': {} 10865 ··· 10867 dependencies: 10868 '@types/yargs-parser': 21.0.3 10869 10870 - '@typescript-eslint/eslint-plugin@8.19.0(@typescript-eslint/parser@8.19.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2)': 10871 dependencies: 10872 '@eslint-community/regexpp': 4.12.1 10873 - '@typescript-eslint/parser': 8.19.0(eslint@8.57.1)(typescript@5.7.2) 10874 - '@typescript-eslint/scope-manager': 8.19.0 10875 - '@typescript-eslint/type-utils': 8.19.0(eslint@8.57.1)(typescript@5.7.2) 10876 - '@typescript-eslint/utils': 8.19.0(eslint@8.57.1)(typescript@5.7.2) 10877 - '@typescript-eslint/visitor-keys': 8.19.0 10878 eslint: 8.57.1 10879 graphemer: 1.4.0 10880 ignore: 5.3.2 10881 natural-compare: 1.4.0 10882 - ts-api-utils: 1.4.3(typescript@5.7.2) 10883 - typescript: 5.7.2 10884 transitivePeerDependencies: 10885 - supports-color 10886 10887 - '@typescript-eslint/parser@8.19.0(eslint@8.57.1)(typescript@5.7.2)': 10888 dependencies: 10889 - '@typescript-eslint/scope-manager': 8.19.0 10890 - '@typescript-eslint/types': 8.19.0 10891 - '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2) 10892 - '@typescript-eslint/visitor-keys': 8.19.0 10893 debug: 4.4.0 10894 eslint: 8.57.1 10895 - typescript: 5.7.2 10896 transitivePeerDependencies: 10897 - supports-color 10898 10899 - '@typescript-eslint/scope-manager@8.19.0': 10900 dependencies: 10901 - '@typescript-eslint/types': 8.19.0 10902 - '@typescript-eslint/visitor-keys': 8.19.0 10903 10904 - '@typescript-eslint/type-utils@8.19.0(eslint@8.57.1)(typescript@5.7.2)': 10905 dependencies: 10906 - '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2) 10907 - '@typescript-eslint/utils': 8.19.0(eslint@8.57.1)(typescript@5.7.2) 10908 debug: 4.4.0 10909 eslint: 8.57.1 10910 - ts-api-utils: 1.4.3(typescript@5.7.2) 10911 - typescript: 5.7.2 10912 transitivePeerDependencies: 10913 - supports-color 10914 10915 - '@typescript-eslint/types@8.19.0': {} 10916 10917 - '@typescript-eslint/typescript-estree@8.19.0(typescript@5.7.2)': 10918 dependencies: 10919 - '@typescript-eslint/types': 8.19.0 10920 - '@typescript-eslint/visitor-keys': 8.19.0 10921 debug: 4.4.0 10922 fast-glob: 3.3.2 10923 is-glob: 4.0.3 10924 minimatch: 9.0.5 10925 semver: 7.6.3 10926 - ts-api-utils: 1.4.3(typescript@5.7.2) 10927 - typescript: 5.7.2 10928 transitivePeerDependencies: 10929 - supports-color 10930 10931 - '@typescript-eslint/utils@8.19.0(eslint@8.57.1)(typescript@5.7.2)': 10932 dependencies: 10933 '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) 10934 - '@typescript-eslint/scope-manager': 8.19.0 10935 - '@typescript-eslint/types': 8.19.0 10936 - '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2) 10937 eslint: 8.57.1 10938 - typescript: 5.7.2 10939 transitivePeerDependencies: 10940 - supports-color 10941 10942 - '@typescript-eslint/visitor-keys@8.19.0': 10943 dependencies: 10944 - '@typescript-eslint/types': 8.19.0 10945 eslint-visitor-keys: 4.2.0 10946 10947 '@ungap/structured-clone@1.2.1': {} ··· 11036 '@webassemblyjs/ast': 1.14.1 11037 '@xtuc/long': 4.2.2 11038 11039 - '@webreflection/signal@2.1.2': 11040 - optional: true 11041 - 11042 - '@webreflection/uparser@0.4.0': 11043 - dependencies: 11044 - domconstants: 1.1.6 11045 - 11046 '@xmldom/xmldom@0.7.13': {} 11047 11048 '@xmldom/xmldom@0.8.10': {} ··· 11066 negotiator: 0.6.3 11067 11068 acorn-jsx@5.3.2(acorn@8.14.0): 11069 dependencies: 11070 acorn: 8.14.0 11071 ··· 11108 require-from-string: 2.0.2 11109 11110 anser@1.4.10: {} 11111 - 11112 - ansi-escapes@1.4.0: {} 11113 11114 ansi-escapes@4.3.2: 11115 dependencies: ··· 11117 11118 ansi-html@0.0.9: {} 11119 11120 - ansi-regex@2.1.1: {} 11121 - 11122 ansi-regex@4.1.1: {} 11123 11124 ansi-regex@5.0.1: {} 11125 11126 ansi-regex@6.1.0: {} 11127 - 11128 - ansi-styles@2.2.1: {} 11129 11130 ansi-styles@3.2.1: 11131 dependencies: ··· 11160 11161 aria-hidden@1.2.4: 11162 dependencies: 11163 - tslib: 2.6.2 11164 11165 - array-buffer-byte-length@1.0.2: 11166 dependencies: 11167 - call-bound: 1.0.3 11168 - is-array-buffer: 3.0.5 11169 - 11170 - array-flatten@1.1.1: {} 11171 11172 array-includes@3.1.8: 11173 dependencies: 11174 call-bind: 1.0.8 11175 define-properties: 1.2.1 11176 - es-abstract: 1.23.8 11177 es-object-atoms: 1.0.0 11178 - get-intrinsic: 1.2.5 11179 - is-string: 1.1.1 11180 11181 array-timsort@1.0.3: {} 11182 ··· 11186 dependencies: 11187 call-bind: 1.0.8 11188 define-properties: 1.2.1 11189 - es-abstract: 1.23.8 11190 es-errors: 1.3.0 11191 es-object-atoms: 1.0.0 11192 es-shim-unscopables: 1.0.2 ··· 11195 dependencies: 11196 call-bind: 1.0.8 11197 define-properties: 1.2.1 11198 - es-abstract: 1.23.8 11199 es-errors: 1.3.0 11200 es-object-atoms: 1.0.0 11201 es-shim-unscopables: 1.0.2 11202 11203 - array.prototype.flat@1.3.3: 11204 dependencies: 11205 call-bind: 1.0.8 11206 define-properties: 1.2.1 11207 - es-abstract: 1.23.8 11208 es-shim-unscopables: 1.0.2 11209 11210 - array.prototype.flatmap@1.3.3: 11211 dependencies: 11212 call-bind: 1.0.8 11213 define-properties: 1.2.1 11214 - es-abstract: 1.23.8 11215 es-shim-unscopables: 1.0.2 11216 11217 array.prototype.tosorted@1.1.4: 11218 dependencies: 11219 call-bind: 1.0.8 11220 define-properties: 1.2.1 11221 - es-abstract: 1.23.8 11222 es-errors: 1.3.0 11223 es-shim-unscopables: 1.0.2 11224 11225 - arraybuffer.prototype.slice@1.0.4: 11226 dependencies: 11227 - array-buffer-byte-length: 1.0.2 11228 call-bind: 1.0.8 11229 define-properties: 1.2.1 11230 - es-abstract: 1.23.8 11231 es-errors: 1.3.0 11232 get-intrinsic: 1.2.6 11233 - is-array-buffer: 3.0.5 11234 11235 asap@2.0.6: {} 11236 11237 - asn1@0.2.6: 11238 - dependencies: 11239 - safer-buffer: 2.1.2 11240 - 11241 - assert-plus@1.0.0: {} 11242 - 11243 ast-types@0.15.2: 11244 dependencies: 11245 - tslib: 2.6.2 11246 11247 async-limiter@1.0.1: {} 11248 11249 asynckit@0.4.0: {} 11250 11251 at-least-node@1.0.0: {} 11252 - 11253 - atomic-sleep@1.0.0: {} 11254 11255 available-typed-arrays@1.0.7: 11256 dependencies: ··· 11258 11259 await-lock@2.2.2: {} 11260 11261 - aws-sign2@0.7.0: {} 11262 - 11263 - aws4@1.13.2: {} 11264 - 11265 - axios@0.27.2: 11266 - dependencies: 11267 - follow-redirects: 1.15.9 11268 - form-data: 4.0.1 11269 - transitivePeerDependencies: 11270 - - debug 11271 - 11272 babel-core@7.0.0-bridge.0(@babel/core@7.26.0): 11273 dependencies: 11274 '@babel/core': 7.26.0 ··· 11309 glob: 9.3.5 11310 pkg-up: 3.1.0 11311 reselect: 4.1.8 11312 - resolve: 1.22.10 11313 11314 babel-plugin-polyfill-corejs2@0.4.12(@babel/core@7.26.0): 11315 dependencies: ··· 11374 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0) 11375 '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0) 11376 11377 - babel-preset-expo@12.0.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1)): 11378 dependencies: 11379 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) 11380 '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0) ··· 11382 '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0) 11383 '@babel/preset-react': 7.26.3(@babel/core@7.26.0) 11384 '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) 11385 - '@react-native/babel-preset': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 11386 babel-plugin-react-native-web: 0.19.13 11387 react-refresh: 0.14.2 11388 optionalDependencies: ··· 11392 - '@babel/core' 11393 - '@babel/preset-env' 11394 - supports-color 11395 - 11396 - babel-preset-expo@12.0.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0)): 11397 - dependencies: 11398 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) 11399 - '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0) 11400 - '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.0) 11401 - '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0) 11402 - '@babel/preset-react': 7.26.3(@babel/core@7.26.0) 11403 - '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) 11404 - '@react-native/babel-preset': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 11405 - babel-plugin-react-native-web: 0.19.13 11406 - react-refresh: 0.14.2 11407 - optionalDependencies: 11408 - react-compiler-runtime: 19.0.0-beta-e552027-20250112(react@19.0.0) 11409 - transitivePeerDependencies: 11410 - - '@babel/core' 11411 - - '@babel/preset-env' 11412 - - supports-color 11413 - optional: true 11414 11415 babel-preset-jest@29.6.3(@babel/core@7.26.0): 11416 dependencies: ··· 11422 11423 base64-js@1.5.1: {} 11424 11425 - bcrypt-pbkdf@1.0.2: 11426 - dependencies: 11427 - tweetnacl: 0.14.5 11428 - 11429 better-opn@3.0.2: 11430 dependencies: 11431 open: 8.4.2 ··· 11436 11437 binary-extensions@2.3.0: {} 11438 11439 - biome@0.3.3: 11440 - dependencies: 11441 - bluebird: 3.7.2 11442 - chalk: 1.1.3 11443 - commander: 2.20.3 11444 - editor: 1.0.0 11445 - fs-promise: 0.5.0 11446 - inquirer-promise: 0.0.3 11447 - request-promise: 3.0.0 11448 - untildify: 3.0.3 11449 - user-home: 2.0.0 11450 - 11451 - bluebird@3.7.2: {} 11452 - 11453 - body-parser@1.20.3: 11454 - dependencies: 11455 - bytes: 3.1.2 11456 - content-type: 1.0.5 11457 - debug: 2.6.9 11458 - depd: 2.0.0 11459 - destroy: 1.2.0 11460 - http-errors: 2.0.0 11461 - iconv-lite: 0.4.24 11462 - on-finished: 2.4.1 11463 - qs: 6.13.0 11464 - raw-body: 2.5.2 11465 - type-is: 1.6.18 11466 - unpipe: 1.0.0 11467 - transitivePeerDependencies: 11468 - - supports-color 11469 - 11470 boolbase@1.0.0: {} 11471 11472 bplist-creator@0.0.7: ··· 11500 11501 browserslist@4.24.3: 11502 dependencies: 11503 - caniuse-lite: 1.0.30001690 11504 - electron-to-chromium: 1.5.76 11505 node-releases: 2.0.19 11506 update-browserslist-db: 1.1.1(browserslist@4.24.3) 11507 ··· 11529 dependencies: 11530 base64-js: 1.5.1 11531 ieee754: 1.2.1 11532 - 11533 - bundle-require@5.0.0(esbuild@0.24.0): 11534 - dependencies: 11535 - esbuild: 0.24.0 11536 - load-tsconfig: 0.2.5 11537 11538 bytes@3.1.2: {} 11539 11540 - cac@6.7.14: {} 11541 - 11542 cacache@18.0.4: 11543 dependencies: 11544 '@npmcli/fs': 3.1.1 ··· 11563 dependencies: 11564 call-bind-apply-helpers: 1.0.1 11565 es-define-property: 1.0.1 11566 - get-intrinsic: 1.2.5 11567 set-function-length: 1.2.2 11568 11569 - call-bound@1.0.3: 11570 dependencies: 11571 - call-bind-apply-helpers: 1.0.1 11572 get-intrinsic: 1.2.6 11573 11574 caller-callsite@2.0.0: ··· 11589 11590 camelcase@6.3.0: {} 11591 11592 - caniuse-lite@1.0.30001690: {} 11593 - 11594 - caseless@0.12.0: {} 11595 - 11596 - cbor-extract@2.2.0: 11597 - dependencies: 11598 - node-gyp-build-optional-packages: 5.1.1 11599 - optionalDependencies: 11600 - '@cbor-extract/cbor-extract-darwin-arm64': 2.2.0 11601 - '@cbor-extract/cbor-extract-darwin-x64': 2.2.0 11602 - '@cbor-extract/cbor-extract-linux-arm': 2.2.0 11603 - '@cbor-extract/cbor-extract-linux-arm64': 2.2.0 11604 - '@cbor-extract/cbor-extract-linux-x64': 2.2.0 11605 - '@cbor-extract/cbor-extract-win32-x64': 2.2.0 11606 - optional: true 11607 - 11608 - cbor-x@1.6.0: 11609 - optionalDependencies: 11610 - cbor-extract: 2.2.0 11611 - 11612 - cborg@1.10.2: {} 11613 - 11614 - chalk@1.1.3: 11615 - dependencies: 11616 - ansi-styles: 2.2.1 11617 - escape-string-regexp: 1.0.5 11618 - has-ansi: 2.0.0 11619 - strip-ansi: 3.0.1 11620 - supports-color: 2.0.0 11621 11622 chalk@2.4.2: 11623 dependencies: ··· 11644 optionalDependencies: 11645 fsevents: 2.3.3 11646 11647 - chokidar@4.0.1: 11648 - dependencies: 11649 - readdirp: 4.0.2 11650 - 11651 chownr@2.0.0: {} 11652 11653 chrome-launcher@0.15.2: 11654 dependencies: 11655 - '@types/node': 20.17.10 11656 escape-string-regexp: 4.0.0 11657 is-wsl: 2.2.0 11658 lighthouse-logger: 1.4.2 ··· 11663 11664 chromium-edge-launcher@0.2.0: 11665 dependencies: 11666 - '@types/node': 20.17.10 11667 escape-string-regexp: 4.0.0 11668 is-wsl: 2.2.0 11669 lighthouse-logger: 1.4.2 ··· 11682 11683 clean-stack@2.2.0: {} 11684 11685 - cli-cursor@1.0.2: 11686 - dependencies: 11687 - restore-cursor: 1.0.1 11688 - 11689 cli-cursor@2.1.0: 11690 dependencies: 11691 restore-cursor: 2.0.0 11692 11693 cli-spinners@2.9.2: {} 11694 11695 - cli-width@1.1.1: {} 11696 - 11697 client-only@0.0.1: {} 11698 11699 cliui@8.0.1: ··· 11713 clsx@2.1.1: {} 11714 11715 code-block-writer@11.0.3: {} 11716 - 11717 - code-point-at@1.1.0: {} 11718 11719 color-convert@1.9.3: 11720 dependencies: ··· 11737 dependencies: 11738 color-convert: 2.0.1 11739 color-string: 1.9.1 11740 - 11741 - colorette@2.0.20: {} 11742 11743 combined-stream@1.0.8: 11744 dependencies: ··· 11770 11771 compressible@2.0.18: 11772 dependencies: 11773 - mime-db: 1.52.0 11774 11775 compression@1.7.5: 11776 dependencies: ··· 11795 transitivePeerDependencies: 11796 - supports-color 11797 11798 - consola@3.2.3: {} 11799 - 11800 - content-disposition@0.5.4: 11801 - dependencies: 11802 - safe-buffer: 5.2.1 11803 - 11804 - content-type@1.0.5: {} 11805 - 11806 convert-source-map@2.0.0: {} 11807 11808 - cookie-signature@1.0.6: {} 11809 - 11810 cookie-signature@1.2.2: {} 11811 11812 cookie@0.6.0: {} 11813 - 11814 - cookie@0.7.1: {} 11815 11816 core-js-compat@3.39.0: 11817 dependencies: ··· 11819 11820 core-js-pure@3.39.0: {} 11821 11822 - core-js@2.6.12: {} 11823 - 11824 - core-util-is@1.0.2: {} 11825 - 11826 core-util-is@1.0.3: {} 11827 11828 cosmiconfig@5.2.1: ··· 11834 11835 create-require@1.1.1: {} 11836 11837 - cross-fetch@3.2.0: 11838 dependencies: 11839 node-fetch: 2.7.0 11840 transitivePeerDependencies: ··· 11881 11882 csstype@3.1.3: {} 11883 11884 - custom-function@2.0.0: {} 11885 - 11886 - dashdash@1.14.1: 11887 - dependencies: 11888 - assert-plus: 1.0.0 11889 - 11890 data-uri-to-buffer@3.0.1: {} 11891 11892 - data-uri-to-buffer@4.0.1: {} 11893 - 11894 - data-view-buffer@1.0.2: 11895 dependencies: 11896 - call-bound: 1.0.3 11897 es-errors: 1.3.0 11898 is-data-view: 1.0.2 11899 11900 - data-view-byte-length@1.0.2: 11901 dependencies: 11902 - call-bound: 1.0.3 11903 es-errors: 1.3.0 11904 is-data-view: 1.0.2 11905 11906 - data-view-byte-offset@1.0.1: 11907 dependencies: 11908 - call-bound: 1.0.3 11909 es-errors: 1.3.0 11910 is-data-view: 1.0.2 11911 - 11912 - dateformat@4.6.3: {} 11913 11914 debug@2.6.9: 11915 dependencies: ··· 11975 11976 detect-libc@1.0.3: {} 11977 11978 - detect-libc@2.0.2: {} 11979 - 11980 - detect-libc@2.0.3: 11981 - optional: true 11982 - 11983 detect-node-es@1.1.0: {} 11984 11985 didyoumean@1.2.2: {} ··· 12006 domhandler: 5.0.3 12007 entities: 4.5.0 12008 12009 - domconstants@1.1.6: {} 12010 - 12011 domelementtype@2.3.0: {} 12012 12013 domhandler@5.0.3: ··· 12026 12027 dotenv@16.4.7: {} 12028 12029 - drizzle-kit@0.30.1: 12030 - dependencies: 12031 - '@drizzle-team/brocli': 0.10.2 12032 - '@esbuild-kit/esm-loader': 2.6.5 12033 - esbuild: 0.19.12 12034 - esbuild-register: 3.6.0(esbuild@0.19.12) 12035 - transitivePeerDependencies: 12036 - - supports-color 12037 - 12038 - drizzle-orm@0.38.3(@libsql/client@0.14.0)(@types/react@18.3.12)(expo-sqlite@15.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react@19.0.0): 12039 - optionalDependencies: 12040 - '@libsql/client': 0.14.0 12041 - '@types/react': 18.3.12 12042 - expo-sqlite: 15.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 12043 - react: 19.0.0 12044 - 12045 dunder-proto@1.0.0: 12046 dependencies: 12047 call-bind-apply-helpers: 1.0.1 12048 es-errors: 1.3.0 12049 gopd: 1.2.0 12050 - 12051 - dunder-proto@1.0.1: 12052 - dependencies: 12053 - call-bind-apply-helpers: 1.0.1 12054 - es-errors: 1.3.0 12055 - gopd: 1.2.0 12056 - 12057 - earlgrey-runtime@0.1.2: 12058 - dependencies: 12059 - core-js: 2.6.12 12060 - kaiser: 0.0.4 12061 - lodash: 4.17.21 12062 - regenerator-runtime: 0.9.6 12063 12064 eastasianwidth@0.2.0: {} 12065 12066 - ecc-jsbn@0.1.2: 12067 - dependencies: 12068 - jsbn: 0.1.1 12069 - safer-buffer: 2.1.2 12070 - 12071 - editor@1.0.0: {} 12072 - 12073 ee-first@1.1.1: {} 12074 12075 - electron-to-chromium@1.5.76: {} 12076 12077 emoji-regex@8.0.0: {} 12078 ··· 12088 dependencies: 12089 once: 1.4.0 12090 12091 - enhanced-resolve@5.18.0: 12092 dependencies: 12093 graceful-fs: 4.2.11 12094 tapable: 2.2.1 ··· 12097 12098 env-editor@0.4.2: {} 12099 12100 - envalid@8.0.0: 12101 - dependencies: 12102 - tslib: 2.6.2 12103 - 12104 eol@0.9.1: {} 12105 12106 error-ex@1.3.2: ··· 12111 dependencies: 12112 stackframe: 1.3.4 12113 12114 - es-abstract@1.23.8: 12115 dependencies: 12116 - array-buffer-byte-length: 1.0.2 12117 - arraybuffer.prototype.slice: 1.0.4 12118 available-typed-arrays: 1.0.7 12119 call-bind: 1.0.8 12120 - call-bound: 1.0.3 12121 - data-view-buffer: 1.0.2 12122 - data-view-byte-length: 1.0.2 12123 - data-view-byte-offset: 1.0.1 12124 es-define-property: 1.0.1 12125 es-errors: 1.3.0 12126 es-object-atoms: 1.0.0 12127 es-set-tostringtag: 2.0.3 12128 es-to-primitive: 1.3.0 12129 - function.prototype.name: 1.1.8 12130 get-intrinsic: 1.2.6 12131 - get-symbol-description: 1.1.0 12132 globalthis: 1.0.4 12133 gopd: 1.2.0 12134 has-property-descriptors: 1.0.2 ··· 12136 has-symbols: 1.1.0 12137 hasown: 2.0.2 12138 internal-slot: 1.1.0 12139 - is-array-buffer: 3.0.5 12140 is-callable: 1.2.7 12141 is-data-view: 1.0.2 12142 is-regex: 1.2.1 12143 - is-shared-array-buffer: 1.0.4 12144 - is-string: 1.1.1 12145 - is-typed-array: 1.1.15 12146 is-weakref: 1.1.0 12147 - math-intrinsics: 1.1.0 12148 object-inspect: 1.13.3 12149 object-keys: 1.1.1 12150 - object.assign: 4.1.7 12151 - own-keys: 1.0.1 12152 regexp.prototype.flags: 1.5.3 12153 safe-array-concat: 1.1.3 12154 - safe-push-apply: 1.0.0 12155 safe-regex-test: 1.1.0 12156 string.prototype.trim: 1.2.10 12157 string.prototype.trimend: 1.0.9 12158 string.prototype.trimstart: 1.0.8 12159 - typed-array-buffer: 1.0.3 12160 - typed-array-byte-length: 1.0.3 12161 - typed-array-byte-offset: 1.0.4 12162 typed-array-length: 1.0.7 12163 - unbox-primitive: 1.1.0 12164 - which-typed-array: 1.1.18 12165 12166 es-define-property@1.0.1: {} 12167 12168 es-errors@1.3.0: {} 12169 12170 - es-iterator-helpers@1.2.1: 12171 dependencies: 12172 call-bind: 1.0.8 12173 - call-bound: 1.0.3 12174 define-properties: 1.2.1 12175 - es-abstract: 1.23.8 12176 es-errors: 1.3.0 12177 es-set-tostringtag: 2.0.3 12178 function-bind: 1.1.2 ··· 12186 iterator.prototype: 1.1.4 12187 safe-array-concat: 1.1.3 12188 12189 - es-module-lexer@1.6.0: {} 12190 12191 es-object-atoms@1.0.0: 12192 dependencies: ··· 12208 is-date-object: 1.1.0 12209 is-symbol: 1.1.1 12210 12211 - esbuild-register@3.6.0(esbuild@0.19.12): 12212 - dependencies: 12213 - debug: 4.4.0 12214 - esbuild: 0.19.12 12215 - transitivePeerDependencies: 12216 - - supports-color 12217 - 12218 - esbuild@0.18.20: 12219 - optionalDependencies: 12220 - '@esbuild/android-arm': 0.18.20 12221 - '@esbuild/android-arm64': 0.18.20 12222 - '@esbuild/android-x64': 0.18.20 12223 - '@esbuild/darwin-arm64': 0.18.20 12224 - '@esbuild/darwin-x64': 0.18.20 12225 - '@esbuild/freebsd-arm64': 0.18.20 12226 - '@esbuild/freebsd-x64': 0.18.20 12227 - '@esbuild/linux-arm': 0.18.20 12228 - '@esbuild/linux-arm64': 0.18.20 12229 - '@esbuild/linux-ia32': 0.18.20 12230 - '@esbuild/linux-loong64': 0.18.20 12231 - '@esbuild/linux-mips64el': 0.18.20 12232 - '@esbuild/linux-ppc64': 0.18.20 12233 - '@esbuild/linux-riscv64': 0.18.20 12234 - '@esbuild/linux-s390x': 0.18.20 12235 - '@esbuild/linux-x64': 0.18.20 12236 - '@esbuild/netbsd-x64': 0.18.20 12237 - '@esbuild/openbsd-x64': 0.18.20 12238 - '@esbuild/sunos-x64': 0.18.20 12239 - '@esbuild/win32-arm64': 0.18.20 12240 - '@esbuild/win32-ia32': 0.18.20 12241 - '@esbuild/win32-x64': 0.18.20 12242 - 12243 - esbuild@0.19.12: 12244 - optionalDependencies: 12245 - '@esbuild/aix-ppc64': 0.19.12 12246 - '@esbuild/android-arm': 0.19.12 12247 - '@esbuild/android-arm64': 0.19.12 12248 - '@esbuild/android-x64': 0.19.12 12249 - '@esbuild/darwin-arm64': 0.19.12 12250 - '@esbuild/darwin-x64': 0.19.12 12251 - '@esbuild/freebsd-arm64': 0.19.12 12252 - '@esbuild/freebsd-x64': 0.19.12 12253 - '@esbuild/linux-arm': 0.19.12 12254 - '@esbuild/linux-arm64': 0.19.12 12255 - '@esbuild/linux-ia32': 0.19.12 12256 - '@esbuild/linux-loong64': 0.19.12 12257 - '@esbuild/linux-mips64el': 0.19.12 12258 - '@esbuild/linux-ppc64': 0.19.12 12259 - '@esbuild/linux-riscv64': 0.19.12 12260 - '@esbuild/linux-s390x': 0.19.12 12261 - '@esbuild/linux-x64': 0.19.12 12262 - '@esbuild/netbsd-x64': 0.19.12 12263 - '@esbuild/openbsd-x64': 0.19.12 12264 - '@esbuild/sunos-x64': 0.19.12 12265 - '@esbuild/win32-arm64': 0.19.12 12266 - '@esbuild/win32-ia32': 0.19.12 12267 - '@esbuild/win32-x64': 0.19.12 12268 - 12269 - esbuild@0.23.1: 12270 - optionalDependencies: 12271 - '@esbuild/aix-ppc64': 0.23.1 12272 - '@esbuild/android-arm': 0.23.1 12273 - '@esbuild/android-arm64': 0.23.1 12274 - '@esbuild/android-x64': 0.23.1 12275 - '@esbuild/darwin-arm64': 0.23.1 12276 - '@esbuild/darwin-x64': 0.23.1 12277 - '@esbuild/freebsd-arm64': 0.23.1 12278 - '@esbuild/freebsd-x64': 0.23.1 12279 - '@esbuild/linux-arm': 0.23.1 12280 - '@esbuild/linux-arm64': 0.23.1 12281 - '@esbuild/linux-ia32': 0.23.1 12282 - '@esbuild/linux-loong64': 0.23.1 12283 - '@esbuild/linux-mips64el': 0.23.1 12284 - '@esbuild/linux-ppc64': 0.23.1 12285 - '@esbuild/linux-riscv64': 0.23.1 12286 - '@esbuild/linux-s390x': 0.23.1 12287 - '@esbuild/linux-x64': 0.23.1 12288 - '@esbuild/netbsd-x64': 0.23.1 12289 - '@esbuild/openbsd-arm64': 0.23.1 12290 - '@esbuild/openbsd-x64': 0.23.1 12291 - '@esbuild/sunos-x64': 0.23.1 12292 - '@esbuild/win32-arm64': 0.23.1 12293 - '@esbuild/win32-ia32': 0.23.1 12294 - '@esbuild/win32-x64': 0.23.1 12295 - 12296 - esbuild@0.24.0: 12297 - optionalDependencies: 12298 - '@esbuild/aix-ppc64': 0.24.0 12299 - '@esbuild/android-arm': 0.24.0 12300 - '@esbuild/android-arm64': 0.24.0 12301 - '@esbuild/android-x64': 0.24.0 12302 - '@esbuild/darwin-arm64': 0.24.0 12303 - '@esbuild/darwin-x64': 0.24.0 12304 - '@esbuild/freebsd-arm64': 0.24.0 12305 - '@esbuild/freebsd-x64': 0.24.0 12306 - '@esbuild/linux-arm': 0.24.0 12307 - '@esbuild/linux-arm64': 0.24.0 12308 - '@esbuild/linux-ia32': 0.24.0 12309 - '@esbuild/linux-loong64': 0.24.0 12310 - '@esbuild/linux-mips64el': 0.24.0 12311 - '@esbuild/linux-ppc64': 0.24.0 12312 - '@esbuild/linux-riscv64': 0.24.0 12313 - '@esbuild/linux-s390x': 0.24.0 12314 - '@esbuild/linux-x64': 0.24.0 12315 - '@esbuild/netbsd-x64': 0.24.0 12316 - '@esbuild/openbsd-arm64': 0.24.0 12317 - '@esbuild/openbsd-x64': 0.24.0 12318 - '@esbuild/sunos-x64': 0.24.0 12319 - '@esbuild/win32-arm64': 0.24.0 12320 - '@esbuild/win32-ia32': 0.24.0 12321 - '@esbuild/win32-x64': 0.24.0 12322 - 12323 escalade@3.2.0: {} 12324 12325 escape-html@1.0.3: {} ··· 12330 12331 escape-string-regexp@4.0.0: {} 12332 12333 - eslint-config-expo@8.0.1(eslint@8.57.1)(typescript@5.7.2): 12334 dependencies: 12335 - '@typescript-eslint/eslint-plugin': 8.19.0(@typescript-eslint/parser@8.19.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2) 12336 - '@typescript-eslint/parser': 8.19.0(eslint@8.57.1)(typescript@5.7.2) 12337 eslint: 8.57.1 12338 eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1) 12339 - eslint-plugin-expo: 0.1.0(eslint@8.57.1)(typescript@5.7.2) 12340 - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.19.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) 12341 - eslint-plugin-react: 7.37.3(eslint@8.57.1) 12342 eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) 12343 transitivePeerDependencies: 12344 - eslint-import-resolver-webpack ··· 12349 eslint-import-resolver-node@0.3.9: 12350 dependencies: 12351 debug: 3.2.7 12352 - is-core-module: 2.16.1 12353 - resolve: 1.22.10 12354 transitivePeerDependencies: 12355 - supports-color 12356 ··· 12358 dependencies: 12359 '@nolyfill/is-core-module': 1.0.39 12360 debug: 4.4.0 12361 - enhanced-resolve: 5.18.0 12362 eslint: 8.57.1 12363 fast-glob: 3.3.2 12364 get-tsconfig: 4.8.1 ··· 12366 is-glob: 4.0.3 12367 stable-hash: 0.0.4 12368 optionalDependencies: 12369 - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.19.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) 12370 transitivePeerDependencies: 12371 - supports-color 12372 12373 - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.19.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): 12374 dependencies: 12375 debug: 3.2.7 12376 optionalDependencies: 12377 - '@typescript-eslint/parser': 8.19.0(eslint@8.57.1)(typescript@5.7.2) 12378 eslint: 8.57.1 12379 eslint-import-resolver-node: 0.3.9 12380 eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1) 12381 transitivePeerDependencies: 12382 - supports-color 12383 12384 - eslint-plugin-expo@0.1.0(eslint@8.57.1)(typescript@5.7.2): 12385 dependencies: 12386 - '@typescript-eslint/types': 8.19.0 12387 - '@typescript-eslint/utils': 8.19.0(eslint@8.57.1)(typescript@5.7.2) 12388 eslint: 8.57.1 12389 transitivePeerDependencies: 12390 - supports-color 12391 - typescript 12392 12393 - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.19.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): 12394 dependencies: 12395 '@rtsao/scc': 1.1.0 12396 array-includes: 3.1.8 12397 array.prototype.findlastindex: 1.2.5 12398 - array.prototype.flat: 1.3.3 12399 - array.prototype.flatmap: 1.3.3 12400 debug: 3.2.7 12401 doctrine: 2.1.0 12402 eslint: 8.57.1 12403 eslint-import-resolver-node: 0.3.9 12404 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.19.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) 12405 hasown: 2.0.2 12406 - is-core-module: 2.16.1 12407 is-glob: 4.0.3 12408 minimatch: 3.1.2 12409 object.fromentries: 2.0.8 12410 object.groupby: 1.0.3 12411 - object.values: 1.2.1 12412 semver: 6.3.1 12413 string.prototype.trimend: 1.0.9 12414 tsconfig-paths: 3.15.0 12415 optionalDependencies: 12416 - '@typescript-eslint/parser': 8.19.0(eslint@8.57.1)(typescript@5.7.2) 12417 transitivePeerDependencies: 12418 - eslint-import-resolver-typescript 12419 - eslint-import-resolver-webpack ··· 12426 '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.0) 12427 eslint: 8.57.1 12428 hermes-parser: 0.25.1 12429 - zod: 3.23.8 12430 - zod-validation-error: 3.4.0(zod@3.23.8) 12431 transitivePeerDependencies: 12432 - supports-color 12433 ··· 12435 dependencies: 12436 eslint: 8.57.1 12437 12438 - eslint-plugin-react@7.37.3(eslint@8.57.1): 12439 dependencies: 12440 array-includes: 3.1.8 12441 array.prototype.findlast: 1.2.5 12442 - array.prototype.flatmap: 1.3.3 12443 array.prototype.tosorted: 1.1.4 12444 doctrine: 2.1.0 12445 - es-iterator-helpers: 1.2.1 12446 eslint: 8.57.1 12447 estraverse: 5.3.0 12448 hasown: 2.0.2 ··· 12450 minimatch: 3.1.2 12451 object.entries: 1.1.8 12452 object.fromentries: 2.0.8 12453 - object.values: 1.2.1 12454 prop-types: 15.8.1 12455 resolve: 2.0.0-next.5 12456 semver: 6.3.1 12457 - string.prototype.matchall: 4.0.12 12458 string.prototype.repeat: 1.0.0 12459 12460 eslint-scope@5.1.1: ··· 12542 12543 event-target-shim@6.0.2: {} 12544 12545 - eventemitter3@4.0.7: {} 12546 - 12547 events@3.3.0: {} 12548 12549 exec-async@2.2.0: {} ··· 12570 signal-exit: 3.0.7 12571 strip-final-newline: 2.0.0 12572 12573 - exit-hook@1.1.1: {} 12574 - 12575 - expo-asset@11.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 12576 dependencies: 12577 - '@expo/image-utils': 0.6.4 12578 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12579 - expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 12580 invariant: 2.2.4 12581 md5-file: 3.2.3 12582 react: 18.3.1 12583 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12584 - transitivePeerDependencies: 12585 - - supports-color 12586 - 12587 - expo-asset@11.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0): 12588 - dependencies: 12589 - '@expo/image-utils': 0.6.4 12590 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 12591 - expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)) 12592 - invariant: 2.2.4 12593 - md5-file: 3.2.3 12594 - react: 19.0.0 12595 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0) 12596 - transitivePeerDependencies: 12597 - - supports-color 12598 - optional: true 12599 - 12600 - expo-constants@17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)): 12601 - dependencies: 12602 - '@expo/config': 10.0.8 12603 - '@expo/env': 0.4.1 12604 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12605 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12606 transitivePeerDependencies: 12607 - supports-color 12608 12609 - expo-constants@17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)): 12610 dependencies: 12611 - '@expo/config': 10.0.8 12612 - '@expo/env': 0.4.1 12613 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 12614 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0) 12615 transitivePeerDependencies: 12616 - supports-color 12617 - optional: true 12618 12619 - expo-file-system@18.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)): 12620 dependencies: 12621 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12622 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12623 web-streams-polyfill: 3.3.3 12624 12625 - expo-file-system@18.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)): 12626 dependencies: 12627 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 12628 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0) 12629 - web-streams-polyfill: 3.3.3 12630 - optional: true 12631 - 12632 - expo-font@13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1): 12633 - dependencies: 12634 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12635 fontfaceobserver: 2.3.0 12636 react: 18.3.1 12637 12638 - expo-font@13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react@19.0.0): 12639 - dependencies: 12640 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 12641 - fontfaceobserver: 2.3.0 12642 - react: 19.0.0 12643 - optional: true 12644 - 12645 - expo-keep-awake@14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1): 12646 dependencies: 12647 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12648 react: 18.3.1 12649 12650 - expo-keep-awake@14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react@19.0.0): 12651 dependencies: 12652 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 12653 - react: 19.0.0 12654 - optional: true 12655 - 12656 - expo-linking@7.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 12657 - dependencies: 12658 - expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 12659 invariant: 2.2.4 12660 react: 18.3.1 12661 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12662 transitivePeerDependencies: 12663 - expo 12664 - supports-color 12665 12666 - expo-modules-autolinking@2.0.7: 12667 dependencies: 12668 '@expo/spawn-async': 1.7.2 12669 chalk: 4.1.2 ··· 12674 require-from-string: 2.0.2 12675 resolve-from: 5.0.0 12676 12677 - expo-modules-core@2.1.4: 12678 dependencies: 12679 invariant: 2.2.4 12680 12681 - expo-router@4.0.17(vb46ftr37dpucdvyo52bfprmza): 12682 dependencies: 12683 - '@expo/metro-runtime': 4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 12684 - '@expo/server': 0.5.1(typescript@5.7.2) 12685 '@radix-ui/react-slot': 1.0.1(react@18.3.1) 12686 - '@react-navigation/bottom-tabs': 7.2.0(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12687 - '@react-navigation/native': 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12688 - '@react-navigation/native-stack': 7.2.0(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12689 client-only: 0.0.1 12690 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12691 - expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 12692 - expo-linking: 7.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12693 react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 12694 react-native-helmet-async: 2.0.4(react@18.3.1) 12695 - react-native-is-edge-to-edge: 1.1.6(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12696 - react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12697 - react-native-screens: 4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12698 schema-utils: 4.3.0 12699 semver: 7.6.3 12700 server-only: 0.0.1 12701 optionalDependencies: 12702 - react-native-reanimated: 3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12703 transitivePeerDependencies: 12704 - '@react-native-masked-view/masked-view' 12705 - react ··· 12707 - react-native 12708 - supports-color 12709 - typescript 12710 12711 - expo-splash-screen@0.29.21(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)): 12712 dependencies: 12713 - '@expo/prebuild-config': 8.0.25 12714 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12715 transitivePeerDependencies: 12716 - supports-color 12717 12718 - expo-sqlite@15.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 12719 dependencies: 12720 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12721 react: 18.3.1 12722 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12723 - 12724 - expo-sqlite@15.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0): 12725 - dependencies: 12726 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 12727 - react: 19.0.0 12728 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0) 12729 - optional: true 12730 12731 - expo-status-bar@2.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 12732 dependencies: 12733 react: 18.3.1 12734 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12735 12736 - expo-system-ui@4.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)): 12737 dependencies: 12738 - '@react-native/normalize-colors': 0.76.6 12739 debug: 4.4.0 12740 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12741 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12742 optionalDependencies: 12743 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 12744 transitivePeerDependencies: 12745 - supports-color 12746 12747 - expo-web-browser@14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)): 12748 dependencies: 12749 - expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12750 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12751 12752 - expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 12753 dependencies: 12754 '@babel/runtime': 7.26.0 12755 - '@expo/cli': 0.22.10 12756 - '@expo/config': 10.0.8 12757 - '@expo/config-plugins': 9.0.14 12758 - '@expo/fingerprint': 0.11.7 12759 - '@expo/metro-config': 0.19.9 12760 '@expo/vector-icons': 14.0.4 12761 - babel-preset-expo: 12.0.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1)) 12762 - expo-asset: 11.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 12763 - expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 12764 - expo-file-system: 18.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 12765 - expo-font: 13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1) 12766 - expo-keep-awake: 14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1) 12767 - expo-modules-autolinking: 2.0.7 12768 - expo-modules-core: 2.1.4 12769 fbemitter: 3.0.0 12770 react: 18.3.1 12771 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 12772 web-streams-polyfill: 3.3.3 12773 whatwg-url-without-unicode: 8.0.0-3 12774 optionalDependencies: 12775 - '@expo/metro-runtime': 4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 12776 transitivePeerDependencies: 12777 - '@babel/core' 12778 - '@babel/preset-env' ··· 12784 - supports-color 12785 - utf-8-validate 12786 12787 - expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0): 12788 - dependencies: 12789 - '@babel/runtime': 7.26.0 12790 - '@expo/cli': 0.22.10 12791 - '@expo/config': 10.0.8 12792 - '@expo/config-plugins': 9.0.14 12793 - '@expo/fingerprint': 0.11.7 12794 - '@expo/metro-config': 0.19.9 12795 - '@expo/vector-icons': 14.0.4 12796 - babel-preset-expo: 12.0.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0)) 12797 - expo-asset: 11.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 12798 - expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)) 12799 - expo-file-system: 18.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)) 12800 - expo-font: 13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react@19.0.0) 12801 - expo-keep-awake: 14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)))(react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0))(react@19.0.0) 12802 - expo-modules-autolinking: 2.0.7 12803 - expo-modules-core: 2.1.4 12804 - fbemitter: 3.0.0 12805 - react: 19.0.0 12806 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0) 12807 - web-streams-polyfill: 3.3.3 12808 - whatwg-url-without-unicode: 8.0.0-3 12809 - optionalDependencies: 12810 - '@expo/metro-runtime': 4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0)) 12811 - transitivePeerDependencies: 12812 - - '@babel/core' 12813 - - '@babel/preset-env' 12814 - - babel-plugin-react-compiler 12815 - - bufferutil 12816 - - encoding 12817 - - graphql 12818 - - react-compiler-runtime 12819 - - supports-color 12820 - - utf-8-validate 12821 - optional: true 12822 - 12823 exponential-backoff@3.1.1: {} 12824 12825 - express@4.21.2: 12826 - dependencies: 12827 - accepts: 1.3.8 12828 - array-flatten: 1.1.1 12829 - body-parser: 1.20.3 12830 - content-disposition: 0.5.4 12831 - content-type: 1.0.5 12832 - cookie: 0.7.1 12833 - cookie-signature: 1.0.6 12834 - debug: 2.6.9 12835 - depd: 2.0.0 12836 - encodeurl: 2.0.0 12837 - escape-html: 1.0.3 12838 - etag: 1.8.1 12839 - finalhandler: 1.3.1 12840 - fresh: 0.5.2 12841 - http-errors: 2.0.0 12842 - merge-descriptors: 1.0.3 12843 - methods: 1.1.2 12844 - on-finished: 2.4.1 12845 - parseurl: 1.3.3 12846 - path-to-regexp: 0.1.12 12847 - proxy-addr: 2.0.7 12848 - qs: 6.13.0 12849 - range-parser: 1.2.1 12850 - safe-buffer: 5.2.1 12851 - send: 0.19.0 12852 - serve-static: 1.16.2 12853 - setprototypeof: 1.2.0 12854 - statuses: 2.0.1 12855 - type-is: 1.6.18 12856 - utils-merge: 1.0.1 12857 - vary: 1.1.2 12858 - transitivePeerDependencies: 12859 - - supports-color 12860 - 12861 - extend@3.0.2: {} 12862 - 12863 - extsprintf@1.3.0: {} 12864 - 12865 - fast-copy@3.0.2: {} 12866 - 12867 fast-deep-equal@3.1.3: {} 12868 12869 fast-glob@3.3.2: ··· 12880 12881 fast-loops@1.1.4: {} 12882 12883 - fast-redact@3.5.0: {} 12884 - 12885 - fast-safe-stringify@2.1.1: {} 12886 - 12887 fast-uri@3.0.3: {} 12888 12889 fastq@1.17.1: ··· 12904 12905 fbjs@3.0.5: 12906 dependencies: 12907 - cross-fetch: 3.2.0 12908 fbjs-css-vars: 1.0.2 12909 loose-envify: 1.4.0 12910 object-assign: 4.1.1 12911 promise: 7.3.1 12912 setimmediate: 1.0.5 12913 - ua-parser-js: 1.0.40 12914 transitivePeerDependencies: 12915 - encoding 12916 12917 - fdir@6.4.2(picomatch@4.0.2): 12918 - optionalDependencies: 12919 - picomatch: 4.0.2 12920 - 12921 - fetch-blob@3.2.0: 12922 - dependencies: 12923 - node-domexception: 1.0.0 12924 - web-streams-polyfill: 3.3.3 12925 - 12926 fetch-retry@4.1.1: {} 12927 - 12928 - figures@1.7.0: 12929 - dependencies: 12930 - escape-string-regexp: 1.0.5 12931 - object-assign: 4.1.1 12932 12933 file-entry-cache@6.0.1: 12934 dependencies: ··· 12952 transitivePeerDependencies: 12953 - supports-color 12954 12955 - finalhandler@1.3.1: 12956 - dependencies: 12957 - debug: 2.6.9 12958 - encodeurl: 2.0.0 12959 - escape-html: 1.0.3 12960 - on-finished: 2.4.1 12961 - parseurl: 1.3.3 12962 - statuses: 2.0.1 12963 - unpipe: 1.0.0 12964 - transitivePeerDependencies: 12965 - - supports-color 12966 - 12967 find-babel-config@2.1.2: 12968 dependencies: 12969 json5: 2.2.3 ··· 12998 12999 flow-enums-runtime@0.0.6: {} 13000 13001 - flow-parser@0.257.1: {} 13002 - 13003 - follow-redirects@1.15.9: {} 13004 13005 fontfaceobserver@2.3.0: {} 13006 ··· 13013 cross-spawn: 7.0.6 13014 signal-exit: 4.1.0 13015 13016 - forever-agent@0.6.1: {} 13017 - 13018 - form-data@2.3.3: 13019 - dependencies: 13020 - asynckit: 0.4.0 13021 - combined-stream: 1.0.8 13022 - mime-types: 2.1.35 13023 - 13024 form-data@3.0.2: 13025 dependencies: 13026 asynckit: 0.4.0 13027 combined-stream: 1.0.8 13028 mime-types: 2.1.35 13029 - 13030 - form-data@4.0.1: 13031 - dependencies: 13032 - asynckit: 0.4.0 13033 - combined-stream: 1.0.8 13034 - mime-types: 2.1.35 13035 - 13036 - formdata-polyfill@4.0.10: 13037 - dependencies: 13038 - fetch-blob: 3.2.0 13039 - 13040 - forwarded@0.2.0: {} 13041 13042 freeport-async@2.0.0: {} 13043 13044 fresh@0.5.2: {} 13045 13046 - fs-extra@0.26.7: 13047 - dependencies: 13048 - graceful-fs: 4.2.11 13049 - jsonfile: 2.4.0 13050 - klaw: 1.3.1 13051 - path-is-absolute: 1.0.1 13052 - rimraf: 2.7.1 13053 - 13054 fs-extra@8.1.0: 13055 dependencies: 13056 graceful-fs: 4.2.11 ··· 13079 dependencies: 13080 minipass: 7.1.2 13081 13082 - fs-promise@0.5.0: 13083 - dependencies: 13084 - any-promise: 1.3.0 13085 - fs-extra: 0.26.7 13086 - mz: 2.7.0 13087 - thenify-all: 1.6.0 13088 - 13089 fs.realpath@1.0.0: {} 13090 13091 fsevents@2.3.3: ··· 13093 13094 function-bind@1.1.2: {} 13095 13096 - function.prototype.name@1.1.8: 13097 dependencies: 13098 call-bind: 1.0.8 13099 - call-bound: 1.0.3 13100 define-properties: 1.2.1 13101 functions-have-names: 1.2.3 13102 - hasown: 2.0.2 13103 - is-callable: 1.2.7 13104 13105 functions-have-names@1.2.3: {} 13106 13107 - gc-hook@0.4.1: {} 13108 - 13109 gensync@1.0.0-beta.2: {} 13110 13111 get-caller-file@2.0.5: {} 13112 - 13113 - get-intrinsic@1.2.5: 13114 - dependencies: 13115 - call-bind-apply-helpers: 1.0.1 13116 - dunder-proto: 1.0.0 13117 - es-define-property: 1.0.1 13118 - es-errors: 1.3.0 13119 - function-bind: 1.1.2 13120 - gopd: 1.2.0 13121 - has-symbols: 1.1.0 13122 - hasown: 2.0.2 13123 13124 get-intrinsic@1.2.6: 13125 dependencies: ··· 13132 gopd: 1.2.0 13133 has-symbols: 1.1.0 13134 hasown: 2.0.2 13135 - math-intrinsics: 1.1.0 13136 13137 get-nonce@1.0.1: {} 13138 ··· 13146 13147 get-stream@6.0.1: {} 13148 13149 - get-symbol-description@1.1.0: 13150 dependencies: 13151 - call-bound: 1.0.3 13152 es-errors: 1.3.0 13153 get-intrinsic: 1.2.6 13154 ··· 13158 13159 getenv@1.0.0: {} 13160 13161 - getpass@0.1.7: 13162 - dependencies: 13163 - assert-plus: 1.0.0 13164 - 13165 glob-parent@5.1.2: 13166 dependencies: 13167 is-glob: 4.0.3 ··· 13181 package-json-from-dist: 1.0.1 13182 path-scurry: 1.11.1 13183 13184 - glob@11.0.0: 13185 - dependencies: 13186 - foreground-child: 3.3.0 13187 - jackspeak: 4.0.2 13188 - minimatch: 10.0.1 13189 - minipass: 7.1.2 13190 - package-json-from-dist: 1.0.1 13191 - path-scurry: 2.0.0 13192 - 13193 glob@7.2.3: 13194 dependencies: 13195 fs.realpath: 1.0.0 ··· 13232 13233 graphemer@1.4.0: {} 13234 13235 - har-schema@2.0.0: {} 13236 - 13237 - har-validator@5.1.5: 13238 - dependencies: 13239 - ajv: 6.12.6 13240 - har-schema: 2.0.0 13241 - 13242 - has-ansi@2.0.0: 13243 - dependencies: 13244 - ansi-regex: 2.1.1 13245 - 13246 - has-bigints@1.1.0: {} 13247 13248 has-flag@3.0.0: {} 13249 ··· 13269 dependencies: 13270 function-bind: 1.1.2 13271 13272 - help-me@5.0.0: {} 13273 - 13274 hermes-estree@0.23.1: {} 13275 13276 hermes-estree@0.24.0: {} ··· 13289 dependencies: 13290 hermes-estree: 0.25.1 13291 13292 - hoist-non-react-statics@3.3.2: 13293 - dependencies: 13294 - react-is: 16.13.1 13295 - 13296 - hono@4.6.13: {} 13297 - 13298 hosted-git-info@7.0.2: 13299 dependencies: 13300 lru-cache: 10.4.3 13301 13302 html-entities@2.5.2: {} 13303 13304 - html-escaper@3.0.3: {} 13305 - 13306 - htmlparser2@9.1.0: 13307 - dependencies: 13308 - domelementtype: 2.3.0 13309 - domhandler: 5.0.3 13310 - domutils: 3.1.0 13311 - entities: 4.5.0 13312 - 13313 http-errors@2.0.0: 13314 dependencies: 13315 depd: 2.0.0 ··· 13317 setprototypeof: 1.2.0 13318 statuses: 2.0.1 13319 toidentifier: 1.0.1 13320 - 13321 - http-signature@1.2.0: 13322 - dependencies: 13323 - assert-plus: 1.0.0 13324 - jsprim: 1.4.2 13325 - sshpk: 1.18.0 13326 13327 human-signals@2.1.0: {} 13328 13329 hyphenate-style-name@1.1.0: {} 13330 13331 - iconv-lite@0.4.24: 13332 - dependencies: 13333 - safer-buffer: 2.1.2 13334 - 13335 ieee754@1.2.1: {} 13336 13337 ignore@5.3.2: {} 13338 13339 - image-size@1.2.0: 13340 dependencies: 13341 queue: 6.0.2 13342 ··· 13368 css-in-js-utils: 3.1.0 13369 fast-loops: 1.1.4 13370 13371 - inquirer-promise@0.0.3: 13372 - dependencies: 13373 - earlgrey-runtime: 0.1.2 13374 - inquirer: 0.11.4 13375 - 13376 - inquirer@0.11.4: 13377 - dependencies: 13378 - ansi-escapes: 1.4.0 13379 - ansi-regex: 2.1.1 13380 - chalk: 1.1.3 13381 - cli-cursor: 1.0.2 13382 - cli-width: 1.1.1 13383 - figures: 1.7.0 13384 - lodash: 3.10.1 13385 - readline2: 1.0.1 13386 - run-async: 0.1.0 13387 - rx-lite: 3.1.2 13388 - string-width: 1.0.2 13389 - strip-ansi: 3.0.1 13390 - through: 2.3.8 13391 - 13392 internal-ip@4.3.0: 13393 dependencies: 13394 default-gateway: 4.2.0 ··· 13412 13413 is-arguments@1.2.0: 13414 dependencies: 13415 - call-bound: 1.0.3 13416 has-tostringtag: 1.0.2 13417 13418 - is-array-buffer@3.0.5: 13419 dependencies: 13420 call-bind: 1.0.8 13421 - call-bound: 1.0.3 13422 get-intrinsic: 1.2.6 13423 13424 is-arrayish@0.2.1: {} ··· 13431 13432 is-bigint@1.1.0: 13433 dependencies: 13434 - has-bigints: 1.1.0 13435 13436 is-binary-path@2.1.0: 13437 dependencies: ··· 13439 13440 is-boolean-object@1.2.1: 13441 dependencies: 13442 - call-bound: 1.0.3 13443 has-tostringtag: 1.0.2 13444 13445 is-buffer@1.1.6: {} ··· 13450 13451 is-callable@1.2.7: {} 13452 13453 - is-core-module@2.16.1: 13454 dependencies: 13455 hasown: 2.0.2 13456 13457 is-data-view@1.0.2: 13458 dependencies: 13459 - call-bound: 1.0.3 13460 get-intrinsic: 1.2.6 13461 - is-typed-array: 1.1.15 13462 13463 is-date-object@1.1.0: 13464 dependencies: 13465 - call-bound: 1.0.3 13466 has-tostringtag: 1.0.2 13467 13468 is-directory@0.3.1: {} ··· 13471 13472 is-extglob@2.1.1: {} 13473 13474 - is-finalizationregistry@1.1.1: 13475 dependencies: 13476 - call-bound: 1.0.3 13477 - 13478 - is-fullwidth-code-point@1.0.0: 13479 - dependencies: 13480 - number-is-nan: 1.0.1 13481 13482 is-fullwidth-code-point@3.0.0: {} 13483 ··· 13491 13492 is-map@2.0.3: {} 13493 13494 - is-number-object@1.1.1: 13495 dependencies: 13496 - call-bound: 1.0.3 13497 has-tostringtag: 1.0.2 13498 13499 is-number@7.0.0: {} ··· 13510 13511 is-regex@1.2.1: 13512 dependencies: 13513 - call-bound: 1.0.3 13514 gopd: 1.2.0 13515 has-tostringtag: 1.0.2 13516 hasown: 2.0.2 13517 13518 is-set@2.0.3: {} 13519 13520 - is-shared-array-buffer@1.0.4: 13521 dependencies: 13522 - call-bound: 1.0.3 13523 13524 is-stream@1.1.0: {} 13525 13526 is-stream@2.0.1: {} 13527 13528 - is-string@1.1.1: 13529 dependencies: 13530 - call-bound: 1.0.3 13531 has-tostringtag: 1.0.2 13532 13533 is-symbol@1.1.1: 13534 dependencies: 13535 - call-bound: 1.0.3 13536 has-symbols: 1.1.0 13537 safe-regex-test: 1.1.0 13538 13539 - is-typed-array@1.1.15: 13540 dependencies: 13541 - which-typed-array: 1.1.18 13542 - 13543 - is-typedarray@1.0.0: {} 13544 13545 is-weakmap@2.0.2: {} 13546 13547 is-weakref@1.1.0: 13548 dependencies: 13549 - call-bound: 1.0.3 13550 13551 - is-weakset@2.0.4: 13552 dependencies: 13553 - call-bound: 1.0.3 13554 get-intrinsic: 1.2.6 13555 13556 is-wsl@2.2.0: ··· 13566 iso-datestring-validator@2.2.2: {} 13567 13568 isobject@3.0.1: {} 13569 - 13570 - isstream@0.1.2: {} 13571 13572 istanbul-lib-coverage@3.2.2: {} 13573 ··· 13587 es-object-atoms: 1.0.0 13588 get-intrinsic: 1.2.6 13589 has-symbols: 1.1.0 13590 - reflect.getprototypeof: 1.0.9 13591 set-function-name: 2.0.2 13592 13593 jackspeak@3.4.3: ··· 13596 optionalDependencies: 13597 '@pkgjs/parseargs': 0.11.0 13598 13599 - jackspeak@4.0.2: 13600 - dependencies: 13601 - '@isaacs/cliui': 8.0.2 13602 - 13603 jest-environment-node@29.7.0: 13604 dependencies: 13605 '@jest/environment': 29.7.0 13606 '@jest/fake-timers': 29.7.0 13607 '@jest/types': 29.6.3 13608 - '@types/node': 20.17.10 13609 jest-mock: 29.7.0 13610 jest-util: 29.7.0 13611 ··· 13615 dependencies: 13616 '@jest/types': 29.6.3 13617 '@types/graceful-fs': 4.1.9 13618 - '@types/node': 20.17.10 13619 anymatch: 3.1.3 13620 fb-watchman: 2.0.2 13621 graceful-fs: 4.2.11 ··· 13642 jest-mock@29.7.0: 13643 dependencies: 13644 '@jest/types': 29.6.3 13645 - '@types/node': 20.17.10 13646 jest-util: 29.7.0 13647 13648 jest-regex-util@29.6.3: {} ··· 13650 jest-util@29.7.0: 13651 dependencies: 13652 '@jest/types': 29.6.3 13653 - '@types/node': 20.17.10 13654 chalk: 4.1.2 13655 ci-info: 3.9.0 13656 graceful-fs: 4.2.11 ··· 13667 13668 jest-worker@27.5.1: 13669 dependencies: 13670 - '@types/node': 20.17.10 13671 merge-stream: 2.0.0 13672 supports-color: 8.1.1 13673 13674 jest-worker@29.7.0: 13675 dependencies: 13676 - '@types/node': 20.17.10 13677 jest-util: 29.7.0 13678 merge-stream: 2.0.0 13679 supports-color: 8.1.1 13680 13681 jimp-compact@0.16.1: {} 13682 13683 - jiti@1.21.7: {} 13684 13685 join-component@1.1.0: {} 13686 13687 jose@5.9.6: {} 13688 13689 - joycon@3.1.1: {} 13690 - 13691 - js-base64@3.7.7: {} 13692 - 13693 js-tokens@4.0.0: {} 13694 13695 js-yaml@3.14.1: ··· 13700 js-yaml@4.1.0: 13701 dependencies: 13702 argparse: 2.0.1 13703 - 13704 - jsbn@0.1.1: {} 13705 13706 jsc-android@250231.0.0: {} 13707 ··· 13721 '@babel/register': 7.25.9(@babel/core@7.26.0) 13722 babel-core: 7.0.0-bridge.0(@babel/core@7.26.0) 13723 chalk: 4.1.2 13724 - flow-parser: 0.257.1 13725 graceful-fs: 4.2.11 13726 micromatch: 4.0.8 13727 neo-async: 2.6.2 ··· 13746 13747 json-schema-traverse@1.0.0: {} 13748 13749 - json-schema@0.4.0: {} 13750 - 13751 json-stable-stringify-without-jsonify@1.0.1: {} 13752 - 13753 - json-stringify-safe@5.0.1: {} 13754 13755 json5@1.0.2: 13756 dependencies: ··· 13758 13759 json5@2.2.3: {} 13760 13761 - jsonfile@2.4.0: 13762 - optionalDependencies: 13763 - graceful-fs: 4.2.11 13764 - 13765 jsonfile@4.0.0: 13766 optionalDependencies: 13767 graceful-fs: 4.2.11 ··· 13772 optionalDependencies: 13773 graceful-fs: 4.2.11 13774 13775 - jsprim@1.4.2: 13776 - dependencies: 13777 - assert-plus: 1.0.0 13778 - extsprintf: 1.3.0 13779 - json-schema: 0.4.0 13780 - verror: 1.10.0 13781 - 13782 jsx-ast-utils@3.3.5: 13783 dependencies: 13784 array-includes: 3.1.8 13785 - array.prototype.flat: 1.3.3 13786 - object.assign: 4.1.7 13787 - object.values: 1.2.1 13788 - 13789 - kaiser@0.0.4: 13790 - dependencies: 13791 - earlgrey-runtime: 0.1.2 13792 13793 keyv@4.5.4: 13794 dependencies: ··· 13796 13797 kind-of@6.0.3: {} 13798 13799 - klaw@1.3.1: 13800 - optionalDependencies: 13801 - graceful-fs: 4.2.11 13802 - 13803 kleur@3.0.3: {} 13804 13805 leven@3.1.0: {} ··· 13809 prelude-ls: 1.2.1 13810 type-check: 0.4.0 13811 13812 - libsql@0.4.7: 13813 - dependencies: 13814 - '@neon-rs/load': 0.0.4 13815 - detect-libc: 2.0.2 13816 - optionalDependencies: 13817 - '@libsql/darwin-arm64': 0.4.7 13818 - '@libsql/darwin-x64': 0.4.7 13819 - '@libsql/linux-arm64-gnu': 0.4.7 13820 - '@libsql/linux-arm64-musl': 0.4.7 13821 - '@libsql/linux-x64-gnu': 0.4.7 13822 - '@libsql/linux-x64-musl': 0.4.7 13823 - '@libsql/win32-x64-msvc': 0.4.7 13824 - 13825 lighthouse-logger@1.4.2: 13826 dependencies: 13827 debug: 2.6.9 ··· 13832 lightningcss-darwin-arm64@1.27.0: 13833 optional: true 13834 13835 - lightningcss-darwin-arm64@1.28.2: 13836 - optional: true 13837 - 13838 lightningcss-darwin-x64@1.27.0: 13839 optional: true 13840 13841 - lightningcss-darwin-x64@1.28.2: 13842 - optional: true 13843 - 13844 lightningcss-freebsd-x64@1.27.0: 13845 optional: true 13846 13847 - lightningcss-freebsd-x64@1.28.2: 13848 - optional: true 13849 - 13850 lightningcss-linux-arm-gnueabihf@1.27.0: 13851 optional: true 13852 13853 - lightningcss-linux-arm-gnueabihf@1.28.2: 13854 - optional: true 13855 - 13856 lightningcss-linux-arm64-gnu@1.27.0: 13857 optional: true 13858 13859 - lightningcss-linux-arm64-gnu@1.28.2: 13860 - optional: true 13861 - 13862 lightningcss-linux-arm64-musl@1.27.0: 13863 optional: true 13864 13865 - lightningcss-linux-arm64-musl@1.28.2: 13866 - optional: true 13867 - 13868 lightningcss-linux-x64-gnu@1.27.0: 13869 optional: true 13870 13871 - lightningcss-linux-x64-gnu@1.28.2: 13872 - optional: true 13873 - 13874 lightningcss-linux-x64-musl@1.27.0: 13875 - optional: true 13876 - 13877 - lightningcss-linux-x64-musl@1.28.2: 13878 optional: true 13879 13880 lightningcss-win32-arm64-msvc@1.27.0: 13881 optional: true 13882 13883 - lightningcss-win32-arm64-msvc@1.28.2: 13884 - optional: true 13885 - 13886 lightningcss-win32-x64-msvc@1.27.0: 13887 - optional: true 13888 - 13889 - lightningcss-win32-x64-msvc@1.28.2: 13890 optional: true 13891 13892 lightningcss@1.27.0: ··· 13904 lightningcss-win32-arm64-msvc: 1.27.0 13905 lightningcss-win32-x64-msvc: 1.27.0 13906 13907 - lightningcss@1.28.2: 13908 - dependencies: 13909 - detect-libc: 1.0.3 13910 - optionalDependencies: 13911 - lightningcss-darwin-arm64: 1.28.2 13912 - lightningcss-darwin-x64: 1.28.2 13913 - lightningcss-freebsd-x64: 1.28.2 13914 - lightningcss-linux-arm-gnueabihf: 1.28.2 13915 - lightningcss-linux-arm64-gnu: 1.28.2 13916 - lightningcss-linux-arm64-musl: 1.28.2 13917 - lightningcss-linux-x64-gnu: 1.28.2 13918 - lightningcss-linux-x64-musl: 1.28.2 13919 - lightningcss-win32-arm64-msvc: 1.28.2 13920 - lightningcss-win32-x64-msvc: 1.28.2 13921 - 13922 lilconfig@3.1.3: {} 13923 13924 lines-and-columns@1.2.4: {} 13925 13926 - load-tsconfig@0.2.5: {} 13927 - 13928 loader-runner@4.3.0: {} 13929 13930 loader-utils@2.0.4: ··· 13950 13951 lodash.merge@4.6.2: {} 13952 13953 - lodash.sortby@4.7.0: {} 13954 - 13955 lodash.throttle@4.1.1: {} 13956 - 13957 - lodash@3.10.1: {} 13958 13959 lodash@4.17.21: {} 13960 ··· 13968 13969 lru-cache@10.4.3: {} 13970 13971 - lru-cache@11.0.2: {} 13972 - 13973 lru-cache@5.1.1: 13974 dependencies: 13975 yallist: 3.1.1 13976 13977 - lucide-react-native@0.460.0(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 13978 dependencies: 13979 react: 18.3.1 13980 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 13981 - react-native-svg: 15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 13982 13983 make-dir@2.1.0: 13984 dependencies: ··· 13993 13994 marky@1.2.5: {} 13995 13996 - math-intrinsics@1.1.0: {} 13997 13998 md5-file@3.2.3: 13999 dependencies: ··· 14007 14008 mdn-data@2.0.14: {} 14009 14010 - media-typer@0.3.0: {} 14011 - 14012 memoize-one@5.2.1: {} 14013 14014 memoize-one@6.0.0: {} 14015 - 14016 - merge-descriptors@1.0.3: {} 14017 14018 merge-options@3.0.4: 14019 dependencies: ··· 14022 merge-stream@2.0.0: {} 14023 14024 merge2@1.4.1: {} 14025 - 14026 - methods@1.1.2: {} 14027 14028 metro-babel-transformer@0.81.0: 14029 dependencies: ··· 14174 flow-enums-runtime: 0.0.6 14175 graceful-fs: 4.2.11 14176 hermes-parser: 0.24.0 14177 - image-size: 1.2.0 14178 invariant: 2.2.4 14179 jest-worker: 29.7.0 14180 jsc-safe-url: 0.2.4 ··· 14211 14212 mime-db@1.52.0: {} 14213 14214 mime-types@2.1.35: 14215 dependencies: 14216 mime-db: 1.52.0 ··· 14220 mimic-fn@1.2.0: {} 14221 14222 mimic-fn@2.1.0: {} 14223 - 14224 - minimatch@10.0.1: 14225 - dependencies: 14226 - brace-expansion: 2.0.1 14227 14228 minimatch@3.1.2: 14229 dependencies: ··· 14284 14285 multiformats@9.9.0: {} 14286 14287 - mute-stream@0.0.5: {} 14288 - 14289 mz@2.7.0: 14290 dependencies: 14291 any-promise: 1.3.0 ··· 14294 14295 nanoid@3.3.8: {} 14296 14297 - nativewind@4.1.23(react-native-reanimated@3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))): 14298 dependencies: 14299 comment-json: 4.2.5 14300 debug: 4.4.0 14301 - react-native-css-interop: 0.1.22(react-native-reanimated@3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) 14302 - tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 14303 transitivePeerDependencies: 14304 - react 14305 - react-native ··· 14326 dependencies: 14327 minimatch: 3.1.2 14328 14329 - node-domexception@1.0.0: {} 14330 - 14331 node-fetch@2.7.0: 14332 dependencies: 14333 whatwg-url: 5.0.0 14334 - 14335 - node-fetch@3.3.2: 14336 - dependencies: 14337 - data-uri-to-buffer: 4.0.1 14338 - fetch-blob: 3.2.0 14339 - formdata-polyfill: 4.0.10 14340 14341 node-forge@1.3.1: {} 14342 14343 - node-gyp-build-optional-packages@5.1.1: 14344 - dependencies: 14345 - detect-libc: 2.0.3 14346 - optional: true 14347 - 14348 node-int64@0.4.0: {} 14349 14350 node-releases@2.0.19: {} ··· 14372 14373 nullthrows@1.1.1: {} 14374 14375 - number-is-nan@1.0.1: {} 14376 - 14377 - oauth-sign@0.9.0: {} 14378 - 14379 ob1@0.81.0: 14380 dependencies: 14381 flow-enums-runtime: 0.0.6 ··· 14388 14389 object-keys@1.1.1: {} 14390 14391 - object.assign@4.1.7: 14392 dependencies: 14393 call-bind: 1.0.8 14394 - call-bound: 1.0.3 14395 define-properties: 1.2.1 14396 - es-object-atoms: 1.0.0 14397 has-symbols: 1.1.0 14398 object-keys: 1.1.1 14399 ··· 14407 dependencies: 14408 call-bind: 1.0.8 14409 define-properties: 1.2.1 14410 - es-abstract: 1.23.8 14411 es-object-atoms: 1.0.0 14412 14413 object.groupby@1.0.3: 14414 dependencies: 14415 call-bind: 1.0.8 14416 define-properties: 1.2.1 14417 - es-abstract: 1.23.8 14418 14419 - object.values@1.2.1: 14420 dependencies: 14421 call-bind: 1.0.8 14422 - call-bound: 1.0.3 14423 define-properties: 1.2.1 14424 es-object-atoms: 1.0.0 14425 - 14426 - on-exit-leak-free@2.1.2: {} 14427 14428 on-finished@2.3.0: 14429 dependencies: ··· 14439 dependencies: 14440 wrappy: 1.0.2 14441 14442 - onetime@1.1.0: {} 14443 - 14444 onetime@2.0.1: 14445 dependencies: 14446 mimic-fn: 1.2.0 ··· 14478 strip-ansi: 5.2.0 14479 wcwidth: 1.0.1 14480 14481 - os-homedir@1.0.2: {} 14482 - 14483 os-tmpdir@1.0.2: {} 14484 14485 - own-keys@1.0.1: 14486 - dependencies: 14487 - get-intrinsic: 1.2.6 14488 - object-keys: 1.1.1 14489 - safe-push-apply: 1.0.0 14490 - 14491 p-finally@1.0.0: {} 14492 14493 p-limit@2.3.0: ··· 14514 dependencies: 14515 aggregate-error: 3.1.0 14516 14517 - p-queue@6.6.2: 14518 - dependencies: 14519 - eventemitter3: 4.0.7 14520 - p-timeout: 3.2.0 14521 - 14522 - p-timeout@3.2.0: 14523 - dependencies: 14524 - p-finally: 1.0.0 14525 - 14526 p-try@2.2.0: {} 14527 14528 package-json-from-dist@1.0.1: {} ··· 14542 14543 parseurl@1.3.3: {} 14544 14545 - partysocket@1.0.2: 14546 - dependencies: 14547 - event-target-shim: 6.0.2 14548 - 14549 password-prompt@1.1.3: 14550 dependencies: 14551 ansi-escapes: 4.3.2 ··· 14570 lru-cache: 10.4.3 14571 minipass: 7.1.2 14572 14573 - path-scurry@2.0.0: 14574 - dependencies: 14575 - lru-cache: 11.0.2 14576 - minipass: 7.1.2 14577 - 14578 - path-to-regexp@0.1.12: {} 14579 - 14580 path-type@4.0.0: {} 14581 - 14582 - performance-now@2.1.0: {} 14583 14584 picocolors@1.1.1: {} 14585 14586 picomatch@2.3.1: {} 14587 14588 picomatch@3.0.1: {} 14589 - 14590 - picomatch@4.0.2: {} 14591 14592 pify@2.3.0: {} 14593 14594 pify@4.0.1: {} 14595 14596 - pino-abstract-transport@1.2.0: 14597 - dependencies: 14598 - readable-stream: 4.5.2 14599 - split2: 4.2.0 14600 - 14601 - pino-abstract-transport@2.0.0: 14602 - dependencies: 14603 - split2: 4.2.0 14604 - 14605 - pino-pretty@13.0.0: 14606 - dependencies: 14607 - colorette: 2.0.20 14608 - dateformat: 4.6.3 14609 - fast-copy: 3.0.2 14610 - fast-safe-stringify: 2.1.1 14611 - help-me: 5.0.0 14612 - joycon: 3.1.1 14613 - minimist: 1.2.8 14614 - on-exit-leak-free: 2.1.2 14615 - pino-abstract-transport: 2.0.0 14616 - pump: 3.0.2 14617 - secure-json-parse: 2.7.0 14618 - sonic-boom: 4.2.0 14619 - strip-json-comments: 3.1.1 14620 - 14621 - pino-std-serializers@6.2.2: {} 14622 - 14623 - pino-std-serializers@7.0.0: {} 14624 - 14625 - pino@8.21.0: 14626 - dependencies: 14627 - atomic-sleep: 1.0.0 14628 - fast-redact: 3.5.0 14629 - on-exit-leak-free: 2.1.2 14630 - pino-abstract-transport: 1.2.0 14631 - pino-std-serializers: 6.2.2 14632 - process-warning: 3.0.0 14633 - quick-format-unescaped: 4.0.4 14634 - real-require: 0.2.0 14635 - safe-stable-stringify: 2.5.0 14636 - sonic-boom: 3.8.1 14637 - thread-stream: 2.7.0 14638 - 14639 - pino@9.5.0: 14640 - dependencies: 14641 - atomic-sleep: 1.0.0 14642 - fast-redact: 3.5.0 14643 - on-exit-leak-free: 2.1.2 14644 - pino-abstract-transport: 2.0.0 14645 - pino-std-serializers: 7.0.0 14646 - process-warning: 4.0.0 14647 - quick-format-unescaped: 4.0.4 14648 - real-require: 0.2.0 14649 - safe-stable-stringify: 2.5.0 14650 - sonic-boom: 4.2.0 14651 - thread-stream: 3.1.0 14652 - 14653 pirates@4.0.6: {} 14654 14655 pkg-dir@3.0.0: ··· 14675 postcss: 8.4.49 14676 postcss-value-parser: 4.2.0 14677 read-cache: 1.0.0 14678 - resolve: 1.22.10 14679 14680 postcss-js@4.0.1(postcss@8.4.49): 14681 dependencies: 14682 camelcase-css: 2.0.1 14683 postcss: 8.4.49 14684 14685 - postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): 14686 dependencies: 14687 lilconfig: 3.1.3 14688 yaml: 2.6.1 14689 optionalDependencies: 14690 postcss: 8.4.49 14691 - ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) 14692 - 14693 - postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1): 14694 - dependencies: 14695 - lilconfig: 3.1.3 14696 - optionalDependencies: 14697 - jiti: 1.21.7 14698 - postcss: 8.4.49 14699 - tsx: 4.19.2 14700 - yaml: 2.6.1 14701 14702 postcss-nested@6.2.0(postcss@8.4.49): 14703 dependencies: ··· 14733 14734 process-nextick-args@2.0.1: {} 14735 14736 - process-warning@3.0.0: {} 14737 - 14738 - process-warning@4.0.0: {} 14739 - 14740 process@0.11.10: {} 14741 14742 progress@2.0.3: {} 14743 14744 - promise-limit@2.7.0: {} 14745 - 14746 promise@7.3.1: 14747 dependencies: 14748 asap: 2.0.6 ··· 14761 loose-envify: 1.4.0 14762 object-assign: 4.1.1 14763 react-is: 16.13.1 14764 - 14765 - proxy-addr@2.0.7: 14766 - dependencies: 14767 - forwarded: 0.2.0 14768 - ipaddr.js: 1.9.1 14769 14770 psl@1.15.0: 14771 dependencies: ··· 14779 punycode@2.3.1: {} 14780 14781 qrcode-terminal@0.11.0: {} 14782 - 14783 - qs@6.13.0: 14784 - dependencies: 14785 - side-channel: 1.0.6 14786 - 14787 - qs@6.5.3: {} 14788 14789 query-string@7.1.3: 14790 dependencies: ··· 14799 dependencies: 14800 inherits: 2.0.4 14801 14802 - quick-format-unescaped@4.0.4: {} 14803 - 14804 randombytes@2.1.0: 14805 dependencies: 14806 safe-buffer: 5.2.1 14807 14808 range-parser@1.2.1: {} 14809 - 14810 - rate-limiter-flexible@2.4.2: {} 14811 - 14812 - raw-body@2.5.2: 14813 - dependencies: 14814 - bytes: 3.1.2 14815 - http-errors: 2.0.0 14816 - iconv-lite: 0.4.24 14817 - unpipe: 1.0.0 14818 14819 rc@1.2.8: 14820 dependencies: ··· 14827 dependencies: 14828 react: 18.3.1 14829 14830 - react-compiler-runtime@19.0.0-beta-e552027-20250112(react@19.0.0): 14831 - dependencies: 14832 - react: 19.0.0 14833 - optional: true 14834 - 14835 react-devtools-core@5.3.2: 14836 dependencies: 14837 shell-quote: 1.8.2 ··· 14866 14867 react-is@18.3.1: {} 14868 14869 - react-native-css-interop@0.1.22(react-native-reanimated@3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))): 14870 dependencies: 14871 '@babel/helper-module-imports': 7.25.9 14872 '@babel/traverse': 7.26.4 14873 '@babel/types': 7.26.3 14874 debug: 4.4.0 14875 - lightningcss: 1.28.2 14876 react: 18.3.1 14877 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14878 - react-native-reanimated: 3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 14879 semver: 7.6.3 14880 - tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 14881 optionalDependencies: 14882 - react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 14883 - react-native-svg: 15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 14884 transitivePeerDependencies: 14885 - supports-color 14886 14887 - react-native-gesture-handler@2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 14888 - dependencies: 14889 - '@egjs/hammerjs': 2.0.17 14890 - hoist-non-react-statics: 3.3.2 14891 - invariant: 2.2.4 14892 - prop-types: 15.8.1 14893 - react: 18.3.1 14894 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14895 - 14896 react-native-helmet-async@2.0.4(react@18.3.1): 14897 dependencies: 14898 invariant: 2.2.4 ··· 14900 react-fast-compare: 3.2.2 14901 shallowequal: 1.1.0 14902 14903 - react-native-is-edge-to-edge@1.1.6(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 14904 dependencies: 14905 react: 18.3.1 14906 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14907 14908 - react-native-quick-base64@2.1.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 14909 dependencies: 14910 base64-js: 1.5.1 14911 react: 18.3.1 14912 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14913 14914 - react-native-quick-crypto@0.7.10(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 14915 dependencies: 14916 - '@craftzdog/react-native-buffer': 6.0.5(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 14917 events: 3.3.0 14918 react: 18.3.1 14919 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14920 readable-stream: 4.5.2 14921 string_decoder: 1.3.0 14922 util: 0.12.5 14923 14924 - react-native-reanimated@3.16.6(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 14925 dependencies: 14926 '@babel/core': 7.26.0 14927 '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0) ··· 14936 convert-source-map: 2.0.0 14937 invariant: 2.2.4 14938 react: 18.3.1 14939 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14940 transitivePeerDependencies: 14941 - supports-color 14942 14943 - react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 14944 dependencies: 14945 react: 18.3.1 14946 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14947 14948 - react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 14949 dependencies: 14950 react: 18.3.1 14951 react-freeze: 1.0.4(react@18.3.1) 14952 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14953 warn-once: 0.1.1 14954 14955 - react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 14956 dependencies: 14957 css-select: 5.1.0 14958 css-tree: 1.1.3 14959 react: 18.3.1 14960 - react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 14961 warn-once: 0.1.1 14962 14963 react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1): ··· 14975 transitivePeerDependencies: 14976 - encoding 14977 14978 - react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1): 14979 dependencies: 14980 '@jest/create-cache-key-function': 29.7.0 14981 - '@react-native/assets-registry': 0.76.6 14982 - '@react-native/codegen': 0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 14983 - '@react-native/community-cli-plugin': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 14984 - '@react-native/gradle-plugin': 0.76.6 14985 - '@react-native/js-polyfills': 0.76.6 14986 - '@react-native/normalize-colors': 0.76.6 14987 - '@react-native/virtualized-lists': 0.76.6(@types/react@18.3.12)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 14988 abort-controller: 3.0.0 14989 anser: 1.4.10 14990 ansi-regex: 5.0.1 ··· 15027 - supports-color 15028 - utf-8-validate 15029 15030 - react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0): 15031 - dependencies: 15032 - '@jest/create-cache-key-function': 29.7.0 15033 - '@react-native/assets-registry': 0.76.6 15034 - '@react-native/codegen': 0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 15035 - '@react-native/community-cli-plugin': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 15036 - '@react-native/gradle-plugin': 0.76.6 15037 - '@react-native/js-polyfills': 0.76.6 15038 - '@react-native/normalize-colors': 0.76.6 15039 - '@react-native/virtualized-lists': 0.76.6(@types/react@18.3.12)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@19.0.0))(react@19.0.0) 15040 - abort-controller: 3.0.0 15041 - anser: 1.4.10 15042 - ansi-regex: 5.0.1 15043 - babel-jest: 29.7.0(@babel/core@7.26.0) 15044 - babel-plugin-syntax-hermes-parser: 0.23.1 15045 - base64-js: 1.5.1 15046 - chalk: 4.1.2 15047 - commander: 12.1.0 15048 - event-target-shim: 5.0.1 15049 - flow-enums-runtime: 0.0.6 15050 - glob: 7.2.3 15051 - invariant: 2.2.4 15052 - jest-environment-node: 29.7.0 15053 - jsc-android: 250231.0.0 15054 - memoize-one: 5.2.1 15055 - metro-runtime: 0.81.0 15056 - metro-source-map: 0.81.0 15057 - mkdirp: 0.5.6 15058 - nullthrows: 1.1.1 15059 - pretty-format: 29.7.0 15060 - promise: 8.3.0 15061 - react: 19.0.0 15062 - react-devtools-core: 5.3.2 15063 - react-refresh: 0.14.2 15064 - regenerator-runtime: 0.13.11 15065 - scheduler: 0.24.0-canary-efb381bbf-20230505 15066 - semver: 7.6.3 15067 - stacktrace-parser: 0.1.10 15068 - whatwg-fetch: 3.6.20 15069 - ws: 6.2.3 15070 - yargs: 17.7.2 15071 - optionalDependencies: 15072 - '@types/react': 18.3.12 15073 - transitivePeerDependencies: 15074 - - '@babel/core' 15075 - - '@babel/preset-env' 15076 - - '@react-native-community/cli-server-api' 15077 - - bufferutil 15078 - - encoding 15079 - - supports-color 15080 - - utf-8-validate 15081 - optional: true 15082 - 15083 react-refresh@0.14.2: {} 15084 15085 react-refresh@0.16.0: {} 15086 15087 - react-remove-scroll-bar@2.3.8(@types/react@18.3.12)(react@18.3.1): 15088 dependencies: 15089 react: 18.3.1 15090 - react-style-singleton: 2.2.3(@types/react@18.3.12)(react@18.3.1) 15091 - tslib: 2.6.2 15092 optionalDependencies: 15093 '@types/react': 18.3.12 15094 15095 - react-remove-scroll@2.6.2(@types/react@18.3.12)(react@18.3.1): 15096 dependencies: 15097 react: 18.3.1 15098 - react-remove-scroll-bar: 2.3.8(@types/react@18.3.12)(react@18.3.1) 15099 - react-style-singleton: 2.2.3(@types/react@18.3.12)(react@18.3.1) 15100 - tslib: 2.6.2 15101 - use-callback-ref: 1.3.3(@types/react@18.3.12)(react@18.3.1) 15102 - use-sidecar: 1.1.3(@types/react@18.3.12)(react@18.3.1) 15103 optionalDependencies: 15104 '@types/react': 18.3.12 15105 15106 - react-style-singleton@2.2.3(@types/react@18.3.12)(react@18.3.1): 15107 dependencies: 15108 get-nonce: 1.0.1 15109 react: 18.3.1 15110 - tslib: 2.6.2 15111 optionalDependencies: 15112 '@types/react': 18.3.12 15113 15114 react@18.3.1: 15115 dependencies: 15116 loose-envify: 1.4.0 15117 - 15118 - react@19.0.0: 15119 - optional: true 15120 15121 read-cache@1.0.0: 15122 dependencies: ··· 15144 dependencies: 15145 picomatch: 2.3.1 15146 15147 - readdirp@4.0.2: {} 15148 - 15149 - readline2@1.0.1: 15150 - dependencies: 15151 - code-point-at: 1.1.0 15152 - is-fullwidth-code-point: 1.0.0 15153 - mute-stream: 0.0.5 15154 - 15155 readline@1.3.0: {} 15156 - 15157 - real-require@0.2.0: {} 15158 15159 recast@0.21.5: 15160 dependencies: 15161 ast-types: 0.15.2 15162 esprima: 4.0.1 15163 source-map: 0.6.1 15164 - tslib: 2.6.2 15165 15166 - reflect.getprototypeof@1.0.9: 15167 dependencies: 15168 call-bind: 1.0.8 15169 define-properties: 1.2.1 15170 - dunder-proto: 1.0.1 15171 - es-abstract: 1.23.8 15172 es-errors: 1.3.0 15173 get-intrinsic: 1.2.6 15174 gopd: 1.2.0 ··· 15183 regenerator-runtime@0.13.11: {} 15184 15185 regenerator-runtime@0.14.1: {} 15186 - 15187 - regenerator-runtime@0.9.6: {} 15188 15189 regenerator-transform@0.15.2: 15190 dependencies: ··· 15216 15217 repeat-string@1.6.1: {} 15218 15219 - request-promise@3.0.0: 15220 - dependencies: 15221 - bluebird: 3.7.2 15222 - lodash: 4.17.21 15223 - request: 2.88.2 15224 - 15225 - request@2.88.2: 15226 - dependencies: 15227 - aws-sign2: 0.7.0 15228 - aws4: 1.13.2 15229 - caseless: 0.12.0 15230 - combined-stream: 1.0.8 15231 - extend: 3.0.2 15232 - forever-agent: 0.6.1 15233 - form-data: 2.3.3 15234 - har-validator: 5.1.5 15235 - http-signature: 1.2.0 15236 - is-typedarray: 1.0.0 15237 - isstream: 0.1.2 15238 - json-stringify-safe: 5.0.1 15239 - mime-types: 2.1.35 15240 - oauth-sign: 0.9.0 15241 - performance-now: 2.1.0 15242 - qs: 6.5.3 15243 - safe-buffer: 5.2.1 15244 - tough-cookie: 2.5.0 15245 - tunnel-agent: 0.6.0 15246 - uuid: 3.4.0 15247 - 15248 require-directory@2.1.1: {} 15249 15250 require-from-string@2.0.2: {} ··· 15269 15270 resolve.exports@2.0.3: {} 15271 15272 - resolve@1.22.10: 15273 dependencies: 15274 - is-core-module: 2.16.1 15275 path-parse: 1.0.7 15276 supports-preserve-symlinks-flag: 1.0.0 15277 ··· 15281 15282 resolve@2.0.0-next.5: 15283 dependencies: 15284 - is-core-module: 2.16.1 15285 path-parse: 1.0.7 15286 supports-preserve-symlinks-flag: 1.0.0 15287 15288 - restore-cursor@1.0.1: 15289 - dependencies: 15290 - exit-hook: 1.1.1 15291 - onetime: 1.1.0 15292 - 15293 restore-cursor@2.0.0: 15294 dependencies: 15295 onetime: 2.0.1 ··· 15301 dependencies: 15302 glob: 7.2.3 15303 15304 - rimraf@2.7.1: 15305 - dependencies: 15306 - glob: 7.2.3 15307 - 15308 rimraf@3.0.2: 15309 dependencies: 15310 glob: 7.2.3 15311 15312 - rimraf@6.0.1: 15313 - dependencies: 15314 - glob: 11.0.0 15315 - package-json-from-dist: 1.0.1 15316 - 15317 - rollup@4.28.1: 15318 - dependencies: 15319 - '@types/estree': 1.0.6 15320 - optionalDependencies: 15321 - '@rollup/rollup-android-arm-eabi': 4.28.1 15322 - '@rollup/rollup-android-arm64': 4.28.1 15323 - '@rollup/rollup-darwin-arm64': 4.28.1 15324 - '@rollup/rollup-darwin-x64': 4.28.1 15325 - '@rollup/rollup-freebsd-arm64': 4.28.1 15326 - '@rollup/rollup-freebsd-x64': 4.28.1 15327 - '@rollup/rollup-linux-arm-gnueabihf': 4.28.1 15328 - '@rollup/rollup-linux-arm-musleabihf': 4.28.1 15329 - '@rollup/rollup-linux-arm64-gnu': 4.28.1 15330 - '@rollup/rollup-linux-arm64-musl': 4.28.1 15331 - '@rollup/rollup-linux-loongarch64-gnu': 4.28.1 15332 - '@rollup/rollup-linux-powerpc64le-gnu': 4.28.1 15333 - '@rollup/rollup-linux-riscv64-gnu': 4.28.1 15334 - '@rollup/rollup-linux-s390x-gnu': 4.28.1 15335 - '@rollup/rollup-linux-x64-gnu': 4.28.1 15336 - '@rollup/rollup-linux-x64-musl': 4.28.1 15337 - '@rollup/rollup-win32-arm64-msvc': 4.28.1 15338 - '@rollup/rollup-win32-ia32-msvc': 4.28.1 15339 - '@rollup/rollup-win32-x64-msvc': 4.28.1 15340 - fsevents: 2.3.3 15341 - 15342 - run-async@0.1.0: 15343 - dependencies: 15344 - once: 1.4.0 15345 - 15346 run-parallel@1.2.0: 15347 dependencies: 15348 queue-microtask: 1.2.3 15349 15350 - rx-lite@3.1.2: {} 15351 - 15352 safe-array-concat@1.1.3: 15353 dependencies: 15354 call-bind: 1.0.8 15355 - call-bound: 1.0.3 15356 get-intrinsic: 1.2.6 15357 has-symbols: 1.1.0 15358 isarray: 2.0.5 ··· 15361 15362 safe-buffer@5.2.1: {} 15363 15364 - safe-push-apply@1.0.0: 15365 - dependencies: 15366 - es-errors: 1.3.0 15367 - isarray: 2.0.5 15368 - 15369 safe-regex-test@1.1.0: 15370 dependencies: 15371 - call-bound: 1.0.3 15372 es-errors: 1.3.0 15373 is-regex: 1.2.1 15374 15375 - safe-stable-stringify@2.5.0: {} 15376 - 15377 - safer-buffer@2.1.2: {} 15378 - 15379 sax@1.4.1: {} 15380 15381 scheduler@0.23.2: ··· 15398 ajv: 8.17.1 15399 ajv-formats: 2.1.1(ajv@8.17.1) 15400 ajv-keywords: 5.1.0(ajv@8.17.1) 15401 - 15402 - secure-json-parse@2.7.0: {} 15403 15404 selfsigned@2.4.1: 15405 dependencies: ··· 15430 transitivePeerDependencies: 15431 - supports-color 15432 15433 serialize-error@2.1.0: {} 15434 15435 serialize-javascript@6.0.2: ··· 15454 define-data-property: 1.1.4 15455 es-errors: 1.3.0 15456 function-bind: 1.1.2 15457 - get-intrinsic: 1.2.5 15458 gopd: 1.2.0 15459 has-property-descriptors: 1.0.2 15460 ··· 15496 15497 side-channel-map@1.0.1: 15498 dependencies: 15499 - call-bound: 1.0.3 15500 es-errors: 1.3.0 15501 get-intrinsic: 1.2.6 15502 object-inspect: 1.13.3 15503 15504 side-channel-weakmap@1.0.2: 15505 dependencies: 15506 - call-bound: 1.0.3 15507 es-errors: 1.3.0 15508 get-intrinsic: 1.2.6 15509 object-inspect: 1.13.3 15510 side-channel-map: 1.0.1 15511 15512 - side-channel@1.0.6: 15513 - dependencies: 15514 - call-bind: 1.0.8 15515 - es-errors: 1.3.0 15516 - get-intrinsic: 1.2.5 15517 - object-inspect: 1.13.3 15518 - 15519 side-channel@1.1.0: 15520 dependencies: 15521 es-errors: 1.3.0 ··· 15544 15545 slugify@1.6.6: {} 15546 15547 - sonic-boom@3.8.1: 15548 - dependencies: 15549 - atomic-sleep: 1.0.0 15550 - 15551 - sonic-boom@4.2.0: 15552 - dependencies: 15553 - atomic-sleep: 1.0.0 15554 - 15555 source-map-js@1.2.1: {} 15556 15557 source-map-support@0.5.21: ··· 15565 15566 source-map@0.7.4: {} 15567 15568 - source-map@0.8.0-beta.0: 15569 - dependencies: 15570 - whatwg-url: 7.1.0 15571 - 15572 split-on-first@1.1.0: {} 15573 - 15574 - split2@4.2.0: {} 15575 15576 split@1.0.1: 15577 dependencies: 15578 through: 2.3.8 15579 15580 sprintf-js@1.0.3: {} 15581 - 15582 - sshpk@1.18.0: 15583 - dependencies: 15584 - asn1: 0.2.6 15585 - assert-plus: 1.0.0 15586 - bcrypt-pbkdf: 1.0.2 15587 - dashdash: 1.14.1 15588 - ecc-jsbn: 0.1.2 15589 - getpass: 0.1.7 15590 - jsbn: 0.1.1 15591 - safer-buffer: 2.1.2 15592 - tweetnacl: 0.14.5 15593 15594 ssri@10.0.6: 15595 dependencies: ··· 15617 15618 strict-uri-encode@2.0.0: {} 15619 15620 - string-width@1.0.2: 15621 - dependencies: 15622 - code-point-at: 1.1.0 15623 - is-fullwidth-code-point: 1.0.0 15624 - strip-ansi: 3.0.1 15625 - 15626 string-width@4.2.3: 15627 dependencies: 15628 emoji-regex: 8.0.0 ··· 15635 emoji-regex: 9.2.2 15636 strip-ansi: 7.1.0 15637 15638 - string.prototype.matchall@4.0.12: 15639 dependencies: 15640 call-bind: 1.0.8 15641 - call-bound: 1.0.3 15642 define-properties: 1.2.1 15643 - es-abstract: 1.23.8 15644 es-errors: 1.3.0 15645 es-object-atoms: 1.0.0 15646 get-intrinsic: 1.2.6 ··· 15654 string.prototype.repeat@1.0.0: 15655 dependencies: 15656 define-properties: 1.2.1 15657 - es-abstract: 1.23.8 15658 15659 string.prototype.trim@1.2.10: 15660 dependencies: 15661 call-bind: 1.0.8 15662 - call-bound: 1.0.3 15663 define-data-property: 1.1.4 15664 define-properties: 1.2.1 15665 - es-abstract: 1.23.8 15666 es-object-atoms: 1.0.0 15667 has-property-descriptors: 1.0.2 15668 15669 string.prototype.trimend@1.0.9: 15670 dependencies: 15671 call-bind: 1.0.8 15672 - call-bound: 1.0.3 15673 define-properties: 1.2.1 15674 es-object-atoms: 1.0.0 15675 ··· 15686 string_decoder@1.3.0: 15687 dependencies: 15688 safe-buffer: 5.2.1 15689 - 15690 - strip-ansi@3.0.1: 15691 - dependencies: 15692 - ansi-regex: 2.1.1 15693 15694 strip-ansi@5.2.0: 15695 dependencies: ··· 15719 15720 sucrase@3.35.0: 15721 dependencies: 15722 - '@jridgewell/gen-mapping': 0.3.5 15723 commander: 4.1.1 15724 glob: 10.4.5 15725 lines-and-columns: 1.2.4 ··· 15730 sudo-prompt@8.2.5: {} 15731 15732 sudo-prompt@9.1.1: {} 15733 - 15734 - supports-color@2.0.0: {} 15735 15736 supports-color@5.5.0: 15737 dependencies: ··· 15752 15753 supports-preserve-symlinks-flag@1.0.0: {} 15754 15755 - tailwind-merge@2.6.0: {} 15756 15757 - tailwindcss-animate@1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))): 15758 dependencies: 15759 - tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 15760 15761 - tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): 15762 dependencies: 15763 '@alloc/quick-lru': 5.2.0 15764 arg: 5.0.2 ··· 15768 fast-glob: 3.3.2 15769 glob-parent: 6.0.2 15770 is-glob: 4.0.3 15771 - jiti: 1.21.7 15772 lilconfig: 3.1.3 15773 micromatch: 4.0.8 15774 normalize-path: 3.0.0 ··· 15777 postcss: 8.4.49 15778 postcss-import: 15.1.0(postcss@8.4.49) 15779 postcss-js: 4.0.1(postcss@8.4.49) 15780 - postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 15781 postcss-nested: 6.2.0(postcss@8.4.49) 15782 postcss-selector-parser: 6.1.2 15783 - resolve: 1.22.10 15784 sucrase: 3.35.0 15785 transitivePeerDependencies: 15786 - ts-node ··· 15847 dependencies: 15848 any-promise: 1.3.0 15849 15850 - thread-stream@2.7.0: 15851 - dependencies: 15852 - real-require: 0.2.0 15853 - 15854 - thread-stream@3.1.0: 15855 - dependencies: 15856 - real-require: 0.2.0 15857 - 15858 throat@5.0.0: {} 15859 15860 through2@2.0.5: ··· 15863 xtend: 4.0.2 15864 15865 through@2.3.8: {} 15866 - 15867 - tinyexec@0.3.1: {} 15868 - 15869 - tinyglobby@0.2.10: 15870 - dependencies: 15871 - fdir: 6.4.2(picomatch@4.0.2) 15872 - picomatch: 4.0.2 15873 15874 tlds@1.255.0: {} 15875 ··· 15885 15886 toidentifier@1.0.1: {} 15887 15888 - tough-cookie@2.5.0: 15889 - dependencies: 15890 - psl: 1.15.0 15891 - punycode: 2.3.1 15892 - 15893 tr46@0.0.3: {} 15894 15895 - tr46@1.0.1: 15896 - dependencies: 15897 - punycode: 2.3.1 15898 - 15899 - tree-kill@1.2.2: {} 15900 - 15901 - ts-api-utils@1.4.3(typescript@5.7.2): 15902 dependencies: 15903 - typescript: 5.7.2 15904 15905 ts-interface-checker@0.1.13: {} 15906 ··· 15909 '@ts-morph/common': 0.17.0 15910 code-block-writer: 11.0.3 15911 15912 - ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2): 15913 dependencies: 15914 '@cspotcode/source-map-support': 0.8.1 15915 '@tsconfig/node10': 1.0.11 ··· 15923 create-require: 1.1.1 15924 diff: 4.0.2 15925 make-error: 1.3.6 15926 - typescript: 5.7.2 15927 v8-compile-cache-lib: 3.0.1 15928 yn: 3.1.1 15929 ··· 15934 minimist: 1.2.8 15935 strip-bom: 3.0.0 15936 15937 - tslib@2.6.2: {} 15938 - 15939 - tsup@8.3.5(jiti@1.21.7)(postcss@8.4.49)(tsx@4.19.2)(typescript@5.7.2)(yaml@2.6.1): 15940 - dependencies: 15941 - bundle-require: 5.0.0(esbuild@0.24.0) 15942 - cac: 6.7.14 15943 - chokidar: 4.0.1 15944 - consola: 3.2.3 15945 - debug: 4.4.0 15946 - esbuild: 0.24.0 15947 - joycon: 3.1.1 15948 - picocolors: 1.1.1 15949 - postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1) 15950 - resolve-from: 5.0.0 15951 - rollup: 4.28.1 15952 - source-map: 0.8.0-beta.0 15953 - sucrase: 3.35.0 15954 - tinyexec: 0.3.1 15955 - tinyglobby: 0.2.10 15956 - tree-kill: 1.2.2 15957 - optionalDependencies: 15958 - postcss: 8.4.49 15959 - typescript: 5.7.2 15960 - transitivePeerDependencies: 15961 - - jiti 15962 - - supports-color 15963 - - tsx 15964 - - yaml 15965 - 15966 - tsx@4.19.2: 15967 - dependencies: 15968 - esbuild: 0.23.1 15969 - get-tsconfig: 4.8.1 15970 - optionalDependencies: 15971 - fsevents: 2.3.3 15972 - 15973 - tunnel-agent@0.6.0: 15974 - dependencies: 15975 - safe-buffer: 5.2.1 15976 - 15977 - turbo-darwin-64@2.3.3: 15978 - optional: true 15979 - 15980 - turbo-darwin-arm64@2.3.3: 15981 - optional: true 15982 - 15983 - turbo-linux-64@2.3.3: 15984 - optional: true 15985 - 15986 - turbo-linux-arm64@2.3.3: 15987 - optional: true 15988 15989 turbo-stream@2.4.0: {} 15990 15991 - turbo-windows-64@2.3.3: 15992 - optional: true 15993 - 15994 - turbo-windows-arm64@2.3.3: 15995 - optional: true 15996 - 15997 - turbo@2.3.3: 15998 - optionalDependencies: 15999 - turbo-darwin-64: 2.3.3 16000 - turbo-darwin-arm64: 2.3.3 16001 - turbo-linux-64: 2.3.3 16002 - turbo-linux-arm64: 2.3.3 16003 - turbo-windows-64: 2.3.3 16004 - turbo-windows-arm64: 2.3.3 16005 - 16006 - tweetnacl@0.14.5: {} 16007 - 16008 type-check@0.4.0: 16009 dependencies: 16010 prelude-ls: 1.2.1 ··· 16019 16020 type-fest@0.7.1: {} 16021 16022 - type-is@1.6.18: 16023 dependencies: 16024 - media-typer: 0.3.0 16025 - mime-types: 2.1.35 16026 - 16027 - typed-array-buffer@1.0.3: 16028 - dependencies: 16029 - call-bound: 1.0.3 16030 es-errors: 1.3.0 16031 - is-typed-array: 1.1.15 16032 16033 - typed-array-byte-length@1.0.3: 16034 dependencies: 16035 call-bind: 1.0.8 16036 for-each: 0.3.3 16037 gopd: 1.2.0 16038 has-proto: 1.2.0 16039 - is-typed-array: 1.1.15 16040 16041 - typed-array-byte-offset@1.0.4: 16042 dependencies: 16043 available-typed-arrays: 1.0.7 16044 call-bind: 1.0.8 16045 for-each: 0.3.3 16046 gopd: 1.2.0 16047 has-proto: 1.2.0 16048 - is-typed-array: 1.1.15 16049 - reflect.getprototypeof: 1.0.9 16050 16051 typed-array-length@1.0.7: 16052 dependencies: 16053 call-bind: 1.0.8 16054 for-each: 0.3.3 16055 gopd: 1.2.0 16056 - is-typed-array: 1.1.15 16057 possible-typed-array-names: 1.0.0 16058 - reflect.getprototypeof: 1.0.9 16059 - 16060 - typescript@5.7.2: {} 16061 16062 - ua-parser-js@1.0.40: {} 16063 16064 - udomdiff@1.1.2: {} 16065 - 16066 - uhtml@4.7.0: 16067 - dependencies: 16068 - '@webreflection/uparser': 0.4.0 16069 - custom-function: 2.0.0 16070 - domconstants: 1.1.6 16071 - gc-hook: 0.4.1 16072 - html-escaper: 3.0.3 16073 - htmlparser2: 9.1.0 16074 - udomdiff: 1.1.2 16075 - optionalDependencies: 16076 - '@preact/signals-core': 1.8.0 16077 - '@webreflection/signal': 2.1.2 16078 16079 uint8arrays@3.0.0: 16080 dependencies: 16081 multiformats: 9.9.0 16082 16083 - unbox-primitive@1.1.0: 16084 dependencies: 16085 - call-bound: 1.0.3 16086 - has-bigints: 1.1.0 16087 has-symbols: 1.1.0 16088 - which-boxed-primitive: 1.1.1 16089 - 16090 - undici-types@6.19.8: {} 16091 16092 undici-types@6.20.0: {} 16093 ··· 16124 16125 unpipe@1.0.0: {} 16126 16127 - untildify@3.0.3: {} 16128 - 16129 update-browserslist-db@1.1.1(browserslist@4.24.3): 16130 dependencies: 16131 browserslist: 4.24.3 ··· 16136 dependencies: 16137 punycode: 2.3.1 16138 16139 - use-callback-ref@1.3.3(@types/react@18.3.12)(react@18.3.1): 16140 dependencies: 16141 react: 18.3.1 16142 - tslib: 2.6.2 16143 optionalDependencies: 16144 '@types/react': 18.3.12 16145 ··· 16147 dependencies: 16148 react: 18.3.1 16149 16150 - use-sidecar@1.1.3(@types/react@18.3.12)(react@18.3.1): 16151 dependencies: 16152 detect-node-es: 1.1.0 16153 react: 18.3.1 16154 - tslib: 2.6.2 16155 optionalDependencies: 16156 '@types/react': 18.3.12 16157 ··· 16162 use-sync-external-store@1.4.0(react@18.3.1): 16163 dependencies: 16164 react: 18.3.1 16165 - 16166 - user-home@2.0.0: 16167 - dependencies: 16168 - os-homedir: 1.0.2 16169 16170 util-deprecate@1.0.2: {} 16171 ··· 16174 inherits: 2.0.4 16175 is-arguments: 1.2.0 16176 is-generator-function: 1.0.10 16177 - is-typed-array: 1.1.15 16178 - which-typed-array: 1.1.18 16179 16180 utils-merge@1.0.1: {} 16181 - 16182 - uuid@3.4.0: {} 16183 16184 uuid@7.0.3: {} 16185 ··· 16189 16190 validate-npm-package-name@5.0.1: {} 16191 16192 - varint@6.0.0: {} 16193 - 16194 vary@1.1.2: {} 16195 16196 - verror@1.10.0: 16197 - dependencies: 16198 - assert-plus: 1.0.0 16199 - core-util-is: 1.0.2 16200 - extsprintf: 1.3.0 16201 - 16202 vlq@1.0.1: {} 16203 16204 walker@1.0.8: ··· 16226 16227 webidl-conversions@3.0.1: {} 16228 16229 - webidl-conversions@4.0.2: {} 16230 - 16231 webidl-conversions@5.0.0: {} 16232 16233 webpack-sources@3.2.3: {} ··· 16242 acorn: 8.14.0 16243 browserslist: 4.24.3 16244 chrome-trace-event: 1.0.4 16245 - enhanced-resolve: 5.18.0 16246 - es-module-lexer: 1.6.0 16247 eslint-scope: 5.1.1 16248 events: 3.3.0 16249 glob-to-regexp: 0.4.1 ··· 16275 tr46: 0.0.3 16276 webidl-conversions: 3.0.1 16277 16278 - whatwg-url@7.1.0: 16279 - dependencies: 16280 - lodash.sortby: 4.7.0 16281 - tr46: 1.0.1 16282 - webidl-conversions: 4.0.2 16283 - 16284 - which-boxed-primitive@1.1.1: 16285 dependencies: 16286 is-bigint: 1.1.0 16287 is-boolean-object: 1.2.1 16288 - is-number-object: 1.1.1 16289 - is-string: 1.1.1 16290 is-symbol: 1.1.1 16291 16292 which-builtin-type@1.2.1: 16293 dependencies: 16294 - call-bound: 1.0.3 16295 - function.prototype.name: 1.1.8 16296 has-tostringtag: 1.0.2 16297 is-async-function: 2.0.0 16298 is-date-object: 1.1.0 16299 - is-finalizationregistry: 1.1.1 16300 is-generator-function: 1.0.10 16301 is-regex: 1.2.1 16302 is-weakref: 1.1.0 16303 isarray: 2.0.5 16304 - which-boxed-primitive: 1.1.1 16305 which-collection: 1.0.2 16306 - which-typed-array: 1.1.18 16307 16308 which-collection@1.0.2: 16309 dependencies: 16310 is-map: 2.0.3 16311 is-set: 2.0.3 16312 is-weakmap: 2.0.2 16313 - is-weakset: 2.0.4 16314 16315 - which-typed-array@1.1.18: 16316 dependencies: 16317 available-typed-arrays: 1.0.7 16318 call-bind: 1.0.8 16319 - call-bound: 1.0.3 16320 for-each: 0.3.3 16321 gopd: 1.2.0 16322 has-tostringtag: 1.0.2 ··· 16410 16411 yocto-queue@0.1.0: {} 16412 16413 - zod-validation-error@3.4.0(zod@3.23.8): 16414 dependencies: 16415 - zod: 3.23.8 16416 16417 - zod@3.23.8: {} 16418 16419 zustand@4.5.5(@types/react@18.3.12)(react@18.3.1): 16420 dependencies: ··· 16427 optionalDependencies: 16428 '@types/react': 18.3.12 16429 react: 18.3.1 16430 - use-sync-external-store: 1.4.0(react@18.3.1)
··· 7 importers: 8 9 .: 10 dependencies: 11 '@aquareum/atproto-oauth-client-react-native': 12 specifier: ^0.0.1 13 + version: 0.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 14 '@atproto/api': 15 specifier: ^0.13.18 16 + version: 0.13.20 17 '@atproto/lex-cli': 18 specifier: ^0.5.3 19 + version: 0.5.3 20 '@expo/vector-icons': 21 specifier: ^14.0.4 22 version: 14.0.4 23 '@react-native-async-storage/async-storage': 24 specifier: 1.23.1 25 + version: 1.23.1(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 26 '@react-navigation/native': 27 specifier: ^7.0.9 28 + version: 7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 29 '@rn-primitives/avatar': 30 specifier: ^1.1.0 31 + version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 32 '@rn-primitives/hover-card': 33 specifier: ^1.1.0 34 + version: 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 35 '@rn-primitives/progress': 36 specifier: ^1.1.0 37 + version: 1.1.0(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 38 '@rn-primitives/slot': 39 specifier: ^1.1.0 40 + version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 41 '@rn-primitives/tooltip': 42 specifier: ^1.1.0 43 + version: 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 44 '@rn-primitives/types': 45 specifier: ^1.1.0 46 + version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 47 class-variance-authority: 48 specifier: ^0.7.1 49 version: 0.7.1 ··· 54 specifier: 19.0.0-beta-37ed2a7-20241206 55 version: 19.0.0-beta-37ed2a7-20241206(eslint@8.57.1) 56 expo: 57 + specifier: ~52.0.17 58 + version: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 59 expo-font: 60 specifier: ~13.0.1 61 + version: 13.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1) 62 expo-linking: 63 specifier: ~7.0.3 64 + version: 7.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 65 expo-router: 66 specifier: ~4.0.1 67 + version: 4.0.12(ibkmf63bwh3fkjhet4j3m4ktby) 68 expo-splash-screen: 69 + specifier: ~0.29.13 70 + version: 0.29.18(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)) 71 expo-sqlite: 72 specifier: ^15.0.3 73 + version: 15.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 74 expo-status-bar: 75 specifier: ~2.0.0 76 + version: 2.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 77 expo-system-ui: 78 specifier: ~4.0.4 79 + version: 4.0.6(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 80 expo-web-browser: 81 specifier: ~14.0.1 82 + version: 14.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 83 lucide-react-native: 84 specifier: ^0.460.0 85 + version: 0.460.0(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 86 nativewind: 87 specifier: ^4.1.23 88 + version: 4.1.23(react-native-reanimated@3.16.5(@babel/core@7.26.0)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3))) 89 react: 90 specifier: 18.3.1 91 version: 18.3.1 ··· 96 specifier: 18.3.1 97 version: 18.3.1(react@18.3.1) 98 react-native: 99 + specifier: 0.76.5 100 + version: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 101 react-native-reanimated: 102 + specifier: ~3.16.3 103 + version: 3.16.5(@babel/core@7.26.0)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 104 react-native-safe-area-context: 105 specifier: 4.12.0 106 + version: 4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 107 react-native-screens: 108 + specifier: ~4.1.0 109 + version: 4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 110 react-native-svg: 111 specifier: 15.8.0 112 + version: 15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 113 react-native-web: 114 specifier: ~0.19.13 115 version: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 116 tailwind-merge: 117 specifier: ^2.5.5 118 + version: 2.5.5 119 zustand: 120 specifier: ^5.0.1 121 version: 5.0.2(@types/react@18.3.12)(react@18.3.1)(use-sync-external-store@1.4.0(react@18.3.1)) ··· 127 specifier: ^7.26.0 128 version: 7.26.0 129 '@expo/metro-runtime': 130 + specifier: ~4.0.0 131 + version: 4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 132 '@expo/prebuild-config': 133 specifier: ^8.0.23 134 version: 8.0.23 ··· 158 version: 8.57.1 159 eslint-config-expo: 160 specifier: ~8.0.1 161 + version: 8.0.1(eslint@8.57.1)(typescript@5.3.3) 162 react-refresh: 163 specifier: ^0.16.0 164 version: 0.16.0 165 tailwindcss: 166 specifier: ^3.4.16 167 + version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3)) 168 tailwindcss-animate: 169 specifier: ^1.0.7 170 + version: 1.0.7(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3))) 171 ts-node: 172 specifier: ^10.9.2 173 + version: 10.9.2(@types/node@22.10.2)(typescript@5.3.3) 174 typescript: 175 specifier: ^5.3.3 176 + version: 5.3.3 177 178 packages: 179 ··· 196 '@aquareum/atproto-oauth-client-react-native@0.0.1': 197 resolution: {integrity: sha512-IoIcUuX2rKs/AS2u+72m9UWc0mldPTR4GgBHn4LIWtHLWjGTGdECwkw6iwshCM39KA15UhKGbByNQRG415hyfQ==} 198 199 '@atproto-labs/did-resolver@0.1.5': 200 resolution: {integrity: sha512-uoCb+P0N4du5NiZt6ohVEbSDdijXBJlQwSlWLHX0rUDtEVV+g3aEGe7jUW94lWpqQmRlQ5xcyd9owleMibNxZw==} 201 202 '@atproto-labs/fetch-node@0.1.3': 203 resolution: {integrity: sha512-KX3ogPJt6dXNppWImQ9omfhrc8t73WrJaxHMphRAqQL8jXxKW5NBCTjSuwroBkJ1pj1aValBrc5NpdYu+H/9Qg==} 204 205 '@atproto-labs/fetch@0.1.1': 206 resolution: {integrity: sha512-X1zO1MDoJzEurbWXMAe1H8EZ995Xam/aXdxhGVrXmOMyPDuvBa1oxwh/kQNZRCKcMQUbiwkk+Jfq6ZkTuvGbww==} 207 208 '@atproto-labs/handle-resolver-node@0.1.7': 209 resolution: {integrity: sha512-3pXUB8/twMPXUz+zMjSVTA5acxnizC7PF+EsjLKwirwVzLRrTcFQkyHXGTrdUfIQq+S1eLq7b6H7ZKqMOX9VQQ==} 210 211 '@atproto-labs/handle-resolver@0.1.4': 212 resolution: {integrity: sha512-tnGUD2mQ6c8xHs3eeVJgwYqM3FHoTZZbOcOGKqO1A5cuIG+gElwEhpWwpwX5LI7FF4J8eS9BOHLl3NFS7Q8QXg==} 213 214 '@atproto-labs/identity-resolver@0.1.6': 215 resolution: {integrity: sha512-kq1yhpImGG1IUE8QEKj2IjSfNrkG2VailZRuiFLYdcszDEBDzr9HN3ElV42ebxhofuSFgKOCrYWJIUiLuXo6Uw==} 216 217 '@atproto-labs/pipe@0.1.0': 218 resolution: {integrity: sha512-ghOqHFyJlQVFPESzlVHjKroP0tPzbmG5Jms0dNI9yLDEfL8xp4OFPWLX4f6T8mRq69wWs4nIDM3sSsFbFqLa1w==} 219 ··· 223 '@atproto-labs/simple-store@0.1.1': 224 resolution: {integrity: sha512-WKILW2b3QbAYKh+w5U2x6p5FqqLl0nAeLwGeDY+KjX01K4Dq3vQTR9b/qNp0jZm48CabPQVrqCv0PPU9LgRRRg==} 225 226 + '@atproto/api@0.13.20': 227 + resolution: {integrity: sha512-z/+CvG6BEttRHf856tKSe1AeUQNfrobRJldaHAthGmFk7O3wLZQyfcI9DUmBJQ9+4wAt0dZwvKWVGLZOV9eLHA==} 228 229 '@atproto/common-web@0.3.1': 230 resolution: {integrity: sha512-N7wiTnus5vAr+lT//0y8m/FaHHLJ9LpGuEwkwDAeV3LCiPif4m/FS8x/QOYrx1PdZQwKso95RAPzCGWQBH5j6Q==} 231 232 '@atproto/did@0.1.3': 233 resolution: {integrity: sha512-ULD8Gw/KRRwLFZ2Z2L4DjmdOMrg8IYYlcjdSc+GQ2/QJSVnD2zaJJVTLd3vls121wGt/583rNaiZTT2DpBze4w==} 234 235 '@atproto/jwk-jose@0.1.2': 236 resolution: {integrity: sha512-lDwc/6lLn2aZ/JpyyggyjLFsJPMntrVzryyGUx5aNpuTS8SIuc4Ky0REhxqfLopQXJJZCuRRjagHG3uP05/moQ==} 237 ··· 241 '@atproto/jwk@0.1.1': 242 resolution: {integrity: sha512-6h/bj1APUk7QcV9t/oA6+9DB5NZx9SZru9x+/pV5oHFI9Xz4ZuM5+dq1PfsJV54pZyqdnZ6W6M717cxoC7q7og==} 243 244 + '@atproto/lex-cli@0.5.3': 245 + resolution: {integrity: sha512-wLP8dUcW5j0+TMgEOhxC69rcZ5tEM/fED83C1FiOJMIODS3Uldez1Jpk0M7x49PeZKPTwaIefvhK3JKKXe4YiQ==} 246 hasBin: true 247 248 '@atproto/lexicon@0.4.4': 249 resolution: {integrity: sha512-QFEmr3rpj/RoAmfX9ALU/asBG/rsVtQZnw+9nOB1/AuIwoxXd+ZyndR6lVUc2+DL4GEjl6W2yvBru5xbQIZWyA==} ··· 251 '@atproto/oauth-client-browser@0.3.2': 252 resolution: {integrity: sha512-Nt9tPxeJTwsX8i6du0dSMonymHHpOVnt67bfA49LpwAS39nNd9zY6yjOrqj0suRwFhoGpvO2e+I35lqe30L+Ig==} 253 254 '@atproto/oauth-client@0.3.2': 255 resolution: {integrity: sha512-/HUlv5dnR1am4BQlVYSuevGf4mKJ5RMkElnum8lbwRDewKyzqHwdtJWeNcfcPFtDhUKg0U2pWfRv8ZZd6kk9dQ==} 256 257 '@atproto/oauth-types@0.2.1': 258 resolution: {integrity: sha512-hDisUXzcq5KU1HMuCYZ8Kcz7BePl7V11bFjjgZvND3mdSphiyBpJ8MCNn3QzAa6cXpFo0w9PDcYMAlCCRZHdVw==} 259 260 '@atproto/syntax@0.3.1': 261 resolution: {integrity: sha512-fzW0Mg1QUOVCWUD3RgEsDt6d1OZ6DdFmbKcDdbzUfh0t4rhtRAC05KbZYmxuMPWDAiJ4BbbQ5dkAc/mNypMXkw==} 262 263 '@atproto/xrpc@0.6.4': 264 resolution: {integrity: sha512-9ZAJ8nsXTqC4XFyS0E1Wlg7bAvonhXQNQ3Ocs1L1LIwFLXvsw/4fNpIHXxvXvqTCVeyHLbImOnE9UiO1c/qIYA==} ··· 984 resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==} 985 engines: {node: '>=6.9.0'} 986 987 '@craftzdog/react-native-buffer@6.0.5': 988 resolution: {integrity: sha512-Av+YqfwA9e7jhgI9GFE/gTpwl/H+dRRLmZyJPOpKTy107j9Oj7oXlm3/YiMNz+C/CEGqcKAOqnXDLs4OL6AAFw==} 989 ··· 991 resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} 992 engines: {node: '>=12'} 993 994 '@eslint-community/eslint-utils@4.4.1': 995 resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} 996 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} ··· 1013 resolution: {integrity: sha512-+Lla7nYSiHZirgK+U/uYzsLv/X+HaJienbD5AKX1UQZHYfWaP+9uuQluRB4GrEVWF0GZ7vEVp/jzaOT9k/SQlg==} 1014 engines: {node: '>=0.10.0'} 1015 1016 + '@expo/cli@0.22.5': 1017 + resolution: {integrity: sha512-A2wYKtcBbEEyRUAyUeMDd356UROo1xaMl7ZaZC5tQOdIhvWKelRd4f3QCaI56D9B4EMWLg9pVuPVbAMz8zJ4+A==} 1018 hasBin: true 1019 1020 '@expo/code-signing-certificates@0.0.5': ··· 1022 1023 '@expo/config-plugins@9.0.12': 1024 resolution: {integrity: sha512-/Ko/NM+GzvJyRkq8PITm8ms0KY5v0wmN1OQFYRMkcJqOi3PjlhndW+G6bHpJI9mkQXBaUnHwAiGLqIC3+MQ5Wg==} 1025 1026 '@expo/config-types@52.0.1': 1027 resolution: {integrity: sha512-vD8ZetyKV7U29lR6+NJohYeoLYTH+eNYXJeNiSOrWCz0witJYY11meMmEnpEaVbN89EfC6uauSUOa6wihtbyPQ==} 1028 1029 '@expo/config@10.0.6': 1030 resolution: {integrity: sha512-xXkfPElrtxznkOZxFASJ7OPa6E9IHSjcZwj5BQ6XUF2dz5M7AFa2h5sXM8AalSaDU5tEBSgoUOjTh5957TlR8g==} 1031 1032 '@expo/devcert@1.1.4': 1033 resolution: {integrity: sha512-fqBODr8c72+gBSX5Ty3SIzaY4bXainlpab78+vEYEKL3fXmsOswMLf0+KE36mUEAa36BYabX7K3EiXOXX5OPMw==} 1034 1035 + '@expo/env@0.4.0': 1036 + resolution: {integrity: sha512-g2JYFqck3xKIwJyK+8LxZ2ENZPWtRgjFWpeht9abnKgzXVXBeSNECFBkg+WQjQocSIdxXhEWM6hz4ZAe7Tc4ng==} 1037 1038 + '@expo/fingerprint@0.11.3': 1039 + resolution: {integrity: sha512-9lgXmcIePvZ7Wef63XtvuN3HfCUevF4E4tQPdEbH9/dUWwpOvvwQ3KT4OJ9jdh8JJ3nTdO9eDQ/8k8xr1aQ5Kg==} 1040 hasBin: true 1041 1042 '@expo/image-utils@0.6.3': 1043 resolution: {integrity: sha512-v/JbCKBrHeudxn1gN1TgfPE/pWJSlLPrl29uXJBgrJFQVkViQvUHQNDhaS+UEa9wYI5HHh7XYmtzAehyG4L+GA==} 1044 1045 '@expo/json-file@9.0.0': 1046 resolution: {integrity: sha512-M+55xFVrFzDcgMDf+52lPDLjKB5xwRfStWlv/b/Vu2OLgxGZLWpxoPYjlRoHqxjPbCQIi2ZCbobK+0KuNhsELg==} 1047 1048 + '@expo/metro-config@0.19.7': 1049 + resolution: {integrity: sha512-6Ti05d6AyvXstMpaRGh2EsdGSJzmOh9ju3gMmcjxckn/cimNL39qRQSrnqYc0R/DEZiRFL7N9mVE/0uG668ojw==} 1050 1051 + '@expo/metro-runtime@4.0.0': 1052 + resolution: {integrity: sha512-+zgCyuXqIzgZVN8h0g36sursGXBy3xqtJW9han7t/iR2HTTrrbEoep5ftW1a27bdSINU96ng+rSsPLbyHYeBvw==} 1053 peerDependencies: 1054 react-native: '*' 1055 1056 + '@expo/osascript@2.1.4': 1057 + resolution: {integrity: sha512-LcPjxJ5FOFpqPORm+5MRLV0CuYWMthJYV6eerF+lQVXKlvgSn3EOqaHC3Vf3H+vmB0f6G4kdvvFtg40vG4bIhA==} 1058 engines: {node: '>=12'} 1059 1060 + '@expo/package-manager@1.6.1': 1061 + resolution: {integrity: sha512-4rT46wP/94Ll+CWXtFKok1Lbo9XncSUtErFOo/9/3FVughGbIfdG4SKZOAWIpr9wxwEfkyhHfAP9q71ONlWODw==} 1062 1063 '@expo/plist@0.2.0': 1064 resolution: {integrity: sha512-F/IZJQaf8OIVnVA6XWUeMPC3OH6MV00Wxf0WC0JhTQht2QgjyHUa3U5Gs3vRtDq8tXNsZneOQRDVwpaOnd4zTQ==} 1065 1066 '@expo/prebuild-config@8.0.23': 1067 resolution: {integrity: sha512-Zf01kFiN2PISmLb0DhIAJh76v3J2oYUKSjiAtGZLOH0HUz59by/qdyU4mGHWdeyRdCCrLUA21Rct2MBykvRMsg==} 1068 1069 '@expo/rudder-sdk-node@1.1.1': 1070 resolution: {integrity: sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==} 1071 engines: {node: '>=12'} ··· 1073 '@expo/sdk-runtime-versions@1.0.0': 1074 resolution: {integrity: sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==} 1075 1076 + '@expo/server@0.5.0': 1077 + resolution: {integrity: sha512-bfo5udr9C2feCn+vGQ9LvjRD2zFjMyBEnMWDZLYr5D8eCjqLjazGBpPKOVjWOhFR2SshKA3hUBkWEYrVpun0NQ==} 1078 1079 '@expo/spawn-async@1.7.2': 1080 resolution: {integrity: sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==} ··· 1102 '@floating-ui/utils@0.2.8': 1103 resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==} 1104 1105 '@humanwhocodes/config-array@0.13.0': 1106 resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} 1107 engines: {node: '>=10.10.0'} ··· 1114 '@humanwhocodes/object-schema@2.0.3': 1115 resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} 1116 deprecated: Use @eslint/object-schema instead 1117 1118 '@isaacs/cliui@8.0.2': 1119 resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} ··· 1155 resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} 1156 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 1157 1158 + '@jridgewell/gen-mapping@0.3.8': 1159 + resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} 1160 engines: {node: '>=6.0.0'} 1161 1162 '@jridgewell/resolve-uri@3.1.2': ··· 1179 '@jridgewell/trace-mapping@0.3.9': 1180 resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} 1181 1182 '@nodelib/fs.scandir@2.1.5': 1183 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} 1184 engines: {node: '>= 8'} ··· 1229 webpack-plugin-serve: 1230 optional: true 1231 1232 '@radix-ui/primitive@1.1.1': 1233 resolution: {integrity: sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==} 1234 ··· 1268 '@types/react': 1269 optional: true 1270 1271 + '@radix-ui/react-dismissable-layer@1.1.2': 1272 + resolution: {integrity: sha512-kEHnlhv7wUggvhuJPkyw4qspXLJOdYoAP4dO2c8ngGuXTq1w/HZp1YeVB+NQ2KbH1iEG+pvOCGYSqh9HZOz6hg==} 1273 peerDependencies: 1274 '@types/react': '*' 1275 '@types/react-dom': '*' ··· 1303 '@types/react-dom': 1304 optional: true 1305 1306 + '@radix-ui/react-hover-card@1.1.3': 1307 + resolution: {integrity: sha512-D+o67Fd7fjkW10ycdsse1sYuGV9dNQKOhoVii7ksSfUYqQiTPxz9bP/Vu1g6huJ1651/2j8q7JGGWSIBIuGO1Q==} 1308 peerDependencies: 1309 '@types/react': '*' 1310 '@types/react-dom': '*' ··· 1325 '@types/react': 1326 optional: true 1327 1328 + '@radix-ui/react-popover@1.1.3': 1329 + resolution: {integrity: sha512-MBDKFwRe6fi0LT8m/Jl4V8J3WbS/UfXJtsgg8Ym5w5AyPG3XfHH4zhBp1P8HmZK83T8J7UzVm6/JpDE3WMl1Dw==} 1330 peerDependencies: 1331 '@types/react': '*' 1332 '@types/react-dom': '*' ··· 1417 '@types/react': 1418 optional: true 1419 1420 + '@radix-ui/react-tooltip@1.1.5': 1421 + resolution: {integrity: sha512-IucoQPcK5nwUuztaxBQvudvYwH58wtRcJlv1qvaMSyIbL9dEBfFN0vRf/D8xDbu6HmAJLlNGty4z8Na+vIqe9Q==} 1422 peerDependencies: 1423 '@types/react': '*' 1424 '@types/react-dom': '*' ··· 1505 peerDependencies: 1506 react-native: ^0.0.0-0 || >=0.60 <1.0 1507 1508 + '@react-native/assets-registry@0.76.5': 1509 + resolution: {integrity: sha512-MN5dasWo37MirVcKWuysRkRr4BjNc81SXwUtJYstwbn8oEkfnwR9DaqdDTo/hHOnTdhafffLIa2xOOHcjDIGEw==} 1510 engines: {node: '>=18'} 1511 1512 + '@react-native/babel-plugin-codegen@0.76.5': 1513 + resolution: {integrity: sha512-xe7HSQGop4bnOLMaXt0aU+rIatMNEQbz242SDl8V9vx5oOTI0VbZV9yLy6yBc6poUlYbcboF20YVjoRsxX4yww==} 1514 engines: {node: '>=18'} 1515 1516 + '@react-native/babel-preset@0.76.5': 1517 + resolution: {integrity: sha512-1Nu5Um4EogOdppBLI4pfupkteTjWfmI0hqW8ezWTg7Bezw0FtBj8yS8UYVd3wTnDFT9A5mA2VNoNUqomJnvj2A==} 1518 engines: {node: '>=18'} 1519 peerDependencies: 1520 '@babel/core': '*' 1521 1522 + '@react-native/codegen@0.76.5': 1523 + resolution: {integrity: sha512-FoZ9VRQ5MpgtDAnVo1rT9nNRfjnWpE40o1GeJSDlpUMttd36bVXvsDm8W/NhX8BKTWXSX+CPQJsRcvN1UPYGKg==} 1524 engines: {node: '>=18'} 1525 peerDependencies: 1526 '@babel/preset-env': ^7.1.6 1527 1528 + '@react-native/community-cli-plugin@0.76.5': 1529 + resolution: {integrity: sha512-3MKMnlU0cZOWlMhz5UG6WqACJiWUrE3XwBEumzbMmZw3Iw3h+fIsn+7kLLE5EhzqLt0hg5Y4cgYFi4kOaNgq+g==} 1530 engines: {node: '>=18'} 1531 peerDependencies: 1532 '@react-native-community/cli-server-api': '*' ··· 1534 '@react-native-community/cli-server-api': 1535 optional: true 1536 1537 + '@react-native/debugger-frontend@0.76.5': 1538 + resolution: {integrity: sha512-5gtsLfBaSoa9WP8ToDb/8NnDBLZjv4sybQQj7rDKytKOdsXm3Pr2y4D7x7GQQtP1ZQRqzU0X0OZrhRz9xNnOqA==} 1539 engines: {node: '>=18'} 1540 1541 + '@react-native/dev-middleware@0.76.5': 1542 + resolution: {integrity: sha512-f8eimsxpkvMgJia7POKoUu9uqjGF6KgkxX4zqr/a6eoR1qdEAWUd6PonSAqtag3PAqvEaJpB99gLH2ZJI1nDGg==} 1543 engines: {node: '>=18'} 1544 1545 + '@react-native/gradle-plugin@0.76.5': 1546 + resolution: {integrity: sha512-7KSyD0g0KhbngITduC8OABn0MAlJfwjIdze7nA4Oe1q3R7qmAv+wQzW+UEXvPah8m1WqFjYTkQwz/4mK3XrQGw==} 1547 engines: {node: '>=18'} 1548 1549 + '@react-native/js-polyfills@0.76.5': 1550 + resolution: {integrity: sha512-ggM8tcKTcaqyKQcXMIvcB0vVfqr9ZRhWVxWIdiFO1mPvJyS6n+a+lLGkgQAyO8pfH0R1qw6K9D0nqbbDo865WQ==} 1551 engines: {node: '>=18'} 1552 1553 + '@react-native/metro-babel-transformer@0.76.5': 1554 + resolution: {integrity: sha512-Cm9G5Sg5BDty3/MKa3vbCAJtT3YHhlEaPlQALLykju7qBS+pHZV9bE9hocfyyvc5N/osTIGWxG5YOfqTeMu1oQ==} 1555 engines: {node: '>=18'} 1556 peerDependencies: 1557 '@babel/core': '*' ··· 1562 '@react-native/normalize-colors@0.76.5': 1563 resolution: {integrity: sha512-6QRLEok1r55gLqj+94mEWUENuU5A6wsr2OoXpyq/CgQ7THWowbHtru/kRGRr6o3AQXrVnZheR60JNgFcpNYIug==} 1564 1565 '@react-native/typescript-config@0.76.5': 1566 resolution: {integrity: sha512-dRbY4XQTUUxR5Oq+S+2/5JQVU6WL0qvNnAz51jiXllC+hp5L4bljSxlzaj5CJ9vzGNFzm56m5Y9Q6MltoIU4Cw==} 1567 1568 + '@react-native/virtualized-lists@0.76.5': 1569 + resolution: {integrity: sha512-M/fW1fTwxrHbcx0OiVOIxzG6rKC0j9cR9Csf80o77y1Xry0yrNPpAlf8D1ev3LvHsiAUiRNFlauoPtodrs2J1A==} 1570 engines: {node: '>=18'} 1571 peerDependencies: 1572 '@types/react': ^18.2.6 ··· 1620 '@react-navigation/routers@7.1.2': 1621 resolution: {integrity: sha512-emdEjpVDK8zbiu2GChC8oYIAub9i/OpNuQJekVsbyFCBz4/TzaBzms38Q53YaNhdIFNmiYLfHv/Y1Ub7KYfm3w==} 1622 1623 + '@remix-run/node@2.15.1': 1624 + resolution: {integrity: sha512-23xWN3/yOohNUr27KS7hEcDMbtufMkniXfXkcLx8Dz2wUVNfJYGpICjeV48Ue/INtpiUCCzOYwkL9VRjIMEJbA==} 1625 engines: {node: '>=18.0.0'} 1626 peerDependencies: 1627 typescript: ^5.1.0 ··· 1633 resolution: {integrity: sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==} 1634 engines: {node: '>=14.0.0'} 1635 1636 + '@remix-run/server-runtime@2.15.1': 1637 + resolution: {integrity: sha512-TDM3rzax//N2F5uNMV5pNTWAop8cYul6hteDu+Xmfwys/eRGlbzEf7YJzyRj6Kcsg2TFVHI7+xEPItGAVm1hHA==} 1638 engines: {node: '>=18.0.0'} 1639 peerDependencies: 1640 typescript: ^5.1.0 ··· 1769 react-native-web: 1770 optional: true 1771 1772 '@rtsao/scc@1.1.0': 1773 resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} 1774 ··· 1783 1784 '@sinonjs/fake-timers@10.3.0': 1785 resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} 1786 1787 '@ts-morph/common@0.17.0': 1788 resolution: {integrity: sha512-RMSSvSfs9kb0VzkvQ2NWobwnj7TxCA9vI/IjR9bDHqgAyVbu2T0DN4wiKVqomyDWqO7dPr/tErSfq7urQ1Q37g==} ··· 1826 '@types/graceful-fs@4.1.9': 1827 resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} 1828 1829 '@types/istanbul-lib-coverage@2.0.6': 1830 resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} 1831 ··· 1844 '@types/node-forge@1.3.11': 1845 resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} 1846 1847 '@types/node@22.10.2': 1848 resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} 1849 ··· 1858 1859 '@types/stack-utils@2.0.3': 1860 resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} 1861 1862 '@types/yargs-parser@21.0.3': 1863 resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} ··· 1865 '@types/yargs@17.0.33': 1866 resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} 1867 1868 + '@typescript-eslint/eslint-plugin@8.18.0': 1869 + resolution: {integrity: sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==} 1870 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1871 peerDependencies: 1872 '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 1873 eslint: ^8.57.0 || ^9.0.0 1874 typescript: '>=4.8.4 <5.8.0' 1875 1876 + '@typescript-eslint/parser@8.18.0': 1877 + resolution: {integrity: sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==} 1878 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1879 peerDependencies: 1880 eslint: ^8.57.0 || ^9.0.0 1881 typescript: '>=4.8.4 <5.8.0' 1882 1883 + '@typescript-eslint/scope-manager@8.18.0': 1884 + resolution: {integrity: sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==} 1885 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1886 1887 + '@typescript-eslint/type-utils@8.18.0': 1888 + resolution: {integrity: sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==} 1889 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1890 peerDependencies: 1891 eslint: ^8.57.0 || ^9.0.0 1892 typescript: '>=4.8.4 <5.8.0' 1893 1894 + '@typescript-eslint/types@8.18.0': 1895 + resolution: {integrity: sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==} 1896 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1897 1898 + '@typescript-eslint/typescript-estree@8.18.0': 1899 + resolution: {integrity: sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==} 1900 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1901 peerDependencies: 1902 typescript: '>=4.8.4 <5.8.0' 1903 1904 + '@typescript-eslint/utils@8.18.0': 1905 + resolution: {integrity: sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==} 1906 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1907 peerDependencies: 1908 eslint: ^8.57.0 || ^9.0.0 1909 typescript: '>=4.8.4 <5.8.0' 1910 1911 + '@typescript-eslint/visitor-keys@8.18.0': 1912 + resolution: {integrity: sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==} 1913 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1914 1915 '@ungap/structured-clone@1.2.1': ··· 1971 '@webassemblyjs/wast-printer@1.14.1': 1972 resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==} 1973 1974 '@xmldom/xmldom@0.7.13': 1975 resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==} 1976 engines: {node: '>=10.0.0'} ··· 2004 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 2005 peerDependencies: 2006 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 2007 + 2008 + acorn-loose@8.4.0: 2009 + resolution: {integrity: sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==} 2010 + engines: {node: '>=0.4.0'} 2011 2012 acorn-walk@8.3.4: 2013 resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} ··· 2049 anser@1.4.10: 2050 resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==} 2051 2052 ansi-escapes@4.3.2: 2053 resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} 2054 engines: {node: '>=8'} ··· 2057 resolution: {integrity: sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==} 2058 engines: {'0': node >= 0.8.0} 2059 hasBin: true 2060 2061 ansi-regex@4.1.1: 2062 resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} ··· 2069 ansi-regex@6.1.0: 2070 resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} 2071 engines: {node: '>=12'} 2072 2073 ansi-styles@3.2.1: 2074 resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} ··· 2112 resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==} 2113 engines: {node: '>=10'} 2114 2115 + array-buffer-byte-length@1.0.1: 2116 + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} 2117 engines: {node: '>= 0.4'} 2118 2119 array-includes@3.1.8: 2120 resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} ··· 2135 resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} 2136 engines: {node: '>= 0.4'} 2137 2138 + array.prototype.flat@1.3.2: 2139 + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} 2140 engines: {node: '>= 0.4'} 2141 2142 + array.prototype.flatmap@1.3.2: 2143 + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} 2144 engines: {node: '>= 0.4'} 2145 2146 array.prototype.tosorted@1.1.4: 2147 resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} 2148 engines: {node: '>= 0.4'} 2149 2150 + arraybuffer.prototype.slice@1.0.3: 2151 + resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} 2152 engines: {node: '>= 0.4'} 2153 2154 asap@2.0.6: 2155 resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} 2156 2157 ast-types@0.15.2: 2158 resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} 2159 engines: {node: '>=4'} ··· 2167 at-least-node@1.0.0: 2168 resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} 2169 engines: {node: '>= 4.0.0'} 2170 2171 available-typed-arrays@1.0.7: 2172 resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} ··· 2175 await-lock@2.2.2: 2176 resolution: {integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==} 2177 2178 babel-core@7.0.0-bridge.0: 2179 resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} 2180 peerDependencies: ··· 2232 peerDependencies: 2233 '@babel/core': ^7.0.0 2234 2235 + babel-preset-expo@12.0.4: 2236 + resolution: {integrity: sha512-SAzAwqpyjA+/OFrU95OOioj6oTeCv4+rRfrNmBTy5S/gJswrZKBSPJioFudIaJBy43W+BL7HA5AspBIF6tO/aA==} 2237 peerDependencies: 2238 babel-plugin-react-compiler: ^19.0.0-beta-9ee70a1-20241017 2239 react-compiler-runtime: ^19.0.0-beta-8a03594-20241020 ··· 2254 2255 base64-js@1.5.1: 2256 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 2257 2258 better-opn@3.0.2: 2259 resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} ··· 2270 resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} 2271 engines: {node: '>=8'} 2272 2273 boolbase@1.0.0: 2274 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 2275 ··· 2323 buffer@6.0.3: 2324 resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} 2325 2326 bytes@3.1.2: 2327 resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} 2328 engines: {node: '>= 0.8'} 2329 2330 cacache@18.0.4: 2331 resolution: {integrity: sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==} 2332 engines: {node: ^16.14.0 || >=18.0.0} ··· 2339 resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} 2340 engines: {node: '>= 0.4'} 2341 2342 + call-bound@1.0.2: 2343 + resolution: {integrity: sha512-0lk0PHFe/uz0vl527fG9CgdE9WdafjDbCXvBbs+LUv000TVt2Jjhqbs4Jwm8gz070w8xXyEAxrPOMullsxXeGg==} 2344 engines: {node: '>= 0.4'} 2345 2346 caller-callsite@2.0.0: ··· 2371 resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} 2372 engines: {node: '>=10'} 2373 2374 + caniuse-lite@1.0.30001688: 2375 + resolution: {integrity: sha512-Nmqpru91cuABu/DTCXbM2NSRHzM2uVHfPnhJ/1zEAJx/ILBRVmz3pzH4N7DZqbdG0gWClsCC05Oj0mJ/1AWMbA==} 2376 2377 chalk@2.4.2: 2378 resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} ··· 2388 chokidar@3.6.0: 2389 resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} 2390 engines: {node: '>= 8.10.0'} 2391 2392 chownr@2.0.0: 2393 resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} ··· 2419 resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} 2420 engines: {node: '>=6'} 2421 2422 cli-cursor@2.1.0: 2423 resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} 2424 engines: {node: '>=4'} ··· 2427 resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} 2428 engines: {node: '>=6'} 2429 2430 client-only@0.0.1: 2431 resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} 2432 ··· 2449 code-block-writer@11.0.3: 2450 resolution: {integrity: sha512-NiujjUFB4SwScJq2bwbYUtXbZhBSlY6vYzm++3Q6oC+U+injTqfPYFK8wS9COOmb2lueqp0ZRB4nK1VYeHgNyw==} 2451 2452 color-convert@1.9.3: 2453 resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} 2454 ··· 2468 color@4.2.3: 2469 resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} 2470 engines: {node: '>=12.5.0'} 2471 2472 combined-stream@1.0.8: 2473 resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} ··· 2520 resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} 2521 engines: {node: '>= 0.10.0'} 2522 2523 convert-source-map@2.0.0: 2524 resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} 2525 2526 cookie-signature@1.2.2: 2527 resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==} 2528 engines: {node: '>=6.6.0'} ··· 2531 resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} 2532 engines: {node: '>= 0.6'} 2533 2534 core-js-compat@3.39.0: 2535 resolution: {integrity: sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==} 2536 2537 core-js-pure@3.39.0: 2538 resolution: {integrity: sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==} 2539 2540 core-util-is@1.0.3: 2541 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} 2542 ··· 2547 create-require@1.1.1: 2548 resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} 2549 2550 + cross-fetch@3.1.8: 2551 + resolution: {integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==} 2552 2553 cross-spawn@6.0.6: 2554 resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==} ··· 2587 csstype@3.1.3: 2588 resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} 2589 2590 data-uri-to-buffer@3.0.1: 2591 resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} 2592 engines: {node: '>= 6'} 2593 2594 + data-view-buffer@1.0.1: 2595 + resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} 2596 engines: {node: '>= 0.4'} 2597 2598 + data-view-byte-length@1.0.1: 2599 + resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} 2600 engines: {node: '>= 0.4'} 2601 2602 + data-view-byte-offset@1.0.0: 2603 + resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} 2604 engines: {node: '>= 0.4'} 2605 2606 debug@2.6.9: 2607 resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} ··· 2686 engines: {node: '>=0.10'} 2687 hasBin: true 2688 2689 detect-node-es@1.1.0: 2690 resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} 2691 ··· 2714 dom-serializer@2.0.0: 2715 resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} 2716 2717 domelementtype@2.3.0: 2718 resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} 2719 ··· 2732 resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} 2733 engines: {node: '>=12'} 2734 2735 dunder-proto@1.0.0: 2736 resolution: {integrity: sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==} 2737 engines: {node: '>= 0.4'} 2738 2739 eastasianwidth@0.2.0: 2740 resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} 2741 2742 ee-first@1.1.1: 2743 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} 2744 2745 + electron-to-chromium@1.5.73: 2746 + resolution: {integrity: sha512-8wGNxG9tAG5KhGd3eeA0o6ixhiNdgr0DcHWm85XPCphwZgD1lIEoi6t3VERayWao7SF7AAZTw6oARGJeVjH8Kg==} 2747 2748 emoji-regex@8.0.0: 2749 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 2766 end-of-stream@1.4.4: 2767 resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} 2768 2769 + enhanced-resolve@5.17.1: 2770 + resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} 2771 engines: {node: '>=10.13.0'} 2772 2773 entities@4.5.0: ··· 2778 resolution: {integrity: sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA==} 2779 engines: {node: '>=8'} 2780 2781 eol@0.9.1: 2782 resolution: {integrity: sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==} 2783 ··· 2787 error-stack-parser@2.1.4: 2788 resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} 2789 2790 + es-abstract@1.23.5: 2791 + resolution: {integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==} 2792 engines: {node: '>= 0.4'} 2793 2794 es-define-property@1.0.1: ··· 2799 resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} 2800 engines: {node: '>= 0.4'} 2801 2802 + es-iterator-helpers@1.2.0: 2803 + resolution: {integrity: sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==} 2804 engines: {node: '>= 0.4'} 2805 2806 + es-module-lexer@1.5.4: 2807 + resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} 2808 2809 es-object-atoms@1.0.0: 2810 resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} ··· 2820 es-to-primitive@1.3.0: 2821 resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} 2822 engines: {node: '>= 0.4'} 2823 2824 escalade@3.2.0: 2825 resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} ··· 2910 peerDependencies: 2911 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 2912 2913 + eslint-plugin-react@7.37.2: 2914 + resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==} 2915 engines: {node: '>=4'} 2916 peerDependencies: 2917 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 ··· 2979 resolution: {integrity: sha512-8q3LsZjRezbFZ2PN+uP+Q7pnHUMmAOziU2vA2OwoFaKIXxlxl38IylhSSgUorWu/rf4er67w0ikBqjBFk/pomA==} 2980 engines: {node: '>=10.13.0'} 2981 2982 events@3.3.0: 2983 resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} 2984 engines: {node: '>=0.8.x'} ··· 2994 resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} 2995 engines: {node: '>=10'} 2996 2997 + expo-asset@11.0.1: 2998 + resolution: {integrity: sha512-WatvD7JVC89EsllXFYcS/rji3ajVzE2B/USo0TqedsETixwyVCQfrrvCdCPQyuKghrxVNEj8bQ/Qbea/RZLYjg==} 2999 peerDependencies: 3000 expo: '*' 3001 react: '*' 3002 react-native: '*' 3003 3004 + expo-constants@17.0.3: 3005 + resolution: {integrity: sha512-lnbcX2sAu8SucHXEXxSkhiEpqH+jGrf+TF+MO6sHWIESjwOUVVYlT8qYdjR9xbxWmqFtrI4KV44FkeJf2DaFjQ==} 3006 peerDependencies: 3007 expo: '*' 3008 react-native: '*' 3009 3010 + expo-file-system@18.0.5: 3011 + resolution: {integrity: sha512-vm7gA+PB7j99hfvBBFMRiti8OeazFK3AZWtDmCi6WQCXDxngXkAJViXhkHyF3xwDKljzlP8+4BIGrKCzbfoObg==} 3012 peerDependencies: 3013 expo: '*' 3014 react-native: '*' 3015 3016 + expo-font@13.0.1: 3017 + resolution: {integrity: sha512-8JE47B+6cLeKWr5ql8gU6YsPHjhrz1vMrTqYMm72No/8iW8Sb/uL4Oc0dpmbjq3hLLXBY0xPBQOgU7FQ6Y04Vg==} 3018 peerDependencies: 3019 expo: '*' 3020 react: '*' 3021 3022 + expo-keep-awake@14.0.1: 3023 + resolution: {integrity: sha512-c5mGCAIk2YM+Vsdy90BlEJ4ZX+KG5Au9EkJUIxXWlpnuKmDAJ3N+5nEZ7EUO1ZTheqoSBeAo4jJ8rTWPU+JXdw==} 3024 peerDependencies: 3025 expo: '*' 3026 react: '*' 3027 3028 + expo-linking@7.0.3: 3029 + resolution: {integrity: sha512-YiDacNzeQZd/bdOwGyi+YlawM4GGbcSRkuFCpDGIK7D1KUGqLinBHwJvxUMb9Zert2Ois5IHtmZaZ1et6g229g==} 3030 peerDependencies: 3031 react: '*' 3032 react-native: '*' 3033 3034 + expo-modules-autolinking@2.0.4: 3035 + resolution: {integrity: sha512-e0p+19NhmD50U7s7BV7kWIypWmTNC9n/VlJKlXS05hM/zX7pe6JKmXyb+BFnXJq3SLBalLCUY0tu2gEUF3XeVg==} 3036 hasBin: true 3037 3038 + expo-modules-core@2.1.1: 3039 + resolution: {integrity: sha512-yQzYCLR2mre4BNMXuqkeJ0oSNgmGEMI6BcmIzeNZbC2NFEjiaDpKvlV9bclYCtyVhUEVNbJcEPYMr6c1Y4eR4w==} 3040 3041 + expo-router@4.0.12: 3042 + resolution: {integrity: sha512-nhirhisMM+obW5hQWUOaOcuwI9mMOPgpqYVP+yVcq14r02RLzuPp7PzjNhqycx6Nx1MRmEYsD1qTbfOhufl/9A==} 3043 peerDependencies: 3044 + '@react-navigation/drawer': ^7.0.0 3045 '@testing-library/jest-native': '*' 3046 expo: '*' 3047 expo-constants: '*' ··· 3057 react-native-reanimated: 3058 optional: true 3059 3060 + expo-splash-screen@0.29.18: 3061 + resolution: {integrity: sha512-bTBY+LF6YtYen2j60yGNh2SX/tG4UXZAyBCMMriOSiZZ7LSCs3ARyEufaSiWk+ckWShTeMqItOnaAN/CAF8MJA==} 3062 peerDependencies: 3063 expo: '*' 3064 3065 + expo-sqlite@15.0.3: 3066 + resolution: {integrity: sha512-Vu4dzkf/TKE+G5m7M0HTz2DP3ef/f5Wh7tpRU9hLonL58LkajFTpQbzKlwEWdb8UEW/c2GqPrV9j8Os6JMbxZg==} 3067 peerDependencies: 3068 expo: '*' 3069 react: '*' 3070 react-native: '*' 3071 3072 + expo-status-bar@2.0.0: 3073 + resolution: {integrity: sha512-vxxdpvpNDMTEc5uTiIrbTvySKKUsOACmfl8OZuUdjNle05oGqwtq3v5YObwym/njSByjoyuZX8UpXBZnxvarwQ==} 3074 peerDependencies: 3075 react: '*' 3076 react-native: '*' 3077 3078 + expo-system-ui@4.0.6: 3079 + resolution: {integrity: sha512-JWmw0aaNIB8YxA6bXgH6nClyledZaAG5VNzoRvmXT4+j3MY4waAHSSSdVV71bUgjchT/2KOAcibZ/EeosJONug==} 3080 peerDependencies: 3081 expo: '*' 3082 react-native: '*' ··· 3085 react-native-web: 3086 optional: true 3087 3088 + expo-web-browser@14.0.1: 3089 + resolution: {integrity: sha512-QM9F3ie+UyIOoBvqFmT6CZojb1vMc2H+7ZlMT5dEu1PL2jtYyOeK2hLfbt/EMt7CBm/w+P29H9W9Y9gdebOkuQ==} 3090 peerDependencies: 3091 expo: '*' 3092 react-native: '*' 3093 3094 + expo@52.0.18: 3095 + resolution: {integrity: sha512-z+qdUbH0d5JRknE3VrY0s5k+3j5JpsLx4vXRwV4To8Xm5uf3d642FQ2HbuPWFAAhtSKFQsxQAh3iuAUGAWDBhg==} 3096 hasBin: true 3097 peerDependencies: 3098 '@expo/dom-webview': '*' ··· 3111 exponential-backoff@3.1.1: 3112 resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} 3113 3114 fast-deep-equal@3.1.3: 3115 resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 3116 ··· 3127 fast-loops@1.1.4: 3128 resolution: {integrity: sha512-8dbd3XWoKCTms18ize6JmQF1SFnnfj5s0B7rRry22EofgMu7B6LKHVh+XfFqFGsqnbH54xgeO83PzpKI+ODhlg==} 3129 3130 fast-uri@3.0.3: 3131 resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} 3132 ··· 3145 fbjs@3.0.5: 3146 resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} 3147 3148 fetch-retry@4.1.1: 3149 resolution: {integrity: sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==} 3150 3151 file-entry-cache@6.0.1: 3152 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} ··· 3164 resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} 3165 engines: {node: '>= 0.8'} 3166 3167 find-babel-config@2.1.2: 3168 resolution: {integrity: sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==} 3169 ··· 3193 flow-enums-runtime@0.0.6: 3194 resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} 3195 3196 + flow-parser@0.256.0: 3197 + resolution: {integrity: sha512-HFb/GgB7hq+TYosLJuMLdLp8aGlyAVfrJaTvcM0w2rz2T33PjkVbRU419ncK/69cjowUksewuspkBheq9ZX9Hw==} 3198 engines: {node: '>=0.4.0'} 3199 3200 fontfaceobserver@2.3.0: 3201 resolution: {integrity: sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg==} 3202 ··· 3206 foreground-child@3.3.0: 3207 resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} 3208 engines: {node: '>=14'} 3209 3210 form-data@3.0.2: 3211 resolution: {integrity: sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==} 3212 engines: {node: '>= 6'} 3213 3214 freeport-async@2.0.0: 3215 resolution: {integrity: sha512-K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ==} 3216 engines: {node: '>=8'} ··· 3218 fresh@0.5.2: 3219 resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} 3220 engines: {node: '>= 0.6'} 3221 3222 fs-extra@8.1.0: 3223 resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} ··· 3239 resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} 3240 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 3241 3242 fs.realpath@1.0.0: 3243 resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} 3244 ··· 3250 function-bind@1.1.2: 3251 resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} 3252 3253 + function.prototype.name@1.1.6: 3254 + resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} 3255 engines: {node: '>= 0.4'} 3256 3257 functions-have-names@1.2.3: 3258 resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} 3259 3260 gensync@1.0.0-beta.2: 3261 resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} ··· 3264 get-caller-file@2.0.5: 3265 resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} 3266 engines: {node: 6.* || 8.* || >= 10.*} 3267 3268 get-intrinsic@1.2.6: 3269 resolution: {integrity: sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==} ··· 3289 resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} 3290 engines: {node: '>=10'} 3291 3292 + get-symbol-description@1.0.2: 3293 + resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} 3294 engines: {node: '>= 0.4'} 3295 3296 get-tsconfig@4.8.1: ··· 3299 getenv@1.0.0: 3300 resolution: {integrity: sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg==} 3301 engines: {node: '>=6'} 3302 3303 glob-parent@5.1.2: 3304 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} ··· 3313 3314 glob@10.4.5: 3315 resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} 3316 hasBin: true 3317 3318 glob@7.2.3: ··· 3349 graphemer@1.4.0: 3350 resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} 3351 3352 + has-bigints@1.0.2: 3353 + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} 3354 3355 has-flag@3.0.0: 3356 resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} ··· 3383 resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} 3384 engines: {node: '>= 0.4'} 3385 3386 hermes-estree@0.23.1: 3387 resolution: {integrity: sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==} 3388 ··· 3401 hermes-parser@0.25.1: 3402 resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==} 3403 3404 hosted-git-info@7.0.2: 3405 resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} 3406 engines: {node: ^16.14.0 || >=18.0.0} ··· 3408 html-entities@2.5.2: 3409 resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==} 3410 3411 http-errors@2.0.0: 3412 resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} 3413 engines: {node: '>= 0.8'} 3414 3415 human-signals@2.1.0: 3416 resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} 3417 engines: {node: '>=10.17.0'} ··· 3419 hyphenate-style-name@1.1.0: 3420 resolution: {integrity: sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==} 3421 3422 ieee754@1.2.1: 3423 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 3424 ··· 3426 resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} 3427 engines: {node: '>= 4'} 3428 3429 + image-size@1.1.1: 3430 + resolution: {integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==} 3431 engines: {node: '>=16.x'} 3432 hasBin: true 3433 ··· 3460 inline-style-prefixer@6.0.4: 3461 resolution: {integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==} 3462 3463 internal-ip@4.3.0: 3464 resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} 3465 engines: {node: '>=6'} ··· 3487 resolution: {integrity: sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==} 3488 engines: {node: '>= 0.4'} 3489 3490 + is-array-buffer@3.0.4: 3491 + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} 3492 engines: {node: '>= 0.4'} 3493 3494 is-arrayish@0.2.1: ··· 3523 resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} 3524 engines: {node: '>= 0.4'} 3525 3526 + is-core-module@2.15.1: 3527 + resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} 3528 engines: {node: '>= 0.4'} 3529 3530 is-data-view@1.0.2: ··· 3548 resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} 3549 engines: {node: '>=0.10.0'} 3550 3551 + is-finalizationregistry@1.1.0: 3552 + resolution: {integrity: sha512-qfMdqbAQEwBw78ZyReKnlA8ezmPdb9BemzIIip/JkjaZUhitfXDkkr+3QTboW0JrSXT1QWyYShpvnNHGZ4c4yA==} 3553 engines: {node: '>= 0.4'} 3554 3555 is-fullwidth-code-point@3.0.0: 3556 resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} 3557 engines: {node: '>=8'} ··· 3568 resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} 3569 engines: {node: '>= 0.4'} 3570 3571 + is-negative-zero@2.0.3: 3572 + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} 3573 + engines: {node: '>= 0.4'} 3574 + 3575 + is-number-object@1.1.0: 3576 + resolution: {integrity: sha512-KVSZV0Dunv9DTPkhXwcZ3Q+tUc9TsaE1ZwX5J2WMvsSGS6Md8TFPun5uwh0yRdrNerI6vf/tbJxqSx4c1ZI1Lw==} 3577 engines: {node: '>= 0.4'} 3578 3579 is-number@7.0.0: ··· 3604 resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} 3605 engines: {node: '>= 0.4'} 3606 3607 + is-shared-array-buffer@1.0.3: 3608 + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} 3609 engines: {node: '>= 0.4'} 3610 3611 is-stream@1.1.0: ··· 3616 resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} 3617 engines: {node: '>=8'} 3618 3619 + is-string@1.1.0: 3620 + resolution: {integrity: sha512-PlfzajuF9vSo5wErv3MJAKD/nqf9ngAs1NFQYm16nUYFO2IzxJ2hcm+IOCg+EEopdykNNUhVq5cz35cAUxU8+g==} 3621 engines: {node: '>= 0.4'} 3622 3623 is-symbol@1.1.1: 3624 resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} 3625 engines: {node: '>= 0.4'} 3626 3627 + is-typed-array@1.1.13: 3628 + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} 3629 engines: {node: '>= 0.4'} 3630 3631 is-weakmap@2.0.2: 3632 resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} ··· 3636 resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} 3637 engines: {node: '>= 0.4'} 3638 3639 + is-weakset@2.0.3: 3640 + resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} 3641 engines: {node: '>= 0.4'} 3642 3643 is-wsl@2.2.0: ··· 3660 resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} 3661 engines: {node: '>=0.10.0'} 3662 3663 istanbul-lib-coverage@3.2.2: 3664 resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} 3665 engines: {node: '>=8'} ··· 3674 3675 jackspeak@3.4.3: 3676 resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} 3677 3678 jest-environment-node@29.7.0: 3679 resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} ··· 3718 jimp-compact@0.16.1: 3719 resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} 3720 3721 + jiti@1.21.6: 3722 + resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} 3723 hasBin: true 3724 3725 join-component@1.1.0: ··· 3728 jose@5.9.6: 3729 resolution: {integrity: sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==} 3730 3731 js-tokens@4.0.0: 3732 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 3733 ··· 3739 resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 3740 hasBin: true 3741 3742 jsc-android@250231.0.0: 3743 resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==} 3744 ··· 3776 json-schema-traverse@1.0.0: 3777 resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} 3778 3779 json-stable-stringify-without-jsonify@1.0.1: 3780 resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} 3781 3782 json5@1.0.2: 3783 resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} 3784 hasBin: true ··· 3787 resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} 3788 engines: {node: '>=6'} 3789 hasBin: true 3790 3791 jsonfile@4.0.0: 3792 resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} ··· 3794 jsonfile@6.1.0: 3795 resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} 3796 3797 jsx-ast-utils@3.3.5: 3798 resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} 3799 engines: {node: '>=4.0'} 3800 3801 keyv@4.5.4: 3802 resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} 3803 3804 kind-of@6.0.3: 3805 resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} 3806 engines: {node: '>=0.10.0'} 3807 3808 kleur@3.0.3: 3809 resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} ··· 3817 resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} 3818 engines: {node: '>= 0.8.0'} 3819 3820 lighthouse-logger@1.4.2: 3821 resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} 3822 ··· 3826 cpu: [arm64] 3827 os: [darwin] 3828 3829 lightningcss-darwin-x64@1.27.0: 3830 resolution: {integrity: sha512-0+mZa54IlcNAoQS9E0+niovhyjjQWEMrwW0p2sSdLRhLDc8LMQ/b67z7+B5q4VmjYCMSfnFi3djAAQFIDuj/Tg==} 3831 engines: {node: '>= 12.0.0'} 3832 cpu: [x64] 3833 os: [darwin] 3834 3835 lightningcss-freebsd-x64@1.27.0: 3836 resolution: {integrity: sha512-n1sEf85fePoU2aDN2PzYjoI8gbBqnmLGEhKq7q0DKLj0UTVmOTwDC7PtLcy/zFxzASTSBlVQYJUhwIStQMIpRA==} 3837 engines: {node: '>= 12.0.0'} 3838 cpu: [x64] 3839 os: [freebsd] ··· 3844 cpu: [arm] 3845 os: [linux] 3846 3847 lightningcss-linux-arm64-gnu@1.27.0: 3848 resolution: {integrity: sha512-cPsxo1QEWq2sfKkSq2Bq5feQDHdUEwgtA9KaB27J5AX22+l4l0ptgjMZZtYtUnteBofjee+0oW1wQ1guv04a7A==} 3849 engines: {node: '>= 12.0.0'} 3850 cpu: [arm64] 3851 os: [linux] 3852 3853 lightningcss-linux-arm64-musl@1.27.0: 3854 resolution: {integrity: sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==} 3855 engines: {node: '>= 12.0.0'} 3856 cpu: [arm64] 3857 os: [linux] 3858 3859 lightningcss-linux-x64-gnu@1.27.0: 3860 resolution: {integrity: sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==} 3861 engines: {node: '>= 12.0.0'} 3862 cpu: [x64] 3863 os: [linux] 3864 3865 lightningcss-linux-x64-musl@1.27.0: 3866 resolution: {integrity: sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==} 3867 engines: {node: '>= 12.0.0'} 3868 cpu: [x64] 3869 os: [linux] 3870 3871 lightningcss-win32-arm64-msvc@1.27.0: 3872 resolution: {integrity: sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==} 3873 engines: {node: '>= 12.0.0'} 3874 cpu: [arm64] 3875 os: [win32] 3876 3877 lightningcss-win32-x64-msvc@1.27.0: 3878 resolution: {integrity: sha512-/OJLj94Zm/waZShL8nB5jsNj3CfNATLCTyFxZyouilfTmSoLDX7VlVAmhPHoZWVFp4vdmoiEbPEYC8HID3m6yw==} 3879 engines: {node: '>= 12.0.0'} 3880 cpu: [x64] 3881 os: [win32] 3882 3883 lightningcss@1.27.0: 3884 resolution: {integrity: sha512-8f7aNmS1+etYSLHht0fQApPc2kNO8qGRutifN5rVIc6Xo6ABsEbqOr758UwI7ALVbTt4x1fllKt0PYgzD9S3yQ==} 3885 engines: {node: '>= 12.0.0'} 3886 3887 lilconfig@3.1.3: 3888 resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} 3889 engines: {node: '>=14'} 3890 3891 lines-and-columns@1.2.4: 3892 resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} 3893 3894 loader-runner@4.3.0: 3895 resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} ··· 3917 lodash.merge@4.6.2: 3918 resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 3919 3920 lodash.throttle@4.1.1: 3921 resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} 3922 3923 lodash@4.17.21: 3924 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} ··· 3934 lru-cache@10.4.3: 3935 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 3936 3937 lru-cache@5.1.1: 3938 resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} 3939 ··· 3957 marky@1.2.5: 3958 resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} 3959 3960 + math-intrinsics@1.0.0: 3961 + resolution: {integrity: sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==} 3962 engines: {node: '>= 0.4'} 3963 3964 md5-file@3.2.3: ··· 3972 mdn-data@2.0.14: 3973 resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} 3974 3975 memoize-one@5.2.1: 3976 resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} 3977 3978 memoize-one@6.0.0: 3979 resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==} 3980 3981 merge-options@3.0.4: 3982 resolution: {integrity: sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==} ··· 3988 merge2@1.4.1: 3989 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} 3990 engines: {node: '>= 8'} 3991 3992 metro-babel-transformer@0.81.0: 3993 resolution: {integrity: sha512-Dc0QWK4wZIeHnyZ3sevWGTnnSkIDDn/SWyfrn99zbKbDOCoCYy71PAn9uCRrP/hduKLJQOy+tebd63Rr9D8tXg==} ··· 4055 resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} 4056 engines: {node: '>= 0.6'} 4057 4058 + mime-db@1.53.0: 4059 + resolution: {integrity: sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==} 4060 + engines: {node: '>= 0.6'} 4061 + 4062 mime-types@2.1.35: 4063 resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} 4064 engines: {node: '>= 0.6'} ··· 4075 mimic-fn@2.1.0: 4076 resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} 4077 engines: {node: '>=6'} 4078 4079 minimatch@3.1.2: 4080 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} ··· 4148 multiformats@9.9.0: 4149 resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} 4150 4151 mz@2.7.0: 4152 resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} 4153 ··· 4189 resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} 4190 engines: {node: '>= 0.10.5'} 4191 4192 node-fetch@2.7.0: 4193 resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} 4194 engines: {node: 4.x || >=6.0.0} ··· 4197 peerDependenciesMeta: 4198 encoding: 4199 optional: true 4200 4201 node-forge@1.3.1: 4202 resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} 4203 engines: {node: '>= 6.13.0'} 4204 4205 node-int64@0.4.0: 4206 resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} ··· 4230 nullthrows@1.1.1: 4231 resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} 4232 4233 ob1@0.81.0: 4234 resolution: {integrity: sha512-6Cvrkxt1tqaRdWqTAMcVYEiO5i1xcF9y7t06nFdjFqkfPsEloCf8WwhXdwBpNUkVYSQlSGS7cDgVQR86miBfBQ==} 4235 engines: {node: '>=18.18'} ··· 4250 resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} 4251 engines: {node: '>= 0.4'} 4252 4253 + object.assign@4.1.5: 4254 + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} 4255 engines: {node: '>= 0.4'} 4256 4257 object.entries@1.1.8: ··· 4266 resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} 4267 engines: {node: '>= 0.4'} 4268 4269 + object.values@1.2.0: 4270 + resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} 4271 engines: {node: '>= 0.4'} 4272 4273 on-finished@2.3.0: 4274 resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} ··· 4285 once@1.4.0: 4286 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 4287 4288 onetime@2.0.1: 4289 resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==} 4290 engines: {node: '>=4'} ··· 4309 resolution: {integrity: sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==} 4310 engines: {node: '>=6'} 4311 4312 os-tmpdir@1.0.2: 4313 resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} 4314 engines: {node: '>=0.10.0'} 4315 4316 p-finally@1.0.0: 4317 resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} ··· 4341 resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} 4342 engines: {node: '>=10'} 4343 4344 p-try@2.2.0: 4345 resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} 4346 engines: {node: '>=6'} ··· 4363 parseurl@1.3.3: 4364 resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} 4365 engines: {node: '>= 0.8'} 4366 4367 password-prompt@1.1.3: 4368 resolution: {integrity: sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==} ··· 4397 resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} 4398 engines: {node: '>=16 || 14 >=14.18'} 4399 4400 path-type@4.0.0: 4401 resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} 4402 engines: {node: '>=8'} 4403 4404 picocolors@1.1.1: 4405 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} ··· 4412 resolution: {integrity: sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==} 4413 engines: {node: '>=10'} 4414 4415 pify@2.3.0: 4416 resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} 4417 engines: {node: '>=0.10.0'} ··· 4420 resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} 4421 engines: {node: '>=6'} 4422 4423 pirates@4.0.6: 4424 resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} 4425 engines: {node: '>= 6'} ··· 4468 ts-node: 4469 optional: true 4470 4471 postcss-nested@6.2.0: 4472 resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} 4473 engines: {node: '>=12.0'} ··· 4509 process-nextick-args@2.0.1: 4510 resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} 4511 4512 process@0.11.10: 4513 resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} 4514 engines: {node: '>= 0.6.0'} ··· 4516 progress@2.0.3: 4517 resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} 4518 engines: {node: '>=0.4.0'} 4519 4520 promise@7.3.1: 4521 resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} ··· 4530 prop-types@15.8.1: 4531 resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} 4532 4533 psl@1.15.0: 4534 resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==} 4535 ··· 4544 resolution: {integrity: sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==} 4545 hasBin: true 4546 4547 query-string@7.1.3: 4548 resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==} 4549 engines: {node: '>=6'} ··· 4554 queue@6.0.2: 4555 resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==} 4556 4557 randombytes@2.1.0: 4558 resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} 4559 ··· 4561 resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} 4562 engines: {node: '>= 0.6'} 4563 4564 rc@1.2.8: 4565 resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} 4566 hasBin: true ··· 4569 resolution: {integrity: sha512-9e6rCpVylr9EnVocgYAjft7+2v01BDpajeHKRoO+oc9pKcAMTpstHtHvE/TSVbyf4FvzCGjfKcfHM9XGTXI6Tw==} 4570 peerDependencies: 4571 react: ^17.0.0 || ^18.0.0 || ^19.0.0 4572 4573 react-devtools-core@5.3.2: 4574 resolution: {integrity: sha512-crr9HkVrDiJ0A4zot89oS0Cgv0Oa4OG1Em4jit3P3ZxZSKPMYyMjfwMqgcJna9o625g8oN87rBm8SWWrSTBZxg==} ··· 4615 react-native-svg: 4616 optional: true 4617 4618 react-native-helmet-async@2.0.4: 4619 resolution: {integrity: sha512-m3CkXWss6B1dd6mCMleLpzDCJJGGaHOLQsUzZv8kAASJmMfmVT4d2fx375iXKTRWT25ThBfae3dECuX5cq/8hg==} 4620 peerDependencies: ··· 4638 react: '*' 4639 react-native: '*' 4640 4641 + react-native-reanimated@3.16.5: 4642 + resolution: {integrity: sha512-mq/5k14pimkhCeP9XwFJkEr8XufaHqIekum8fqpsn0fcBzbLvyiqfM2LEuBvi0+DTv5Bd2dHmUHkYqGYfkj3Jw==} 4643 peerDependencies: 4644 '@babel/core': ^7.0.0-0 4645 react: '*' ··· 4651 react: '*' 4652 react-native: '*' 4653 4654 + react-native-screens@4.1.0: 4655 + resolution: {integrity: sha512-tCBwe7fRMpoi/nIgZxE86N8b2SH8d5PlfGaQO8lgqlXqIyvwqm3u1HJCaA0tsacPyzhW7vVtRfQyq9e1j0S2gA==} 4656 peerDependencies: 4657 react: '*' 4658 react-native: '*' ··· 4669 react: ^18.0.0 4670 react-dom: ^18.0.0 4671 4672 + react-native@0.76.5: 4673 + resolution: {integrity: sha512-op2p2kB+lqMF1D7AdX4+wvaR0OPFbvWYs+VBE7bwsb99Cn9xISrLRLAgFflZedQsa5HvnOGrULhtnmItbIKVVw==} 4674 engines: {node: '>=18'} 4675 hasBin: true 4676 peerDependencies: ··· 4688 resolution: {integrity: sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==} 4689 engines: {node: '>=0.10.0'} 4690 4691 + react-remove-scroll-bar@2.3.6: 4692 + resolution: {integrity: sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==} 4693 engines: {node: '>=10'} 4694 peerDependencies: 4695 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 4696 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 4697 peerDependenciesMeta: 4698 '@types/react': 4699 optional: true 4700 4701 + react-remove-scroll@2.6.0: 4702 + resolution: {integrity: sha512-I2U4JVEsQenxDAKaVa3VZ/JeJZe0/2DxPWL8Tj8yLKctQJQiZM52pn/GWFpSp8dftjM3pSAHVJZscAnC/y+ySQ==} 4703 engines: {node: '>=10'} 4704 peerDependencies: 4705 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 4706 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 4707 peerDependenciesMeta: 4708 '@types/react': 4709 optional: true 4710 4711 + react-server-dom-webpack@19.0.0-rc-6230622a1a-20240610: 4712 + resolution: {integrity: sha512-nr+IsOVD07QdeCr4BLvR5TALfLaZLi9AIaoa6vXymBc051iDPWedJujYYrjRJy5+9jp9oCx3G8Tt/Bs//TckJw==} 4713 + engines: {node: '>=0.10.0'} 4714 + peerDependencies: 4715 + react: 19.0.0-rc-6230622a1a-20240610 4716 + react-dom: 19.0.0-rc-6230622a1a-20240610 4717 + webpack: ^5.59.0 4718 + 4719 + react-style-singleton@2.2.1: 4720 + resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} 4721 engines: {node: '>=10'} 4722 peerDependencies: 4723 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 4724 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 4725 peerDependenciesMeta: 4726 '@types/react': 4727 optional: true 4728 4729 react@18.3.1: 4730 resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} 4731 engines: {node: '>=0.10.0'} 4732 4733 read-cache@1.0.0: ··· 4744 resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} 4745 engines: {node: '>=8.10.0'} 4746 4747 readline@1.3.0: 4748 resolution: {integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==} 4749 4750 recast@0.21.5: 4751 resolution: {integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==} 4752 engines: {node: '>= 4'} 4753 4754 + reflect.getprototypeof@1.0.8: 4755 + resolution: {integrity: sha512-B5dj6usc5dkk8uFliwjwDHM8To5/QwdKz9JcBZ8Ic4G1f0YmeeJTtE/ZTdgRFPAfxZFiUaPhZ1Jcs4qeagItGQ==} 4756 engines: {node: '>= 0.4'} 4757 4758 regenerate-unicode-properties@10.2.0: ··· 4768 regenerator-runtime@0.14.1: 4769 resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} 4770 4771 regenerator-transform@0.15.2: 4772 resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} 4773 ··· 4793 resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} 4794 engines: {node: '>=0.10'} 4795 4796 require-directory@2.1.1: 4797 resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} 4798 engines: {node: '>=0.10.0'} ··· 4830 resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==} 4831 engines: {node: '>=10'} 4832 4833 + resolve@1.22.8: 4834 + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} 4835 hasBin: true 4836 4837 resolve@1.7.1: ··· 4841 resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} 4842 hasBin: true 4843 4844 restore-cursor@2.0.0: 4845 resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} 4846 engines: {node: '>=4'} ··· 4854 deprecated: Rimraf versions prior to v4 are no longer supported 4855 hasBin: true 4856 4857 rimraf@3.0.2: 4858 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} 4859 deprecated: Rimraf versions prior to v4 are no longer supported 4860 hasBin: true 4861 4862 run-parallel@1.2.0: 4863 resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} 4864 4865 safe-array-concat@1.1.3: 4866 resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} 4867 engines: {node: '>=0.4'} ··· 4872 safe-buffer@5.2.1: 4873 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} 4874 4875 safe-regex-test@1.1.0: 4876 resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} 4877 engines: {node: '>= 0.4'} 4878 4879 sax@1.4.1: 4880 resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} ··· 4893 resolution: {integrity: sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==} 4894 engines: {node: '>= 10.13.0'} 4895 4896 selfsigned@2.4.1: 4897 resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==} 4898 engines: {node: '>=10'} ··· 4912 4913 send@0.19.0: 4914 resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} 4915 + engines: {node: '>= 0.8.0'} 4916 + 4917 + send@0.19.1: 4918 + resolution: {integrity: sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==} 4919 engines: {node: '>= 0.8.0'} 4920 4921 serialize-error@2.1.0: ··· 4988 resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} 4989 engines: {node: '>= 0.4'} 4990 4991 side-channel@1.1.0: 4992 resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} 4993 engines: {node: '>= 0.4'} ··· 5016 resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} 5017 engines: {node: '>=8.0.0'} 5018 5019 source-map-js@1.2.1: 5020 resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 5021 engines: {node: '>=0.10.0'} ··· 5035 resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} 5036 engines: {node: '>= 8'} 5037 5038 split-on-first@1.1.0: 5039 resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==} 5040 engines: {node: '>=6'} 5041 5042 split@1.0.1: 5043 resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} 5044 5045 sprintf-js@1.0.3: 5046 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 5047 5048 ssri@10.0.6: 5049 resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} ··· 5082 resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==} 5083 engines: {node: '>=4'} 5084 5085 string-width@4.2.3: 5086 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} 5087 engines: {node: '>=8'} ··· 5090 resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} 5091 engines: {node: '>=12'} 5092 5093 + string.prototype.matchall@4.0.11: 5094 + resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} 5095 engines: {node: '>= 0.4'} 5096 5097 string.prototype.repeat@1.0.0: ··· 5114 5115 string_decoder@1.3.0: 5116 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} 5117 5118 strip-ansi@5.2.0: 5119 resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} ··· 5160 5161 sudo-prompt@8.2.5: 5162 resolution: {integrity: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==} 5163 5164 sudo-prompt@9.1.1: 5165 resolution: {integrity: sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==} 5166 5167 supports-color@5.5.0: 5168 resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} ··· 5184 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 5185 engines: {node: '>= 0.4'} 5186 5187 + tailwind-merge@2.5.5: 5188 + resolution: {integrity: sha512-0LXunzzAZzo0tEPxV3I297ffKZPlKDrjj7NXphC8V5ak9yHC5zRmxnOe2m/Rd/7ivsOMJe3JZ2JVocoDdQTRBA==} 5189 5190 tailwindcss-animate@1.0.7: 5191 resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} 5192 peerDependencies: 5193 tailwindcss: '>=3.0.0 || insiders' 5194 5195 + tailwindcss@3.4.16: 5196 + resolution: {integrity: sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==} 5197 engines: {node: '>=14.0.0'} 5198 hasBin: true 5199 ··· 5256 thenify@3.3.1: 5257 resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} 5258 5259 throat@5.0.0: 5260 resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} 5261 ··· 5264 5265 through@2.3.8: 5266 resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} 5267 5268 tlds@1.255.0: 5269 resolution: {integrity: sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==} ··· 5284 resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} 5285 engines: {node: '>=0.6'} 5286 5287 tr46@0.0.3: 5288 resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} 5289 5290 ts-api-utils@1.4.3: 5291 resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==} ··· 5316 tsconfig-paths@3.15.0: 5317 resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} 5318 5319 + tslib@2.8.1: 5320 + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 5321 5322 turbo-stream@2.4.0: 5323 resolution: {integrity: sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==} 5324 5325 type-check@0.4.0: 5326 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 5327 engines: {node: '>= 0.8.0'} ··· 5346 resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} 5347 engines: {node: '>=8'} 5348 5349 + typed-array-buffer@1.0.2: 5350 + resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} 5351 engines: {node: '>= 0.4'} 5352 5353 + typed-array-byte-length@1.0.1: 5354 + resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} 5355 engines: {node: '>= 0.4'} 5356 5357 + typed-array-byte-offset@1.0.3: 5358 + resolution: {integrity: sha512-GsvTyUHTriq6o/bHcTd0vM7OQ9JEdlvluu9YISaA7+KzDzPaIzEeDFNkTfhdE3MYcNhNi0vq/LlegYgIs5yPAw==} 5359 engines: {node: '>= 0.4'} 5360 5361 typed-array-length@1.0.7: 5362 resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} 5363 engines: {node: '>= 0.4'} 5364 5365 + typescript@5.3.3: 5366 + resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} 5367 engines: {node: '>=14.17'} 5368 hasBin: true 5369 5370 + ua-parser-js@1.0.39: 5371 + resolution: {integrity: sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==} 5372 hasBin: true 5373 5374 uint8arrays@3.0.0: 5375 resolution: {integrity: sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==} 5376 5377 + unbox-primitive@1.0.2: 5378 + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} 5379 5380 undici-types@6.20.0: 5381 resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} ··· 5428 resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} 5429 engines: {node: '>= 0.8'} 5430 5431 update-browserslist-db@1.1.1: 5432 resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} 5433 hasBin: true ··· 5437 uri-js@4.4.1: 5438 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 5439 5440 + use-callback-ref@1.3.2: 5441 + resolution: {integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==} 5442 engines: {node: '>=10'} 5443 peerDependencies: 5444 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 5445 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 5446 peerDependenciesMeta: 5447 '@types/react': 5448 optional: true ··· 5452 peerDependencies: 5453 react: '>=16.8' 5454 5455 + use-sidecar@1.1.2: 5456 + resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} 5457 engines: {node: '>=10'} 5458 peerDependencies: 5459 + '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 5460 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 5461 peerDependenciesMeta: 5462 '@types/react': 5463 optional: true ··· 5472 peerDependencies: 5473 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 5474 5475 util-deprecate@1.0.2: 5476 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 5477 ··· 5482 resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} 5483 engines: {node: '>= 0.4.0'} 5484 5485 uuid@7.0.3: 5486 resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==} 5487 hasBin: true ··· 5497 resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} 5498 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 5499 5500 vary@1.1.2: 5501 resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} 5502 engines: {node: '>= 0.8'} 5503 5504 vlq@1.0.1: 5505 resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==} 5506 ··· 5526 5527 webidl-conversions@3.0.1: 5528 resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} 5529 5530 webidl-conversions@5.0.0: 5531 resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} ··· 5555 whatwg-url@5.0.0: 5556 resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} 5557 5558 + which-boxed-primitive@1.1.0: 5559 + resolution: {integrity: sha512-Ei7Miu/AXe2JJ4iNF5j/UphAgRoma4trE6PtisM09bPygb3egMH3YLW/befsWb1A1AxvNSFidOFTB18XtnIIng==} 5560 engines: {node: '>= 0.4'} 5561 5562 which-builtin-type@1.2.1: ··· 5567 resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} 5568 engines: {node: '>= 0.4'} 5569 5570 + which-typed-array@1.1.16: 5571 + resolution: {integrity: sha512-g+N+GAWiRj66DngFwHvISJd+ITsyphZvD1vChfVg6cEdnzy53GzB3oy0fUNlvhz7H7+MiqhYr26qxQShCpKTTQ==} 5572 engines: {node: '>= 0.4'} 5573 5574 which@1.3.1: ··· 5704 peerDependencies: 5705 zod: ^3.18.0 5706 5707 + zod@3.24.1: 5708 + resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} 5709 5710 zustand@4.5.5: 5711 resolution: {integrity: sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==} ··· 5748 5749 '@ampproject/remapping@2.3.0': 5750 dependencies: 5751 + '@jridgewell/gen-mapping': 0.3.8 5752 '@jridgewell/trace-mapping': 0.3.25 5753 5754 + '@aquareum/atproto-oauth-client-react-native@0.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 5755 dependencies: 5756 '@atproto-labs/did-resolver': 0.1.5 5757 '@atproto-labs/handle-resolver-node': 0.1.7 ··· 5766 '@atproto/oauth-types': 0.2.1 5767 abortcontroller-polyfill: 1.7.8 5768 event-target-shim: 6.0.2 5769 + expo-sqlite: 15.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 5770 jose: 5.9.6 5771 + react-native-quick-crypto: 0.7.10(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 5772 transitivePeerDependencies: 5773 - expo 5774 - react 5775 - react-native 5776 5777 '@atproto-labs/did-resolver@0.1.5': 5778 dependencies: 5779 '@atproto-labs/fetch': 0.1.1 ··· 5781 '@atproto-labs/simple-store': 0.1.1 5782 '@atproto-labs/simple-store-memory': 0.1.1 5783 '@atproto/did': 0.1.3 5784 + zod: 3.24.1 5785 5786 '@atproto-labs/fetch-node@0.1.3': 5787 dependencies: ··· 5791 psl: 1.15.0 5792 undici: 6.21.0 5793 5794 '@atproto-labs/fetch@0.1.1': 5795 dependencies: 5796 '@atproto-labs/pipe': 0.1.0 5797 optionalDependencies: 5798 + zod: 3.24.1 5799 5800 '@atproto-labs/handle-resolver-node@0.1.7': 5801 dependencies: ··· 5803 '@atproto-labs/handle-resolver': 0.1.4 5804 '@atproto/did': 0.1.3 5805 5806 '@atproto-labs/handle-resolver@0.1.4': 5807 dependencies: 5808 '@atproto-labs/simple-store': 0.1.1 5809 '@atproto-labs/simple-store-memory': 0.1.1 5810 '@atproto/did': 0.1.3 5811 + zod: 3.24.1 5812 5813 '@atproto-labs/identity-resolver@0.1.6': 5814 dependencies: ··· 5816 '@atproto-labs/handle-resolver': 0.1.4 5817 '@atproto/syntax': 0.3.1 5818 5819 '@atproto-labs/pipe@0.1.0': {} 5820 5821 '@atproto-labs/simple-store-memory@0.1.1': ··· 5825 5826 '@atproto-labs/simple-store@0.1.1': {} 5827 5828 + '@atproto/api@0.13.20': 5829 dependencies: 5830 '@atproto/common-web': 0.3.1 5831 + '@atproto/lexicon': 0.4.4 5832 '@atproto/syntax': 0.3.1 5833 + '@atproto/xrpc': 0.6.5 5834 await-lock: 2.2.2 5835 multiformats: 9.9.0 5836 tlds: 1.255.0 5837 + zod: 3.24.1 5838 5839 '@atproto/common-web@0.3.1': 5840 dependencies: 5841 graphemer: 1.4.0 5842 multiformats: 9.9.0 5843 uint8arrays: 3.0.0 5844 + zod: 3.24.1 5845 5846 '@atproto/did@0.1.3': 5847 dependencies: 5848 + zod: 3.24.1 5849 5850 '@atproto/jwk-jose@0.1.2': 5851 dependencies: ··· 5860 '@atproto/jwk@0.1.1': 5861 dependencies: 5862 multiformats: 9.9.0 5863 + zod: 3.24.1 5864 5865 + '@atproto/lex-cli@0.5.3': 5866 dependencies: 5867 '@atproto/lexicon': 0.4.4 5868 '@atproto/syntax': 0.3.1 ··· 5871 prettier: 3.4.2 5872 ts-morph: 16.0.0 5873 yesno: 0.4.0 5874 + zod: 3.24.1 5875 5876 '@atproto/lexicon@0.4.4': 5877 dependencies: ··· 5879 '@atproto/syntax': 0.3.1 5880 iso-datestring-validator: 2.2.2 5881 multiformats: 9.9.0 5882 + zod: 3.24.1 5883 5884 '@atproto/oauth-client-browser@0.3.2': 5885 dependencies: ··· 5890 '@atproto/jwk': 0.1.1 5891 '@atproto/jwk-webcrypto': 0.1.2 5892 '@atproto/oauth-client': 0.3.2 5893 '@atproto/oauth-types': 0.2.1 5894 5895 '@atproto/oauth-client@0.3.2': ··· 5905 '@atproto/oauth-types': 0.2.1 5906 '@atproto/xrpc': 0.6.4 5907 multiformats: 9.9.0 5908 + zod: 3.24.1 5909 5910 '@atproto/oauth-types@0.2.1': 5911 dependencies: 5912 '@atproto/jwk': 0.1.1 5913 + zod: 3.24.1 5914 5915 '@atproto/syntax@0.3.1': {} 5916 5917 '@atproto/xrpc@0.6.4': 5918 dependencies: 5919 + '@atproto/lexicon': 0.4.4 5920 + zod: 3.24.1 5921 5922 '@atproto/xrpc@0.6.5': 5923 dependencies: 5924 '@atproto/lexicon': 0.4.4 5925 + zod: 3.24.1 5926 5927 '@babel/code-frame@7.10.4': 5928 dependencies: ··· 5960 dependencies: 5961 '@babel/parser': 7.26.3 5962 '@babel/types': 7.26.3 5963 + '@jridgewell/gen-mapping': 0.3.8 5964 '@jridgewell/trace-mapping': 0.3.25 5965 jsesc: 3.1.0 5966 ··· 6003 '@babel/helper-plugin-utils': 7.25.9 6004 debug: 4.4.0 6005 lodash.debounce: 4.0.8 6006 + resolve: 1.22.8 6007 transitivePeerDependencies: 6008 - supports-color 6009 ··· 6826 '@babel/helper-string-parser': 7.25.9 6827 '@babel/helper-validator-identifier': 7.25.9 6828 6829 + '@craftzdog/react-native-buffer@6.0.5(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 6830 dependencies: 6831 ieee754: 1.2.1 6832 + react-native-quick-base64: 2.1.2(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 6833 transitivePeerDependencies: 6834 - react 6835 - react-native ··· 6838 dependencies: 6839 '@jridgewell/trace-mapping': 0.3.9 6840 6841 '@eslint-community/eslint-utils@4.4.1(eslint@8.57.1)': 6842 dependencies: 6843 eslint: 8.57.1 ··· 6865 dependencies: 6866 uuid: 8.3.2 6867 6868 + '@expo/cli@0.22.5': 6869 dependencies: 6870 '@0no-co/graphql.web': 1.0.12 6871 '@babel/runtime': 7.26.0 6872 '@expo/code-signing-certificates': 0.0.5 6873 + '@expo/config': 10.0.6 6874 + '@expo/config-plugins': 9.0.12 6875 '@expo/devcert': 1.1.4 6876 + '@expo/env': 0.4.0 6877 + '@expo/image-utils': 0.6.3 6878 + '@expo/json-file': 9.0.0 6879 + '@expo/metro-config': 0.19.7 6880 + '@expo/osascript': 2.1.4 6881 + '@expo/package-manager': 1.6.1 6882 + '@expo/plist': 0.2.0 6883 + '@expo/prebuild-config': 8.0.23 6884 '@expo/rudder-sdk-node': 1.1.1 6885 '@expo/spawn-async': 1.7.2 6886 '@expo/xcpretty': 4.3.2 6887 + '@react-native/dev-middleware': 0.76.5 6888 '@urql/core': 5.1.0 6889 '@urql/exchange-retry': 1.3.0(@urql/core@5.1.0) 6890 accepts: 1.3.8 ··· 6921 qrcode-terminal: 0.11.0 6922 require-from-string: 2.0.2 6923 requireg: 0.2.2 6924 + resolve: 1.22.8 6925 resolve-from: 5.0.0 6926 resolve.exports: 2.0.3 6927 semver: 7.6.3 6928 + send: 0.19.1 6929 slugify: 1.6.6 6930 source-map-support: 0.5.21 6931 stacktrace-parser: 0.1.10 ··· 6969 transitivePeerDependencies: 6970 - supports-color 6971 6972 '@expo/config-types@52.0.1': {} 6973 6974 '@expo/config@10.0.6': 6975 dependencies: 6976 '@babel/code-frame': 7.10.4 ··· 6989 transitivePeerDependencies: 6990 - supports-color 6991 6992 '@expo/devcert@1.1.4': 6993 dependencies: 6994 application-config-path: 0.1.1 ··· 7002 password-prompt: 1.1.3 7003 sudo-prompt: 8.2.5 7004 tmp: 0.0.33 7005 + tslib: 2.8.1 7006 transitivePeerDependencies: 7007 - supports-color 7008 7009 + '@expo/env@0.4.0': 7010 dependencies: 7011 chalk: 4.1.2 7012 debug: 4.4.0 ··· 7016 transitivePeerDependencies: 7017 - supports-color 7018 7019 + '@expo/fingerprint@0.11.3': 7020 dependencies: 7021 '@expo/spawn-async': 1.7.2 7022 arg: 5.0.2 ··· 7044 temp-dir: 2.0.0 7045 unique-string: 2.0.0 7046 7047 '@expo/json-file@9.0.0': 7048 dependencies: 7049 '@babel/code-frame': 7.10.4 7050 json5: 2.2.3 7051 write-file-atomic: 2.4.3 7052 7053 + '@expo/metro-config@0.19.7': 7054 dependencies: 7055 '@babel/core': 7.26.0 7056 '@babel/generator': 7.26.3 7057 '@babel/parser': 7.26.3 7058 '@babel/types': 7.26.3 7059 + '@expo/config': 10.0.6 7060 + '@expo/env': 0.4.0 7061 + '@expo/json-file': 9.0.0 7062 '@expo/spawn-async': 1.7.2 7063 chalk: 4.1.2 7064 debug: 4.4.0 ··· 7073 transitivePeerDependencies: 7074 - supports-color 7075 7076 + '@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))': 7077 dependencies: 7078 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7079 7080 + '@expo/osascript@2.1.4': 7081 dependencies: 7082 '@expo/spawn-async': 1.7.2 7083 exec-async: 2.2.0 7084 7085 + '@expo/package-manager@1.6.1': 7086 dependencies: 7087 + '@expo/json-file': 9.0.0 7088 '@expo/spawn-async': 1.7.2 7089 ansi-regex: 5.0.1 7090 chalk: 4.1.2 ··· 7103 base64-js: 1.5.1 7104 xmlbuilder: 14.0.0 7105 7106 '@expo/prebuild-config@8.0.23': 7107 dependencies: 7108 '@expo/config': 10.0.6 ··· 7119 transitivePeerDependencies: 7120 - supports-color 7121 7122 '@expo/rudder-sdk-node@1.1.1': 7123 dependencies: 7124 '@expo/bunyan': 4.0.1 ··· 7133 7134 '@expo/sdk-runtime-versions@1.0.0': {} 7135 7136 + '@expo/server@0.5.0(typescript@5.3.3)': 7137 dependencies: 7138 + '@remix-run/node': 2.15.1(typescript@5.3.3) 7139 abort-controller: 3.0.0 7140 debug: 4.4.0 7141 source-map-support: 0.5.21 ··· 7175 7176 '@floating-ui/utils@0.2.8': {} 7177 7178 '@humanwhocodes/config-array@0.13.0': 7179 dependencies: 7180 '@humanwhocodes/object-schema': 2.0.3 ··· 7187 7188 '@humanwhocodes/object-schema@2.0.3': {} 7189 7190 '@isaacs/cliui@8.0.2': 7191 dependencies: 7192 string-width: 5.1.2 ··· 7216 dependencies: 7217 '@jest/fake-timers': 29.7.0 7218 '@jest/types': 29.6.3 7219 + '@types/node': 22.10.2 7220 jest-mock: 29.7.0 7221 7222 '@jest/fake-timers@29.7.0': 7223 dependencies: 7224 '@jest/types': 29.6.3 7225 '@sinonjs/fake-timers': 10.3.0 7226 + '@types/node': 22.10.2 7227 jest-message-util: 29.7.0 7228 jest-mock: 29.7.0 7229 jest-util: 29.7.0 ··· 7257 '@jest/schemas': 29.6.3 7258 '@types/istanbul-lib-coverage': 2.0.6 7259 '@types/istanbul-reports': 3.0.4 7260 + '@types/node': 22.10.2 7261 '@types/yargs': 17.0.33 7262 chalk: 4.1.2 7263 7264 + '@jridgewell/gen-mapping@0.3.8': 7265 dependencies: 7266 '@jridgewell/set-array': 1.2.1 7267 '@jridgewell/sourcemap-codec': 1.5.0 ··· 7273 7274 '@jridgewell/source-map@0.3.6': 7275 dependencies: 7276 + '@jridgewell/gen-mapping': 0.3.8 7277 '@jridgewell/trace-mapping': 0.3.25 7278 7279 '@jridgewell/sourcemap-codec@1.5.0': {} ··· 7288 '@jridgewell/resolve-uri': 3.1.2 7289 '@jridgewell/sourcemap-codec': 1.5.0 7290 7291 '@nodelib/fs.scandir@2.1.5': 7292 dependencies: 7293 '@nodelib/fs.stat': 2.0.5 ··· 7323 optionalDependencies: 7324 type-fest: 0.21.3 7325 7326 '@radix-ui/primitive@1.1.1': {} 7327 7328 '@radix-ui/react-arrow@1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': ··· 7351 optionalDependencies: 7352 '@types/react': 18.3.12 7353 7354 + '@radix-ui/react-dismissable-layer@1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 7355 dependencies: 7356 '@radix-ui/primitive': 1.1.1 7357 '@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1) ··· 7381 '@types/react': 18.3.12 7382 '@types/react-dom': 18.3.1 7383 7384 + '@radix-ui/react-hover-card@1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 7385 dependencies: 7386 '@radix-ui/primitive': 1.1.1 7387 '@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1) 7388 '@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1) 7389 + '@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7390 '@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7391 '@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7392 '@radix-ui/react-presence': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 7405 optionalDependencies: 7406 '@types/react': 18.3.12 7407 7408 + '@radix-ui/react-popover@1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 7409 dependencies: 7410 '@radix-ui/primitive': 1.1.1 7411 '@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1) 7412 '@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1) 7413 + '@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7414 '@radix-ui/react-focus-guards': 1.1.1(@types/react@18.3.12)(react@18.3.1) 7415 '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7416 '@radix-ui/react-id': 1.1.0(@types/react@18.3.12)(react@18.3.1) ··· 7423 aria-hidden: 1.2.4 7424 react: 18.3.1 7425 react-dom: 18.3.1(react@18.3.1) 7426 + react-remove-scroll: 2.6.0(@types/react@18.3.12)(react@18.3.1) 7427 optionalDependencies: 7428 '@types/react': 18.3.12 7429 '@types/react-dom': 18.3.1 ··· 7498 optionalDependencies: 7499 '@types/react': 18.3.12 7500 7501 + '@radix-ui/react-tooltip@1.1.5(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 7502 dependencies: 7503 '@radix-ui/primitive': 1.1.1 7504 '@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1) 7505 '@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1) 7506 + '@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7507 '@radix-ui/react-id': 1.1.0(@types/react@18.3.12)(react@18.3.1) 7508 '@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7509 '@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 7569 7570 '@radix-ui/rect@1.1.0': {} 7571 7572 + '@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))': 7573 dependencies: 7574 merge-options: 3.0.4 7575 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7576 7577 + '@react-native/assets-registry@0.76.5': {} 7578 7579 + '@react-native/babel-plugin-codegen@0.76.5(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 7580 dependencies: 7581 + '@react-native/codegen': 0.76.5(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 7582 transitivePeerDependencies: 7583 - '@babel/preset-env' 7584 - supports-color 7585 7586 + '@react-native/babel-preset@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 7587 dependencies: 7588 '@babel/core': 7.26.0 7589 '@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.26.0) ··· 7626 '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0) 7627 '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.0) 7628 '@babel/template': 7.25.9 7629 + '@react-native/babel-plugin-codegen': 0.76.5(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 7630 babel-plugin-syntax-hermes-parser: 0.25.1 7631 babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.26.0) 7632 react-refresh: 0.14.2 ··· 7634 - '@babel/preset-env' 7635 - supports-color 7636 7637 + '@react-native/codegen@0.76.5(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 7638 dependencies: 7639 '@babel/parser': 7.26.3 7640 '@babel/preset-env': 7.26.0(@babel/core@7.26.0) ··· 7648 transitivePeerDependencies: 7649 - supports-color 7650 7651 + '@react-native/community-cli-plugin@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 7652 dependencies: 7653 + '@react-native/dev-middleware': 0.76.5 7654 + '@react-native/metro-babel-transformer': 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 7655 chalk: 4.1.2 7656 execa: 5.1.1 7657 invariant: 2.2.4 ··· 7669 - supports-color 7670 - utf-8-validate 7671 7672 + '@react-native/debugger-frontend@0.76.5': {} 7673 7674 + '@react-native/dev-middleware@0.76.5': 7675 dependencies: 7676 '@isaacs/ttlcache': 1.4.1 7677 + '@react-native/debugger-frontend': 0.76.5 7678 chrome-launcher: 0.15.2 7679 chromium-edge-launcher: 0.2.0 7680 connect: 3.7.0 ··· 7689 - supports-color 7690 - utf-8-validate 7691 7692 + '@react-native/gradle-plugin@0.76.5': {} 7693 7694 + '@react-native/js-polyfills@0.76.5': {} 7695 7696 + '@react-native/metro-babel-transformer@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))': 7697 dependencies: 7698 '@babel/core': 7.26.0 7699 + '@react-native/babel-preset': 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 7700 hermes-parser: 0.23.1 7701 nullthrows: 1.1.1 7702 transitivePeerDependencies: ··· 7707 7708 '@react-native/normalize-colors@0.76.5': {} 7709 7710 '@react-native/typescript-config@0.76.5': {} 7711 7712 + '@react-native/virtualized-lists@0.76.5(@types/react@18.3.12)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7713 dependencies: 7714 invariant: 2.2.4 7715 nullthrows: 1.1.1 7716 react: 18.3.1 7717 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7718 optionalDependencies: 7719 '@types/react': 18.3.12 7720 7721 + '@react-navigation/bottom-tabs@7.2.0(@react-navigation/native@7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7722 dependencies: 7723 + '@react-navigation/elements': 2.2.5(@react-navigation/native@7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7724 + '@react-navigation/native': 7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7725 color: 4.2.3 7726 react: 18.3.1 7727 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7728 + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7729 + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7730 transitivePeerDependencies: 7731 - '@react-native-masked-view/masked-view' 7732 ··· 7741 use-latest-callback: 0.2.3(react@18.3.1) 7742 use-sync-external-store: 1.4.0(react@18.3.1) 7743 7744 + '@react-navigation/elements@2.2.5(@react-navigation/native@7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7745 dependencies: 7746 + '@react-navigation/native': 7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7747 color: 4.2.3 7748 react: 18.3.1 7749 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7750 + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7751 7752 + '@react-navigation/native-stack@7.2.0(@react-navigation/native@7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7753 dependencies: 7754 + '@react-navigation/elements': 2.2.5(@react-navigation/native@7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7755 + '@react-navigation/native': 7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7756 react: 18.3.1 7757 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7758 + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7759 + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7760 warn-once: 0.1.1 7761 transitivePeerDependencies: 7762 - '@react-native-masked-view/masked-view' 7763 7764 + '@react-navigation/native@7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7765 dependencies: 7766 '@react-navigation/core': 7.3.1(react@18.3.1) 7767 escape-string-regexp: 4.0.0 7768 fast-deep-equal: 3.1.3 7769 nanoid: 3.3.8 7770 react: 18.3.1 7771 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7772 use-latest-callback: 0.2.3(react@18.3.1) 7773 7774 '@react-navigation/routers@7.1.2': 7775 dependencies: 7776 nanoid: 3.3.8 7777 7778 + '@remix-run/node@2.15.1(typescript@5.3.3)': 7779 dependencies: 7780 + '@remix-run/server-runtime': 2.15.1(typescript@5.3.3) 7781 '@remix-run/web-fetch': 4.4.2 7782 '@web3-storage/multipart-parser': 1.0.0 7783 cookie-signature: 1.2.2 ··· 7785 stream-slice: 0.1.2 7786 undici: 6.21.0 7787 optionalDependencies: 7788 + typescript: 5.3.3 7789 7790 '@remix-run/router@1.21.0': {} 7791 7792 + '@remix-run/server-runtime@2.15.1(typescript@5.3.3)': 7793 dependencies: 7794 '@remix-run/router': 1.21.0 7795 '@types/cookie': 0.6.0 ··· 7799 source-map: 0.7.4 7800 turbo-stream: 2.4.0 7801 optionalDependencies: 7802 + typescript: 5.3.3 7803 7804 '@remix-run/web-blob@3.1.0': 7805 dependencies: ··· 7829 dependencies: 7830 web-streams-polyfill: 3.3.3 7831 7832 + '@rn-primitives/avatar@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7833 dependencies: 7834 + '@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7835 + '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7836 + '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7837 react: 18.3.1 7838 optionalDependencies: 7839 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7840 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7841 7842 + '@rn-primitives/hooks@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7843 dependencies: 7844 + '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7845 react: 18.3.1 7846 optionalDependencies: 7847 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7848 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7849 7850 + '@rn-primitives/hover-card@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7851 dependencies: 7852 + '@radix-ui/react-hover-card': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7853 + '@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7854 + '@rn-primitives/popover': 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7855 + '@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7856 + '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7857 + '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7858 react: 18.3.1 7859 optionalDependencies: 7860 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7861 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7862 transitivePeerDependencies: 7863 - '@types/react' 7864 - '@types/react-dom' 7865 - react-dom 7866 7867 + '@rn-primitives/popover@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7868 dependencies: 7869 + '@radix-ui/react-popover': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7870 + '@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7871 + '@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7872 + '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7873 + '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7874 react: 18.3.1 7875 optionalDependencies: 7876 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7877 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7878 transitivePeerDependencies: 7879 - '@types/react' 7880 - '@types/react-dom' 7881 - react-dom 7882 7883 + '@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7884 dependencies: 7885 react: 18.3.1 7886 zustand: 4.5.5(@types/react@18.3.12)(react@18.3.1) 7887 optionalDependencies: 7888 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7889 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7890 transitivePeerDependencies: 7891 - '@types/react' 7892 - immer 7893 7894 + '@rn-primitives/progress@1.1.0(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7895 dependencies: 7896 '@radix-ui/react-progress': 1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7897 + '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7898 + '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7899 react: 18.3.1 7900 optionalDependencies: 7901 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7902 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7903 transitivePeerDependencies: 7904 - '@types/react' 7905 - '@types/react-dom' 7906 - react-dom 7907 7908 + '@rn-primitives/slot@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7909 dependencies: 7910 react: 18.3.1 7911 optionalDependencies: 7912 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7913 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7914 7915 + '@rn-primitives/tooltip@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7916 dependencies: 7917 + '@radix-ui/react-tooltip': 1.1.5(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7918 + '@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7919 + '@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7920 + '@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7921 + '@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 7922 react: 18.3.1 7923 optionalDependencies: 7924 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7925 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7926 transitivePeerDependencies: 7927 - '@types/react' 7928 - '@types/react-dom' 7929 - react-dom 7930 7931 + '@rn-primitives/types@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': 7932 dependencies: 7933 react: 18.3.1 7934 optionalDependencies: 7935 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 7936 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7937 7938 '@rtsao/scc@1.1.0': {} 7939 7940 '@segment/loosely-validate-event@2.0.0': ··· 7951 '@sinonjs/fake-timers@10.3.0': 7952 dependencies: 7953 '@sinonjs/commons': 3.0.1 7954 7955 '@ts-morph/common@0.17.0': 7956 dependencies: ··· 8004 8005 '@types/graceful-fs@4.1.9': 8006 dependencies: 8007 + '@types/node': 22.10.2 8008 8009 '@types/istanbul-lib-coverage@2.0.6': {} 8010 ··· 8022 8023 '@types/node-forge@1.3.11': 8024 dependencies: 8025 + '@types/node': 22.10.2 8026 8027 '@types/node@22.10.2': 8028 dependencies: ··· 8040 csstype: 3.1.3 8041 8042 '@types/stack-utils@2.0.3': {} 8043 8044 '@types/yargs-parser@21.0.3': {} 8045 ··· 8047 dependencies: 8048 '@types/yargs-parser': 21.0.3 8049 8050 + '@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(typescript@5.3.3)': 8051 dependencies: 8052 '@eslint-community/regexpp': 4.12.1 8053 + '@typescript-eslint/parser': 8.18.0(eslint@8.57.1)(typescript@5.3.3) 8054 + '@typescript-eslint/scope-manager': 8.18.0 8055 + '@typescript-eslint/type-utils': 8.18.0(eslint@8.57.1)(typescript@5.3.3) 8056 + '@typescript-eslint/utils': 8.18.0(eslint@8.57.1)(typescript@5.3.3) 8057 + '@typescript-eslint/visitor-keys': 8.18.0 8058 eslint: 8.57.1 8059 graphemer: 1.4.0 8060 ignore: 5.3.2 8061 natural-compare: 1.4.0 8062 + ts-api-utils: 1.4.3(typescript@5.3.3) 8063 + typescript: 5.3.3 8064 transitivePeerDependencies: 8065 - supports-color 8066 8067 + '@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.3.3)': 8068 dependencies: 8069 + '@typescript-eslint/scope-manager': 8.18.0 8070 + '@typescript-eslint/types': 8.18.0 8071 + '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.3.3) 8072 + '@typescript-eslint/visitor-keys': 8.18.0 8073 debug: 4.4.0 8074 eslint: 8.57.1 8075 + typescript: 5.3.3 8076 transitivePeerDependencies: 8077 - supports-color 8078 8079 + '@typescript-eslint/scope-manager@8.18.0': 8080 dependencies: 8081 + '@typescript-eslint/types': 8.18.0 8082 + '@typescript-eslint/visitor-keys': 8.18.0 8083 8084 + '@typescript-eslint/type-utils@8.18.0(eslint@8.57.1)(typescript@5.3.3)': 8085 dependencies: 8086 + '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.3.3) 8087 + '@typescript-eslint/utils': 8.18.0(eslint@8.57.1)(typescript@5.3.3) 8088 debug: 4.4.0 8089 eslint: 8.57.1 8090 + ts-api-utils: 1.4.3(typescript@5.3.3) 8091 + typescript: 5.3.3 8092 transitivePeerDependencies: 8093 - supports-color 8094 8095 + '@typescript-eslint/types@8.18.0': {} 8096 8097 + '@typescript-eslint/typescript-estree@8.18.0(typescript@5.3.3)': 8098 dependencies: 8099 + '@typescript-eslint/types': 8.18.0 8100 + '@typescript-eslint/visitor-keys': 8.18.0 8101 debug: 4.4.0 8102 fast-glob: 3.3.2 8103 is-glob: 4.0.3 8104 minimatch: 9.0.5 8105 semver: 7.6.3 8106 + ts-api-utils: 1.4.3(typescript@5.3.3) 8107 + typescript: 5.3.3 8108 transitivePeerDependencies: 8109 - supports-color 8110 8111 + '@typescript-eslint/utils@8.18.0(eslint@8.57.1)(typescript@5.3.3)': 8112 dependencies: 8113 '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) 8114 + '@typescript-eslint/scope-manager': 8.18.0 8115 + '@typescript-eslint/types': 8.18.0 8116 + '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.3.3) 8117 eslint: 8.57.1 8118 + typescript: 5.3.3 8119 transitivePeerDependencies: 8120 - supports-color 8121 8122 + '@typescript-eslint/visitor-keys@8.18.0': 8123 dependencies: 8124 + '@typescript-eslint/types': 8.18.0 8125 eslint-visitor-keys: 4.2.0 8126 8127 '@ungap/structured-clone@1.2.1': {} ··· 8216 '@webassemblyjs/ast': 1.14.1 8217 '@xtuc/long': 4.2.2 8218 8219 '@xmldom/xmldom@0.7.13': {} 8220 8221 '@xmldom/xmldom@0.8.10': {} ··· 8239 negotiator: 0.6.3 8240 8241 acorn-jsx@5.3.2(acorn@8.14.0): 8242 + dependencies: 8243 + acorn: 8.14.0 8244 + 8245 + acorn-loose@8.4.0: 8246 dependencies: 8247 acorn: 8.14.0 8248 ··· 8285 require-from-string: 2.0.2 8286 8287 anser@1.4.10: {} 8288 8289 ansi-escapes@4.3.2: 8290 dependencies: ··· 8292 8293 ansi-html@0.0.9: {} 8294 8295 ansi-regex@4.1.1: {} 8296 8297 ansi-regex@5.0.1: {} 8298 8299 ansi-regex@6.1.0: {} 8300 8301 ansi-styles@3.2.1: 8302 dependencies: ··· 8331 8332 aria-hidden@1.2.4: 8333 dependencies: 8334 + tslib: 2.8.1 8335 8336 + array-buffer-byte-length@1.0.1: 8337 dependencies: 8338 + call-bind: 1.0.8 8339 + is-array-buffer: 3.0.4 8340 8341 array-includes@3.1.8: 8342 dependencies: 8343 call-bind: 1.0.8 8344 define-properties: 1.2.1 8345 + es-abstract: 1.23.5 8346 es-object-atoms: 1.0.0 8347 + get-intrinsic: 1.2.6 8348 + is-string: 1.1.0 8349 8350 array-timsort@1.0.3: {} 8351 ··· 8355 dependencies: 8356 call-bind: 1.0.8 8357 define-properties: 1.2.1 8358 + es-abstract: 1.23.5 8359 es-errors: 1.3.0 8360 es-object-atoms: 1.0.0 8361 es-shim-unscopables: 1.0.2 ··· 8364 dependencies: 8365 call-bind: 1.0.8 8366 define-properties: 1.2.1 8367 + es-abstract: 1.23.5 8368 es-errors: 1.3.0 8369 es-object-atoms: 1.0.0 8370 es-shim-unscopables: 1.0.2 8371 8372 + array.prototype.flat@1.3.2: 8373 dependencies: 8374 call-bind: 1.0.8 8375 define-properties: 1.2.1 8376 + es-abstract: 1.23.5 8377 es-shim-unscopables: 1.0.2 8378 8379 + array.prototype.flatmap@1.3.2: 8380 dependencies: 8381 call-bind: 1.0.8 8382 define-properties: 1.2.1 8383 + es-abstract: 1.23.5 8384 es-shim-unscopables: 1.0.2 8385 8386 array.prototype.tosorted@1.1.4: 8387 dependencies: 8388 call-bind: 1.0.8 8389 define-properties: 1.2.1 8390 + es-abstract: 1.23.5 8391 es-errors: 1.3.0 8392 es-shim-unscopables: 1.0.2 8393 8394 + arraybuffer.prototype.slice@1.0.3: 8395 dependencies: 8396 + array-buffer-byte-length: 1.0.1 8397 call-bind: 1.0.8 8398 define-properties: 1.2.1 8399 + es-abstract: 1.23.5 8400 es-errors: 1.3.0 8401 get-intrinsic: 1.2.6 8402 + is-array-buffer: 3.0.4 8403 + is-shared-array-buffer: 1.0.3 8404 8405 asap@2.0.6: {} 8406 8407 ast-types@0.15.2: 8408 dependencies: 8409 + tslib: 2.8.1 8410 8411 async-limiter@1.0.1: {} 8412 8413 asynckit@0.4.0: {} 8414 8415 at-least-node@1.0.0: {} 8416 8417 available-typed-arrays@1.0.7: 8418 dependencies: ··· 8420 8421 await-lock@2.2.2: {} 8422 8423 babel-core@7.0.0-bridge.0(@babel/core@7.26.0): 8424 dependencies: 8425 '@babel/core': 7.26.0 ··· 8460 glob: 9.3.5 8461 pkg-up: 3.1.0 8462 reselect: 4.1.8 8463 + resolve: 1.22.8 8464 8465 babel-plugin-polyfill-corejs2@0.4.12(@babel/core@7.26.0): 8466 dependencies: ··· 8525 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0) 8526 '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0) 8527 8528 + babel-preset-expo@12.0.4(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1)): 8529 dependencies: 8530 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) 8531 '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0) ··· 8533 '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0) 8534 '@babel/preset-react': 7.26.3(@babel/core@7.26.0) 8535 '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) 8536 + '@react-native/babel-preset': 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 8537 babel-plugin-react-native-web: 0.19.13 8538 react-refresh: 0.14.2 8539 optionalDependencies: ··· 8543 - '@babel/core' 8544 - '@babel/preset-env' 8545 - supports-color 8546 8547 babel-preset-jest@29.6.3(@babel/core@7.26.0): 8548 dependencies: ··· 8554 8555 base64-js@1.5.1: {} 8556 8557 better-opn@3.0.2: 8558 dependencies: 8559 open: 8.4.2 ··· 8564 8565 binary-extensions@2.3.0: {} 8566 8567 boolbase@1.0.0: {} 8568 8569 bplist-creator@0.0.7: ··· 8597 8598 browserslist@4.24.3: 8599 dependencies: 8600 + caniuse-lite: 1.0.30001688 8601 + electron-to-chromium: 1.5.73 8602 node-releases: 2.0.19 8603 update-browserslist-db: 1.1.1(browserslist@4.24.3) 8604 ··· 8626 dependencies: 8627 base64-js: 1.5.1 8628 ieee754: 1.2.1 8629 8630 bytes@3.1.2: {} 8631 8632 cacache@18.0.4: 8633 dependencies: 8634 '@npmcli/fs': 3.1.1 ··· 8653 dependencies: 8654 call-bind-apply-helpers: 1.0.1 8655 es-define-property: 1.0.1 8656 + get-intrinsic: 1.2.6 8657 set-function-length: 1.2.2 8658 8659 + call-bound@1.0.2: 8660 dependencies: 8661 + call-bind: 1.0.8 8662 get-intrinsic: 1.2.6 8663 8664 caller-callsite@2.0.0: ··· 8679 8680 camelcase@6.3.0: {} 8681 8682 + caniuse-lite@1.0.30001688: {} 8683 8684 chalk@2.4.2: 8685 dependencies: ··· 8706 optionalDependencies: 8707 fsevents: 2.3.3 8708 8709 chownr@2.0.0: {} 8710 8711 chrome-launcher@0.15.2: 8712 dependencies: 8713 + '@types/node': 22.10.2 8714 escape-string-regexp: 4.0.0 8715 is-wsl: 2.2.0 8716 lighthouse-logger: 1.4.2 ··· 8721 8722 chromium-edge-launcher@0.2.0: 8723 dependencies: 8724 + '@types/node': 22.10.2 8725 escape-string-regexp: 4.0.0 8726 is-wsl: 2.2.0 8727 lighthouse-logger: 1.4.2 ··· 8740 8741 clean-stack@2.2.0: {} 8742 8743 cli-cursor@2.1.0: 8744 dependencies: 8745 restore-cursor: 2.0.0 8746 8747 cli-spinners@2.9.2: {} 8748 8749 client-only@0.0.1: {} 8750 8751 cliui@8.0.1: ··· 8765 clsx@2.1.1: {} 8766 8767 code-block-writer@11.0.3: {} 8768 8769 color-convert@1.9.3: 8770 dependencies: ··· 8787 dependencies: 8788 color-convert: 2.0.1 8789 color-string: 1.9.1 8790 8791 combined-stream@1.0.8: 8792 dependencies: ··· 8818 8819 compressible@2.0.18: 8820 dependencies: 8821 + mime-db: 1.53.0 8822 8823 compression@1.7.5: 8824 dependencies: ··· 8843 transitivePeerDependencies: 8844 - supports-color 8845 8846 convert-source-map@2.0.0: {} 8847 8848 cookie-signature@1.2.2: {} 8849 8850 cookie@0.6.0: {} 8851 8852 core-js-compat@3.39.0: 8853 dependencies: ··· 8855 8856 core-js-pure@3.39.0: {} 8857 8858 core-util-is@1.0.3: {} 8859 8860 cosmiconfig@5.2.1: ··· 8866 8867 create-require@1.1.1: {} 8868 8869 + cross-fetch@3.1.8: 8870 dependencies: 8871 node-fetch: 2.7.0 8872 transitivePeerDependencies: ··· 8913 8914 csstype@3.1.3: {} 8915 8916 data-uri-to-buffer@3.0.1: {} 8917 8918 + data-view-buffer@1.0.1: 8919 dependencies: 8920 + call-bind: 1.0.8 8921 es-errors: 1.3.0 8922 is-data-view: 1.0.2 8923 8924 + data-view-byte-length@1.0.1: 8925 dependencies: 8926 + call-bind: 1.0.8 8927 es-errors: 1.3.0 8928 is-data-view: 1.0.2 8929 8930 + data-view-byte-offset@1.0.0: 8931 dependencies: 8932 + call-bind: 1.0.8 8933 es-errors: 1.3.0 8934 is-data-view: 1.0.2 8935 8936 debug@2.6.9: 8937 dependencies: ··· 8997 8998 detect-libc@1.0.3: {} 8999 9000 detect-node-es@1.1.0: {} 9001 9002 didyoumean@1.2.2: {} ··· 9023 domhandler: 5.0.3 9024 entities: 4.5.0 9025 9026 domelementtype@2.3.0: {} 9027 9028 domhandler@5.0.3: ··· 9041 9042 dotenv@16.4.7: {} 9043 9044 dunder-proto@1.0.0: 9045 dependencies: 9046 call-bind-apply-helpers: 1.0.1 9047 es-errors: 1.3.0 9048 gopd: 1.2.0 9049 9050 eastasianwidth@0.2.0: {} 9051 9052 ee-first@1.1.1: {} 9053 9054 + electron-to-chromium@1.5.73: {} 9055 9056 emoji-regex@8.0.0: {} 9057 ··· 9067 dependencies: 9068 once: 1.4.0 9069 9070 + enhanced-resolve@5.17.1: 9071 dependencies: 9072 graceful-fs: 4.2.11 9073 tapable: 2.2.1 ··· 9076 9077 env-editor@0.4.2: {} 9078 9079 eol@0.9.1: {} 9080 9081 error-ex@1.3.2: ··· 9086 dependencies: 9087 stackframe: 1.3.4 9088 9089 + es-abstract@1.23.5: 9090 dependencies: 9091 + array-buffer-byte-length: 1.0.1 9092 + arraybuffer.prototype.slice: 1.0.3 9093 available-typed-arrays: 1.0.7 9094 call-bind: 1.0.8 9095 + data-view-buffer: 1.0.1 9096 + data-view-byte-length: 1.0.1 9097 + data-view-byte-offset: 1.0.0 9098 es-define-property: 1.0.1 9099 es-errors: 1.3.0 9100 es-object-atoms: 1.0.0 9101 es-set-tostringtag: 2.0.3 9102 es-to-primitive: 1.3.0 9103 + function.prototype.name: 1.1.6 9104 get-intrinsic: 1.2.6 9105 + get-symbol-description: 1.0.2 9106 globalthis: 1.0.4 9107 gopd: 1.2.0 9108 has-property-descriptors: 1.0.2 ··· 9110 has-symbols: 1.1.0 9111 hasown: 2.0.2 9112 internal-slot: 1.1.0 9113 + is-array-buffer: 3.0.4 9114 is-callable: 1.2.7 9115 is-data-view: 1.0.2 9116 + is-negative-zero: 2.0.3 9117 is-regex: 1.2.1 9118 + is-shared-array-buffer: 1.0.3 9119 + is-string: 1.1.0 9120 + is-typed-array: 1.1.13 9121 is-weakref: 1.1.0 9122 object-inspect: 1.13.3 9123 object-keys: 1.1.1 9124 + object.assign: 4.1.5 9125 regexp.prototype.flags: 1.5.3 9126 safe-array-concat: 1.1.3 9127 safe-regex-test: 1.1.0 9128 string.prototype.trim: 1.2.10 9129 string.prototype.trimend: 1.0.9 9130 string.prototype.trimstart: 1.0.8 9131 + typed-array-buffer: 1.0.2 9132 + typed-array-byte-length: 1.0.1 9133 + typed-array-byte-offset: 1.0.3 9134 typed-array-length: 1.0.7 9135 + unbox-primitive: 1.0.2 9136 + which-typed-array: 1.1.16 9137 9138 es-define-property@1.0.1: {} 9139 9140 es-errors@1.3.0: {} 9141 9142 + es-iterator-helpers@1.2.0: 9143 dependencies: 9144 call-bind: 1.0.8 9145 define-properties: 1.2.1 9146 + es-abstract: 1.23.5 9147 es-errors: 1.3.0 9148 es-set-tostringtag: 2.0.3 9149 function-bind: 1.1.2 ··· 9157 iterator.prototype: 1.1.4 9158 safe-array-concat: 1.1.3 9159 9160 + es-module-lexer@1.5.4: {} 9161 9162 es-object-atoms@1.0.0: 9163 dependencies: ··· 9179 is-date-object: 1.1.0 9180 is-symbol: 1.1.1 9181 9182 escalade@3.2.0: {} 9183 9184 escape-html@1.0.3: {} ··· 9189 9190 escape-string-regexp@4.0.0: {} 9191 9192 + eslint-config-expo@8.0.1(eslint@8.57.1)(typescript@5.3.3): 9193 dependencies: 9194 + '@typescript-eslint/eslint-plugin': 8.18.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(typescript@5.3.3) 9195 + '@typescript-eslint/parser': 8.18.0(eslint@8.57.1)(typescript@5.3.3) 9196 eslint: 8.57.1 9197 eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1) 9198 + eslint-plugin-expo: 0.1.0(eslint@8.57.1)(typescript@5.3.3) 9199 + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.3.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) 9200 + eslint-plugin-react: 7.37.2(eslint@8.57.1) 9201 eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) 9202 transitivePeerDependencies: 9203 - eslint-import-resolver-webpack ··· 9208 eslint-import-resolver-node@0.3.9: 9209 dependencies: 9210 debug: 3.2.7 9211 + is-core-module: 2.15.1 9212 + resolve: 1.22.8 9213 transitivePeerDependencies: 9214 - supports-color 9215 ··· 9217 dependencies: 9218 '@nolyfill/is-core-module': 1.0.39 9219 debug: 4.4.0 9220 + enhanced-resolve: 5.17.1 9221 eslint: 8.57.1 9222 fast-glob: 3.3.2 9223 get-tsconfig: 4.8.1 ··· 9225 is-glob: 4.0.3 9226 stable-hash: 0.0.4 9227 optionalDependencies: 9228 + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.3.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) 9229 transitivePeerDependencies: 9230 - supports-color 9231 9232 + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.3.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): 9233 dependencies: 9234 debug: 3.2.7 9235 optionalDependencies: 9236 + '@typescript-eslint/parser': 8.18.0(eslint@8.57.1)(typescript@5.3.3) 9237 eslint: 8.57.1 9238 eslint-import-resolver-node: 0.3.9 9239 eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1) 9240 transitivePeerDependencies: 9241 - supports-color 9242 9243 + eslint-plugin-expo@0.1.0(eslint@8.57.1)(typescript@5.3.3): 9244 dependencies: 9245 + '@typescript-eslint/types': 8.18.0 9246 + '@typescript-eslint/utils': 8.18.0(eslint@8.57.1)(typescript@5.3.3) 9247 eslint: 8.57.1 9248 transitivePeerDependencies: 9249 - supports-color 9250 - typescript 9251 9252 + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.3.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): 9253 dependencies: 9254 '@rtsao/scc': 1.1.0 9255 array-includes: 3.1.8 9256 array.prototype.findlastindex: 1.2.5 9257 + array.prototype.flat: 1.3.2 9258 + array.prototype.flatmap: 1.3.2 9259 debug: 3.2.7 9260 doctrine: 2.1.0 9261 eslint: 8.57.1 9262 eslint-import-resolver-node: 0.3.9 9263 + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.3.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) 9264 hasown: 2.0.2 9265 + is-core-module: 2.15.1 9266 is-glob: 4.0.3 9267 minimatch: 3.1.2 9268 object.fromentries: 2.0.8 9269 object.groupby: 1.0.3 9270 + object.values: 1.2.0 9271 semver: 6.3.1 9272 string.prototype.trimend: 1.0.9 9273 tsconfig-paths: 3.15.0 9274 optionalDependencies: 9275 + '@typescript-eslint/parser': 8.18.0(eslint@8.57.1)(typescript@5.3.3) 9276 transitivePeerDependencies: 9277 - eslint-import-resolver-typescript 9278 - eslint-import-resolver-webpack ··· 9285 '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.0) 9286 eslint: 8.57.1 9287 hermes-parser: 0.25.1 9288 + zod: 3.24.1 9289 + zod-validation-error: 3.4.0(zod@3.24.1) 9290 transitivePeerDependencies: 9291 - supports-color 9292 ··· 9294 dependencies: 9295 eslint: 8.57.1 9296 9297 + eslint-plugin-react@7.37.2(eslint@8.57.1): 9298 dependencies: 9299 array-includes: 3.1.8 9300 array.prototype.findlast: 1.2.5 9301 + array.prototype.flatmap: 1.3.2 9302 array.prototype.tosorted: 1.1.4 9303 doctrine: 2.1.0 9304 + es-iterator-helpers: 1.2.0 9305 eslint: 8.57.1 9306 estraverse: 5.3.0 9307 hasown: 2.0.2 ··· 9309 minimatch: 3.1.2 9310 object.entries: 1.1.8 9311 object.fromentries: 2.0.8 9312 + object.values: 1.2.0 9313 prop-types: 15.8.1 9314 resolve: 2.0.0-next.5 9315 semver: 6.3.1 9316 + string.prototype.matchall: 4.0.11 9317 string.prototype.repeat: 1.0.0 9318 9319 eslint-scope@5.1.1: ··· 9401 9402 event-target-shim@6.0.2: {} 9403 9404 events@3.3.0: {} 9405 9406 exec-async@2.2.0: {} ··· 9427 signal-exit: 3.0.7 9428 strip-final-newline: 2.0.0 9429 9430 + expo-asset@11.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 9431 dependencies: 9432 + '@expo/image-utils': 0.6.3 9433 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9434 + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 9435 invariant: 2.2.4 9436 md5-file: 3.2.3 9437 react: 18.3.1 9438 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9439 transitivePeerDependencies: 9440 - supports-color 9441 9442 + expo-constants@17.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)): 9443 dependencies: 9444 + '@expo/config': 10.0.6 9445 + '@expo/env': 0.4.0 9446 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9447 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9448 transitivePeerDependencies: 9449 - supports-color 9450 9451 + expo-file-system@18.0.5(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)): 9452 dependencies: 9453 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9454 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9455 web-streams-polyfill: 3.3.3 9456 9457 + expo-font@13.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1): 9458 dependencies: 9459 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9460 fontfaceobserver: 2.3.0 9461 react: 18.3.1 9462 9463 + expo-keep-awake@14.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1): 9464 dependencies: 9465 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9466 react: 18.3.1 9467 9468 + expo-linking@7.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 9469 dependencies: 9470 + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 9471 invariant: 2.2.4 9472 react: 18.3.1 9473 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9474 transitivePeerDependencies: 9475 - expo 9476 - supports-color 9477 9478 + expo-modules-autolinking@2.0.4: 9479 dependencies: 9480 '@expo/spawn-async': 1.7.2 9481 chalk: 4.1.2 ··· 9486 require-from-string: 2.0.2 9487 resolve-from: 5.0.0 9488 9489 + expo-modules-core@2.1.1: 9490 dependencies: 9491 invariant: 2.2.4 9492 9493 + expo-router@4.0.12(ibkmf63bwh3fkjhet4j3m4ktby): 9494 dependencies: 9495 + '@expo/metro-runtime': 4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 9496 + '@expo/server': 0.5.0(typescript@5.3.3) 9497 '@radix-ui/react-slot': 1.0.1(react@18.3.1) 9498 + '@react-navigation/bottom-tabs': 7.2.0(@react-navigation/native@7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9499 + '@react-navigation/native': 7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9500 + '@react-navigation/native-stack': 7.2.0(@react-navigation/native@7.0.14(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9501 client-only: 0.0.1 9502 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9503 + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 9504 + expo-linking: 7.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9505 react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 9506 react-native-helmet-async: 2.0.4(react@18.3.1) 9507 + react-native-is-edge-to-edge: 1.1.6(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9508 + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9509 + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9510 + react-server-dom-webpack: 19.0.0-rc-6230622a1a-20240610(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.97.1) 9511 schema-utils: 4.3.0 9512 semver: 7.6.3 9513 server-only: 0.0.1 9514 optionalDependencies: 9515 + react-native-reanimated: 3.16.5(@babel/core@7.26.0)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9516 transitivePeerDependencies: 9517 - '@react-native-masked-view/masked-view' 9518 - react ··· 9520 - react-native 9521 - supports-color 9522 - typescript 9523 + - webpack 9524 9525 + expo-splash-screen@0.29.18(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)): 9526 dependencies: 9527 + '@expo/prebuild-config': 8.0.23 9528 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9529 transitivePeerDependencies: 9530 - supports-color 9531 9532 + expo-sqlite@15.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 9533 dependencies: 9534 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9535 react: 18.3.1 9536 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9537 9538 + expo-status-bar@2.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 9539 dependencies: 9540 react: 18.3.1 9541 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9542 9543 + expo-system-ui@4.0.6(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)): 9544 dependencies: 9545 + '@react-native/normalize-colors': 0.76.5 9546 debug: 4.4.0 9547 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9548 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9549 optionalDependencies: 9550 react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 9551 transitivePeerDependencies: 9552 - supports-color 9553 9554 + expo-web-browser@14.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)): 9555 dependencies: 9556 + expo: 52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9557 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9558 9559 + expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 9560 dependencies: 9561 '@babel/runtime': 7.26.0 9562 + '@expo/cli': 0.22.5 9563 + '@expo/config': 10.0.6 9564 + '@expo/config-plugins': 9.0.12 9565 + '@expo/fingerprint': 0.11.3 9566 + '@expo/metro-config': 0.19.7 9567 '@expo/vector-icons': 14.0.4 9568 + babel-preset-expo: 12.0.4(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1)) 9569 + expo-asset: 11.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 9570 + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 9571 + expo-file-system: 18.0.5(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 9572 + expo-font: 13.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1) 9573 + expo-keep-awake: 14.0.1(expo@52.0.18(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1) 9574 + expo-modules-autolinking: 2.0.4 9575 + expo-modules-core: 2.1.1 9576 fbemitter: 3.0.0 9577 react: 18.3.1 9578 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 9579 web-streams-polyfill: 3.3.3 9580 whatwg-url-without-unicode: 8.0.0-3 9581 optionalDependencies: 9582 + '@expo/metro-runtime': 4.0.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)) 9583 transitivePeerDependencies: 9584 - '@babel/core' 9585 - '@babel/preset-env' ··· 9591 - supports-color 9592 - utf-8-validate 9593 9594 exponential-backoff@3.1.1: {} 9595 9596 fast-deep-equal@3.1.3: {} 9597 9598 fast-glob@3.3.2: ··· 9609 9610 fast-loops@1.1.4: {} 9611 9612 fast-uri@3.0.3: {} 9613 9614 fastq@1.17.1: ··· 9629 9630 fbjs@3.0.5: 9631 dependencies: 9632 + cross-fetch: 3.1.8 9633 fbjs-css-vars: 1.0.2 9634 loose-envify: 1.4.0 9635 object-assign: 4.1.1 9636 promise: 7.3.1 9637 setimmediate: 1.0.5 9638 + ua-parser-js: 1.0.39 9639 transitivePeerDependencies: 9640 - encoding 9641 9642 fetch-retry@4.1.1: {} 9643 9644 file-entry-cache@6.0.1: 9645 dependencies: ··· 9663 transitivePeerDependencies: 9664 - supports-color 9665 9666 find-babel-config@2.1.2: 9667 dependencies: 9668 json5: 2.2.3 ··· 9697 9698 flow-enums-runtime@0.0.6: {} 9699 9700 + flow-parser@0.256.0: {} 9701 9702 fontfaceobserver@2.3.0: {} 9703 ··· 9710 cross-spawn: 7.0.6 9711 signal-exit: 4.1.0 9712 9713 form-data@3.0.2: 9714 dependencies: 9715 asynckit: 0.4.0 9716 combined-stream: 1.0.8 9717 mime-types: 2.1.35 9718 9719 freeport-async@2.0.0: {} 9720 9721 fresh@0.5.2: {} 9722 9723 fs-extra@8.1.0: 9724 dependencies: 9725 graceful-fs: 4.2.11 ··· 9748 dependencies: 9749 minipass: 7.1.2 9750 9751 fs.realpath@1.0.0: {} 9752 9753 fsevents@2.3.3: ··· 9755 9756 function-bind@1.1.2: {} 9757 9758 + function.prototype.name@1.1.6: 9759 dependencies: 9760 call-bind: 1.0.8 9761 define-properties: 1.2.1 9762 + es-abstract: 1.23.5 9763 functions-have-names: 1.2.3 9764 9765 functions-have-names@1.2.3: {} 9766 9767 gensync@1.0.0-beta.2: {} 9768 9769 get-caller-file@2.0.5: {} 9770 9771 get-intrinsic@1.2.6: 9772 dependencies: ··· 9779 gopd: 1.2.0 9780 has-symbols: 1.1.0 9781 hasown: 2.0.2 9782 + math-intrinsics: 1.0.0 9783 9784 get-nonce@1.0.1: {} 9785 ··· 9793 9794 get-stream@6.0.1: {} 9795 9796 + get-symbol-description@1.0.2: 9797 dependencies: 9798 + call-bind: 1.0.8 9799 es-errors: 1.3.0 9800 get-intrinsic: 1.2.6 9801 ··· 9805 9806 getenv@1.0.0: {} 9807 9808 glob-parent@5.1.2: 9809 dependencies: 9810 is-glob: 4.0.3 ··· 9824 package-json-from-dist: 1.0.1 9825 path-scurry: 1.11.1 9826 9827 glob@7.2.3: 9828 dependencies: 9829 fs.realpath: 1.0.0 ··· 9866 9867 graphemer@1.4.0: {} 9868 9869 + has-bigints@1.0.2: {} 9870 9871 has-flag@3.0.0: {} 9872 ··· 9892 dependencies: 9893 function-bind: 1.1.2 9894 9895 hermes-estree@0.23.1: {} 9896 9897 hermes-estree@0.24.0: {} ··· 9910 dependencies: 9911 hermes-estree: 0.25.1 9912 9913 hosted-git-info@7.0.2: 9914 dependencies: 9915 lru-cache: 10.4.3 9916 9917 html-entities@2.5.2: {} 9918 9919 http-errors@2.0.0: 9920 dependencies: 9921 depd: 2.0.0 ··· 9923 setprototypeof: 1.2.0 9924 statuses: 2.0.1 9925 toidentifier: 1.0.1 9926 9927 human-signals@2.1.0: {} 9928 9929 hyphenate-style-name@1.1.0: {} 9930 9931 ieee754@1.2.1: {} 9932 9933 ignore@5.3.2: {} 9934 9935 + image-size@1.1.1: 9936 dependencies: 9937 queue: 6.0.2 9938 ··· 9964 css-in-js-utils: 3.1.0 9965 fast-loops: 1.1.4 9966 9967 internal-ip@4.3.0: 9968 dependencies: 9969 default-gateway: 4.2.0 ··· 9987 9988 is-arguments@1.2.0: 9989 dependencies: 9990 + call-bound: 1.0.2 9991 has-tostringtag: 1.0.2 9992 9993 + is-array-buffer@3.0.4: 9994 dependencies: 9995 call-bind: 1.0.8 9996 get-intrinsic: 1.2.6 9997 9998 is-arrayish@0.2.1: {} ··· 10005 10006 is-bigint@1.1.0: 10007 dependencies: 10008 + has-bigints: 1.0.2 10009 10010 is-binary-path@2.1.0: 10011 dependencies: ··· 10013 10014 is-boolean-object@1.2.1: 10015 dependencies: 10016 + call-bound: 1.0.2 10017 has-tostringtag: 1.0.2 10018 10019 is-buffer@1.1.6: {} ··· 10024 10025 is-callable@1.2.7: {} 10026 10027 + is-core-module@2.15.1: 10028 dependencies: 10029 hasown: 2.0.2 10030 10031 is-data-view@1.0.2: 10032 dependencies: 10033 + call-bound: 1.0.2 10034 get-intrinsic: 1.2.6 10035 + is-typed-array: 1.1.13 10036 10037 is-date-object@1.1.0: 10038 dependencies: 10039 + call-bound: 1.0.2 10040 has-tostringtag: 1.0.2 10041 10042 is-directory@0.3.1: {} ··· 10045 10046 is-extglob@2.1.1: {} 10047 10048 + is-finalizationregistry@1.1.0: 10049 dependencies: 10050 + call-bind: 1.0.8 10051 10052 is-fullwidth-code-point@3.0.0: {} 10053 ··· 10061 10062 is-map@2.0.3: {} 10063 10064 + is-negative-zero@2.0.3: {} 10065 + 10066 + is-number-object@1.1.0: 10067 dependencies: 10068 + call-bind: 1.0.8 10069 has-tostringtag: 1.0.2 10070 10071 is-number@7.0.0: {} ··· 10082 10083 is-regex@1.2.1: 10084 dependencies: 10085 + call-bound: 1.0.2 10086 gopd: 1.2.0 10087 has-tostringtag: 1.0.2 10088 hasown: 2.0.2 10089 10090 is-set@2.0.3: {} 10091 10092 + is-shared-array-buffer@1.0.3: 10093 dependencies: 10094 + call-bind: 1.0.8 10095 10096 is-stream@1.1.0: {} 10097 10098 is-stream@2.0.1: {} 10099 10100 + is-string@1.1.0: 10101 dependencies: 10102 + call-bind: 1.0.8 10103 has-tostringtag: 1.0.2 10104 10105 is-symbol@1.1.1: 10106 dependencies: 10107 + call-bound: 1.0.2 10108 has-symbols: 1.1.0 10109 safe-regex-test: 1.1.0 10110 10111 + is-typed-array@1.1.13: 10112 dependencies: 10113 + which-typed-array: 1.1.16 10114 10115 is-weakmap@2.0.2: {} 10116 10117 is-weakref@1.1.0: 10118 dependencies: 10119 + call-bound: 1.0.2 10120 10121 + is-weakset@2.0.3: 10122 dependencies: 10123 + call-bind: 1.0.8 10124 get-intrinsic: 1.2.6 10125 10126 is-wsl@2.2.0: ··· 10136 iso-datestring-validator@2.2.2: {} 10137 10138 isobject@3.0.1: {} 10139 10140 istanbul-lib-coverage@3.2.2: {} 10141 ··· 10155 es-object-atoms: 1.0.0 10156 get-intrinsic: 1.2.6 10157 has-symbols: 1.1.0 10158 + reflect.getprototypeof: 1.0.8 10159 set-function-name: 2.0.2 10160 10161 jackspeak@3.4.3: ··· 10164 optionalDependencies: 10165 '@pkgjs/parseargs': 0.11.0 10166 10167 jest-environment-node@29.7.0: 10168 dependencies: 10169 '@jest/environment': 29.7.0 10170 '@jest/fake-timers': 29.7.0 10171 '@jest/types': 29.6.3 10172 + '@types/node': 22.10.2 10173 jest-mock: 29.7.0 10174 jest-util: 29.7.0 10175 ··· 10179 dependencies: 10180 '@jest/types': 29.6.3 10181 '@types/graceful-fs': 4.1.9 10182 + '@types/node': 22.10.2 10183 anymatch: 3.1.3 10184 fb-watchman: 2.0.2 10185 graceful-fs: 4.2.11 ··· 10206 jest-mock@29.7.0: 10207 dependencies: 10208 '@jest/types': 29.6.3 10209 + '@types/node': 22.10.2 10210 jest-util: 29.7.0 10211 10212 jest-regex-util@29.6.3: {} ··· 10214 jest-util@29.7.0: 10215 dependencies: 10216 '@jest/types': 29.6.3 10217 + '@types/node': 22.10.2 10218 chalk: 4.1.2 10219 ci-info: 3.9.0 10220 graceful-fs: 4.2.11 ··· 10231 10232 jest-worker@27.5.1: 10233 dependencies: 10234 + '@types/node': 22.10.2 10235 merge-stream: 2.0.0 10236 supports-color: 8.1.1 10237 10238 jest-worker@29.7.0: 10239 dependencies: 10240 + '@types/node': 22.10.2 10241 jest-util: 29.7.0 10242 merge-stream: 2.0.0 10243 supports-color: 8.1.1 10244 10245 jimp-compact@0.16.1: {} 10246 10247 + jiti@1.21.6: {} 10248 10249 join-component@1.1.0: {} 10250 10251 jose@5.9.6: {} 10252 10253 js-tokens@4.0.0: {} 10254 10255 js-yaml@3.14.1: ··· 10260 js-yaml@4.1.0: 10261 dependencies: 10262 argparse: 2.0.1 10263 10264 jsc-android@250231.0.0: {} 10265 ··· 10279 '@babel/register': 7.25.9(@babel/core@7.26.0) 10280 babel-core: 7.0.0-bridge.0(@babel/core@7.26.0) 10281 chalk: 4.1.2 10282 + flow-parser: 0.256.0 10283 graceful-fs: 4.2.11 10284 micromatch: 4.0.8 10285 neo-async: 2.6.2 ··· 10304 10305 json-schema-traverse@1.0.0: {} 10306 10307 json-stable-stringify-without-jsonify@1.0.1: {} 10308 10309 json5@1.0.2: 10310 dependencies: ··· 10312 10313 json5@2.2.3: {} 10314 10315 jsonfile@4.0.0: 10316 optionalDependencies: 10317 graceful-fs: 4.2.11 ··· 10322 optionalDependencies: 10323 graceful-fs: 4.2.11 10324 10325 jsx-ast-utils@3.3.5: 10326 dependencies: 10327 array-includes: 3.1.8 10328 + array.prototype.flat: 1.3.2 10329 + object.assign: 4.1.5 10330 + object.values: 1.2.0 10331 10332 keyv@4.5.4: 10333 dependencies: ··· 10335 10336 kind-of@6.0.3: {} 10337 10338 kleur@3.0.3: {} 10339 10340 leven@3.1.0: {} ··· 10344 prelude-ls: 1.2.1 10345 type-check: 0.4.0 10346 10347 lighthouse-logger@1.4.2: 10348 dependencies: 10349 debug: 2.6.9 ··· 10354 lightningcss-darwin-arm64@1.27.0: 10355 optional: true 10356 10357 lightningcss-darwin-x64@1.27.0: 10358 optional: true 10359 10360 lightningcss-freebsd-x64@1.27.0: 10361 optional: true 10362 10363 lightningcss-linux-arm-gnueabihf@1.27.0: 10364 optional: true 10365 10366 lightningcss-linux-arm64-gnu@1.27.0: 10367 optional: true 10368 10369 lightningcss-linux-arm64-musl@1.27.0: 10370 optional: true 10371 10372 lightningcss-linux-x64-gnu@1.27.0: 10373 optional: true 10374 10375 lightningcss-linux-x64-musl@1.27.0: 10376 optional: true 10377 10378 lightningcss-win32-arm64-msvc@1.27.0: 10379 optional: true 10380 10381 lightningcss-win32-x64-msvc@1.27.0: 10382 optional: true 10383 10384 lightningcss@1.27.0: ··· 10396 lightningcss-win32-arm64-msvc: 1.27.0 10397 lightningcss-win32-x64-msvc: 1.27.0 10398 10399 lilconfig@3.1.3: {} 10400 10401 lines-and-columns@1.2.4: {} 10402 10403 loader-runner@4.3.0: {} 10404 10405 loader-utils@2.0.4: ··· 10425 10426 lodash.merge@4.6.2: {} 10427 10428 lodash.throttle@4.1.1: {} 10429 10430 lodash@4.17.21: {} 10431 ··· 10439 10440 lru-cache@10.4.3: {} 10441 10442 lru-cache@5.1.1: 10443 dependencies: 10444 yallist: 3.1.1 10445 10446 + lucide-react-native@0.460.0(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 10447 dependencies: 10448 react: 18.3.1 10449 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 10450 + react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 10451 10452 make-dir@2.1.0: 10453 dependencies: ··· 10462 10463 marky@1.2.5: {} 10464 10465 + math-intrinsics@1.0.0: {} 10466 10467 md5-file@3.2.3: 10468 dependencies: ··· 10476 10477 mdn-data@2.0.14: {} 10478 10479 memoize-one@5.2.1: {} 10480 10481 memoize-one@6.0.0: {} 10482 10483 merge-options@3.0.4: 10484 dependencies: ··· 10487 merge-stream@2.0.0: {} 10488 10489 merge2@1.4.1: {} 10490 10491 metro-babel-transformer@0.81.0: 10492 dependencies: ··· 10637 flow-enums-runtime: 0.0.6 10638 graceful-fs: 4.2.11 10639 hermes-parser: 0.24.0 10640 + image-size: 1.1.1 10641 invariant: 2.2.4 10642 jest-worker: 29.7.0 10643 jsc-safe-url: 0.2.4 ··· 10674 10675 mime-db@1.52.0: {} 10676 10677 + mime-db@1.53.0: {} 10678 + 10679 mime-types@2.1.35: 10680 dependencies: 10681 mime-db: 1.52.0 ··· 10685 mimic-fn@1.2.0: {} 10686 10687 mimic-fn@2.1.0: {} 10688 10689 minimatch@3.1.2: 10690 dependencies: ··· 10745 10746 multiformats@9.9.0: {} 10747 10748 mz@2.7.0: 10749 dependencies: 10750 any-promise: 1.3.0 ··· 10753 10754 nanoid@3.3.8: {} 10755 10756 + nativewind@4.1.23(react-native-reanimated@3.16.5(@babel/core@7.26.0)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3))): 10757 dependencies: 10758 comment-json: 4.2.5 10759 debug: 4.4.0 10760 + react-native-css-interop: 0.1.22(react-native-reanimated@3.16.5(@babel/core@7.26.0)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3))) 10761 + tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3)) 10762 transitivePeerDependencies: 10763 - react 10764 - react-native ··· 10785 dependencies: 10786 minimatch: 3.1.2 10787 10788 node-fetch@2.7.0: 10789 dependencies: 10790 whatwg-url: 5.0.0 10791 10792 node-forge@1.3.1: {} 10793 10794 node-int64@0.4.0: {} 10795 10796 node-releases@2.0.19: {} ··· 10818 10819 nullthrows@1.1.1: {} 10820 10821 ob1@0.81.0: 10822 dependencies: 10823 flow-enums-runtime: 0.0.6 ··· 10830 10831 object-keys@1.1.1: {} 10832 10833 + object.assign@4.1.5: 10834 dependencies: 10835 call-bind: 1.0.8 10836 define-properties: 1.2.1 10837 has-symbols: 1.1.0 10838 object-keys: 1.1.1 10839 ··· 10847 dependencies: 10848 call-bind: 1.0.8 10849 define-properties: 1.2.1 10850 + es-abstract: 1.23.5 10851 es-object-atoms: 1.0.0 10852 10853 object.groupby@1.0.3: 10854 dependencies: 10855 call-bind: 1.0.8 10856 define-properties: 1.2.1 10857 + es-abstract: 1.23.5 10858 10859 + object.values@1.2.0: 10860 dependencies: 10861 call-bind: 1.0.8 10862 define-properties: 1.2.1 10863 es-object-atoms: 1.0.0 10864 10865 on-finished@2.3.0: 10866 dependencies: ··· 10876 dependencies: 10877 wrappy: 1.0.2 10878 10879 onetime@2.0.1: 10880 dependencies: 10881 mimic-fn: 1.2.0 ··· 10913 strip-ansi: 5.2.0 10914 wcwidth: 1.0.1 10915 10916 os-tmpdir@1.0.2: {} 10917 10918 p-finally@1.0.0: {} 10919 10920 p-limit@2.3.0: ··· 10941 dependencies: 10942 aggregate-error: 3.1.0 10943 10944 p-try@2.2.0: {} 10945 10946 package-json-from-dist@1.0.1: {} ··· 10960 10961 parseurl@1.3.3: {} 10962 10963 password-prompt@1.1.3: 10964 dependencies: 10965 ansi-escapes: 4.3.2 ··· 10984 lru-cache: 10.4.3 10985 minipass: 7.1.2 10986 10987 path-type@4.0.0: {} 10988 10989 picocolors@1.1.1: {} 10990 10991 picomatch@2.3.1: {} 10992 10993 picomatch@3.0.1: {} 10994 10995 pify@2.3.0: {} 10996 10997 pify@4.0.1: {} 10998 10999 pirates@4.0.6: {} 11000 11001 pkg-dir@3.0.0: ··· 11021 postcss: 8.4.49 11022 postcss-value-parser: 4.2.0 11023 read-cache: 1.0.0 11024 + resolve: 1.22.8 11025 11026 postcss-js@4.0.1(postcss@8.4.49): 11027 dependencies: 11028 camelcase-css: 2.0.1 11029 postcss: 8.4.49 11030 11031 + postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3)): 11032 dependencies: 11033 lilconfig: 3.1.3 11034 yaml: 2.6.1 11035 optionalDependencies: 11036 postcss: 8.4.49 11037 + ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.3.3) 11038 11039 postcss-nested@6.2.0(postcss@8.4.49): 11040 dependencies: ··· 11070 11071 process-nextick-args@2.0.1: {} 11072 11073 process@0.11.10: {} 11074 11075 progress@2.0.3: {} 11076 11077 promise@7.3.1: 11078 dependencies: 11079 asap: 2.0.6 ··· 11092 loose-envify: 1.4.0 11093 object-assign: 4.1.1 11094 react-is: 16.13.1 11095 11096 psl@1.15.0: 11097 dependencies: ··· 11105 punycode@2.3.1: {} 11106 11107 qrcode-terminal@0.11.0: {} 11108 11109 query-string@7.1.3: 11110 dependencies: ··· 11119 dependencies: 11120 inherits: 2.0.4 11121 11122 randombytes@2.1.0: 11123 dependencies: 11124 safe-buffer: 5.2.1 11125 11126 range-parser@1.2.1: {} 11127 11128 rc@1.2.8: 11129 dependencies: ··· 11136 dependencies: 11137 react: 18.3.1 11138 11139 react-devtools-core@5.3.2: 11140 dependencies: 11141 shell-quote: 1.8.2 ··· 11170 11171 react-is@18.3.1: {} 11172 11173 + react-native-css-interop@0.1.22(react-native-reanimated@3.16.5(@babel/core@7.26.0)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3))): 11174 dependencies: 11175 '@babel/helper-module-imports': 7.25.9 11176 '@babel/traverse': 7.26.4 11177 '@babel/types': 7.26.3 11178 debug: 4.4.0 11179 + lightningcss: 1.27.0 11180 react: 18.3.1 11181 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 11182 + react-native-reanimated: 3.16.5(@babel/core@7.26.0)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 11183 semver: 7.6.3 11184 + tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3)) 11185 optionalDependencies: 11186 + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 11187 + react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 11188 transitivePeerDependencies: 11189 - supports-color 11190 11191 react-native-helmet-async@2.0.4(react@18.3.1): 11192 dependencies: 11193 invariant: 2.2.4 ··· 11195 react-fast-compare: 3.2.2 11196 shallowequal: 1.1.0 11197 11198 + react-native-is-edge-to-edge@1.1.6(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 11199 dependencies: 11200 react: 18.3.1 11201 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 11202 11203 + react-native-quick-base64@2.1.2(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 11204 dependencies: 11205 base64-js: 1.5.1 11206 react: 18.3.1 11207 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 11208 11209 + react-native-quick-crypto@0.7.10(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 11210 dependencies: 11211 + '@craftzdog/react-native-buffer': 6.0.5(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 11212 events: 3.3.0 11213 react: 18.3.1 11214 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 11215 readable-stream: 4.5.2 11216 string_decoder: 1.3.0 11217 util: 0.12.5 11218 11219 + react-native-reanimated@3.16.5(@babel/core@7.26.0)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 11220 dependencies: 11221 '@babel/core': 7.26.0 11222 '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0) ··· 11231 convert-source-map: 2.0.0 11232 invariant: 2.2.4 11233 react: 18.3.1 11234 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 11235 transitivePeerDependencies: 11236 - supports-color 11237 11238 + react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 11239 dependencies: 11240 react: 18.3.1 11241 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 11242 11243 + react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 11244 dependencies: 11245 react: 18.3.1 11246 react-freeze: 1.0.4(react@18.3.1) 11247 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 11248 warn-once: 0.1.1 11249 11250 + react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1): 11251 dependencies: 11252 css-select: 5.1.0 11253 css-tree: 1.1.3 11254 react: 18.3.1 11255 + react-native: 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1) 11256 warn-once: 0.1.1 11257 11258 react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1): ··· 11270 transitivePeerDependencies: 11271 - encoding 11272 11273 + react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1): 11274 dependencies: 11275 '@jest/create-cache-key-function': 29.7.0 11276 + '@react-native/assets-registry': 0.76.5 11277 + '@react-native/codegen': 0.76.5(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 11278 + '@react-native/community-cli-plugin': 0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) 11279 + '@react-native/gradle-plugin': 0.76.5 11280 + '@react-native/js-polyfills': 0.76.5 11281 + '@react-native/normalize-colors': 0.76.5 11282 + '@react-native/virtualized-lists': 0.76.5(@types/react@18.3.12)(react-native@0.76.5(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) 11283 abort-controller: 3.0.0 11284 anser: 1.4.10 11285 ansi-regex: 5.0.1 ··· 11322 - supports-color 11323 - utf-8-validate 11324 11325 react-refresh@0.14.2: {} 11326 11327 react-refresh@0.16.0: {} 11328 11329 + react-remove-scroll-bar@2.3.6(@types/react@18.3.12)(react@18.3.1): 11330 dependencies: 11331 react: 18.3.1 11332 + react-style-singleton: 2.2.1(@types/react@18.3.12)(react@18.3.1) 11333 + tslib: 2.8.1 11334 optionalDependencies: 11335 '@types/react': 18.3.12 11336 11337 + react-remove-scroll@2.6.0(@types/react@18.3.12)(react@18.3.1): 11338 dependencies: 11339 react: 18.3.1 11340 + react-remove-scroll-bar: 2.3.6(@types/react@18.3.12)(react@18.3.1) 11341 + react-style-singleton: 2.2.1(@types/react@18.3.12)(react@18.3.1) 11342 + tslib: 2.8.1 11343 + use-callback-ref: 1.3.2(@types/react@18.3.12)(react@18.3.1) 11344 + use-sidecar: 1.1.2(@types/react@18.3.12)(react@18.3.1) 11345 optionalDependencies: 11346 '@types/react': 18.3.12 11347 11348 + react-server-dom-webpack@19.0.0-rc-6230622a1a-20240610(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.97.1): 11349 + dependencies: 11350 + acorn-loose: 8.4.0 11351 + neo-async: 2.6.2 11352 + react: 18.3.1 11353 + react-dom: 18.3.1(react@18.3.1) 11354 + webpack: 5.97.1 11355 + 11356 + react-style-singleton@2.2.1(@types/react@18.3.12)(react@18.3.1): 11357 dependencies: 11358 get-nonce: 1.0.1 11359 + invariant: 2.2.4 11360 react: 18.3.1 11361 + tslib: 2.8.1 11362 optionalDependencies: 11363 '@types/react': 18.3.12 11364 11365 react@18.3.1: 11366 dependencies: 11367 loose-envify: 1.4.0 11368 11369 read-cache@1.0.0: 11370 dependencies: ··· 11392 dependencies: 11393 picomatch: 2.3.1 11394 11395 readline@1.3.0: {} 11396 11397 recast@0.21.5: 11398 dependencies: 11399 ast-types: 0.15.2 11400 esprima: 4.0.1 11401 source-map: 0.6.1 11402 + tslib: 2.8.1 11403 11404 + reflect.getprototypeof@1.0.8: 11405 dependencies: 11406 call-bind: 1.0.8 11407 define-properties: 1.2.1 11408 + dunder-proto: 1.0.0 11409 + es-abstract: 1.23.5 11410 es-errors: 1.3.0 11411 get-intrinsic: 1.2.6 11412 gopd: 1.2.0 ··· 11421 regenerator-runtime@0.13.11: {} 11422 11423 regenerator-runtime@0.14.1: {} 11424 11425 regenerator-transform@0.15.2: 11426 dependencies: ··· 11452 11453 repeat-string@1.6.1: {} 11454 11455 require-directory@2.1.1: {} 11456 11457 require-from-string@2.0.2: {} ··· 11476 11477 resolve.exports@2.0.3: {} 11478 11479 + resolve@1.22.8: 11480 dependencies: 11481 + is-core-module: 2.15.1 11482 path-parse: 1.0.7 11483 supports-preserve-symlinks-flag: 1.0.0 11484 ··· 11488 11489 resolve@2.0.0-next.5: 11490 dependencies: 11491 + is-core-module: 2.15.1 11492 path-parse: 1.0.7 11493 supports-preserve-symlinks-flag: 1.0.0 11494 11495 restore-cursor@2.0.0: 11496 dependencies: 11497 onetime: 2.0.1 ··· 11503 dependencies: 11504 glob: 7.2.3 11505 11506 rimraf@3.0.2: 11507 dependencies: 11508 glob: 7.2.3 11509 11510 run-parallel@1.2.0: 11511 dependencies: 11512 queue-microtask: 1.2.3 11513 11514 safe-array-concat@1.1.3: 11515 dependencies: 11516 call-bind: 1.0.8 11517 + call-bound: 1.0.2 11518 get-intrinsic: 1.2.6 11519 has-symbols: 1.1.0 11520 isarray: 2.0.5 ··· 11523 11524 safe-buffer@5.2.1: {} 11525 11526 safe-regex-test@1.1.0: 11527 dependencies: 11528 + call-bound: 1.0.2 11529 es-errors: 1.3.0 11530 is-regex: 1.2.1 11531 11532 sax@1.4.1: {} 11533 11534 scheduler@0.23.2: ··· 11551 ajv: 8.17.1 11552 ajv-formats: 2.1.1(ajv@8.17.1) 11553 ajv-keywords: 5.1.0(ajv@8.17.1) 11554 11555 selfsigned@2.4.1: 11556 dependencies: ··· 11581 transitivePeerDependencies: 11582 - supports-color 11583 11584 + send@0.19.1: 11585 + dependencies: 11586 + debug: 2.6.9 11587 + depd: 2.0.0 11588 + destroy: 1.2.0 11589 + encodeurl: 2.0.0 11590 + escape-html: 1.0.3 11591 + etag: 1.8.1 11592 + fresh: 0.5.2 11593 + http-errors: 2.0.0 11594 + mime: 1.6.0 11595 + ms: 2.1.3 11596 + on-finished: 2.4.1 11597 + range-parser: 1.2.1 11598 + statuses: 2.0.1 11599 + transitivePeerDependencies: 11600 + - supports-color 11601 + 11602 serialize-error@2.1.0: {} 11603 11604 serialize-javascript@6.0.2: ··· 11623 define-data-property: 1.1.4 11624 es-errors: 1.3.0 11625 function-bind: 1.1.2 11626 + get-intrinsic: 1.2.6 11627 gopd: 1.2.0 11628 has-property-descriptors: 1.0.2 11629 ··· 11665 11666 side-channel-map@1.0.1: 11667 dependencies: 11668 + call-bound: 1.0.2 11669 es-errors: 1.3.0 11670 get-intrinsic: 1.2.6 11671 object-inspect: 1.13.3 11672 11673 side-channel-weakmap@1.0.2: 11674 dependencies: 11675 + call-bound: 1.0.2 11676 es-errors: 1.3.0 11677 get-intrinsic: 1.2.6 11678 object-inspect: 1.13.3 11679 side-channel-map: 1.0.1 11680 11681 side-channel@1.1.0: 11682 dependencies: 11683 es-errors: 1.3.0 ··· 11706 11707 slugify@1.6.6: {} 11708 11709 source-map-js@1.2.1: {} 11710 11711 source-map-support@0.5.21: ··· 11719 11720 source-map@0.7.4: {} 11721 11722 split-on-first@1.1.0: {} 11723 11724 split@1.0.1: 11725 dependencies: 11726 through: 2.3.8 11727 11728 sprintf-js@1.0.3: {} 11729 11730 ssri@10.0.6: 11731 dependencies: ··· 11753 11754 strict-uri-encode@2.0.0: {} 11755 11756 string-width@4.2.3: 11757 dependencies: 11758 emoji-regex: 8.0.0 ··· 11765 emoji-regex: 9.2.2 11766 strip-ansi: 7.1.0 11767 11768 + string.prototype.matchall@4.0.11: 11769 dependencies: 11770 call-bind: 1.0.8 11771 define-properties: 1.2.1 11772 + es-abstract: 1.23.5 11773 es-errors: 1.3.0 11774 es-object-atoms: 1.0.0 11775 get-intrinsic: 1.2.6 ··· 11783 string.prototype.repeat@1.0.0: 11784 dependencies: 11785 define-properties: 1.2.1 11786 + es-abstract: 1.23.5 11787 11788 string.prototype.trim@1.2.10: 11789 dependencies: 11790 call-bind: 1.0.8 11791 + call-bound: 1.0.2 11792 define-data-property: 1.1.4 11793 define-properties: 1.2.1 11794 + es-abstract: 1.23.5 11795 es-object-atoms: 1.0.0 11796 has-property-descriptors: 1.0.2 11797 11798 string.prototype.trimend@1.0.9: 11799 dependencies: 11800 call-bind: 1.0.8 11801 + call-bound: 1.0.2 11802 define-properties: 1.2.1 11803 es-object-atoms: 1.0.0 11804 ··· 11815 string_decoder@1.3.0: 11816 dependencies: 11817 safe-buffer: 5.2.1 11818 11819 strip-ansi@5.2.0: 11820 dependencies: ··· 11844 11845 sucrase@3.35.0: 11846 dependencies: 11847 + '@jridgewell/gen-mapping': 0.3.8 11848 commander: 4.1.1 11849 glob: 10.4.5 11850 lines-and-columns: 1.2.4 ··· 11855 sudo-prompt@8.2.5: {} 11856 11857 sudo-prompt@9.1.1: {} 11858 11859 supports-color@5.5.0: 11860 dependencies: ··· 11875 11876 supports-preserve-symlinks-flag@1.0.0: {} 11877 11878 + tailwind-merge@2.5.5: {} 11879 11880 + tailwindcss-animate@1.0.7(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3))): 11881 dependencies: 11882 + tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3)) 11883 11884 + tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3)): 11885 dependencies: 11886 '@alloc/quick-lru': 5.2.0 11887 arg: 5.0.2 ··· 11891 fast-glob: 3.3.2 11892 glob-parent: 6.0.2 11893 is-glob: 4.0.3 11894 + jiti: 1.21.6 11895 lilconfig: 3.1.3 11896 micromatch: 4.0.8 11897 normalize-path: 3.0.0 ··· 11900 postcss: 8.4.49 11901 postcss-import: 15.1.0(postcss@8.4.49) 11902 postcss-js: 4.0.1(postcss@8.4.49) 11903 + postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3)) 11904 postcss-nested: 6.2.0(postcss@8.4.49) 11905 postcss-selector-parser: 6.1.2 11906 + resolve: 1.22.8 11907 sucrase: 3.35.0 11908 transitivePeerDependencies: 11909 - ts-node ··· 11970 dependencies: 11971 any-promise: 1.3.0 11972 11973 throat@5.0.0: {} 11974 11975 through2@2.0.5: ··· 11978 xtend: 4.0.2 11979 11980 through@2.3.8: {} 11981 11982 tlds@1.255.0: {} 11983 ··· 11993 11994 toidentifier@1.0.1: {} 11995 11996 tr46@0.0.3: {} 11997 11998 + ts-api-utils@1.4.3(typescript@5.3.3): 11999 dependencies: 12000 + typescript: 5.3.3 12001 12002 ts-interface-checker@0.1.13: {} 12003 ··· 12006 '@ts-morph/common': 0.17.0 12007 code-block-writer: 11.0.3 12008 12009 + ts-node@10.9.2(@types/node@22.10.2)(typescript@5.3.3): 12010 dependencies: 12011 '@cspotcode/source-map-support': 0.8.1 12012 '@tsconfig/node10': 1.0.11 ··· 12020 create-require: 1.1.1 12021 diff: 4.0.2 12022 make-error: 1.3.6 12023 + typescript: 5.3.3 12024 v8-compile-cache-lib: 3.0.1 12025 yn: 3.1.1 12026 ··· 12031 minimist: 1.2.8 12032 strip-bom: 3.0.0 12033 12034 + tslib@2.8.1: {} 12035 12036 turbo-stream@2.4.0: {} 12037 12038 type-check@0.4.0: 12039 dependencies: 12040 prelude-ls: 1.2.1 ··· 12049 12050 type-fest@0.7.1: {} 12051 12052 + typed-array-buffer@1.0.2: 12053 dependencies: 12054 + call-bind: 1.0.8 12055 es-errors: 1.3.0 12056 + is-typed-array: 1.1.13 12057 12058 + typed-array-byte-length@1.0.1: 12059 dependencies: 12060 call-bind: 1.0.8 12061 for-each: 0.3.3 12062 gopd: 1.2.0 12063 has-proto: 1.2.0 12064 + is-typed-array: 1.1.13 12065 12066 + typed-array-byte-offset@1.0.3: 12067 dependencies: 12068 available-typed-arrays: 1.0.7 12069 call-bind: 1.0.8 12070 for-each: 0.3.3 12071 gopd: 1.2.0 12072 has-proto: 1.2.0 12073 + is-typed-array: 1.1.13 12074 + reflect.getprototypeof: 1.0.8 12075 12076 typed-array-length@1.0.7: 12077 dependencies: 12078 call-bind: 1.0.8 12079 for-each: 0.3.3 12080 gopd: 1.2.0 12081 + is-typed-array: 1.1.13 12082 possible-typed-array-names: 1.0.0 12083 + reflect.getprototypeof: 1.0.8 12084 12085 + typescript@5.3.3: {} 12086 12087 + ua-parser-js@1.0.39: {} 12088 12089 uint8arrays@3.0.0: 12090 dependencies: 12091 multiformats: 9.9.0 12092 12093 + unbox-primitive@1.0.2: 12094 dependencies: 12095 + call-bind: 1.0.8 12096 + has-bigints: 1.0.2 12097 has-symbols: 1.1.0 12098 + which-boxed-primitive: 1.1.0 12099 12100 undici-types@6.20.0: {} 12101 ··· 12132 12133 unpipe@1.0.0: {} 12134 12135 update-browserslist-db@1.1.1(browserslist@4.24.3): 12136 dependencies: 12137 browserslist: 4.24.3 ··· 12142 dependencies: 12143 punycode: 2.3.1 12144 12145 + use-callback-ref@1.3.2(@types/react@18.3.12)(react@18.3.1): 12146 dependencies: 12147 react: 18.3.1 12148 + tslib: 2.8.1 12149 optionalDependencies: 12150 '@types/react': 18.3.12 12151 ··· 12153 dependencies: 12154 react: 18.3.1 12155 12156 + use-sidecar@1.1.2(@types/react@18.3.12)(react@18.3.1): 12157 dependencies: 12158 detect-node-es: 1.1.0 12159 react: 18.3.1 12160 + tslib: 2.8.1 12161 optionalDependencies: 12162 '@types/react': 18.3.12 12163 ··· 12168 use-sync-external-store@1.4.0(react@18.3.1): 12169 dependencies: 12170 react: 18.3.1 12171 12172 util-deprecate@1.0.2: {} 12173 ··· 12176 inherits: 2.0.4 12177 is-arguments: 1.2.0 12178 is-generator-function: 1.0.10 12179 + is-typed-array: 1.1.13 12180 + which-typed-array: 1.1.16 12181 12182 utils-merge@1.0.1: {} 12183 12184 uuid@7.0.3: {} 12185 ··· 12189 12190 validate-npm-package-name@5.0.1: {} 12191 12192 vary@1.1.2: {} 12193 12194 vlq@1.0.1: {} 12195 12196 walker@1.0.8: ··· 12218 12219 webidl-conversions@3.0.1: {} 12220 12221 webidl-conversions@5.0.0: {} 12222 12223 webpack-sources@3.2.3: {} ··· 12232 acorn: 8.14.0 12233 browserslist: 4.24.3 12234 chrome-trace-event: 1.0.4 12235 + enhanced-resolve: 5.17.1 12236 + es-module-lexer: 1.5.4 12237 eslint-scope: 5.1.1 12238 events: 3.3.0 12239 glob-to-regexp: 0.4.1 ··· 12265 tr46: 0.0.3 12266 webidl-conversions: 3.0.1 12267 12268 + which-boxed-primitive@1.1.0: 12269 dependencies: 12270 is-bigint: 1.1.0 12271 is-boolean-object: 1.2.1 12272 + is-number-object: 1.1.0 12273 + is-string: 1.1.0 12274 is-symbol: 1.1.1 12275 12276 which-builtin-type@1.2.1: 12277 dependencies: 12278 + call-bound: 1.0.2 12279 + function.prototype.name: 1.1.6 12280 has-tostringtag: 1.0.2 12281 is-async-function: 2.0.0 12282 is-date-object: 1.1.0 12283 + is-finalizationregistry: 1.1.0 12284 is-generator-function: 1.0.10 12285 is-regex: 1.2.1 12286 is-weakref: 1.1.0 12287 isarray: 2.0.5 12288 + which-boxed-primitive: 1.1.0 12289 which-collection: 1.0.2 12290 + which-typed-array: 1.1.16 12291 12292 which-collection@1.0.2: 12293 dependencies: 12294 is-map: 2.0.3 12295 is-set: 2.0.3 12296 is-weakmap: 2.0.2 12297 + is-weakset: 2.0.3 12298 12299 + which-typed-array@1.1.16: 12300 dependencies: 12301 available-typed-arrays: 1.0.7 12302 call-bind: 1.0.8 12303 for-each: 0.3.3 12304 gopd: 1.2.0 12305 has-tostringtag: 1.0.2 ··· 12393 12394 yocto-queue@0.1.0: {} 12395 12396 + zod-validation-error@3.4.0(zod@3.24.1): 12397 dependencies: 12398 + zod: 3.24.1 12399 12400 + zod@3.24.1: {} 12401 12402 zustand@4.5.5(@types/react@18.3.12)(react@18.3.1): 12403 dependencies: ··· 12410 optionalDependencies: 12411 '@types/react': 18.3.12 12412 react: 18.3.1 12413 + use-sync-external-store: 1.4.0(react@18.3.1)