| { |
| "name": "keystone-app", |
| "version": "1.0.0", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "name": "keystone-app", |
| "version": "1.0.0", |
| "dependencies": { |
| "@expo/metro-runtime": "~6.1.2", |
| "@expo/vector-icons": "^15.0.3", |
| "@react-native-async-storage/async-storage": "2.2.0", |
| "@shopify/flash-list": "2.0.2", |
| "date-fns": "^4.4.0", |
| "expo": "^54.0.36", |
| "expo-av": "~16.0.8", |
| "expo-background-fetch": "~14.0.9", |
| "expo-dev-client": "~6.0.21", |
| "expo-file-system": "~19.0.23", |
| "expo-font": "~14.0.12", |
| "expo-image": "~3.0.11", |
| "expo-linear-gradient": "~15.0.8", |
| "expo-media-library": "~18.2.1", |
| "expo-network": "~8.0.8", |
| "expo-router": "~6.0.24", |
| "expo-sharing": "~14.0.8", |
| "expo-status-bar": "~3.0.9", |
| "expo-task-manager": "~14.0.9", |
| "expo-video": "~3.0.16", |
| "react": "19.1.0", |
| "react-dom": "19.1.0", |
| "react-native": "0.81.5", |
| "react-native-gesture-handler": "~2.28.0", |
| "react-native-reanimated": "~4.1.1", |
| "react-native-safe-area-context": "~5.6.0", |
| "react-native-screens": "~4.16.0", |
| "react-native-web": "^0.21.2" |
| }, |
| "devDependencies": { |
| "@expo/ngrok": "^4.1.3", |
| "@types/react": "~19.1.10", |
| "typescript": "~5.9.2" |
| } |
| }, |
| "node_modules/@0no-co/graphql.web": { |
| "version": "1.3.2", |
| "license": "MIT", |
| "peerDependencies": { |
| "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "graphql": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@babel/code-frame": { |
| "version": "7.10.4", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/highlight": "^7.10.4" |
| } |
| }, |
| "node_modules/@babel/compat-data": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/core": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.29.7", |
| "@babel/generator": "^7.29.7", |
| "@babel/helper-compilation-targets": "^7.29.7", |
| "@babel/helper-module-transforms": "^7.29.7", |
| "@babel/helpers": "^7.29.7", |
| "@babel/parser": "^7.29.7", |
| "@babel/template": "^7.29.7", |
| "@babel/traverse": "^7.29.7", |
| "@babel/types": "^7.29.7", |
| "@jridgewell/remapping": "^2.3.5", |
| "convert-source-map": "^2.0.0", |
| "debug": "^4.1.0", |
| "gensync": "^1.0.0-beta.2", |
| "json5": "^2.2.3", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/babel" |
| } |
| }, |
| "node_modules/@babel/core/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/core/node_modules/semver": { |
| "version": "6.3.1", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/generator": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.29.7", |
| "@babel/types": "^7.29.7", |
| "@jridgewell/gen-mapping": "^0.3.12", |
| "@jridgewell/trace-mapping": "^0.3.28", |
| "jsesc": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-annotate-as-pure": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-compilation-targets": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/compat-data": "^7.29.7", |
| "@babel/helper-validator-option": "^7.29.7", |
| "browserslist": "^4.24.0", |
| "lru-cache": "^5.1.1", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-compilation-targets/node_modules/semver": { |
| "version": "6.3.1", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/helper-create-class-features-plugin": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.29.7", |
| "@babel/helper-member-expression-to-functions": "^7.29.7", |
| "@babel/helper-optimise-call-expression": "^7.29.7", |
| "@babel/helper-replace-supers": "^7.29.7", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7", |
| "@babel/traverse": "^7.29.7", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { |
| "version": "6.3.1", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/helper-create-regexp-features-plugin": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.29.7", |
| "regexpu-core": "^6.3.1", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { |
| "version": "6.3.1", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/helper-define-polyfill-provider": { |
| "version": "0.6.8", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-compilation-targets": "^7.28.6", |
| "@babel/helper-plugin-utils": "^7.28.6", |
| "debug": "^4.4.3", |
| "lodash.debounce": "^4.0.8", |
| "resolve": "^1.22.11" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-globals": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-member-expression-to-functions": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-imports": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-transforms": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.29.7", |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "@babel/traverse": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-optimise-call-expression": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-plugin-utils": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-remap-async-to-generator": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.29.7", |
| "@babel/helper-wrap-function": "^7.29.7", |
| "@babel/traverse": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-replace-supers": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-member-expression-to-functions": "^7.29.7", |
| "@babel/helper-optimise-call-expression": "^7.29.7", |
| "@babel/traverse": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-string-parser": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-identifier": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-option": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-wrap-function": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/template": "^7.29.7", |
| "@babel/traverse": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helpers": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/template": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/highlight": { |
| "version": "7.25.9", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.25.9", |
| "chalk": "^2.4.2", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/parser": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.29.7" |
| }, |
| "bin": { |
| "parser": "bin/babel-parser.js" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-proposal-decorators": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-class-features-plugin": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/plugin-syntax-decorators": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-proposal-export-default-from": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-async-generators": { |
| "version": "7.8.4", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-bigint": { |
| "version": "7.8.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-class-properties": { |
| "version": "7.12.13", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.12.13" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-class-static-block": { |
| "version": "7.14.5", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.14.5" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-decorators": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-dynamic-import": { |
| "version": "7.8.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-export-default-from": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-flow": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-import-attributes": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-import-meta": { |
| "version": "7.10.4", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.10.4" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-json-strings": { |
| "version": "7.8.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-jsx": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-logical-assignment-operators": { |
| "version": "7.10.4", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.10.4" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { |
| "version": "7.8.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-numeric-separator": { |
| "version": "7.10.4", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.10.4" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-object-rest-spread": { |
| "version": "7.8.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-optional-catch-binding": { |
| "version": "7.8.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-optional-chaining": { |
| "version": "7.8.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-private-property-in-object": { |
| "version": "7.14.5", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.14.5" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-top-level-await": { |
| "version": "7.14.5", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.14.5" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-typescript": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-arrow-functions": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-async-generator-functions": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-remap-async-to-generator": "^7.29.7", |
| "@babel/traverse": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-async-to-generator": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-remap-async-to-generator": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-block-scoping": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-class-properties": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-class-features-plugin": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-class-static-block": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-class-features-plugin": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.12.0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-classes": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.29.7", |
| "@babel/helper-compilation-targets": "^7.29.7", |
| "@babel/helper-globals": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-replace-supers": "^7.29.7", |
| "@babel/traverse": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-computed-properties": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/template": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-destructuring": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/traverse": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-export-namespace-from": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-flow-strip-types": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/plugin-syntax-flow": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-for-of": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-function-name": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-compilation-targets": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/traverse": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-literals": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-logical-assignment-operators": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-modules-commonjs": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-transforms": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-numeric-separator": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-object-rest-spread": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-compilation-targets": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/plugin-transform-destructuring": "^7.29.7", |
| "@babel/plugin-transform-parameters": "^7.29.7", |
| "@babel/traverse": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-optional-catch-binding": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-optional-chaining": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-parameters": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-private-methods": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-class-features-plugin": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-private-property-in-object": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.29.7", |
| "@babel/helper-create-class-features-plugin": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-react-display-name": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-react-jsx": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.29.7", |
| "@babel/helper-module-imports": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/plugin-syntax-jsx": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-react-jsx-development": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/plugin-transform-react-jsx": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-react-jsx-self": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-react-jsx-source": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-react-pure-annotations": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-regenerator": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-runtime": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "babel-plugin-polyfill-corejs2": "^0.4.14", |
| "babel-plugin-polyfill-corejs3": "^0.13.0", |
| "babel-plugin-polyfill-regenerator": "^0.6.5", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { |
| "version": "6.3.1", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-shorthand-properties": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-spread": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-sticky-regex": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-template-literals": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.29.7.tgz", |
| "integrity": "sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-typescript": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.29.7", |
| "@babel/helper-create-class-features-plugin": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7", |
| "@babel/plugin-syntax-typescript": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-unicode-regex": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.29.7", |
| "@babel/helper-plugin-utils": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/preset-react": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-validator-option": "^7.29.7", |
| "@babel/plugin-transform-react-display-name": "^7.29.7", |
| "@babel/plugin-transform-react-jsx": "^7.29.7", |
| "@babel/plugin-transform-react-jsx-development": "^7.29.7", |
| "@babel/plugin-transform-react-pure-annotations": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/preset-typescript": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.29.7", |
| "@babel/helper-validator-option": "^7.29.7", |
| "@babel/plugin-syntax-jsx": "^7.29.7", |
| "@babel/plugin-transform-modules-commonjs": "^7.29.7", |
| "@babel/plugin-transform-typescript": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/runtime": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/template": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.29.7", |
| "@babel/parser": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/template/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/traverse": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.29.7", |
| "@babel/generator": "^7.29.7", |
| "@babel/helper-globals": "^7.29.7", |
| "@babel/parser": "^7.29.7", |
| "@babel/template": "^7.29.7", |
| "@babel/types": "^7.29.7", |
| "debug": "^4.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/traverse--for-generate-function-map": { |
| "name": "@babel/traverse", |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.29.7", |
| "@babel/generator": "^7.29.7", |
| "@babel/helper-globals": "^7.29.7", |
| "@babel/parser": "^7.29.7", |
| "@babel/template": "^7.29.7", |
| "@babel/types": "^7.29.7", |
| "debug": "^4.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/traverse--for-generate-function-map/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/traverse/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/types": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-string-parser": "^7.29.7", |
| "@babel/helper-validator-identifier": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@egjs/hammerjs": { |
| "version": "2.0.17", |
| "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz", |
| "integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/hammerjs": "^2.0.36" |
| }, |
| "engines": { |
| "node": ">=0.8.0" |
| } |
| }, |
| "node_modules/@expo/code-signing-certificates": { |
| "version": "0.0.6", |
| "license": "MIT", |
| "dependencies": { |
| "node-forge": "^1.3.3" |
| } |
| }, |
| "node_modules/@expo/config": { |
| "version": "12.0.14", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "~7.10.4", |
| "@expo/config-plugins": "~54.0.5", |
| "@expo/config-types": "^54.0.10", |
| "@expo/json-file": "^10.0.16", |
| "deepmerge": "^4.3.1", |
| "getenv": "^2.0.0", |
| "glob": "^13.0.0", |
| "require-from-string": "^2.0.2", |
| "resolve-from": "^5.0.0", |
| "resolve-workspace-root": "^2.0.0", |
| "semver": "^7.6.0", |
| "slugify": "^1.3.4", |
| "sucrase": "~3.35.1" |
| } |
| }, |
| "node_modules/@expo/config-plugins": { |
| "version": "54.0.5", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/config-types": "^54.0.10", |
| "@expo/json-file": "~10.0.16", |
| "@expo/plist": "^0.4.9", |
| "@expo/sdk-runtime-versions": "^1.0.0", |
| "chalk": "^4.1.2", |
| "debug": "^4.3.5", |
| "getenv": "^2.0.0", |
| "glob": "^13.0.0", |
| "resolve-from": "^5.0.0", |
| "semver": "^7.5.4", |
| "slash": "^3.0.0", |
| "slugify": "^1.6.6", |
| "xcode": "^3.0.1", |
| "xml2js": "0.6.0" |
| } |
| }, |
| "node_modules/@expo/config-plugins/node_modules/@expo/json-file": { |
| "version": "10.0.16", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "~7.10.4", |
| "json5": "^2.2.3" |
| } |
| }, |
| "node_modules/@expo/config-plugins/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/config-plugins/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/config-plugins/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@expo/config-plugins/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/config-plugins/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/config-plugins/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/config-types": { |
| "version": "54.0.10", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/devcert": { |
| "version": "1.2.1", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/sudo-prompt": "^9.3.1", |
| "debug": "^3.1.0" |
| } |
| }, |
| "node_modules/@expo/devcert/node_modules/debug": { |
| "version": "3.2.7", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.1" |
| } |
| }, |
| "node_modules/@expo/devtools": { |
| "version": "0.1.8", |
| "license": "MIT", |
| "dependencies": { |
| "chalk": "^4.1.2" |
| }, |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "*" |
| }, |
| "peerDependenciesMeta": { |
| "react": { |
| "optional": true |
| }, |
| "react-native": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@expo/devtools/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/devtools/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/devtools/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@expo/devtools/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/devtools/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/devtools/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/env": { |
| "version": "2.0.12", |
| "license": "MIT", |
| "dependencies": { |
| "chalk": "^4.0.0", |
| "debug": "^4.3.4", |
| "dotenv": "~16.4.5", |
| "dotenv-expand": "~11.0.6", |
| "getenv": "^2.0.0" |
| } |
| }, |
| "node_modules/@expo/env/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/env/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/env/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@expo/env/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/env/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/env/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/fingerprint": { |
| "version": "0.15.5", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/spawn-async": "^1.7.2", |
| "arg": "^5.0.2", |
| "chalk": "^4.1.2", |
| "debug": "^4.3.4", |
| "getenv": "^2.0.0", |
| "glob": "^13.0.0", |
| "ignore": "^5.3.1", |
| "minimatch": "^10.2.2", |
| "p-limit": "^3.1.0", |
| "resolve-from": "^5.0.0", |
| "semver": "^7.6.0" |
| }, |
| "bin": { |
| "fingerprint": "bin/cli.js" |
| } |
| }, |
| "node_modules/@expo/fingerprint/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/fingerprint/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/fingerprint/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@expo/fingerprint/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/fingerprint/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/fingerprint/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/image-utils": { |
| "version": "0.8.15", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/require-utils": "^55.0.6", |
| "@expo/spawn-async": "^1.7.2", |
| "chalk": "^4.0.0", |
| "getenv": "^2.0.0", |
| "jimp-compact": "0.16.1", |
| "parse-png": "^2.1.0", |
| "semver": "^7.6.0" |
| } |
| }, |
| "node_modules/@expo/image-utils/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/image-utils/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/image-utils/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@expo/image-utils/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/image-utils/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/image-utils/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/json-file": { |
| "version": "10.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.20.0", |
| "json5": "^2.2.3" |
| } |
| }, |
| "node_modules/@expo/json-file/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@expo/metro": { |
| "version": "54.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "metro": "0.83.3", |
| "metro-babel-transformer": "0.83.3", |
| "metro-cache": "0.83.3", |
| "metro-cache-key": "0.83.3", |
| "metro-config": "0.83.3", |
| "metro-core": "0.83.3", |
| "metro-file-map": "0.83.3", |
| "metro-minify-terser": "0.83.3", |
| "metro-resolver": "0.83.3", |
| "metro-runtime": "0.83.3", |
| "metro-source-map": "0.83.3", |
| "metro-symbolicate": "0.83.3", |
| "metro-transform-plugins": "0.83.3", |
| "metro-transform-worker": "0.83.3" |
| } |
| }, |
| "node_modules/@expo/metro-runtime": { |
| "version": "6.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "anser": "^1.4.9", |
| "pretty-format": "^29.7.0", |
| "stacktrace-parser": "^0.1.10", |
| "whatwg-fetch": "^3.0.0" |
| }, |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*", |
| "react-dom": "*", |
| "react-native": "*" |
| }, |
| "peerDependenciesMeta": { |
| "react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@expo/ngrok": { |
| "version": "4.1.3", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok/-/ngrok-4.1.3.tgz", |
| "integrity": "sha512-AESYaROGIGKWwWmUyQoUXcbvaUZjmpecC5buArXxYou+RID813F8T0Y5jQ2HUY49mZpYfJiy9oh4VSN37GgrXA==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@expo/ngrok-bin": "2.3.42", |
| "got": "^11.5.1", |
| "uuid": "^3.3.2", |
| "yaml": "^1.10.0" |
| }, |
| "engines": { |
| "node": ">=10.19.0" |
| } |
| }, |
| "node_modules/@expo/ngrok-bin": { |
| "version": "2.3.42", |
| "dev": true, |
| "bin": { |
| "ngrok": "bin/ngrok.js" |
| }, |
| "optionalDependencies": { |
| "@expo/ngrok-bin-darwin-arm64": "2.3.41", |
| "@expo/ngrok-bin-darwin-x64": "2.3.41", |
| "@expo/ngrok-bin-freebsd-ia32": "2.3.41", |
| "@expo/ngrok-bin-freebsd-x64": "2.3.41", |
| "@expo/ngrok-bin-linux-arm": "2.3.41", |
| "@expo/ngrok-bin-linux-arm64": "2.3.41", |
| "@expo/ngrok-bin-linux-ia32": "2.3.41", |
| "@expo/ngrok-bin-linux-x64": "2.3.41", |
| "@expo/ngrok-bin-sunos-x64": "2.3.41", |
| "@expo/ngrok-bin-win32-ia32": "2.3.41", |
| "@expo/ngrok-bin-win32-x64": "2.3.41" |
| } |
| }, |
| "node_modules/@expo/ngrok-bin-win32-x64": { |
| "version": "2.3.41", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-darwin-arm64": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-darwin-arm64/-/ngrok-bin-darwin-arm64-2.3.41.tgz", |
| "integrity": "sha512-TPf95xp6SkvbRONZjltTOFcCJbmzAH7lrQ36Dv+djrOckWGPVq4HCur48YAeiGDqspmFEmqZ7ykD5c/bDfRFOA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-darwin-x64": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-darwin-x64/-/ngrok-bin-darwin-x64-2.3.41.tgz", |
| "integrity": "sha512-29QZHfX4Ec0p0pQF5UrqiP2/Qe7t2rI96o+5b8045VCEl9AEAKHceGuyo+jfUDR4FSQBGFLSDb06xy8ghL3ZYA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-freebsd-ia32": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-freebsd-ia32/-/ngrok-bin-freebsd-ia32-2.3.41.tgz", |
| "integrity": "sha512-YYXgwNZ+p0aIrwgb+1/RxJbsWhGEzBDBhZulKg1VB7tKDAd2C8uGnbK1rOCuZy013iOUsJDXaj9U5QKc13iIXw==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-freebsd-x64": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-freebsd-x64/-/ngrok-bin-freebsd-x64-2.3.41.tgz", |
| "integrity": "sha512-1Ei6K8BB+3etmmBT0tXYC4dyVkJMigT4ELbRTF5jKfw1pblqeXM9Qpf3p8851PTlH142S3bockCeO39rSkOnkg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-linux-arm": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-linux-arm/-/ngrok-bin-linux-arm-2.3.41.tgz", |
| "integrity": "sha512-B6+rW/+tEi7ZrKWQGkRzlwmKo7c1WJhNODFBSgkF/Sj9PmmNhBz67mer91S2+6nNt5pfcwLLd61CjtWfR1LUHQ==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-linux-arm64": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-linux-arm64/-/ngrok-bin-linux-arm64-2.3.41.tgz", |
| "integrity": "sha512-eC8GA/xPcmQJy4h+g2FlkuQB3lf5DjITy8Y6GyydmPYMByjUYAGEXe0brOcP893aalAzRqbNOAjSuAw1lcCLSQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-linux-ia32": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-linux-ia32/-/ngrok-bin-linux-ia32-2.3.41.tgz", |
| "integrity": "sha512-w5Cy31wSz4jYnygEHS7eRizR1yt8s9TX6kHlkjzayIiRTFRb2E1qD2l0/4T2w0LJpBjM5ZFPaaKqsNWgCUIEow==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-linux-x64": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-linux-x64/-/ngrok-bin-linux-x64-2.3.41.tgz", |
| "integrity": "sha512-LcU3MbYHv7Sn2eFz8Yzo2rXduufOvX1/hILSirwCkH+9G8PYzpwp2TeGqVWuO+EmvtBe6NEYwgdQjJjN6I4L1A==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-sunos-x64": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-sunos-x64/-/ngrok-bin-sunos-x64-2.3.41.tgz", |
| "integrity": "sha512-bcOj45BLhiV2PayNmLmEVZlFMhEiiGpOr36BXC0XSL+cHUZHd6uNaS28AaZdz95lrRzGpeb0hAF8cuJjo6nq4g==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "sunos" |
| ] |
| }, |
| "node_modules/@expo/ngrok-bin/node_modules/@expo/ngrok-bin-win32-ia32": { |
| "version": "2.3.41", |
| "resolved": "https://registry.npmjs.org/@expo/ngrok-bin-win32-ia32/-/ngrok-bin-win32-ia32-2.3.41.tgz", |
| "integrity": "sha512-0+vPbKvUA+a9ERgiAknmZCiWA3AnM5c6beI+51LqmjKEM4iAAlDmfXNJ89aAbvZMUtBNwEPHzJHnaM4s2SeBhA==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@expo/osascript": { |
| "version": "2.7.1", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/spawn-async": "^1.8.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@expo/package-manager": { |
| "version": "1.13.1", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/json-file": "^11.0.1", |
| "@expo/spawn-async": "^1.8.0", |
| "chalk": "^4.0.0", |
| "npm-package-arg": "^11.0.0", |
| "ora": "^3.4.0", |
| "resolve-workspace-root": "^2.0.0" |
| } |
| }, |
| "node_modules/@expo/package-manager/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@expo/package-manager/node_modules/@expo/json-file": { |
| "version": "11.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.20.0", |
| "json5": "^2.2.3" |
| } |
| }, |
| "node_modules/@expo/package-manager/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/package-manager/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/package-manager/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@expo/package-manager/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/package-manager/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/package-manager/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/plist": { |
| "version": "0.4.9", |
| "license": "MIT", |
| "dependencies": { |
| "@xmldom/xmldom": "^0.8.8", |
| "base64-js": "^1.2.3", |
| "xmlbuilder": "^15.1.1" |
| } |
| }, |
| "node_modules/@expo/require-utils": { |
| "version": "55.0.6", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.20.0", |
| "@babel/core": "^7.25.2", |
| "@babel/plugin-transform-modules-commonjs": "^7.24.8" |
| }, |
| "peerDependencies": { |
| "typescript": "^5.0.0 || ^5.0.0-0" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@expo/require-utils/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@expo/schema-utils": { |
| "version": "0.1.9", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/sdk-runtime-versions": { |
| "version": "1.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/spawn-async": { |
| "version": "1.8.0", |
| "license": "MIT", |
| "dependencies": { |
| "cross-spawn": "^7.0.6" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@expo/sudo-prompt": { |
| "version": "9.3.2", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/vector-icons": { |
| "version": "15.1.1", |
| "resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.1.1.tgz", |
| "integrity": "sha512-Iu2VkcoI5vygbtYngm7jb4ifxElNVXQYdDrYkT7UCEIiKLeWnQY0wf2ZhHZ+Wro6Sc5TaumpKUOqDRpLi5rkvw==", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo-font": ">=14.0.4", |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/@expo/ws-tunnel": { |
| "version": "1.0.6", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/xcpretty": { |
| "version": "4.4.4", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@babel/code-frame": "^7.20.0", |
| "chalk": "^4.1.0", |
| "js-yaml": "^4.1.0" |
| }, |
| "bin": { |
| "excpretty": "build/cli.js" |
| } |
| }, |
| "node_modules/@expo/xcpretty/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@expo/xcpretty/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/xcpretty/node_modules/argparse": { |
| "version": "2.0.1", |
| "license": "Python-2.0" |
| }, |
| "node_modules/@expo/xcpretty/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@expo/xcpretty/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@expo/xcpretty/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@expo/xcpretty/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@expo/xcpretty/node_modules/js-yaml": { |
| "version": "4.3.0", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/puzrin" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/nodeca" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "argparse": "^2.0.1" |
| }, |
| "bin": { |
| "js-yaml": "bin/js-yaml.js" |
| } |
| }, |
| "node_modules/@expo/xcpretty/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@isaacs/fs-minipass": { |
| "version": "4.0.1", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.4" |
| }, |
| "engines": { |
| "node": ">=18.0.0" |
| } |
| }, |
| "node_modules/@isaacs/ttlcache": { |
| "version": "1.4.1", |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config": { |
| "version": "1.1.0", |
| "license": "ISC", |
| "dependencies": { |
| "camelcase": "^5.3.1", |
| "find-up": "^4.1.0", |
| "get-package-type": "^0.1.0", |
| "js-yaml": "^3.13.1", |
| "resolve-from": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { |
| "version": "5.3.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/@istanbuljs/schema": { |
| "version": "0.1.6", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@jest/create-cache-key-function": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/environment": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/fake-timers": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "jest-mock": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/fake-timers": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@sinonjs/fake-timers": "^10.0.2", |
| "@types/node": "*", |
| "jest-message-util": "^29.7.0", |
| "jest-mock": "^29.7.0", |
| "jest-util": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/schemas": { |
| "version": "29.6.3", |
| "license": "MIT", |
| "dependencies": { |
| "@sinclair/typebox": "^0.27.8" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/transform": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.11.6", |
| "@jest/types": "^29.6.3", |
| "@jridgewell/trace-mapping": "^0.3.18", |
| "babel-plugin-istanbul": "^6.1.1", |
| "chalk": "^4.0.0", |
| "convert-source-map": "^2.0.0", |
| "fast-json-stable-stringify": "^2.1.0", |
| "graceful-fs": "^4.2.9", |
| "jest-haste-map": "^29.7.0", |
| "jest-regex-util": "^29.6.3", |
| "jest-util": "^29.7.0", |
| "micromatch": "^4.0.4", |
| "pirates": "^4.0.4", |
| "slash": "^3.0.0", |
| "write-file-atomic": "^4.0.2" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/transform/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@jest/transform/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@jest/transform/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@jest/transform/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@jest/transform/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@jest/transform/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@jest/types": { |
| "version": "29.6.3", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/schemas": "^29.6.3", |
| "@types/istanbul-lib-coverage": "^2.0.0", |
| "@types/istanbul-reports": "^3.0.0", |
| "@types/node": "*", |
| "@types/yargs": "^17.0.8", |
| "chalk": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/types/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@jest/types/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/@jest/types/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/@jest/types/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/@jest/types/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@jest/types/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@jridgewell/gen-mapping": { |
| "version": "0.3.13", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/sourcemap-codec": "^1.5.0", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| } |
| }, |
| "node_modules/@jridgewell/remapping": { |
| "version": "2.3.5", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/gen-mapping": "^0.3.5", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| } |
| }, |
| "node_modules/@jridgewell/resolve-uri": { |
| "version": "3.1.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@jridgewell/source-map": { |
| "version": "0.3.11", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/gen-mapping": "^0.3.5", |
| "@jridgewell/trace-mapping": "^0.3.25" |
| } |
| }, |
| "node_modules/@jridgewell/sourcemap-codec": { |
| "version": "1.5.5", |
| "license": "MIT" |
| }, |
| "node_modules/@jridgewell/trace-mapping": { |
| "version": "0.3.31", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/resolve-uri": "^3.1.0", |
| "@jridgewell/sourcemap-codec": "^1.4.14" |
| } |
| }, |
| "node_modules/@radix-ui/primitive": { |
| "version": "1.1.5", |
| "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.5.tgz", |
| "integrity": "sha512-d86WIWFYNtGA0H/d8exstrTRTp7eWJYlYJbtNofxr/3ljupZYn6EFDG/Qgu/0Kc8v7yMUxySagqJsL1+PdYjWg==", |
| "license": "MIT" |
| }, |
| "node_modules/@radix-ui/react-compose-refs": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz", |
| "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-context": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.2.0.tgz", |
| "integrity": "sha512-fOE+JtN9rygNZkCnHRBEP0TAvLldlhyOxMsbwFvTP4nAs+nBmfnna+o/Zski2wkmY1YMrFC0aSzsHoLY47iLrg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-direction": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.2.tgz", |
| "integrity": "sha512-C3vFhbyi4SW3PmbAi6Awpu4OzJtd0MxGurvSsYtr7p7nM8RNB3VAF3CUmnp2j50knpkrRcB7+ycVXzgLgF6yNA==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-focus-guards": { |
| "version": "1.1.4", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.4.tgz", |
| "integrity": "sha512-cot/aB/mOm0IYVYTTmQcEEK1M48lZWi8FlYe5nDPQQ8NYZUlXEFgncJ9p2Kzer3RKSrY7cTTpEMLZKNo9QoP5Q==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-id": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.2.tgz", |
| "integrity": "sha512-orBC88futVpqCmhX1p4cvquNHsELQ+w+vBJnuj3ftETI5bJb0bZn3Tqu3SWN2IOcPycTnMGnhwoermvISt72sA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-slot": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.0.tgz", |
| "integrity": "sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-callback-ref": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.2.tgz", |
| "integrity": "sha512-xCso9j1/u8sEgP1RNHjFrXJLApL8LiqOkI1R4ywuN00rxWdYg4oQXuwKLS3i0j5NWLromUD27/4nlxj2UFVvIw==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-controllable-state": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.3.tgz", |
| "integrity": "sha512-PLzC90MS+ReootmjC597dvopoelpZ8Q61HJkDXZSExitIq7PL55vHNnesAHwguHK0aPfBnpdNzQtv1uliaqQrA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-effect-event": "0.0.3", |
| "@radix-ui/react-use-layout-effect": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-effect-event": { |
| "version": "0.0.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.3.tgz", |
| "integrity": "sha512-6c8ZqvPTWILEKnyVkP53EGRCcpnJiKTC21sS/6R1GF5xKyHJJWQEPfkqlcgUkdRQivd6tb23abUwe4ngWmY0JA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-is-hydrated": { |
| "version": "0.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.1.tgz", |
| "integrity": "sha512-qwOiz4Tjo8CNnrOLAYUMXeZwDzXgXpvK4TKQPmWLECM9XoWvA6+0Z2/7Ag3A4ivjS4ovbLJPbskkxioFyBhr8A==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-layout-effect": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.2.tgz", |
| "integrity": "sha512-jrBWOxZITuGcnjRCM2t2U5ZPkCLxD+Ym6DjfssS5haTj2iiak/DOb64JeN6OdLfLgptb6/e2kKR+ZuTrGoZTPA==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@react-native-async-storage/async-storage": { |
| "version": "2.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "merge-options": "^3.0.4" |
| }, |
| "peerDependencies": { |
| "react-native": "^0.0.0-0 || >=0.65 <1.0" |
| } |
| }, |
| "node_modules/@react-native/assets-registry": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 20.19.4" |
| } |
| }, |
| "node_modules/@react-native/babel-plugin-codegen": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.25.3", |
| "@react-native/codegen": "0.81.5" |
| }, |
| "engines": { |
| "node": ">= 20.19.4" |
| } |
| }, |
| "node_modules/@react-native/babel-preset": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@babel/plugin-proposal-export-default-from": "^7.24.7", |
| "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| "@babel/plugin-syntax-export-default-from": "^7.24.7", |
| "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", |
| "@babel/plugin-syntax-optional-chaining": "^7.8.3", |
| "@babel/plugin-transform-arrow-functions": "^7.24.7", |
| "@babel/plugin-transform-async-generator-functions": "^7.25.4", |
| "@babel/plugin-transform-async-to-generator": "^7.24.7", |
| "@babel/plugin-transform-block-scoping": "^7.25.0", |
| "@babel/plugin-transform-class-properties": "^7.25.4", |
| "@babel/plugin-transform-classes": "^7.25.4", |
| "@babel/plugin-transform-computed-properties": "^7.24.7", |
| "@babel/plugin-transform-destructuring": "^7.24.8", |
| "@babel/plugin-transform-flow-strip-types": "^7.25.2", |
| "@babel/plugin-transform-for-of": "^7.24.7", |
| "@babel/plugin-transform-function-name": "^7.25.1", |
| "@babel/plugin-transform-literals": "^7.25.2", |
| "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", |
| "@babel/plugin-transform-modules-commonjs": "^7.24.8", |
| "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", |
| "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", |
| "@babel/plugin-transform-numeric-separator": "^7.24.7", |
| "@babel/plugin-transform-object-rest-spread": "^7.24.7", |
| "@babel/plugin-transform-optional-catch-binding": "^7.24.7", |
| "@babel/plugin-transform-optional-chaining": "^7.24.8", |
| "@babel/plugin-transform-parameters": "^7.24.7", |
| "@babel/plugin-transform-private-methods": "^7.24.7", |
| "@babel/plugin-transform-private-property-in-object": "^7.24.7", |
| "@babel/plugin-transform-react-display-name": "^7.24.7", |
| "@babel/plugin-transform-react-jsx": "^7.25.2", |
| "@babel/plugin-transform-react-jsx-self": "^7.24.7", |
| "@babel/plugin-transform-react-jsx-source": "^7.24.7", |
| "@babel/plugin-transform-regenerator": "^7.24.7", |
| "@babel/plugin-transform-runtime": "^7.24.7", |
| "@babel/plugin-transform-shorthand-properties": "^7.24.7", |
| "@babel/plugin-transform-spread": "^7.24.7", |
| "@babel/plugin-transform-sticky-regex": "^7.24.7", |
| "@babel/plugin-transform-typescript": "^7.25.2", |
| "@babel/plugin-transform-unicode-regex": "^7.24.7", |
| "@babel/template": "^7.25.0", |
| "@react-native/babel-plugin-codegen": "0.81.5", |
| "babel-plugin-syntax-hermes-parser": "0.29.1", |
| "babel-plugin-transform-flow-enums": "^0.0.2", |
| "react-refresh": "^0.14.0" |
| }, |
| "engines": { |
| "node": ">= 20.19.4" |
| }, |
| "peerDependencies": { |
| "@babel/core": "*" |
| } |
| }, |
| "node_modules/@react-native/codegen": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@babel/parser": "^7.25.3", |
| "glob": "^7.1.1", |
| "hermes-parser": "0.29.1", |
| "invariant": "^2.2.4", |
| "nullthrows": "^1.1.1", |
| "yargs": "^17.6.2" |
| }, |
| "engines": { |
| "node": ">= 20.19.4" |
| }, |
| "peerDependencies": { |
| "@babel/core": "*" |
| } |
| }, |
| "node_modules/@react-native/codegen/node_modules/balanced-match": { |
| "version": "1.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/@react-native/codegen/node_modules/brace-expansion": { |
| "version": "1.1.16", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/@react-native/codegen/node_modules/glob": { |
| "version": "7.2.3", |
| "license": "ISC", |
| "dependencies": { |
| "fs.realpath": "^1.0.0", |
| "inflight": "^1.0.4", |
| "inherits": "2", |
| "minimatch": "^3.1.1", |
| "once": "^1.3.0", |
| "path-is-absolute": "^1.0.0" |
| }, |
| "engines": { |
| "node": "*" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/@react-native/codegen/node_modules/hermes-estree": { |
| "version": "0.29.1", |
| "license": "MIT" |
| }, |
| "node_modules/@react-native/codegen/node_modules/hermes-parser": { |
| "version": "0.29.1", |
| "license": "MIT", |
| "dependencies": { |
| "hermes-estree": "0.29.1" |
| } |
| }, |
| "node_modules/@react-native/codegen/node_modules/minimatch": { |
| "version": "3.1.5", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/@react-native/community-cli-plugin": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "dependencies": { |
| "@react-native/dev-middleware": "0.81.5", |
| "debug": "^4.4.0", |
| "invariant": "^2.2.4", |
| "metro": "^0.83.1", |
| "metro-config": "^0.83.1", |
| "metro-core": "^0.83.1", |
| "semver": "^7.1.3" |
| }, |
| "engines": { |
| "node": ">= 20.19.4" |
| }, |
| "peerDependencies": { |
| "@react-native-community/cli": "*", |
| "@react-native/metro-config": "*" |
| }, |
| "peerDependenciesMeta": { |
| "@react-native-community/cli": { |
| "optional": true |
| }, |
| "@react-native/metro-config": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@react-native/debugger-frontend": { |
| "version": "0.81.5", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">= 20.19.4" |
| } |
| }, |
| "node_modules/@react-native/dev-middleware": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "dependencies": { |
| "@isaacs/ttlcache": "^1.4.1", |
| "@react-native/debugger-frontend": "0.81.5", |
| "chrome-launcher": "^0.15.2", |
| "chromium-edge-launcher": "^0.2.0", |
| "connect": "^3.6.5", |
| "debug": "^4.4.0", |
| "invariant": "^2.2.4", |
| "nullthrows": "^1.1.1", |
| "open": "^7.0.3", |
| "serve-static": "^1.16.2", |
| "ws": "^6.2.3" |
| }, |
| "engines": { |
| "node": ">= 20.19.4" |
| } |
| }, |
| "node_modules/@react-native/dev-middleware/node_modules/ws": { |
| "version": "6.2.5", |
| "license": "MIT", |
| "dependencies": { |
| "async-limiter": "~1.0.0" |
| } |
| }, |
| "node_modules/@react-native/gradle-plugin": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 20.19.4" |
| } |
| }, |
| "node_modules/@react-native/js-polyfills": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 20.19.4" |
| } |
| }, |
| "node_modules/@react-native/metro-babel-transformer": { |
| "version": "0.86.0", |
| "resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.86.0.tgz", |
| "integrity": "sha512-SjKej3E5qIahqo/G+rSOrmJUQM44RyKtWtO+VfmKAAMoJWkBFomM22hTLKCIS5cdbIAJ9COAmU+KAi2wVSO0wQ==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@react-native/babel-preset": "0.86.0", |
| "hermes-parser": "0.36.0", |
| "nullthrows": "^1.1.1" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "*" |
| } |
| }, |
| "node_modules/@react-native/metro-babel-transformer/node_modules/@react-native/babel-plugin-codegen": { |
| "version": "0.86.0", |
| "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.86.0.tgz", |
| "integrity": "sha512-qdsABWNW7uTll90l4Vh03gjeyu3WVDi2CyiiyvYGMRDcoYbjbQi6df3BMAm9lQI2yslZ1T14LlDDAsgTwNxplA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/traverse": "^7.29.0", |
| "@react-native/codegen": "0.86.0" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-babel-transformer/node_modules/@react-native/babel-preset": { |
| "version": "0.86.0", |
| "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.86.0.tgz", |
| "integrity": "sha512-bYQcWiPySNvF4dns9Ls9gMmwgq66ohvM9Fwc/Kn8r85t66UNHxch3p1QwPiSorDelFauZwJbgo9+ReibTgvpbA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@babel/plugin-proposal-export-default-from": "^7.24.7", |
| "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| "@babel/plugin-syntax-export-default-from": "^7.24.7", |
| "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", |
| "@babel/plugin-syntax-optional-chaining": "^7.8.3", |
| "@babel/plugin-transform-async-generator-functions": "^7.25.4", |
| "@babel/plugin-transform-async-to-generator": "^7.24.7", |
| "@babel/plugin-transform-block-scoping": "^7.25.0", |
| "@babel/plugin-transform-class-properties": "^7.25.4", |
| "@babel/plugin-transform-classes": "^7.25.4", |
| "@babel/plugin-transform-destructuring": "^7.24.8", |
| "@babel/plugin-transform-flow-strip-types": "^7.25.2", |
| "@babel/plugin-transform-for-of": "^7.24.7", |
| "@babel/plugin-transform-modules-commonjs": "^7.24.8", |
| "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", |
| "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", |
| "@babel/plugin-transform-optional-catch-binding": "^7.24.7", |
| "@babel/plugin-transform-optional-chaining": "^7.24.8", |
| "@babel/plugin-transform-private-methods": "^7.24.7", |
| "@babel/plugin-transform-private-property-in-object": "^7.24.7", |
| "@babel/plugin-transform-react-display-name": "^7.24.7", |
| "@babel/plugin-transform-react-jsx": "^7.25.2", |
| "@babel/plugin-transform-react-jsx-self": "^7.24.7", |
| "@babel/plugin-transform-react-jsx-source": "^7.24.7", |
| "@babel/plugin-transform-regenerator": "^7.24.7", |
| "@babel/plugin-transform-runtime": "^7.24.7", |
| "@babel/plugin-transform-typescript": "^7.25.2", |
| "@babel/plugin-transform-unicode-regex": "^7.24.7", |
| "@react-native/babel-plugin-codegen": "0.86.0", |
| "babel-plugin-syntax-hermes-parser": "0.36.0", |
| "babel-plugin-transform-flow-enums": "^0.0.2", |
| "react-refresh": "^0.14.0" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "*" |
| } |
| }, |
| "node_modules/@react-native/metro-babel-transformer/node_modules/@react-native/codegen": { |
| "version": "0.86.0", |
| "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.86.0.tgz", |
| "integrity": "sha512-uTs9DBo3+/lUqinsGZK0FKJRBVClrwMXoZToaDxE1Q2SL2e55vs2GwyZfIKzPl5uJnbu4PfFMIp0/mLXLWUMuA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@babel/parser": "^7.29.0", |
| "hermes-parser": "0.36.0", |
| "invariant": "^2.2.4", |
| "nullthrows": "^1.1.1", |
| "tinyglobby": "^0.2.15", |
| "yargs": "^17.6.2" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "*" |
| } |
| }, |
| "node_modules/@react-native/metro-babel-transformer/node_modules/babel-plugin-syntax-hermes-parser": { |
| "version": "0.36.0", |
| "resolved": "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.36.0.tgz", |
| "integrity": "sha512-LhD0xdoedDw7ansQgXbB2DADLZIK/LRXuWNBPuVzMc5S2WK5GyT89tCM+cQzxFGO0mGyLK6D5TrVOJJzAoDy8Q==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "hermes-parser": "0.36.0" |
| } |
| }, |
| "node_modules/@react-native/metro-babel-transformer/node_modules/hermes-estree": { |
| "version": "0.36.0", |
| "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.36.0.tgz", |
| "integrity": "sha512-A1+8zn5oss2CFP7pKsOaxorQG6FNIz1WU1VDqruLPPZl3LVgeE2C5xfFg8Ow6/Ow4mSslLLtYP1J3n38eKyW9w==", |
| "license": "MIT", |
| "peer": true |
| }, |
| "node_modules/@react-native/metro-babel-transformer/node_modules/hermes-parser": { |
| "version": "0.36.0", |
| "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.36.0.tgz", |
| "integrity": "sha512-GdpwMmH5x6IpC1cijvcvYnlPB60Mh6kTSF/NFdYV/j56gYdi+0RIakYs+eqOV+bbO0SW7mgVVGSsTJxyPQfo3w==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "hermes-estree": "0.36.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config": { |
| "version": "0.86.0", |
| "resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.86.0.tgz", |
| "integrity": "sha512-7v+xbTeEci9ZcQ/Z1OqI4RXcqN69wSMDYL5BAMvOReZ7U04+aDQ0/SQhClYPn6x2/RxM4WzMKSAuNyLKqvYVtw==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@react-native/js-polyfills": "0.86.0", |
| "@react-native/metro-babel-transformer": "0.86.0", |
| "metro-config": "^0.84.3", |
| "metro-runtime": "^0.84.3" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", |
| "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/@react-native/js-polyfills": { |
| "version": "0.86.0", |
| "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.86.0.tgz", |
| "integrity": "sha512-zYy/Cjd1VTnZ2iCNaG9bDF9C3l2ntESiPRscjIlI5FKugu6aeTwsDSv1aI8Bc4Kp3vEdoVg+UQhLAhE4svREaQ==", |
| "license": "MIT", |
| "peer": true, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/accepts": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", |
| "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "mime-types": "^3.0.0", |
| "negotiator": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/hermes-estree": { |
| "version": "0.35.0", |
| "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.35.0.tgz", |
| "integrity": "sha512-xVx5Opwy8Oo1I5yGpVRhCvWL/iV3M+ylksSKVNlxxD90cpDpR/AR1jLYqK8HWihm065a6UI3HeyAmYzwS8NOOg==", |
| "license": "MIT", |
| "peer": true |
| }, |
| "node_modules/@react-native/metro-config/node_modules/hermes-parser": { |
| "version": "0.35.0", |
| "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.35.0.tgz", |
| "integrity": "sha512-9JLjeHxBx8T4CAsydZR49PNZUaix+WpQJwu9p2010lu+7Kwl6D/7wYFFJxoz+aXkaaClp9Zfg6W6/zVlSJORaA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "hermes-estree": "0.35.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro/-/metro-0.84.4.tgz", |
| "integrity": "sha512-8ETTubqfD6ornDy2zYDvRcKnVDOXdFJsjetYDBsY4oAsb6NJkiwFR+FaMESyGppFmQUyBQA4H4sFGxzcQSGtFA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/code-frame": "^7.29.0", |
| "@babel/core": "^7.25.2", |
| "@babel/generator": "^7.29.1", |
| "@babel/parser": "^7.29.0", |
| "@babel/template": "^7.28.6", |
| "@babel/traverse": "^7.29.0", |
| "@babel/types": "^7.29.0", |
| "accepts": "^2.0.0", |
| "ci-info": "^2.0.0", |
| "connect": "^3.6.5", |
| "debug": "^4.4.0", |
| "error-stack-parser": "^2.0.6", |
| "flow-enums-runtime": "^0.0.6", |
| "graceful-fs": "^4.2.4", |
| "hermes-parser": "0.35.0", |
| "image-size": "^1.0.2", |
| "invariant": "^2.2.4", |
| "jest-worker": "^29.7.0", |
| "jsc-safe-url": "^0.2.2", |
| "lodash.throttle": "^4.1.1", |
| "metro-babel-transformer": "0.84.4", |
| "metro-cache": "0.84.4", |
| "metro-cache-key": "0.84.4", |
| "metro-config": "0.84.4", |
| "metro-core": "0.84.4", |
| "metro-file-map": "0.84.4", |
| "metro-resolver": "0.84.4", |
| "metro-runtime": "0.84.4", |
| "metro-source-map": "0.84.4", |
| "metro-symbolicate": "0.84.4", |
| "metro-transform-plugins": "0.84.4", |
| "metro-transform-worker": "0.84.4", |
| "mime-types": "^3.0.1", |
| "nullthrows": "^1.1.1", |
| "serialize-error": "^2.1.0", |
| "source-map": "^0.5.6", |
| "throat": "^5.0.0", |
| "ws": "^7.5.10", |
| "yargs": "^17.6.2" |
| }, |
| "bin": { |
| "metro": "src/cli.js" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-babel-transformer": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.84.4.tgz", |
| "integrity": "sha512-rvCfz8snl9h20VcvpOHxZuHP1SlAkv4HXbzw7nyyVwu6Eqo5PRerbakQ9XmUCOsRy70spJ37O+G1TK8oMzo48g==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "flow-enums-runtime": "^0.0.6", |
| "hermes-parser": "0.35.0", |
| "metro-cache-key": "0.84.4", |
| "nullthrows": "^1.1.1" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-cache": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.84.4.tgz", |
| "integrity": "sha512-gpcFQdSLUwUCk71saKoE64jLFbx2nwTfVCcPSULMNT8QYq0p1eZZE29Jvd0HtT/UlhC3ZOutLxJME5xqD2JUZg==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "exponential-backoff": "^3.1.1", |
| "flow-enums-runtime": "^0.0.6", |
| "https-proxy-agent": "^7.0.5", |
| "metro-core": "0.84.4" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-cache-key": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.84.4.tgz", |
| "integrity": "sha512-wVO79aGrkYImpnaVS4+d5RrRBRPX31QtvKB3wKGBuiNSznduZTQHzsrJZRroFJSwnygrzdsGUtDQPuqqFjFdvw==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-config": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.84.4.tgz", |
| "integrity": "sha512-PMotGDjXcXLWo2TMRH+VR99phFNgYTwqh4OoieIKK3yTJa1Jmkl+fZJxDO0jfBvNF+WESHciHvpNuBtXaF3B0Q==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "connect": "^3.6.5", |
| "flow-enums-runtime": "^0.0.6", |
| "jest-validate": "^29.7.0", |
| "metro": "0.84.4", |
| "metro-cache": "0.84.4", |
| "metro-core": "0.84.4", |
| "metro-runtime": "0.84.4", |
| "yaml": "^2.6.1" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-core": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.84.4.tgz", |
| "integrity": "sha512-HONpWC5LGXZn3ffkd4Hu6AIrfE7j4Z0g0wMo/goV24WOB3lhuFZ40KgvaDiSw8iyQHloMYay5N/wPX+z8oN/PQ==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6", |
| "lodash.throttle": "^4.1.1", |
| "metro-resolver": "0.84.4" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-file-map": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.84.4.tgz", |
| "integrity": "sha512-KSVDi/u60hKPx++NLu3MTIvyjzNoJnFAF8PQFxaj1jiSka/wjw+Ua6sNuJ0TDHQv+7AAoFQxeMgaRAe8Yic5wQ==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "debug": "^4.4.0", |
| "fb-watchman": "^2.0.0", |
| "flow-enums-runtime": "^0.0.6", |
| "graceful-fs": "^4.2.4", |
| "invariant": "^2.2.4", |
| "jest-worker": "^29.7.0", |
| "micromatch": "^4.0.4", |
| "nullthrows": "^1.1.1", |
| "walker": "^1.0.7" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-minify-terser": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.84.4.tgz", |
| "integrity": "sha512-5qpbaVOMC7CPitIpuewzVeGw7E+C3ykbv2mqTjQLl85Z3annSVGlSCTcsZjqXZzjupfK4Ztj3dDc4kc44NZwtQ==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6", |
| "terser": "^5.15.0" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-resolver": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.84.4.tgz", |
| "integrity": "sha512-1qLgbxQ5ZGhhutuPot1Yp348ofDsATL2WkrHF65TobqTT9K3P9qJXw38bomk7ncp5B7OYMfWwtyBZo1lCV792A==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-runtime": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.84.4.tgz", |
| "integrity": "sha512-Jibypds4g7AhzdRKY+kDoj51s5EXMwgyp5ddtlreDAsWefMdOx+agWqgm0H2XSZ/ueanHHVM89fnf5OJnlxa8Q==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/runtime": "^7.25.0", |
| "flow-enums-runtime": "^0.0.6" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-source-map": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.84.4.tgz", |
| "integrity": "sha512-jbWkPxIesVuo1IWkvezmMJld6iu8nD62GsrZiV6jP37AOdbo4OBq1FJ+qkOg8sV05wAHB//jAbziuW0SlJfW4g==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/traverse": "^7.29.0", |
| "@babel/types": "^7.29.0", |
| "flow-enums-runtime": "^0.0.6", |
| "invariant": "^2.2.4", |
| "metro-symbolicate": "0.84.4", |
| "nullthrows": "^1.1.1", |
| "ob1": "0.84.4", |
| "source-map": "^0.5.6", |
| "vlq": "^1.0.0" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-symbolicate": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.84.4.tgz", |
| "integrity": "sha512-OnfpacxUqGPZQ27t8qK9mFa7uqHIlVWeqRqkCbvMvreEBiamEeOn8krKtcwgP5M4cYDPwuSmCTopHMVthqG4zA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6", |
| "invariant": "^2.2.4", |
| "metro-source-map": "0.84.4", |
| "nullthrows": "^1.1.1", |
| "source-map": "^0.5.6", |
| "vlq": "^1.0.0" |
| }, |
| "bin": { |
| "metro-symbolicate": "src/index.js" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-transform-plugins": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.84.4.tgz", |
| "integrity": "sha512-kehr6HbAecqD0/a3xLXobELdPaAmRAl8bel0qagPF4vhZtux93nS8S4eq2kgKt6J2GnQpVjSoW1PXdst04mwow==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@babel/generator": "^7.29.1", |
| "@babel/template": "^7.28.6", |
| "@babel/traverse": "^7.29.0", |
| "flow-enums-runtime": "^0.0.6", |
| "nullthrows": "^1.1.1" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/metro-transform-worker": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.84.4.tgz", |
| "integrity": "sha512-W1IYMvvXTu4MxYr7d9h7CeG2vpIr3bmLLIavkPY4O1ilzDrvS8z/NEe6y+pC44Ff7raMXQgYSfdqDUwN/i39gg==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@babel/generator": "^7.29.1", |
| "@babel/parser": "^7.29.0", |
| "@babel/types": "^7.29.0", |
| "flow-enums-runtime": "^0.0.6", |
| "metro": "0.84.4", |
| "metro-babel-transformer": "0.84.4", |
| "metro-cache": "0.84.4", |
| "metro-cache-key": "0.84.4", |
| "metro-minify-terser": "0.84.4", |
| "metro-source-map": "0.84.4", |
| "metro-transform-plugins": "0.84.4", |
| "nullthrows": "^1.1.1" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/mime-db": { |
| "version": "1.54.0", |
| "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", |
| "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", |
| "license": "MIT", |
| "peer": true, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/mime-types": { |
| "version": "3.0.2", |
| "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", |
| "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "mime-db": "^1.54.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/express" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/negotiator": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", |
| "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", |
| "license": "MIT", |
| "peer": true, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/ob1": { |
| "version": "0.84.4", |
| "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.84.4.tgz", |
| "integrity": "sha512-eJXMpz4aQHXF/YBB9ddqZDIS+ooO91hObo9FoW/xBkr54/zCwYYCDqT/O54vNo8kOkWs5Ou/y28NgdrV0edQNA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6" |
| }, |
| "engines": { |
| "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" |
| } |
| }, |
| "node_modules/@react-native/metro-config/node_modules/yaml": { |
| "version": "2.9.0", |
| "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", |
| "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", |
| "license": "ISC", |
| "peer": true, |
| "bin": { |
| "yaml": "bin.mjs" |
| }, |
| "engines": { |
| "node": ">= 14.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/eemeli" |
| } |
| }, |
| "node_modules/@react-native/normalize-colors": { |
| "version": "0.81.5", |
| "license": "MIT" |
| }, |
| "node_modules/@react-navigation/bottom-tabs": { |
| "version": "7.18.9", |
| "resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-7.18.9.tgz", |
| "integrity": "sha512-QmKYkoiPuG/0VucK5RqSUQJcPDdvLqd0tSUq6yaUdhTZYMHqsADPGHXIkWCd8F+On6Bya9qR6M7ZsmAUqpxHOA==", |
| "license": "MIT", |
| "dependencies": { |
| "@react-navigation/elements": "^2.9.31", |
| "color": "^4.2.3", |
| "sf-symbols-typescript": "^2.1.0" |
| }, |
| "peerDependencies": { |
| "@react-navigation/native": "^7.3.9", |
| "react": ">= 18.2.0", |
| "react-native": "*", |
| "react-native-safe-area-context": ">= 4.0.0", |
| "react-native-screens": ">= 4.0.0" |
| } |
| }, |
| "node_modules/@react-navigation/core": { |
| "version": "7.21.6", |
| "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.21.6.tgz", |
| "integrity": "sha512-4+eJk66Kqr6HI/MM29PZB/bww1jaKLmatwM65rCcgWl26IRXVEjEB/p9nEVUxB4xfVYjC7/6Bd34ZW9j4MfUvA==", |
| "license": "MIT", |
| "dependencies": { |
| "@react-navigation/routers": "^7.6.1", |
| "escape-string-regexp": "^4.0.0", |
| "fast-deep-equal": "^3.1.3", |
| "nanoid": "^3.3.11", |
| "query-string": "^7.1.3", |
| "react-is": "^19.1.0", |
| "use-latest-callback": "^0.2.4", |
| "use-sync-external-store": "^1.5.0" |
| }, |
| "peerDependencies": { |
| "react": ">= 18.2.0" |
| } |
| }, |
| "node_modules/@react-navigation/core/node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/@react-navigation/core/node_modules/react-is": { |
| "version": "19.2.7", |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.7.tgz", |
| "integrity": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==", |
| "license": "MIT" |
| }, |
| "node_modules/@react-navigation/elements": { |
| "version": "2.9.31", |
| "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-2.9.31.tgz", |
| "integrity": "sha512-VA6H/mjaObhcs4c/2nvlPOI1aWHq4GVaCvKerayZ62gU5NBLRJwJO3JHBjsFYSyaHG7N9S/uwsJ71To4CcsF6Q==", |
| "license": "MIT", |
| "dependencies": { |
| "color": "^4.2.3", |
| "use-latest-callback": "^0.2.4", |
| "use-sync-external-store": "^1.5.0" |
| }, |
| "peerDependencies": { |
| "@react-native-masked-view/masked-view": ">= 0.2.0", |
| "@react-navigation/native": "^7.3.9", |
| "react": ">= 18.2.0", |
| "react-native": "*", |
| "react-native-safe-area-context": ">= 4.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@react-native-masked-view/masked-view": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@react-navigation/native": { |
| "version": "7.3.9", |
| "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.3.9.tgz", |
| "integrity": "sha512-m18h19M6Xu5kRME2F23GZMymtnFu7xsv5WLSwnMDFolN4o8mhS+F0QHhaibs1M0ylfx7jxe4mGR9a4aHY3xVgA==", |
| "license": "MIT", |
| "dependencies": { |
| "@react-navigation/core": "^7.21.6", |
| "escape-string-regexp": "^4.0.0", |
| "fast-deep-equal": "^3.1.3", |
| "nanoid": "^3.3.11", |
| "standard-navigation": "^0.0.8", |
| "use-latest-callback": "^0.2.4" |
| }, |
| "peerDependencies": { |
| "react": ">= 18.2.0", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/@react-navigation/native-stack": { |
| "version": "7.18.1", |
| "resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-7.18.1.tgz", |
| "integrity": "sha512-IhnchebVxOYEE/YsLJEXmuGcM4a2eze+u9Dk4wpfeC69MLmreWq/7wZNt8Iow2e6/yRsHuQ9qEjKqA+PsWupPQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@react-navigation/elements": "^2.9.31", |
| "color": "^4.2.3", |
| "sf-symbols-typescript": "^2.1.0", |
| "warn-once": "^0.1.1" |
| }, |
| "peerDependencies": { |
| "@react-navigation/native": "^7.3.9", |
| "react": ">= 18.2.0", |
| "react-native": "*", |
| "react-native-safe-area-context": ">= 4.0.0", |
| "react-native-screens": ">= 4.0.0" |
| } |
| }, |
| "node_modules/@react-navigation/native/node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/@react-navigation/routers": { |
| "version": "7.6.1", |
| "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.6.1.tgz", |
| "integrity": "sha512-iXP74kJHPfAi1TE17cIqlj3Ppvf624/C8NdKf7JG2ApoPXDCEqe4K8CsuR3oPUVafWDRIabgbSTMI2gazAuMGA==", |
| "license": "MIT", |
| "dependencies": { |
| "nanoid": "^3.3.11" |
| } |
| }, |
| "node_modules/@shopify/flash-list": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/@shopify/flash-list/-/flash-list-2.0.2.tgz", |
| "integrity": "sha512-zhlrhA9eiuEzja4wxVvotgXHtqd3qsYbXkQ3rsBfOgbFA9BVeErpDE/yEwtlIviRGEqpuFj/oU5owD6ByaNX+w==", |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "2.8.1" |
| }, |
| "peerDependencies": { |
| "@babel/runtime": "*", |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/@sinclair/typebox": { |
| "version": "0.27.12", |
| "license": "MIT" |
| }, |
| "node_modules/@sindresorhus/is": { |
| "version": "4.6.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sindresorhus/is?sponsor=1" |
| } |
| }, |
| "node_modules/@sinonjs/commons": { |
| "version": "3.0.1", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "type-detect": "4.0.8" |
| } |
| }, |
| "node_modules/@sinonjs/fake-timers": { |
| "version": "10.3.0", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@sinonjs/commons": "^3.0.0" |
| } |
| }, |
| "node_modules/@szmarczak/http-timer": { |
| "version": "4.0.6", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "defer-to-connect": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/@types/babel__core": { |
| "version": "7.20.5", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.20.7", |
| "@babel/types": "^7.20.7", |
| "@types/babel__generator": "*", |
| "@types/babel__template": "*", |
| "@types/babel__traverse": "*" |
| } |
| }, |
| "node_modules/@types/babel__generator": { |
| "version": "7.27.0", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.0.0" |
| } |
| }, |
| "node_modules/@types/babel__template": { |
| "version": "7.4.4", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.1.0", |
| "@babel/types": "^7.0.0" |
| } |
| }, |
| "node_modules/@types/babel__traverse": { |
| "version": "7.28.0", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.28.2" |
| } |
| }, |
| "node_modules/@types/cacheable-request": { |
| "version": "6.0.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/http-cache-semantics": "*", |
| "@types/keyv": "^3.1.4", |
| "@types/node": "*", |
| "@types/responselike": "^1.0.0" |
| } |
| }, |
| "node_modules/@types/graceful-fs": { |
| "version": "4.1.9", |
| "license": "MIT", |
| "dependencies": { |
| "@types/node": "*" |
| } |
| }, |
| "node_modules/@types/hammerjs": { |
| "version": "2.0.46", |
| "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.46.tgz", |
| "integrity": "sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw==", |
| "license": "MIT" |
| }, |
| "node_modules/@types/http-cache-semantics": { |
| "version": "4.2.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/istanbul-lib-coverage": { |
| "version": "2.0.6", |
| "license": "MIT" |
| }, |
| "node_modules/@types/istanbul-lib-report": { |
| "version": "3.0.3", |
| "license": "MIT", |
| "dependencies": { |
| "@types/istanbul-lib-coverage": "*" |
| } |
| }, |
| "node_modules/@types/istanbul-reports": { |
| "version": "3.0.4", |
| "license": "MIT", |
| "dependencies": { |
| "@types/istanbul-lib-report": "*" |
| } |
| }, |
| "node_modules/@types/keyv": { |
| "version": "3.1.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/node": "*" |
| } |
| }, |
| "node_modules/@types/node": { |
| "version": "26.1.1", |
| "license": "MIT", |
| "dependencies": { |
| "undici-types": "~8.3.0" |
| } |
| }, |
| "node_modules/@types/react": { |
| "version": "19.1.17", |
| "devOptional": true, |
| "license": "MIT", |
| "dependencies": { |
| "csstype": "^3.0.2" |
| } |
| }, |
| "node_modules/@types/responselike": { |
| "version": "1.0.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/node": "*" |
| } |
| }, |
| "node_modules/@types/stack-utils": { |
| "version": "2.0.3", |
| "license": "MIT" |
| }, |
| "node_modules/@types/yargs": { |
| "version": "17.0.35", |
| "license": "MIT", |
| "dependencies": { |
| "@types/yargs-parser": "*" |
| } |
| }, |
| "node_modules/@types/yargs-parser": { |
| "version": "21.0.3", |
| "license": "MIT" |
| }, |
| "node_modules/@ungap/structured-clone": { |
| "version": "1.3.3", |
| "license": "ISC" |
| }, |
| "node_modules/@urql/core": { |
| "version": "5.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "@0no-co/graphql.web": "^1.0.13", |
| "wonka": "^6.3.2" |
| } |
| }, |
| "node_modules/@urql/exchange-retry": { |
| "version": "1.3.2", |
| "license": "MIT", |
| "dependencies": { |
| "@urql/core": "^5.1.2", |
| "wonka": "^6.3.2" |
| }, |
| "peerDependencies": { |
| "@urql/core": "^5.0.0" |
| } |
| }, |
| "node_modules/@xmldom/xmldom": { |
| "version": "0.8.13", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10.0.0" |
| } |
| }, |
| "node_modules/abort-controller": { |
| "version": "3.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "event-target-shim": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=6.5" |
| } |
| }, |
| "node_modules/accepts": { |
| "version": "1.3.8", |
| "license": "MIT", |
| "dependencies": { |
| "mime-types": "~2.1.34", |
| "negotiator": "0.6.3" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/acorn": { |
| "version": "8.17.0", |
| "license": "MIT", |
| "bin": { |
| "acorn": "bin/acorn" |
| }, |
| "engines": { |
| "node": ">=0.4.0" |
| } |
| }, |
| "node_modules/agent-base": { |
| "version": "7.1.4", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/ajv": { |
| "version": "8.20.0", |
| "license": "MIT", |
| "dependencies": { |
| "fast-deep-equal": "^3.1.3", |
| "fast-uri": "^3.0.1", |
| "json-schema-traverse": "^1.0.0", |
| "require-from-string": "^2.0.2" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/epoberezkin" |
| } |
| }, |
| "node_modules/anser": { |
| "version": "1.4.10", |
| "license": "MIT" |
| }, |
| "node_modules/ansi-escapes": { |
| "version": "4.3.2", |
| "license": "MIT", |
| "dependencies": { |
| "type-fest": "^0.21.3" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/ansi-escapes/node_modules/type-fest": { |
| "version": "0.21.3", |
| "license": "(MIT OR CC0-1.0)", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/ansi-regex": { |
| "version": "5.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/ansi-styles": { |
| "version": "3.2.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^1.9.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/any-promise": { |
| "version": "1.3.0", |
| "license": "MIT" |
| }, |
| "node_modules/anymatch": { |
| "version": "3.1.3", |
| "license": "ISC", |
| "dependencies": { |
| "normalize-path": "^3.0.0", |
| "picomatch": "^2.0.4" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/arg": { |
| "version": "5.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/argparse": { |
| "version": "1.0.10", |
| "license": "MIT", |
| "dependencies": { |
| "sprintf-js": "~1.0.2" |
| } |
| }, |
| "node_modules/aria-hidden": { |
| "version": "1.2.6", |
| "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz", |
| "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==", |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/asap": { |
| "version": "2.0.6", |
| "license": "MIT" |
| }, |
| "node_modules/async-limiter": { |
| "version": "1.0.1", |
| "license": "MIT" |
| }, |
| "node_modules/babel-jest": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/transform": "^29.7.0", |
| "@types/babel__core": "^7.1.14", |
| "babel-plugin-istanbul": "^6.1.1", |
| "babel-preset-jest": "^29.6.3", |
| "chalk": "^4.0.0", |
| "graceful-fs": "^4.2.9", |
| "slash": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.8.0" |
| } |
| }, |
| "node_modules/babel-jest/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/babel-jest/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/babel-jest/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/babel-jest/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/babel-jest/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/babel-jest/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/babel-plugin-istanbul": { |
| "version": "6.1.1", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.0.0", |
| "@istanbuljs/load-nyc-config": "^1.0.0", |
| "@istanbuljs/schema": "^0.1.2", |
| "istanbul-lib-instrument": "^5.0.4", |
| "test-exclude": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/babel-plugin-jest-hoist": { |
| "version": "29.6.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/template": "^7.3.3", |
| "@babel/types": "^7.3.3", |
| "@types/babel__core": "^7.1.14", |
| "@types/babel__traverse": "^7.0.6" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/babel-plugin-polyfill-corejs2": { |
| "version": "0.4.17", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/compat-data": "^7.28.6", |
| "@babel/helper-define-polyfill-provider": "^0.6.8", |
| "semver": "^6.3.1" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { |
| "version": "6.3.1", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/babel-plugin-polyfill-corejs3": { |
| "version": "0.13.0", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-define-polyfill-provider": "^0.6.5", |
| "core-js-compat": "^3.43.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/babel-plugin-polyfill-regenerator": { |
| "version": "0.6.8", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-define-polyfill-provider": "^0.6.8" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/babel-plugin-react-compiler": { |
| "version": "1.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.26.0" |
| } |
| }, |
| "node_modules/babel-plugin-react-native-web": { |
| "version": "0.21.2", |
| "license": "MIT" |
| }, |
| "node_modules/babel-plugin-syntax-hermes-parser": { |
| "version": "0.29.1", |
| "license": "MIT", |
| "dependencies": { |
| "hermes-parser": "0.29.1" |
| } |
| }, |
| "node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-estree": { |
| "version": "0.29.1", |
| "license": "MIT" |
| }, |
| "node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-parser": { |
| "version": "0.29.1", |
| "license": "MIT", |
| "dependencies": { |
| "hermes-estree": "0.29.1" |
| } |
| }, |
| "node_modules/babel-plugin-transform-flow-enums": { |
| "version": "0.0.2", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/plugin-syntax-flow": "^7.12.1" |
| } |
| }, |
| "node_modules/babel-preset-current-node-syntax": { |
| "version": "1.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/plugin-syntax-async-generators": "^7.8.4", |
| "@babel/plugin-syntax-bigint": "^7.8.3", |
| "@babel/plugin-syntax-class-properties": "^7.12.13", |
| "@babel/plugin-syntax-class-static-block": "^7.14.5", |
| "@babel/plugin-syntax-import-attributes": "^7.24.7", |
| "@babel/plugin-syntax-import-meta": "^7.10.4", |
| "@babel/plugin-syntax-json-strings": "^7.8.3", |
| "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", |
| "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", |
| "@babel/plugin-syntax-numeric-separator": "^7.10.4", |
| "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
| "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", |
| "@babel/plugin-syntax-optional-chaining": "^7.8.3", |
| "@babel/plugin-syntax-private-property-in-object": "^7.14.5", |
| "@babel/plugin-syntax-top-level-await": "^7.14.5" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0 || ^8.0.0-0" |
| } |
| }, |
| "node_modules/babel-preset-jest": { |
| "version": "29.6.3", |
| "license": "MIT", |
| "dependencies": { |
| "babel-plugin-jest-hoist": "^29.6.3", |
| "babel-preset-current-node-syntax": "^1.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/balanced-match": { |
| "version": "4.0.4", |
| "license": "MIT", |
| "engines": { |
| "node": "18 || 20 || >=22" |
| } |
| }, |
| "node_modules/base64-js": { |
| "version": "1.5.1", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/baseline-browser-mapping": { |
| "version": "2.10.43", |
| "license": "Apache-2.0", |
| "bin": { |
| "baseline-browser-mapping": "dist/cli.cjs" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/better-opn": { |
| "version": "3.0.2", |
| "license": "MIT", |
| "dependencies": { |
| "open": "^8.0.4" |
| }, |
| "engines": { |
| "node": ">=12.0.0" |
| } |
| }, |
| "node_modules/better-opn/node_modules/open": { |
| "version": "8.4.2", |
| "license": "MIT", |
| "dependencies": { |
| "define-lazy-prop": "^2.0.0", |
| "is-docker": "^2.1.1", |
| "is-wsl": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/big-integer": { |
| "version": "1.6.52", |
| "license": "Unlicense", |
| "engines": { |
| "node": ">=0.6" |
| } |
| }, |
| "node_modules/bplist-creator": { |
| "version": "0.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "stream-buffers": "2.2.x" |
| } |
| }, |
| "node_modules/bplist-parser": { |
| "version": "0.3.1", |
| "license": "MIT", |
| "dependencies": { |
| "big-integer": "1.6.x" |
| }, |
| "engines": { |
| "node": ">= 5.10.0" |
| } |
| }, |
| "node_modules/brace-expansion": { |
| "version": "5.0.7", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^4.0.2" |
| }, |
| "engines": { |
| "node": "18 || 20 || >=22" |
| } |
| }, |
| "node_modules/braces": { |
| "version": "3.0.3", |
| "license": "MIT", |
| "dependencies": { |
| "fill-range": "^7.1.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/browserslist": { |
| "version": "4.28.6", |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/browserslist" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "baseline-browser-mapping": "^2.10.42", |
| "caniuse-lite": "^1.0.30001803", |
| "electron-to-chromium": "^1.5.389", |
| "node-releases": "^2.0.51", |
| "update-browserslist-db": "^1.2.3" |
| }, |
| "bin": { |
| "browserslist": "cli.js" |
| }, |
| "engines": { |
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| } |
| }, |
| "node_modules/bser": { |
| "version": "2.1.1", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "node-int64": "^0.4.0" |
| } |
| }, |
| "node_modules/buffer": { |
| "version": "5.7.1", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "base64-js": "^1.3.1", |
| "ieee754": "^1.1.13" |
| } |
| }, |
| "node_modules/buffer-from": { |
| "version": "1.1.2", |
| "license": "MIT" |
| }, |
| "node_modules/bytes": { |
| "version": "3.1.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/cacheable-lookup": { |
| "version": "5.0.4", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10.6.0" |
| } |
| }, |
| "node_modules/cacheable-request": { |
| "version": "7.0.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "clone-response": "^1.0.2", |
| "get-stream": "^5.1.0", |
| "http-cache-semantics": "^4.0.0", |
| "keyv": "^4.0.0", |
| "lowercase-keys": "^2.0.0", |
| "normalize-url": "^6.0.1", |
| "responselike": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/camelcase": { |
| "version": "6.3.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/caniuse-lite": { |
| "version": "1.0.30001806", |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/caniuse-lite" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "CC-BY-4.0" |
| }, |
| "node_modules/chalk": { |
| "version": "2.4.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^3.2.1", |
| "escape-string-regexp": "^1.0.5", |
| "supports-color": "^5.3.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/chownr": { |
| "version": "3.0.0", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/chrome-launcher": { |
| "version": "0.15.2", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@types/node": "*", |
| "escape-string-regexp": "^4.0.0", |
| "is-wsl": "^2.2.0", |
| "lighthouse-logger": "^1.0.0" |
| }, |
| "bin": { |
| "print-chrome-path": "bin/print-chrome-path.js" |
| }, |
| "engines": { |
| "node": ">=12.13.0" |
| } |
| }, |
| "node_modules/chrome-launcher/node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/chromium-edge-launcher": { |
| "version": "0.2.0", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@types/node": "*", |
| "escape-string-regexp": "^4.0.0", |
| "is-wsl": "^2.2.0", |
| "lighthouse-logger": "^1.0.0", |
| "mkdirp": "^1.0.4", |
| "rimraf": "^3.0.2" |
| } |
| }, |
| "node_modules/chromium-edge-launcher/node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/ci-info": { |
| "version": "2.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/cli-cursor": { |
| "version": "2.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "restore-cursor": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/cli-spinners": { |
| "version": "2.9.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/client-only": { |
| "version": "0.0.1", |
| "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", |
| "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", |
| "license": "MIT" |
| }, |
| "node_modules/cliui": { |
| "version": "8.0.1", |
| "license": "ISC", |
| "dependencies": { |
| "string-width": "^4.2.0", |
| "strip-ansi": "^6.0.1", |
| "wrap-ansi": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/clone": { |
| "version": "1.0.4", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8" |
| } |
| }, |
| "node_modules/clone-response": { |
| "version": "1.0.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "mimic-response": "^1.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/color": { |
| "version": "4.2.3", |
| "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", |
| "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1", |
| "color-string": "^1.9.0" |
| }, |
| "engines": { |
| "node": ">=12.5.0" |
| } |
| }, |
| "node_modules/color-convert": { |
| "version": "1.9.3", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "1.1.3" |
| } |
| }, |
| "node_modules/color-name": { |
| "version": "1.1.3", |
| "license": "MIT" |
| }, |
| "node_modules/color-string": { |
| "version": "1.9.1", |
| "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", |
| "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "^1.0.0", |
| "simple-swizzle": "^0.2.2" |
| } |
| }, |
| "node_modules/color/node_modules/color-convert": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
| "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/color/node_modules/color-name": { |
| "version": "1.1.4", |
| "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
| "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
| "license": "MIT" |
| }, |
| "node_modules/commander": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/compressible": { |
| "version": "2.0.18", |
| "license": "MIT", |
| "dependencies": { |
| "mime-db": ">= 1.43.0 < 2" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/compression": { |
| "version": "1.8.1", |
| "license": "MIT", |
| "dependencies": { |
| "bytes": "3.1.2", |
| "compressible": "~2.0.18", |
| "debug": "2.6.9", |
| "negotiator": "~0.6.4", |
| "on-headers": "~1.1.0", |
| "safe-buffer": "5.2.1", |
| "vary": "~1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/compression/node_modules/debug": { |
| "version": "2.6.9", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/compression/node_modules/ms": { |
| "version": "2.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/compression/node_modules/negotiator": { |
| "version": "0.6.4", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/concat-map": { |
| "version": "0.0.1", |
| "license": "MIT" |
| }, |
| "node_modules/connect": { |
| "version": "3.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "2.6.9", |
| "finalhandler": "1.1.2", |
| "parseurl": "~1.3.3", |
| "utils-merge": "1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.10.0" |
| } |
| }, |
| "node_modules/connect/node_modules/debug": { |
| "version": "2.6.9", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/connect/node_modules/ms": { |
| "version": "2.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/convert-source-map": { |
| "version": "2.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/core-js-compat": { |
| "version": "3.49.0", |
| "license": "MIT", |
| "dependencies": { |
| "browserslist": "^4.28.1" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/core-js" |
| } |
| }, |
| "node_modules/cross-fetch": { |
| "version": "3.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "node-fetch": "^2.7.0" |
| } |
| }, |
| "node_modules/cross-spawn": { |
| "version": "7.0.6", |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^3.1.0", |
| "shebang-command": "^2.0.0", |
| "which": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/css-in-js-utils": { |
| "version": "3.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "hyphenate-style-name": "^1.0.3" |
| } |
| }, |
| "node_modules/csstype": { |
| "version": "3.2.3", |
| "devOptional": true, |
| "license": "MIT" |
| }, |
| "node_modules/date-fns": { |
| "version": "4.4.0", |
| "license": "MIT", |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/kossnocorp" |
| } |
| }, |
| "node_modules/debug": { |
| "version": "4.4.3", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.3" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "peerDependenciesMeta": { |
| "supports-color": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/decode-uri-component": { |
| "version": "0.2.2", |
| "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", |
| "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10" |
| } |
| }, |
| "node_modules/decompress-response": { |
| "version": "6.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "mimic-response": "^3.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/decompress-response/node_modules/mimic-response": { |
| "version": "3.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/deep-extend": { |
| "version": "0.6.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4.0.0" |
| } |
| }, |
| "node_modules/deepmerge": { |
| "version": "4.3.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/defaults": { |
| "version": "1.0.4", |
| "license": "MIT", |
| "dependencies": { |
| "clone": "^1.0.2" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/defer-to-connect": { |
| "version": "2.0.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/define-lazy-prop": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/depd": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/destroy": { |
| "version": "1.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8", |
| "npm": "1.2.8000 || >= 1.4.16" |
| } |
| }, |
| "node_modules/detect-libc": { |
| "version": "2.1.2", |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/detect-node-es": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz", |
| "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==", |
| "license": "MIT" |
| }, |
| "node_modules/dotenv": { |
| "version": "16.4.7", |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://dotenvx.com" |
| } |
| }, |
| "node_modules/dotenv-expand": { |
| "version": "11.0.7", |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "dotenv": "^16.4.5" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://dotenvx.com" |
| } |
| }, |
| "node_modules/ee-first": { |
| "version": "1.1.1", |
| "license": "MIT" |
| }, |
| "node_modules/electron-to-chromium": { |
| "version": "1.5.392", |
| "license": "ISC" |
| }, |
| "node_modules/emoji-regex": { |
| "version": "8.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/encodeurl": { |
| "version": "1.0.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/end-of-stream": { |
| "version": "1.4.5", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "once": "^1.4.0" |
| } |
| }, |
| "node_modules/env-editor": { |
| "version": "0.4.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/error-stack-parser": { |
| "version": "2.1.4", |
| "license": "MIT", |
| "dependencies": { |
| "stackframe": "^1.3.4" |
| } |
| }, |
| "node_modules/es-errors": { |
| "version": "1.3.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/escalade": { |
| "version": "3.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/escape-html": { |
| "version": "1.0.3", |
| "license": "MIT" |
| }, |
| "node_modules/escape-string-regexp": { |
| "version": "1.0.5", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.0" |
| } |
| }, |
| "node_modules/esprima": { |
| "version": "4.0.1", |
| "license": "BSD-2-Clause", |
| "bin": { |
| "esparse": "bin/esparse.js", |
| "esvalidate": "bin/esvalidate.js" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/etag": { |
| "version": "1.8.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/event-target-shim": { |
| "version": "5.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/expo": { |
| "version": "54.0.36", |
| "resolved": "https://registry.npmjs.org/expo/-/expo-54.0.36.tgz", |
| "integrity": "sha512-HMHp1H+actmnX85NJE6lILKzSJV6pTDNkwghq9EMOP3zTynjvBYVqJGSLlm6sEVzJCC5Z2ZiKgLvtsHrqlY0dg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.20.0", |
| "@expo/cli": "54.0.26", |
| "@expo/config": "~12.0.14", |
| "@expo/config-plugins": "~54.0.5", |
| "@expo/devtools": "0.1.8", |
| "@expo/fingerprint": "0.15.5", |
| "@expo/metro": "~54.2.0", |
| "@expo/metro-config": "54.0.17", |
| "@expo/vector-icons": "^15.0.3", |
| "@ungap/structured-clone": "^1.3.0", |
| "babel-preset-expo": "~54.0.12", |
| "expo-asset": "~12.0.13", |
| "expo-constants": "~18.0.13", |
| "expo-file-system": "~19.0.23", |
| "expo-font": "~14.0.12", |
| "expo-keep-awake": "~15.0.8", |
| "expo-modules-autolinking": "3.0.26", |
| "expo-modules-core": "3.0.30", |
| "pretty-format": "^29.7.0", |
| "react-refresh": "^0.14.2", |
| "whatwg-url-without-unicode": "8.0.0-3" |
| }, |
| "bin": { |
| "expo": "bin/cli", |
| "expo-modules-autolinking": "bin/autolinking", |
| "fingerprint": "bin/fingerprint" |
| }, |
| "peerDependencies": { |
| "@expo/dom-webview": "*", |
| "@expo/metro-runtime": "*", |
| "react": "*", |
| "react-native": "*", |
| "react-native-webview": "*" |
| }, |
| "peerDependenciesMeta": { |
| "@expo/dom-webview": { |
| "optional": true |
| }, |
| "@expo/metro-runtime": { |
| "optional": true |
| }, |
| "react-native-webview": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-av": { |
| "version": "16.0.8", |
| "resolved": "https://registry.npmjs.org/expo-av/-/expo-av-16.0.8.tgz", |
| "integrity": "sha512-cmVPftGR/ca7XBgs7R6ky36lF3OC0/MM/lpgX/yXqfv0jASTsh7AYX9JxHCwFmF+Z6JEB1vne9FDx4GiLcGreQ==", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*", |
| "react-native": "*", |
| "react-native-web": "*" |
| }, |
| "peerDependenciesMeta": { |
| "react-native-web": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-background-fetch": { |
| "version": "14.0.9", |
| "resolved": "https://registry.npmjs.org/expo-background-fetch/-/expo-background-fetch-14.0.9.tgz", |
| "integrity": "sha512-IhdbjIu9EdsYaL7mCCvf/i48Qy4a5rpRy038/4KNUoa9xmsETRwFCdsoZj4VHg4dVt2D0kiDrgqVVlPBSSWt+Q==", |
| "license": "MIT", |
| "dependencies": { |
| "expo-task-manager": "~14.0.9" |
| }, |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo-constants": { |
| "version": "18.0.13", |
| "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.13.tgz", |
| "integrity": "sha512-FnZn12E1dRYKDHlAdIyNFhBurKTS3F9CrfrBDJI5m3D7U17KBHMQ6JEfYlSj7LG7t+Ulr+IKaj58L1k5gBwTcQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/config": "~12.0.13", |
| "@expo/env": "~2.0.8" |
| }, |
| "peerDependencies": { |
| "expo": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-dev-client": { |
| "version": "6.0.21", |
| "license": "MIT", |
| "dependencies": { |
| "expo-dev-launcher": "6.0.21", |
| "expo-dev-menu": "7.0.19", |
| "expo-dev-menu-interface": "2.0.0", |
| "expo-manifests": "~1.0.11", |
| "expo-updates-interface": "~2.0.0" |
| }, |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo-dev-launcher": { |
| "version": "6.0.21", |
| "license": "MIT", |
| "dependencies": { |
| "ajv": "^8.11.0", |
| "expo-dev-menu": "7.0.19", |
| "expo-manifests": "~1.0.11" |
| }, |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo-dev-menu": { |
| "version": "7.0.19", |
| "license": "MIT", |
| "dependencies": { |
| "expo-dev-menu-interface": "2.0.0" |
| }, |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo-dev-menu-interface": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo-file-system": { |
| "version": "19.0.23", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-font": { |
| "version": "14.0.12", |
| "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.12.tgz", |
| "integrity": "sha512-QQzunE2Mxk45AsCWm3tK7OpVljbtVnKD58q4/qliev+cbye1IOduUnRIdD+P7DyButw17G9MTX795kgaQiz5hQ==", |
| "license": "MIT", |
| "dependencies": { |
| "fontfaceobserver": "^2.1.0" |
| }, |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-image": { |
| "version": "3.0.11", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*", |
| "react-native": "*", |
| "react-native-web": "*" |
| }, |
| "peerDependenciesMeta": { |
| "react-native-web": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-json-utils": { |
| "version": "0.15.0", |
| "license": "MIT" |
| }, |
| "node_modules/expo-linear-gradient": { |
| "version": "15.0.8", |
| "resolved": "https://registry.npmjs.org/expo-linear-gradient/-/expo-linear-gradient-15.0.8.tgz", |
| "integrity": "sha512-V2d8Wjn0VzhPHO+rrSBtcl+Fo+jUUccdlmQ6OoL9/XQB7Qk3d9lYrqKDJyccwDxmQT10JdST3Tmf2K52NLc3kw==", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-linking": { |
| "version": "8.0.12", |
| "resolved": "https://registry.npmjs.org/expo-linking/-/expo-linking-8.0.12.tgz", |
| "integrity": "sha512-FpXeIpFgZuxihwT9lBo86YD3y6LphBuAhN680MMxm/Y7fmsc57vimn2d3vFu68VI0+Z9w457t494mu2wvlgWTQ==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "expo-constants": "~18.0.13", |
| "invariant": "^2.2.4" |
| }, |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-manifests": { |
| "version": "1.0.11", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/config": "~12.0.13", |
| "expo-json-utils": "~0.15.0" |
| }, |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo-media-library": { |
| "version": "18.2.1", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-modules-autolinking": { |
| "version": "3.0.26", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/spawn-async": "^1.7.2", |
| "chalk": "^4.1.0", |
| "commander": "^7.2.0", |
| "require-from-string": "^2.0.2", |
| "resolve-from": "^5.0.0" |
| }, |
| "bin": { |
| "expo-modules-autolinking": "bin/expo-modules-autolinking.js" |
| } |
| }, |
| "node_modules/expo-modules-autolinking/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/expo-modules-autolinking/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/expo-modules-autolinking/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/expo-modules-autolinking/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/expo-modules-autolinking/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/expo-modules-autolinking/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/expo-modules-core": { |
| "version": "3.0.30", |
| "license": "MIT", |
| "dependencies": { |
| "invariant": "^2.2.4" |
| }, |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-network": { |
| "version": "8.0.8", |
| "resolved": "https://registry.npmjs.org/expo-network/-/expo-network-8.0.8.tgz", |
| "integrity": "sha512-dgrL8UHAmWofqeY4UEjWskCl/RoQAM0DG6PZR8xz2WZt+6aQEboQgFRXowCfhbKZ71d16sNuKXtwBEsp2DtdNw==", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*" |
| } |
| }, |
| "node_modules/expo-router": { |
| "version": "6.0.24", |
| "resolved": "https://registry.npmjs.org/expo-router/-/expo-router-6.0.24.tgz", |
| "integrity": "sha512-KIssKXnwjrdCxPWC8GsMTfKTwng40VrCsO16O9x6fKlfUwBW8itxY9PpCGyQeMJkiEADa+DUhtrDgl+uHg4/DA==", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/metro-runtime": "^6.1.2", |
| "@expo/schema-utils": "^0.1.8", |
| "@radix-ui/react-slot": "1.2.0", |
| "@radix-ui/react-tabs": "^1.1.12", |
| "@react-navigation/bottom-tabs": "^7.4.0", |
| "@react-navigation/native": "^7.1.8", |
| "@react-navigation/native-stack": "^7.3.16", |
| "client-only": "^0.0.1", |
| "debug": "^4.3.4", |
| "escape-string-regexp": "^4.0.0", |
| "expo-server": "^1.0.7", |
| "fast-deep-equal": "^3.1.3", |
| "invariant": "^2.2.4", |
| "nanoid": "^3.3.8", |
| "query-string": "^7.1.3", |
| "react-fast-compare": "^3.2.2", |
| "react-native-is-edge-to-edge": "^1.1.6", |
| "semver": "~7.6.3", |
| "server-only": "^0.0.1", |
| "sf-symbols-typescript": "^2.1.0", |
| "shallowequal": "^1.1.0", |
| "use-latest-callback": "^0.2.1", |
| "vaul": "^1.1.2" |
| }, |
| "peerDependencies": { |
| "@expo/metro-runtime": "^6.1.2", |
| "@react-navigation/drawer": "^7.5.0", |
| "@testing-library/react-native": ">= 12.0.0", |
| "expo": "*", |
| "expo-constants": "^18.0.13", |
| "expo-linking": "^8.0.12", |
| "react": "*", |
| "react-dom": "*", |
| "react-native": "*", |
| "react-native-gesture-handler": "*", |
| "react-native-reanimated": "*", |
| "react-native-safe-area-context": ">= 5.4.0", |
| "react-native-screens": "*", |
| "react-native-web": "*", |
| "react-server-dom-webpack": "~19.0.4 || ~19.1.5 || ~19.2.4" |
| }, |
| "peerDependenciesMeta": { |
| "@react-navigation/drawer": { |
| "optional": true |
| }, |
| "@testing-library/react-native": { |
| "optional": true |
| }, |
| "react-dom": { |
| "optional": true |
| }, |
| "react-native-gesture-handler": { |
| "optional": true |
| }, |
| "react-native-reanimated": { |
| "optional": true |
| }, |
| "react-native-web": { |
| "optional": true |
| }, |
| "react-server-dom-webpack": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/@radix-ui/react-collection": { |
| "version": "1.1.12", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.12.tgz", |
| "integrity": "sha512-nb67INpE0IahJKN7EYPp9m9YGwYeKlnzxT3MwXVkgCskaSJia97kG4T0ywpjNUSSnoJk/uvk12V8vbrEHEj+/Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.3", |
| "@radix-ui/react-context": "1.2.0", |
| "@radix-ui/react-primitive": "2.1.7", |
| "@radix-ui/react-slot": "1.3.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.0.tgz", |
| "integrity": "sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/@radix-ui/react-compose-refs": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.3.tgz", |
| "integrity": "sha512-rYOP8OMnuuPMQF1uhPVlGNcCDlkokKqGFE3JcxFViIkAXP7EvFWUliJAstrapypaBLJNHbZL6jGhbVDGTwmVhA==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/@radix-ui/react-presence": { |
| "version": "1.1.7", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.7.tgz", |
| "integrity": "sha512-zBZ4QM5XG3JRanDmqXYf3MD6th4AFXFmgU6KNMFzUaV6F3uw9I5/zjMUvFriSEn5ewo1nxuibvyxJdmLlDcslA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/@radix-ui/react-primitive": { |
| "version": "2.1.7", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.7.tgz", |
| "integrity": "sha512-bC3NiwsprbxKjuon9l7X6BUTw7FPVzEYaL92MPEY5SCd/9hUTPXVFtVwRix7778wtRsVao+zE062gL79FZleeQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-slot": "1.3.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.0.tgz", |
| "integrity": "sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/@radix-ui/react-roving-focus": { |
| "version": "1.1.15", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.15.tgz", |
| "integrity": "sha512-40svmmugfM3mUN7VUDGVE1tQGOhyi8enlGD0CNJEcMM36C1f71PKM21DFgNHUfem0XnA+d8H8oN3Z9ZpJjSslg==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.5", |
| "@radix-ui/react-collection": "1.1.12", |
| "@radix-ui/react-compose-refs": "1.1.3", |
| "@radix-ui/react-context": "1.2.0", |
| "@radix-ui/react-direction": "1.1.2", |
| "@radix-ui/react-id": "1.1.2", |
| "@radix-ui/react-primitive": "2.1.7", |
| "@radix-ui/react-use-callback-ref": "1.1.2", |
| "@radix-ui/react-use-controllable-state": "1.2.3", |
| "@radix-ui/react-use-is-hydrated": "0.1.1", |
| "@radix-ui/react-use-layout-effect": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/@radix-ui/react-tabs": { |
| "version": "1.1.17", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.17.tgz", |
| "integrity": "sha512-nRyXnrAVCwjeXcHbvEbLS6ndbTeKHG1RqCP4A8Gw5L4cemDzPXdD8rAmr6wet0v57R69wGvuIIsFjHSVkZiMzQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.5", |
| "@radix-ui/react-context": "1.2.0", |
| "@radix-ui/react-direction": "1.1.2", |
| "@radix-ui/react-id": "1.1.2", |
| "@radix-ui/react-presence": "1.1.7", |
| "@radix-ui/react-primitive": "2.1.7", |
| "@radix-ui/react-roving-focus": "1.1.15", |
| "@radix-ui/react-use-controllable-state": "1.2.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo-router/node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/expo-router/node_modules/semver": { |
| "version": "7.6.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", |
| "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/expo-server": { |
| "version": "1.0.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">=20.16.0" |
| } |
| }, |
| "node_modules/expo-sharing": { |
| "version": "14.0.8", |
| "resolved": "https://registry.npmjs.org/expo-sharing/-/expo-sharing-14.0.8.tgz", |
| "integrity": "sha512-A1pPr2iBrxypFDCWVAESk532HK+db7MFXbvO2sCV9ienaFXAk7lIBm6bkqgE6vzRd9O3RGdEGzYx80cYlc089Q==", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo-status-bar": { |
| "version": "3.0.9", |
| "license": "MIT", |
| "dependencies": { |
| "react-native-is-edge-to-edge": "^1.2.1" |
| }, |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-task-manager": { |
| "version": "14.0.9", |
| "resolved": "https://registry.npmjs.org/expo-task-manager/-/expo-task-manager-14.0.9.tgz", |
| "integrity": "sha512-GKWtXrkedr4XChHfTm5IyTcSfMtCPxzx89y4CMVqKfyfROATibrE/8UI5j7UC/pUOfFoYlQvulQEvECMreYuUA==", |
| "license": "MIT", |
| "dependencies": { |
| "unimodules-app-loader": "~6.0.8" |
| }, |
| "peerDependencies": { |
| "expo": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo-updates-interface": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo-video": { |
| "version": "3.0.16", |
| "resolved": "https://registry.npmjs.org/expo-video/-/expo-video-3.0.16.tgz", |
| "integrity": "sha512-H1HlxcHGomZItqisGfW3YL/G9BHtNBfVSimDJcLuyxyU87wFnV8loO9tCjuhufkfh/aTa2sW5BYAjLjg9DvnBQ==", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/expo/node_modules/@expo/cli": { |
| "version": "54.0.26", |
| "license": "MIT", |
| "dependencies": { |
| "@0no-co/graphql.web": "^1.0.8", |
| "@expo/code-signing-certificates": "^0.0.6", |
| "@expo/config": "~12.0.14", |
| "@expo/config-plugins": "~54.0.5", |
| "@expo/devcert": "^1.2.1", |
| "@expo/env": "~2.0.12", |
| "@expo/image-utils": "^0.8.8", |
| "@expo/json-file": "^10.0.16", |
| "@expo/metro": "~54.2.0", |
| "@expo/metro-config": "~54.0.17", |
| "@expo/osascript": "^2.3.8", |
| "@expo/package-manager": "^1.9.10", |
| "@expo/plist": "^0.4.9", |
| "@expo/prebuild-config": "^54.0.9", |
| "@expo/schema-utils": "^0.1.9", |
| "@expo/spawn-async": "^1.7.2", |
| "@expo/ws-tunnel": "^1.0.1", |
| "@expo/xcpretty": "^4.3.0", |
| "@react-native/dev-middleware": "0.81.5", |
| "@urql/core": "^5.0.6", |
| "@urql/exchange-retry": "^1.3.0", |
| "accepts": "^1.3.8", |
| "arg": "^5.0.2", |
| "better-opn": "~3.0.2", |
| "bplist-creator": "0.1.0", |
| "bplist-parser": "^0.3.1", |
| "chalk": "^4.0.0", |
| "ci-info": "^3.3.0", |
| "compression": "^1.7.4", |
| "connect": "^3.7.0", |
| "debug": "^4.3.4", |
| "env-editor": "^0.4.1", |
| "expo-server": "^1.0.7", |
| "freeport-async": "^2.0.0", |
| "getenv": "^2.0.0", |
| "glob": "^13.0.0", |
| "lan-network": "^0.2.1", |
| "minimatch": "^9.0.0", |
| "node-forge": "^1.3.3", |
| "npm-package-arg": "^11.0.0", |
| "ora": "^3.4.0", |
| "picomatch": "^4.0.3", |
| "pretty-bytes": "^5.6.0", |
| "pretty-format": "^29.7.0", |
| "progress": "^2.0.3", |
| "prompts": "^2.3.2", |
| "qrcode-terminal": "0.11.0", |
| "require-from-string": "^2.0.2", |
| "requireg": "^0.2.2", |
| "resolve": "^1.22.2", |
| "resolve-from": "^5.0.0", |
| "resolve.exports": "^2.0.3", |
| "semver": "^7.6.0", |
| "send": "^0.19.0", |
| "slugify": "^1.3.4", |
| "source-map-support": "~0.5.21", |
| "stacktrace-parser": "^0.1.10", |
| "structured-headers": "^0.4.1", |
| "tar": "^7.5.2", |
| "terminal-link": "^2.1.1", |
| "undici": "^6.18.2", |
| "wrap-ansi": "^7.0.0", |
| "ws": "^8.12.1" |
| }, |
| "bin": { |
| "expo-internal": "build/bin/cli" |
| }, |
| "peerDependencies": { |
| "expo": "*", |
| "expo-router": "*", |
| "react-native": "*" |
| }, |
| "peerDependenciesMeta": { |
| "expo-router": { |
| "optional": true |
| }, |
| "react-native": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo/node_modules/@expo/cli/node_modules/@expo/prebuild-config": { |
| "version": "54.0.9", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/config": "~12.0.14", |
| "@expo/config-plugins": "~54.0.5", |
| "@expo/config-types": "^54.0.10", |
| "@expo/image-utils": "^0.8.8", |
| "@expo/json-file": "^10.0.16", |
| "@react-native/normalize-colors": "0.81.5", |
| "debug": "^4.3.1", |
| "resolve-from": "^5.0.0", |
| "semver": "^7.6.0", |
| "xml2js": "0.6.0" |
| }, |
| "peerDependencies": { |
| "expo": "*" |
| } |
| }, |
| "node_modules/expo/node_modules/@expo/json-file": { |
| "version": "10.0.16", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "~7.10.4", |
| "json5": "^2.2.3" |
| } |
| }, |
| "node_modules/expo/node_modules/@expo/json-file/node_modules/@babel/code-frame": { |
| "version": "7.10.4", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/highlight": "^7.10.4" |
| } |
| }, |
| "node_modules/expo/node_modules/@expo/metro-config": { |
| "version": "54.0.17", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.20.0", |
| "@babel/core": "^7.20.0", |
| "@babel/generator": "^7.20.5", |
| "@expo/config": "~12.0.14", |
| "@expo/env": "~2.0.12", |
| "@expo/json-file": "~10.0.16", |
| "@expo/metro": "~54.2.0", |
| "@expo/spawn-async": "^1.7.2", |
| "browserslist": "^4.25.0", |
| "chalk": "^4.1.0", |
| "debug": "^4.3.2", |
| "dotenv": "~16.4.5", |
| "dotenv-expand": "~11.0.6", |
| "getenv": "^2.0.0", |
| "glob": "^13.0.0", |
| "hermes-parser": "^0.29.1", |
| "jsc-safe-url": "^0.2.4", |
| "lightningcss": "^1.30.1", |
| "picomatch": "^4.0.3", |
| "postcss": "~8.4.32", |
| "resolve-from": "^5.0.0" |
| }, |
| "peerDependencies": { |
| "expo": "*" |
| }, |
| "peerDependenciesMeta": { |
| "expo": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/expo/node_modules/babel-preset-expo": { |
| "version": "54.0.12", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.25.9", |
| "@babel/plugin-proposal-decorators": "^7.12.9", |
| "@babel/plugin-proposal-export-default-from": "^7.24.7", |
| "@babel/plugin-syntax-export-default-from": "^7.24.7", |
| "@babel/plugin-transform-class-static-block": "^7.27.1", |
| "@babel/plugin-transform-export-namespace-from": "^7.25.9", |
| "@babel/plugin-transform-flow-strip-types": "^7.25.2", |
| "@babel/plugin-transform-modules-commonjs": "^7.24.8", |
| "@babel/plugin-transform-object-rest-spread": "^7.24.7", |
| "@babel/plugin-transform-parameters": "^7.24.7", |
| "@babel/plugin-transform-private-methods": "^7.24.7", |
| "@babel/plugin-transform-private-property-in-object": "^7.24.7", |
| "@babel/plugin-transform-runtime": "^7.24.7", |
| "@babel/preset-react": "^7.22.15", |
| "@babel/preset-typescript": "^7.23.0", |
| "@react-native/babel-preset": "0.81.5", |
| "babel-plugin-react-compiler": "^1.0.0", |
| "babel-plugin-react-native-web": "~0.21.0", |
| "babel-plugin-syntax-hermes-parser": "^0.29.1", |
| "babel-plugin-transform-flow-enums": "^0.0.2", |
| "debug": "^4.3.4", |
| "resolve-from": "^5.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/runtime": "^7.20.0", |
| "expo": "*", |
| "react-refresh": ">=0.14.0 <1.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@babel/runtime": { |
| "optional": true |
| }, |
| "expo": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/expo/node_modules/balanced-match": { |
| "version": "1.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/expo/node_modules/brace-expansion": { |
| "version": "2.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0" |
| } |
| }, |
| "node_modules/expo/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/expo/node_modules/ci-info": { |
| "version": "3.9.0", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/sibiraj-s" |
| } |
| ], |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/expo/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/expo/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/expo/node_modules/expo-asset": { |
| "version": "12.0.13", |
| "license": "MIT", |
| "dependencies": { |
| "@expo/image-utils": "^0.8.8", |
| "expo-constants": "~18.0.13" |
| }, |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/expo/node_modules/expo-keep-awake": { |
| "version": "15.0.8", |
| "license": "MIT", |
| "peerDependencies": { |
| "expo": "*", |
| "react": "*" |
| } |
| }, |
| "node_modules/expo/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/expo/node_modules/hermes-estree": { |
| "version": "0.29.1", |
| "license": "MIT" |
| }, |
| "node_modules/expo/node_modules/hermes-parser": { |
| "version": "0.29.1", |
| "license": "MIT", |
| "dependencies": { |
| "hermes-estree": "0.29.1" |
| } |
| }, |
| "node_modules/expo/node_modules/minimatch": { |
| "version": "9.0.9", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/expo/node_modules/picomatch": { |
| "version": "4.0.5", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/expo/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/expo/node_modules/ws": { |
| "version": "8.21.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10.0.0" |
| }, |
| "peerDependencies": { |
| "bufferutil": "^4.0.1", |
| "utf-8-validate": ">=5.0.2" |
| }, |
| "peerDependenciesMeta": { |
| "bufferutil": { |
| "optional": true |
| }, |
| "utf-8-validate": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/exponential-backoff": { |
| "version": "3.1.3", |
| "license": "Apache-2.0" |
| }, |
| "node_modules/fast-deep-equal": { |
| "version": "3.1.3", |
| "license": "MIT" |
| }, |
| "node_modules/fast-json-stable-stringify": { |
| "version": "2.1.0", |
| "license": "MIT" |
| }, |
| "node_modules/fast-uri": { |
| "version": "3.1.3", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/fastify" |
| }, |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/fastify" |
| } |
| ], |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/fb-watchman": { |
| "version": "2.0.2", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "bser": "2.1.1" |
| } |
| }, |
| "node_modules/fbjs": { |
| "version": "3.0.5", |
| "license": "MIT", |
| "dependencies": { |
| "cross-fetch": "^3.1.5", |
| "fbjs-css-vars": "^1.0.0", |
| "loose-envify": "^1.0.0", |
| "object-assign": "^4.1.0", |
| "promise": "^7.1.1", |
| "setimmediate": "^1.0.5", |
| "ua-parser-js": "^1.0.35" |
| } |
| }, |
| "node_modules/fbjs-css-vars": { |
| "version": "1.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/fbjs/node_modules/promise": { |
| "version": "7.3.1", |
| "license": "MIT", |
| "dependencies": { |
| "asap": "~2.0.3" |
| } |
| }, |
| "node_modules/fill-range": { |
| "version": "7.1.1", |
| "license": "MIT", |
| "dependencies": { |
| "to-regex-range": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/filter-obj": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", |
| "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/finalhandler": { |
| "version": "1.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "2.6.9", |
| "encodeurl": "~1.0.2", |
| "escape-html": "~1.0.3", |
| "on-finished": "~2.3.0", |
| "parseurl": "~1.3.3", |
| "statuses": "~1.5.0", |
| "unpipe": "~1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/finalhandler/node_modules/debug": { |
| "version": "2.6.9", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/finalhandler/node_modules/ms": { |
| "version": "2.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/find-up": { |
| "version": "4.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^5.0.0", |
| "path-exists": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/flow-enums-runtime": { |
| "version": "0.0.6", |
| "license": "MIT" |
| }, |
| "node_modules/fontfaceobserver": { |
| "version": "2.3.0", |
| "license": "BSD-2-Clause" |
| }, |
| "node_modules/freeport-async": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/fresh": { |
| "version": "0.5.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/fs.realpath": { |
| "version": "1.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/function-bind": { |
| "version": "1.1.2", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/gensync": { |
| "version": "1.0.0-beta.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/get-caller-file": { |
| "version": "2.0.5", |
| "license": "ISC", |
| "engines": { |
| "node": "6.* || 8.* || >= 10.*" |
| } |
| }, |
| "node_modules/get-nonce": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz", |
| "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/get-package-type": { |
| "version": "0.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.0.0" |
| } |
| }, |
| "node_modules/get-stream": { |
| "version": "5.2.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "pump": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/getenv": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/glob": { |
| "version": "13.0.6", |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "minimatch": "^10.2.2", |
| "minipass": "^7.1.3", |
| "path-scurry": "^2.0.2" |
| }, |
| "engines": { |
| "node": "18 || 20 || >=22" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/got": { |
| "version": "11.8.6", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@sindresorhus/is": "^4.0.0", |
| "@szmarczak/http-timer": "^4.0.5", |
| "@types/cacheable-request": "^6.0.1", |
| "@types/responselike": "^1.0.0", |
| "cacheable-lookup": "^5.0.3", |
| "cacheable-request": "^7.0.2", |
| "decompress-response": "^6.0.0", |
| "http2-wrapper": "^1.0.0-beta.5.2", |
| "lowercase-keys": "^2.0.0", |
| "p-cancelable": "^2.0.0", |
| "responselike": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10.19.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sindresorhus/got?sponsor=1" |
| } |
| }, |
| "node_modules/graceful-fs": { |
| "version": "4.2.11", |
| "license": "ISC" |
| }, |
| "node_modules/has-flag": { |
| "version": "3.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/hasown": { |
| "version": "2.0.4", |
| "license": "MIT", |
| "dependencies": { |
| "function-bind": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/hermes-estree": { |
| "version": "0.32.0", |
| "license": "MIT" |
| }, |
| "node_modules/hermes-parser": { |
| "version": "0.32.0", |
| "license": "MIT", |
| "dependencies": { |
| "hermes-estree": "0.32.0" |
| } |
| }, |
| "node_modules/hoist-non-react-statics": { |
| "version": "3.3.2", |
| "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", |
| "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "react-is": "^16.7.0" |
| } |
| }, |
| "node_modules/hoist-non-react-statics/node_modules/react-is": { |
| "version": "16.13.1", |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", |
| "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", |
| "license": "MIT" |
| }, |
| "node_modules/hosted-git-info": { |
| "version": "7.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "lru-cache": "^10.0.1" |
| }, |
| "engines": { |
| "node": "^16.14.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/hosted-git-info/node_modules/lru-cache": { |
| "version": "10.4.3", |
| "license": "ISC" |
| }, |
| "node_modules/http-cache-semantics": { |
| "version": "4.2.0", |
| "dev": true, |
| "license": "BSD-2-Clause" |
| }, |
| "node_modules/http-errors": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "depd": "~2.0.0", |
| "inherits": "~2.0.4", |
| "setprototypeof": "~1.2.0", |
| "statuses": "~2.0.2", |
| "toidentifier": "~1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/express" |
| } |
| }, |
| "node_modules/http-errors/node_modules/statuses": { |
| "version": "2.0.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/http2-wrapper": { |
| "version": "1.0.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "quick-lru": "^5.1.1", |
| "resolve-alpn": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=10.19.0" |
| } |
| }, |
| "node_modules/https-proxy-agent": { |
| "version": "7.0.6", |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.2", |
| "debug": "4" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/hyphenate-style-name": { |
| "version": "1.1.0", |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/ieee754": { |
| "version": "1.2.1", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/ignore": { |
| "version": "5.3.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/image-size": { |
| "version": "1.2.1", |
| "license": "MIT", |
| "dependencies": { |
| "queue": "6.0.2" |
| }, |
| "bin": { |
| "image-size": "bin/image-size.js" |
| }, |
| "engines": { |
| "node": ">=16.x" |
| } |
| }, |
| "node_modules/imurmurhash": { |
| "version": "0.1.4", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.19" |
| } |
| }, |
| "node_modules/inflight": { |
| "version": "1.0.6", |
| "license": "ISC", |
| "dependencies": { |
| "once": "^1.3.0", |
| "wrappy": "1" |
| } |
| }, |
| "node_modules/inherits": { |
| "version": "2.0.4", |
| "license": "ISC" |
| }, |
| "node_modules/ini": { |
| "version": "1.3.8", |
| "license": "ISC" |
| }, |
| "node_modules/inline-style-prefixer": { |
| "version": "7.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "css-in-js-utils": "^3.1.0" |
| } |
| }, |
| "node_modules/invariant": { |
| "version": "2.2.4", |
| "license": "MIT", |
| "dependencies": { |
| "loose-envify": "^1.0.0" |
| } |
| }, |
| "node_modules/is-arrayish": { |
| "version": "0.3.4", |
| "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz", |
| "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==", |
| "license": "MIT" |
| }, |
| "node_modules/is-core-module": { |
| "version": "2.16.2", |
| "license": "MIT", |
| "dependencies": { |
| "hasown": "^2.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-docker": { |
| "version": "2.2.1", |
| "license": "MIT", |
| "bin": { |
| "is-docker": "cli.js" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/is-fullwidth-code-point": { |
| "version": "3.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/is-number": { |
| "version": "7.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.12.0" |
| } |
| }, |
| "node_modules/is-plain-obj": { |
| "version": "2.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/is-wsl": { |
| "version": "2.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "is-docker": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/isexe": { |
| "version": "2.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/istanbul-lib-coverage": { |
| "version": "3.2.2", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/istanbul-lib-instrument": { |
| "version": "5.2.1", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@babel/core": "^7.12.3", |
| "@babel/parser": "^7.14.7", |
| "@istanbuljs/schema": "^0.1.2", |
| "istanbul-lib-coverage": "^3.2.0", |
| "semver": "^6.3.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/istanbul-lib-instrument/node_modules/semver": { |
| "version": "6.3.1", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/jest-environment-node": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/environment": "^29.7.0", |
| "@jest/fake-timers": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "jest-mock": "^29.7.0", |
| "jest-util": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-get-type": { |
| "version": "29.6.3", |
| "license": "MIT", |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-haste-map": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@types/graceful-fs": "^4.1.3", |
| "@types/node": "*", |
| "anymatch": "^3.0.3", |
| "fb-watchman": "^2.0.0", |
| "graceful-fs": "^4.2.9", |
| "jest-regex-util": "^29.6.3", |
| "jest-util": "^29.7.0", |
| "jest-worker": "^29.7.0", |
| "micromatch": "^4.0.4", |
| "walker": "^1.0.8" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "optionalDependencies": { |
| "fsevents": "^2.3.2" |
| } |
| }, |
| "node_modules/jest-haste-map/node_modules/fsevents": { |
| "version": "2.3.3", |
| "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", |
| "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", |
| "hasInstallScript": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| } |
| }, |
| "node_modules/jest-message-util": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.12.13", |
| "@jest/types": "^29.6.3", |
| "@types/stack-utils": "^2.0.0", |
| "chalk": "^4.0.0", |
| "graceful-fs": "^4.2.9", |
| "micromatch": "^4.0.4", |
| "pretty-format": "^29.7.0", |
| "slash": "^3.0.0", |
| "stack-utils": "^2.0.3" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-message-util/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/jest-message-util/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/jest-message-util/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/jest-message-util/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/jest-message-util/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/jest-message-util/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jest-message-util/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jest-mock": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "jest-util": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-regex-util": { |
| "version": "29.6.3", |
| "license": "MIT", |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-util": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "chalk": "^4.0.0", |
| "ci-info": "^3.2.0", |
| "graceful-fs": "^4.2.9", |
| "picomatch": "^2.2.3" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-util/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/jest-util/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/jest-util/node_modules/ci-info": { |
| "version": "3.9.0", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/sibiraj-s" |
| } |
| ], |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jest-util/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/jest-util/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/jest-util/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jest-util/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jest-validate": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "camelcase": "^6.2.0", |
| "chalk": "^4.0.0", |
| "jest-get-type": "^29.6.3", |
| "leven": "^3.1.0", |
| "pretty-format": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-validate/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/jest-validate/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/jest-validate/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/jest-validate/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/jest-validate/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jest-validate/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jest-worker": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@types/node": "*", |
| "jest-util": "^29.7.0", |
| "merge-stream": "^2.0.0", |
| "supports-color": "^8.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-worker/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jest-worker/node_modules/supports-color": { |
| "version": "8.1.1", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/supports-color?sponsor=1" |
| } |
| }, |
| "node_modules/jimp-compact": { |
| "version": "0.16.1", |
| "license": "MIT" |
| }, |
| "node_modules/js-tokens": { |
| "version": "4.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/js-yaml": { |
| "version": "3.15.0", |
| "license": "MIT", |
| "dependencies": { |
| "argparse": "^1.0.7", |
| "esprima": "^4.0.0" |
| }, |
| "bin": { |
| "js-yaml": "bin/js-yaml.js" |
| } |
| }, |
| "node_modules/jsc-safe-url": { |
| "version": "0.2.4", |
| "license": "0BSD" |
| }, |
| "node_modules/jsesc": { |
| "version": "3.1.0", |
| "license": "MIT", |
| "bin": { |
| "jsesc": "bin/jsesc" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/json-buffer": { |
| "version": "3.0.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-schema-traverse": { |
| "version": "1.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/json5": { |
| "version": "2.2.3", |
| "license": "MIT", |
| "bin": { |
| "json5": "lib/cli.js" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/keyv": { |
| "version": "4.5.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "json-buffer": "3.0.1" |
| } |
| }, |
| "node_modules/kleur": { |
| "version": "3.0.3", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/lan-network": { |
| "version": "0.2.1", |
| "license": "MIT", |
| "bin": { |
| "lan-network": "dist/lan-network-cli.js" |
| } |
| }, |
| "node_modules/leven": { |
| "version": "3.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/lighthouse-logger": { |
| "version": "1.4.2", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "debug": "^2.6.9", |
| "marky": "^1.2.2" |
| } |
| }, |
| "node_modules/lighthouse-logger/node_modules/debug": { |
| "version": "2.6.9", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/lighthouse-logger/node_modules/ms": { |
| "version": "2.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/lightningcss": { |
| "version": "1.32.0", |
| "license": "MPL-2.0", |
| "dependencies": { |
| "detect-libc": "^2.0.3" |
| }, |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| }, |
| "optionalDependencies": { |
| "lightningcss-android-arm64": "1.32.0", |
| "lightningcss-darwin-arm64": "1.32.0", |
| "lightningcss-darwin-x64": "1.32.0", |
| "lightningcss-freebsd-x64": "1.32.0", |
| "lightningcss-linux-arm-gnueabihf": "1.32.0", |
| "lightningcss-linux-arm64-gnu": "1.32.0", |
| "lightningcss-linux-arm64-musl": "1.32.0", |
| "lightningcss-linux-x64-gnu": "1.32.0", |
| "lightningcss-linux-x64-musl": "1.32.0", |
| "lightningcss-win32-arm64-msvc": "1.32.0", |
| "lightningcss-win32-x64-msvc": "1.32.0" |
| } |
| }, |
| "node_modules/lightningcss-win32-x64-msvc": { |
| "version": "1.32.0", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-android-arm64": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", |
| "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-darwin-arm64": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", |
| "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-darwin-x64": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", |
| "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-freebsd-x64": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", |
| "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-linux-arm-gnueabihf": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", |
| "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", |
| "cpu": [ |
| "arm" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-linux-arm64-gnu": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", |
| "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-linux-arm64-musl": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", |
| "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-linux-x64-gnu": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", |
| "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-linux-x64-musl": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", |
| "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss/node_modules/lightningcss-win32-arm64-msvc": { |
| "version": "1.32.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", |
| "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lines-and-columns": { |
| "version": "1.2.4", |
| "license": "MIT" |
| }, |
| "node_modules/locate-path": { |
| "version": "5.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^4.1.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/lodash.debounce": { |
| "version": "4.0.8", |
| "license": "MIT" |
| }, |
| "node_modules/lodash.throttle": { |
| "version": "4.1.1", |
| "license": "MIT" |
| }, |
| "node_modules/log-symbols": { |
| "version": "2.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "chalk": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/loose-envify": { |
| "version": "1.4.0", |
| "license": "MIT", |
| "dependencies": { |
| "js-tokens": "^3.0.0 || ^4.0.0" |
| }, |
| "bin": { |
| "loose-envify": "cli.js" |
| } |
| }, |
| "node_modules/lowercase-keys": { |
| "version": "2.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/lru-cache": { |
| "version": "5.1.1", |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^3.0.2" |
| } |
| }, |
| "node_modules/makeerror": { |
| "version": "1.0.12", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "tmpl": "1.0.5" |
| } |
| }, |
| "node_modules/marky": { |
| "version": "1.3.0", |
| "license": "Apache-2.0" |
| }, |
| "node_modules/memoize-one": { |
| "version": "5.2.1", |
| "license": "MIT" |
| }, |
| "node_modules/merge-options": { |
| "version": "3.0.4", |
| "license": "MIT", |
| "dependencies": { |
| "is-plain-obj": "^2.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/merge-stream": { |
| "version": "2.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/metro": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.24.7", |
| "@babel/core": "^7.25.2", |
| "@babel/generator": "^7.25.0", |
| "@babel/parser": "^7.25.3", |
| "@babel/template": "^7.25.0", |
| "@babel/traverse": "^7.25.3", |
| "@babel/types": "^7.25.2", |
| "accepts": "^1.3.7", |
| "chalk": "^4.0.0", |
| "ci-info": "^2.0.0", |
| "connect": "^3.6.5", |
| "debug": "^4.4.0", |
| "error-stack-parser": "^2.0.6", |
| "flow-enums-runtime": "^0.0.6", |
| "graceful-fs": "^4.2.4", |
| "hermes-parser": "0.32.0", |
| "image-size": "^1.0.2", |
| "invariant": "^2.2.4", |
| "jest-worker": "^29.7.0", |
| "jsc-safe-url": "^0.2.2", |
| "lodash.throttle": "^4.1.1", |
| "metro-babel-transformer": "0.83.3", |
| "metro-cache": "0.83.3", |
| "metro-cache-key": "0.83.3", |
| "metro-config": "0.83.3", |
| "metro-core": "0.83.3", |
| "metro-file-map": "0.83.3", |
| "metro-resolver": "0.83.3", |
| "metro-runtime": "0.83.3", |
| "metro-source-map": "0.83.3", |
| "metro-symbolicate": "0.83.3", |
| "metro-transform-plugins": "0.83.3", |
| "metro-transform-worker": "0.83.3", |
| "mime-types": "^2.1.27", |
| "nullthrows": "^1.1.1", |
| "serialize-error": "^2.1.0", |
| "source-map": "^0.5.6", |
| "throat": "^5.0.0", |
| "ws": "^7.5.10", |
| "yargs": "^17.6.2" |
| }, |
| "bin": { |
| "metro": "src/cli.js" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-babel-transformer": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "flow-enums-runtime": "^0.0.6", |
| "hermes-parser": "0.32.0", |
| "nullthrows": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-cache": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "exponential-backoff": "^3.1.1", |
| "flow-enums-runtime": "^0.0.6", |
| "https-proxy-agent": "^7.0.5", |
| "metro-core": "0.83.3" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-cache-key": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-config": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "connect": "^3.6.5", |
| "flow-enums-runtime": "^0.0.6", |
| "jest-validate": "^29.7.0", |
| "metro": "0.83.3", |
| "metro-cache": "0.83.3", |
| "metro-core": "0.83.3", |
| "metro-runtime": "0.83.3", |
| "yaml": "^2.6.1" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-config/node_modules/yaml": { |
| "version": "2.9.0", |
| "license": "ISC", |
| "bin": { |
| "yaml": "bin.mjs" |
| }, |
| "engines": { |
| "node": ">= 14.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/eemeli" |
| } |
| }, |
| "node_modules/metro-core": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6", |
| "lodash.throttle": "^4.1.1", |
| "metro-resolver": "0.83.3" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-file-map": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "^4.4.0", |
| "fb-watchman": "^2.0.0", |
| "flow-enums-runtime": "^0.0.6", |
| "graceful-fs": "^4.2.4", |
| "invariant": "^2.2.4", |
| "jest-worker": "^29.7.0", |
| "micromatch": "^4.0.4", |
| "nullthrows": "^1.1.1", |
| "walker": "^1.0.7" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-minify-terser": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6", |
| "terser": "^5.15.0" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-resolver": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-runtime": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.25.0", |
| "flow-enums-runtime": "^0.0.6" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-source-map": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.25.3", |
| "@babel/traverse--for-generate-function-map": "npm:@babel/traverse@^7.25.3", |
| "@babel/types": "^7.25.2", |
| "flow-enums-runtime": "^0.0.6", |
| "invariant": "^2.2.4", |
| "metro-symbolicate": "0.83.3", |
| "nullthrows": "^1.1.1", |
| "ob1": "0.83.3", |
| "source-map": "^0.5.6", |
| "vlq": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-symbolicate": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6", |
| "invariant": "^2.2.4", |
| "metro-source-map": "0.83.3", |
| "nullthrows": "^1.1.1", |
| "source-map": "^0.5.6", |
| "vlq": "^1.0.0" |
| }, |
| "bin": { |
| "metro-symbolicate": "src/index.js" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-transform-plugins": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@babel/generator": "^7.25.0", |
| "@babel/template": "^7.25.0", |
| "@babel/traverse": "^7.25.3", |
| "flow-enums-runtime": "^0.0.6", |
| "nullthrows": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro-transform-worker": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.25.2", |
| "@babel/generator": "^7.25.0", |
| "@babel/parser": "^7.25.3", |
| "@babel/types": "^7.25.2", |
| "flow-enums-runtime": "^0.0.6", |
| "metro": "0.83.3", |
| "metro-babel-transformer": "0.83.3", |
| "metro-cache": "0.83.3", |
| "metro-cache-key": "0.83.3", |
| "metro-minify-terser": "0.83.3", |
| "metro-source-map": "0.83.3", |
| "metro-transform-plugins": "0.83.3", |
| "nullthrows": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/metro/node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/metro/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/metro/node_modules/chalk": { |
| "version": "4.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/metro/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/metro/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/metro/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/metro/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/micromatch": { |
| "version": "4.0.8", |
| "license": "MIT", |
| "dependencies": { |
| "braces": "^3.0.3", |
| "picomatch": "^2.3.1" |
| }, |
| "engines": { |
| "node": ">=8.6" |
| } |
| }, |
| "node_modules/mime": { |
| "version": "1.6.0", |
| "license": "MIT", |
| "bin": { |
| "mime": "cli.js" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/mime-db": { |
| "version": "1.52.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/mime-types": { |
| "version": "2.1.35", |
| "license": "MIT", |
| "dependencies": { |
| "mime-db": "1.52.0" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/mimic-fn": { |
| "version": "1.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/mimic-response": { |
| "version": "1.0.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/minimatch": { |
| "version": "10.2.5", |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "brace-expansion": "^5.0.5" |
| }, |
| "engines": { |
| "node": "18 || 20 || >=22" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/minimist": { |
| "version": "1.2.8", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/minipass": { |
| "version": "7.1.3", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/minizlib": { |
| "version": "3.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "minipass": "^7.1.2" |
| }, |
| "engines": { |
| "node": ">= 18" |
| } |
| }, |
| "node_modules/mkdirp": { |
| "version": "1.0.4", |
| "license": "MIT", |
| "bin": { |
| "mkdirp": "bin/cmd.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/ms": { |
| "version": "2.1.3", |
| "license": "MIT" |
| }, |
| "node_modules/mz": { |
| "version": "2.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "any-promise": "^1.0.0", |
| "object-assign": "^4.0.1", |
| "thenify-all": "^1.0.0" |
| } |
| }, |
| "node_modules/nanoid": { |
| "version": "3.3.16", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "bin": { |
| "nanoid": "bin/nanoid.cjs" |
| }, |
| "engines": { |
| "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
| } |
| }, |
| "node_modules/negotiator": { |
| "version": "0.6.3", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/nested-error-stacks": { |
| "version": "2.0.1", |
| "license": "MIT" |
| }, |
| "node_modules/node-fetch": { |
| "version": "2.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "whatwg-url": "^5.0.0" |
| }, |
| "engines": { |
| "node": "4.x || >=6.0.0" |
| }, |
| "peerDependencies": { |
| "encoding": "^0.1.0" |
| }, |
| "peerDependenciesMeta": { |
| "encoding": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/node-forge": { |
| "version": "1.4.0", |
| "license": "(BSD-3-Clause OR GPL-2.0)", |
| "engines": { |
| "node": ">= 6.13.0" |
| } |
| }, |
| "node_modules/node-int64": { |
| "version": "0.4.0", |
| "license": "MIT" |
| }, |
| "node_modules/node-releases": { |
| "version": "2.0.51", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/normalize-path": { |
| "version": "3.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/normalize-url": { |
| "version": "6.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm-package-arg": { |
| "version": "11.0.3", |
| "license": "ISC", |
| "dependencies": { |
| "hosted-git-info": "^7.0.0", |
| "proc-log": "^4.0.0", |
| "semver": "^7.3.5", |
| "validate-npm-package-name": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^16.14.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/nullthrows": { |
| "version": "1.1.1", |
| "license": "MIT" |
| }, |
| "node_modules/ob1": { |
| "version": "0.83.3", |
| "license": "MIT", |
| "dependencies": { |
| "flow-enums-runtime": "^0.0.6" |
| }, |
| "engines": { |
| "node": ">=20.19.4" |
| } |
| }, |
| "node_modules/object-assign": { |
| "version": "4.1.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/on-finished": { |
| "version": "2.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "ee-first": "1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/on-headers": { |
| "version": "1.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/once": { |
| "version": "1.4.0", |
| "license": "ISC", |
| "dependencies": { |
| "wrappy": "1" |
| } |
| }, |
| "node_modules/onetime": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "mimic-fn": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/open": { |
| "version": "7.4.2", |
| "license": "MIT", |
| "dependencies": { |
| "is-docker": "^2.0.0", |
| "is-wsl": "^2.1.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/ora": { |
| "version": "3.4.0", |
| "license": "MIT", |
| "dependencies": { |
| "chalk": "^2.4.2", |
| "cli-cursor": "^2.1.0", |
| "cli-spinners": "^2.0.0", |
| "log-symbols": "^2.2.0", |
| "strip-ansi": "^5.2.0", |
| "wcwidth": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/ora/node_modules/ansi-regex": { |
| "version": "4.1.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/ora/node_modules/strip-ansi": { |
| "version": "5.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^4.1.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/p-cancelable": { |
| "version": "2.1.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/p-limit": { |
| "version": "3.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "yocto-queue": "^0.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-locate": { |
| "version": "4.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/p-locate/node_modules/p-limit": { |
| "version": "2.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "p-try": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-try": { |
| "version": "2.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/parse-png": { |
| "version": "2.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "pngjs": "^3.3.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/parseurl": { |
| "version": "1.3.3", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/path-exists": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/path-is-absolute": { |
| "version": "1.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/path-key": { |
| "version": "3.1.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/path-parse": { |
| "version": "1.0.7", |
| "license": "MIT" |
| }, |
| "node_modules/path-scurry": { |
| "version": "2.0.2", |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "lru-cache": "^11.0.0", |
| "minipass": "^7.1.2" |
| }, |
| "engines": { |
| "node": "18 || 20 || >=22" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/path-scurry/node_modules/lru-cache": { |
| "version": "11.5.2", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": "20 || >=22" |
| } |
| }, |
| "node_modules/picocolors": { |
| "version": "1.1.1", |
| "license": "ISC" |
| }, |
| "node_modules/picomatch": { |
| "version": "2.3.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/pirates": { |
| "version": "4.0.7", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/plist": { |
| "version": "3.1.1", |
| "license": "MIT", |
| "dependencies": { |
| "@xmldom/xmldom": "^0.9.10", |
| "base64-js": "^1.5.1", |
| "xmlbuilder": "^15.1.1" |
| }, |
| "engines": { |
| "node": ">=10.4.0" |
| } |
| }, |
| "node_modules/plist/node_modules/@xmldom/xmldom": { |
| "version": "0.9.10", |
| "license": "MIT", |
| "engines": { |
| "node": ">=14.6" |
| } |
| }, |
| "node_modules/pngjs": { |
| "version": "3.4.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4.0.0" |
| } |
| }, |
| "node_modules/postcss": { |
| "version": "8.4.49", |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/postcss/" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/postcss" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "nanoid": "^3.3.7", |
| "picocolors": "^1.1.1", |
| "source-map-js": "^1.2.1" |
| }, |
| "engines": { |
| "node": "^10 || ^12 || >=14" |
| } |
| }, |
| "node_modules/postcss-value-parser": { |
| "version": "4.2.0", |
| "license": "MIT" |
| }, |
| "node_modules/pretty-bytes": { |
| "version": "5.6.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/pretty-format": { |
| "version": "29.7.0", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/schemas": "^29.6.3", |
| "ansi-styles": "^5.0.0", |
| "react-is": "^18.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/pretty-format/node_modules/ansi-styles": { |
| "version": "5.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/proc-log": { |
| "version": "4.2.0", |
| "license": "ISC", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/progress": { |
| "version": "2.0.3", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.4.0" |
| } |
| }, |
| "node_modules/promise": { |
| "version": "8.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "asap": "~2.0.6" |
| } |
| }, |
| "node_modules/prompts": { |
| "version": "2.4.2", |
| "license": "MIT", |
| "dependencies": { |
| "kleur": "^3.0.3", |
| "sisteransi": "^1.0.5" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/pump": { |
| "version": "3.0.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "end-of-stream": "^1.1.0", |
| "once": "^1.3.1" |
| } |
| }, |
| "node_modules/punycode": { |
| "version": "2.3.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/qrcode-terminal": { |
| "version": "0.11.0", |
| "bin": { |
| "qrcode-terminal": "bin/qrcode-terminal.js" |
| } |
| }, |
| "node_modules/query-string": { |
| "version": "7.1.3", |
| "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz", |
| "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", |
| "license": "MIT", |
| "dependencies": { |
| "decode-uri-component": "^0.2.2", |
| "filter-obj": "^1.1.0", |
| "split-on-first": "^1.0.0", |
| "strict-uri-encode": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/queue": { |
| "version": "6.0.2", |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "~2.0.3" |
| } |
| }, |
| "node_modules/quick-lru": { |
| "version": "5.1.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/range-parser": { |
| "version": "1.2.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/rc": { |
| "version": "1.2.8", |
| "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", |
| "dependencies": { |
| "deep-extend": "^0.6.0", |
| "ini": "~1.3.0", |
| "minimist": "^1.2.0", |
| "strip-json-comments": "~2.0.1" |
| }, |
| "bin": { |
| "rc": "cli.js" |
| } |
| }, |
| "node_modules/react": { |
| "version": "19.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/react-devtools-core": { |
| "version": "6.1.5", |
| "license": "MIT", |
| "dependencies": { |
| "shell-quote": "^1.6.1", |
| "ws": "^7" |
| } |
| }, |
| "node_modules/react-dom": { |
| "version": "19.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "scheduler": "^0.26.0" |
| }, |
| "peerDependencies": { |
| "react": "^19.1.0" |
| } |
| }, |
| "node_modules/react-fast-compare": { |
| "version": "3.2.2", |
| "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", |
| "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==", |
| "license": "MIT" |
| }, |
| "node_modules/react-freeze": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.4.tgz", |
| "integrity": "sha512-r4F0Sec0BLxWicc7HEyo2x3/2icUTrRmDjaaRyzzn+7aDyFZliszMDOgLVwSnQnYENOlL1o569Ze2HZefk8clA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "react": ">=17.0.0" |
| } |
| }, |
| "node_modules/react-is": { |
| "version": "18.3.1", |
| "license": "MIT" |
| }, |
| "node_modules/react-native": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "dependencies": { |
| "@jest/create-cache-key-function": "^29.7.0", |
| "@react-native/assets-registry": "0.81.5", |
| "@react-native/codegen": "0.81.5", |
| "@react-native/community-cli-plugin": "0.81.5", |
| "@react-native/gradle-plugin": "0.81.5", |
| "@react-native/js-polyfills": "0.81.5", |
| "@react-native/normalize-colors": "0.81.5", |
| "@react-native/virtualized-lists": "0.81.5", |
| "abort-controller": "^3.0.0", |
| "anser": "^1.4.9", |
| "ansi-regex": "^5.0.0", |
| "babel-jest": "^29.7.0", |
| "babel-plugin-syntax-hermes-parser": "0.29.1", |
| "base64-js": "^1.5.1", |
| "commander": "^12.0.0", |
| "flow-enums-runtime": "^0.0.6", |
| "glob": "^7.1.1", |
| "invariant": "^2.2.4", |
| "jest-environment-node": "^29.7.0", |
| "memoize-one": "^5.0.0", |
| "metro-runtime": "^0.83.1", |
| "metro-source-map": "^0.83.1", |
| "nullthrows": "^1.1.1", |
| "pretty-format": "^29.7.0", |
| "promise": "^8.3.0", |
| "react-devtools-core": "^6.1.5", |
| "react-refresh": "^0.14.0", |
| "regenerator-runtime": "^0.13.2", |
| "scheduler": "0.26.0", |
| "semver": "^7.1.3", |
| "stacktrace-parser": "^0.1.10", |
| "whatwg-fetch": "^3.0.0", |
| "ws": "^6.2.3", |
| "yargs": "^17.6.2" |
| }, |
| "bin": { |
| "react-native": "cli.js" |
| }, |
| "engines": { |
| "node": ">= 20.19.4" |
| }, |
| "peerDependencies": { |
| "@types/react": "^19.1.0", |
| "react": "^19.1.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-native-gesture-handler": { |
| "version": "2.28.0", |
| "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.28.0.tgz", |
| "integrity": "sha512-0msfJ1vRxXKVgTgvL+1ZOoYw3/0z1R+Ked0+udoJhyplC2jbVKIJ8Z1bzWdpQRCV3QcQ87Op0zJVE5DhKK2A0A==", |
| "license": "MIT", |
| "dependencies": { |
| "@egjs/hammerjs": "^2.0.17", |
| "hoist-non-react-statics": "^3.3.0", |
| "invariant": "^2.2.4" |
| }, |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/react-native-is-edge-to-edge": { |
| "version": "1.3.1", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/react-native-reanimated": { |
| "version": "4.1.7", |
| "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-4.1.7.tgz", |
| "integrity": "sha512-Q4H6xA3Tn7QL0/E/KjI86I1KK4tcf+ErRE04LH34Etka2oVQhW6oXQ+Q8ZcDCVxiWp5vgbBH6XcH8BOo4w/Rhg==", |
| "license": "MIT", |
| "dependencies": { |
| "react-native-is-edge-to-edge": "^1.2.1", |
| "semver": "^7.7.2" |
| }, |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "0.78 - 0.82", |
| "react-native-worklets": "0.5 - 0.8" |
| } |
| }, |
| "node_modules/react-native-safe-area-context": { |
| "version": "5.6.2", |
| "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz", |
| "integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/react-native-screens": { |
| "version": "4.16.0", |
| "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-4.16.0.tgz", |
| "integrity": "sha512-yIAyh7F/9uWkOzCi1/2FqvNvK6Wb9Y1+Kzn16SuGfN9YFJDTbwlzGRvePCNTOX0recpLQF3kc2FmvMUhyTCH1Q==", |
| "license": "MIT", |
| "dependencies": { |
| "react-freeze": "^1.0.0", |
| "react-native-is-edge-to-edge": "^1.2.1", |
| "warn-once": "^0.1.0" |
| }, |
| "peerDependencies": { |
| "react": "*", |
| "react-native": "*" |
| } |
| }, |
| "node_modules/react-native-web": { |
| "version": "0.21.2", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.18.6", |
| "@react-native/normalize-colors": "^0.74.1", |
| "fbjs": "^3.0.4", |
| "inline-style-prefixer": "^7.0.1", |
| "memoize-one": "^6.0.0", |
| "nullthrows": "^1.1.1", |
| "postcss-value-parser": "^4.2.0", |
| "styleq": "^0.1.3" |
| }, |
| "peerDependencies": { |
| "react": "^18.0.0 || ^19.0.0", |
| "react-dom": "^18.0.0 || ^19.0.0" |
| } |
| }, |
| "node_modules/react-native-web/node_modules/@react-native/normalize-colors": { |
| "version": "0.74.89", |
| "license": "MIT" |
| }, |
| "node_modules/react-native-web/node_modules/memoize-one": { |
| "version": "6.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/react-native-worklets": { |
| "version": "0.8.3", |
| "resolved": "https://registry.npmjs.org/react-native-worklets/-/react-native-worklets-0.8.3.tgz", |
| "integrity": "sha512-oCBJROyLU7yG/1R8s0INMflygTH71bx+5XcYkH0CM938TlhSoVbiunE1WVW5FZa51vwYqfLie/IXMX2s1Kh3eg==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/plugin-transform-arrow-functions": "^7.27.1", |
| "@babel/plugin-transform-class-properties": "^7.27.1", |
| "@babel/plugin-transform-classes": "^7.28.4", |
| "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", |
| "@babel/plugin-transform-optional-chaining": "^7.27.1", |
| "@babel/plugin-transform-shorthand-properties": "^7.27.1", |
| "@babel/plugin-transform-template-literals": "^7.27.1", |
| "@babel/plugin-transform-unicode-regex": "^7.27.1", |
| "@babel/preset-typescript": "^7.27.1", |
| "convert-source-map": "^2.0.0", |
| "semver": "^7.7.3" |
| }, |
| "peerDependencies": { |
| "@babel/core": "*", |
| "@react-native/metro-config": "*", |
| "react": "*", |
| "react-native": "0.81 - 0.85" |
| } |
| }, |
| "node_modules/react-native/node_modules/@react-native/virtualized-lists": { |
| "version": "0.81.5", |
| "license": "MIT", |
| "dependencies": { |
| "invariant": "^2.2.4", |
| "nullthrows": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 20.19.4" |
| }, |
| "peerDependencies": { |
| "@types/react": "^19.1.0", |
| "react": "*", |
| "react-native": "*" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-native/node_modules/balanced-match": { |
| "version": "1.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/react-native/node_modules/brace-expansion": { |
| "version": "1.1.16", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/react-native/node_modules/commander": { |
| "version": "12.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/react-native/node_modules/glob": { |
| "version": "7.2.3", |
| "license": "ISC", |
| "dependencies": { |
| "fs.realpath": "^1.0.0", |
| "inflight": "^1.0.4", |
| "inherits": "2", |
| "minimatch": "^3.1.1", |
| "once": "^1.3.0", |
| "path-is-absolute": "^1.0.0" |
| }, |
| "engines": { |
| "node": "*" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/react-native/node_modules/minimatch": { |
| "version": "3.1.5", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/react-native/node_modules/ws": { |
| "version": "6.2.5", |
| "license": "MIT", |
| "dependencies": { |
| "async-limiter": "~1.0.0" |
| } |
| }, |
| "node_modules/react-refresh": { |
| "version": "0.14.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/react-remove-scroll": { |
| "version": "2.7.2", |
| "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz", |
| "integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==", |
| "license": "MIT", |
| "dependencies": { |
| "react-remove-scroll-bar": "^2.3.7", |
| "react-style-singleton": "^2.2.3", |
| "tslib": "^2.1.0", |
| "use-callback-ref": "^1.3.3", |
| "use-sidecar": "^1.1.3" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-remove-scroll-bar": { |
| "version": "2.3.8", |
| "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz", |
| "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==", |
| "license": "MIT", |
| "dependencies": { |
| "react-style-singleton": "^2.2.2", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-style-singleton": { |
| "version": "2.2.3", |
| "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz", |
| "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==", |
| "license": "MIT", |
| "dependencies": { |
| "get-nonce": "^1.0.0", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/regenerate": { |
| "version": "1.4.2", |
| "license": "MIT" |
| }, |
| "node_modules/regenerate-unicode-properties": { |
| "version": "10.2.2", |
| "license": "MIT", |
| "dependencies": { |
| "regenerate": "^1.4.2" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/regenerator-runtime": { |
| "version": "0.13.11", |
| "license": "MIT" |
| }, |
| "node_modules/regexpu-core": { |
| "version": "6.4.0", |
| "license": "MIT", |
| "dependencies": { |
| "regenerate": "^1.4.2", |
| "regenerate-unicode-properties": "^10.2.2", |
| "regjsgen": "^0.8.0", |
| "regjsparser": "^0.13.0", |
| "unicode-match-property-ecmascript": "^2.0.0", |
| "unicode-match-property-value-ecmascript": "^2.2.1" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/regjsgen": { |
| "version": "0.8.0", |
| "license": "MIT" |
| }, |
| "node_modules/regjsparser": { |
| "version": "0.13.2", |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "jsesc": "~3.1.0" |
| }, |
| "bin": { |
| "regjsparser": "bin/parser" |
| } |
| }, |
| "node_modules/require-directory": { |
| "version": "2.1.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/require-from-string": { |
| "version": "2.0.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/requireg": { |
| "version": "0.2.2", |
| "dependencies": { |
| "nested-error-stacks": "~2.0.1", |
| "rc": "~1.2.7", |
| "resolve": "~1.7.1" |
| }, |
| "engines": { |
| "node": ">= 4.0.0" |
| } |
| }, |
| "node_modules/requireg/node_modules/resolve": { |
| "version": "1.7.1", |
| "license": "MIT", |
| "dependencies": { |
| "path-parse": "^1.0.5" |
| } |
| }, |
| "node_modules/resolve": { |
| "version": "1.22.12", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "is-core-module": "^2.16.1", |
| "path-parse": "^1.0.7", |
| "supports-preserve-symlinks-flag": "^1.0.0" |
| }, |
| "bin": { |
| "resolve": "bin/resolve" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/resolve-alpn": { |
| "version": "1.2.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/resolve-from": { |
| "version": "5.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/resolve-workspace-root": { |
| "version": "2.0.1", |
| "license": "MIT" |
| }, |
| "node_modules/resolve.exports": { |
| "version": "2.0.3", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/responselike": { |
| "version": "2.0.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "lowercase-keys": "^2.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/restore-cursor": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "onetime": "^2.0.0", |
| "signal-exit": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/rimraf": { |
| "version": "3.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "glob": "^7.1.3" |
| }, |
| "bin": { |
| "rimraf": "bin.js" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/rimraf/node_modules/balanced-match": { |
| "version": "1.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/rimraf/node_modules/brace-expansion": { |
| "version": "1.1.16", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/rimraf/node_modules/glob": { |
| "version": "7.2.3", |
| "license": "ISC", |
| "dependencies": { |
| "fs.realpath": "^1.0.0", |
| "inflight": "^1.0.4", |
| "inherits": "2", |
| "minimatch": "^3.1.1", |
| "once": "^1.3.0", |
| "path-is-absolute": "^1.0.0" |
| }, |
| "engines": { |
| "node": "*" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/rimraf/node_modules/minimatch": { |
| "version": "3.1.5", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/safe-buffer": { |
| "version": "5.2.1", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/sax": { |
| "version": "1.6.0", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=11.0.0" |
| } |
| }, |
| "node_modules/scheduler": { |
| "version": "0.26.0", |
| "license": "MIT" |
| }, |
| "node_modules/semver": { |
| "version": "7.8.5", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/send": { |
| "version": "0.19.2", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "2.6.9", |
| "depd": "2.0.0", |
| "destroy": "1.2.0", |
| "encodeurl": "~2.0.0", |
| "escape-html": "~1.0.3", |
| "etag": "~1.8.1", |
| "fresh": "~0.5.2", |
| "http-errors": "~2.0.1", |
| "mime": "1.6.0", |
| "ms": "2.1.3", |
| "on-finished": "~2.4.1", |
| "range-parser": "~1.2.1", |
| "statuses": "~2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/send/node_modules/debug": { |
| "version": "2.6.9", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/send/node_modules/debug/node_modules/ms": { |
| "version": "2.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/send/node_modules/encodeurl": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/send/node_modules/on-finished": { |
| "version": "2.4.1", |
| "license": "MIT", |
| "dependencies": { |
| "ee-first": "1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/send/node_modules/statuses": { |
| "version": "2.0.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/serialize-error": { |
| "version": "2.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/serve-static": { |
| "version": "1.16.3", |
| "license": "MIT", |
| "dependencies": { |
| "encodeurl": "~2.0.0", |
| "escape-html": "~1.0.3", |
| "parseurl": "~1.3.3", |
| "send": "~0.19.1" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/serve-static/node_modules/encodeurl": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/server-only": { |
| "version": "0.0.1", |
| "resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz", |
| "integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==", |
| "license": "MIT" |
| }, |
| "node_modules/setimmediate": { |
| "version": "1.0.5", |
| "license": "MIT" |
| }, |
| "node_modules/setprototypeof": { |
| "version": "1.2.0", |
| "license": "ISC" |
| }, |
| "node_modules/sf-symbols-typescript": { |
| "version": "2.2.0", |
| "resolved": "https://registry.npmjs.org/sf-symbols-typescript/-/sf-symbols-typescript-2.2.0.tgz", |
| "integrity": "sha512-TPbeg0b7ylrswdGCji8FRGFAKuqbpQlLbL8SOle3j1iHSs5Ob5mhvMAxWN2UItOjgALAB5Zp3fmMfj8mbWvXKw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/shallowequal": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", |
| "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==", |
| "license": "MIT" |
| }, |
| "node_modules/shebang-command": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "shebang-regex": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/shebang-regex": { |
| "version": "3.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/shell-quote": { |
| "version": "1.10.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/signal-exit": { |
| "version": "3.0.7", |
| "license": "ISC" |
| }, |
| "node_modules/simple-plist": { |
| "version": "1.3.1", |
| "license": "MIT", |
| "dependencies": { |
| "bplist-creator": "0.1.0", |
| "bplist-parser": "0.3.1", |
| "plist": "^3.0.5" |
| } |
| }, |
| "node_modules/simple-swizzle": { |
| "version": "0.2.4", |
| "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz", |
| "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==", |
| "license": "MIT", |
| "dependencies": { |
| "is-arrayish": "^0.3.1" |
| } |
| }, |
| "node_modules/sisteransi": { |
| "version": "1.0.5", |
| "license": "MIT" |
| }, |
| "node_modules/slash": { |
| "version": "3.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/slugify": { |
| "version": "1.6.9", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.0.0" |
| } |
| }, |
| "node_modules/source-map": { |
| "version": "0.5.7", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/source-map-js": { |
| "version": "1.2.1", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/source-map-support": { |
| "version": "0.5.21", |
| "license": "MIT", |
| "dependencies": { |
| "buffer-from": "^1.0.0", |
| "source-map": "^0.6.0" |
| } |
| }, |
| "node_modules/source-map-support/node_modules/source-map": { |
| "version": "0.6.1", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/split-on-first": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", |
| "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/sprintf-js": { |
| "version": "1.0.3", |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/stack-utils": { |
| "version": "2.0.6", |
| "license": "MIT", |
| "dependencies": { |
| "escape-string-regexp": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/stack-utils/node_modules/escape-string-regexp": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/stackframe": { |
| "version": "1.3.4", |
| "license": "MIT" |
| }, |
| "node_modules/stacktrace-parser": { |
| "version": "0.1.11", |
| "license": "MIT", |
| "dependencies": { |
| "type-fest": "^0.7.1" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/standard-navigation": { |
| "version": "0.0.8", |
| "resolved": "https://registry.npmjs.org/standard-navigation/-/standard-navigation-0.0.8.tgz", |
| "integrity": "sha512-TyVbo7INUDWtsUWDFn8RR7kwR87U0S4xHfLfbbnyeC581TmmyqQ+eM+nPw8rQTSD8QitRVcYfPaSHr/QJiUy1g==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": "*" |
| } |
| }, |
| "node_modules/statuses": { |
| "version": "1.5.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/stream-buffers": { |
| "version": "2.2.0", |
| "license": "Unlicense", |
| "engines": { |
| "node": ">= 0.10.0" |
| } |
| }, |
| "node_modules/strict-uri-encode": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", |
| "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/string-width": { |
| "version": "4.2.3", |
| "license": "MIT", |
| "dependencies": { |
| "emoji-regex": "^8.0.0", |
| "is-fullwidth-code-point": "^3.0.0", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-ansi": { |
| "version": "6.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-json-comments": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/structured-headers": { |
| "version": "0.4.1", |
| "license": "MIT" |
| }, |
| "node_modules/styleq": { |
| "version": "0.1.3", |
| "license": "MIT" |
| }, |
| "node_modules/sucrase": { |
| "version": "3.35.1", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/gen-mapping": "^0.3.2", |
| "commander": "^4.0.0", |
| "lines-and-columns": "^1.1.6", |
| "mz": "^2.7.0", |
| "pirates": "^4.0.1", |
| "tinyglobby": "^0.2.11", |
| "ts-interface-checker": "^0.1.9" |
| }, |
| "bin": { |
| "sucrase": "bin/sucrase", |
| "sucrase-node": "bin/sucrase-node" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/sucrase/node_modules/commander": { |
| "version": "4.1.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/supports-color": { |
| "version": "5.5.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/supports-hyperlinks": { |
| "version": "2.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0", |
| "supports-color": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/supports-hyperlinks/node_modules/has-flag": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/supports-hyperlinks/node_modules/supports-color": { |
| "version": "7.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/supports-preserve-symlinks-flag": { |
| "version": "1.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/tar": { |
| "version": "7.5.20", |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "@isaacs/fs-minipass": "^4.0.0", |
| "chownr": "^3.0.0", |
| "minipass": "^7.1.2", |
| "minizlib": "^3.1.0", |
| "yallist": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/tar/node_modules/yallist": { |
| "version": "5.0.0", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/terminal-link": { |
| "version": "2.1.1", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-escapes": "^4.2.1", |
| "supports-hyperlinks": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/terser": { |
| "version": "5.49.0", |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@jridgewell/source-map": "^0.3.3", |
| "acorn": "^8.15.0", |
| "commander": "^2.20.0", |
| "source-map-support": "~0.5.20" |
| }, |
| "bin": { |
| "terser": "bin/terser" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/terser/node_modules/commander": { |
| "version": "2.20.3", |
| "license": "MIT" |
| }, |
| "node_modules/test-exclude": { |
| "version": "6.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "@istanbuljs/schema": "^0.1.2", |
| "glob": "^7.1.4", |
| "minimatch": "^3.0.4" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/test-exclude/node_modules/balanced-match": { |
| "version": "1.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/test-exclude/node_modules/brace-expansion": { |
| "version": "1.1.16", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/test-exclude/node_modules/glob": { |
| "version": "7.2.3", |
| "license": "ISC", |
| "dependencies": { |
| "fs.realpath": "^1.0.0", |
| "inflight": "^1.0.4", |
| "inherits": "2", |
| "minimatch": "^3.1.1", |
| "once": "^1.3.0", |
| "path-is-absolute": "^1.0.0" |
| }, |
| "engines": { |
| "node": "*" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/test-exclude/node_modules/minimatch": { |
| "version": "3.1.5", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/thenify": { |
| "version": "3.3.1", |
| "license": "MIT", |
| "dependencies": { |
| "any-promise": "^1.0.0" |
| } |
| }, |
| "node_modules/thenify-all": { |
| "version": "1.6.0", |
| "license": "MIT", |
| "dependencies": { |
| "thenify": ">= 3.1.0 < 4" |
| }, |
| "engines": { |
| "node": ">=0.8" |
| } |
| }, |
| "node_modules/throat": { |
| "version": "5.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/tinyglobby": { |
| "version": "0.2.17", |
| "license": "MIT", |
| "dependencies": { |
| "fdir": "^6.5.0", |
| "picomatch": "^4.0.4" |
| }, |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/SuperchupuDev" |
| } |
| }, |
| "node_modules/tinyglobby/node_modules/fdir": { |
| "version": "6.5.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "peerDependencies": { |
| "picomatch": "^3 || ^4" |
| }, |
| "peerDependenciesMeta": { |
| "picomatch": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/tinyglobby/node_modules/picomatch": { |
| "version": "4.0.5", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/tmpl": { |
| "version": "1.0.5", |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/to-regex-range": { |
| "version": "5.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "is-number": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=8.0" |
| } |
| }, |
| "node_modules/toidentifier": { |
| "version": "1.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.6" |
| } |
| }, |
| "node_modules/tr46": { |
| "version": "0.0.3", |
| "license": "MIT" |
| }, |
| "node_modules/ts-interface-checker": { |
| "version": "0.1.13", |
| "license": "Apache-2.0" |
| }, |
| "node_modules/tslib": { |
| "version": "2.8.1", |
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
| "license": "0BSD" |
| }, |
| "node_modules/type-detect": { |
| "version": "4.0.8", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/type-fest": { |
| "version": "0.7.1", |
| "license": "(MIT OR CC0-1.0)", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/typescript": { |
| "version": "5.9.3", |
| "devOptional": true, |
| "license": "Apache-2.0", |
| "bin": { |
| "tsc": "bin/tsc", |
| "tsserver": "bin/tsserver" |
| }, |
| "engines": { |
| "node": ">=14.17" |
| } |
| }, |
| "node_modules/ua-parser-js": { |
| "version": "1.0.41", |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/ua-parser-js" |
| }, |
| { |
| "type": "paypal", |
| "url": "https://paypal.me/faisalman" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/faisalman" |
| } |
| ], |
| "license": "MIT", |
| "bin": { |
| "ua-parser-js": "script/cli.js" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/undici": { |
| "version": "6.27.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18.17" |
| } |
| }, |
| "node_modules/undici-types": { |
| "version": "8.3.0", |
| "license": "MIT" |
| }, |
| "node_modules/unicode-canonical-property-names-ecmascript": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/unicode-match-property-ecmascript": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "unicode-canonical-property-names-ecmascript": "^2.0.0", |
| "unicode-property-aliases-ecmascript": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/unicode-match-property-value-ecmascript": { |
| "version": "2.2.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/unicode-property-aliases-ecmascript": { |
| "version": "2.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/unimodules-app-loader": { |
| "version": "6.0.8", |
| "resolved": "https://registry.npmjs.org/unimodules-app-loader/-/unimodules-app-loader-6.0.8.tgz", |
| "integrity": "sha512-fqS8QwT/MC/HAmw1NKCHdzsPA6WaLm0dNmoC5Pz6lL+cDGYeYCNdHMO9fy08aL2ZD7cVkNM0pSR/AoNRe+rslA==", |
| "license": "MIT" |
| }, |
| "node_modules/unpipe": { |
| "version": "1.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/update-browserslist-db": { |
| "version": "1.2.3", |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/browserslist" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "escalade": "^3.2.0", |
| "picocolors": "^1.1.1" |
| }, |
| "bin": { |
| "update-browserslist-db": "cli.js" |
| }, |
| "peerDependencies": { |
| "browserslist": ">= 4.21.0" |
| } |
| }, |
| "node_modules/use-callback-ref": { |
| "version": "1.3.3", |
| "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz", |
| "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==", |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/use-latest-callback": { |
| "version": "0.2.6", |
| "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.6.tgz", |
| "integrity": "sha512-FvRG9i1HSo0wagmX63Vrm8SnlUU3LMM3WyZkQ76RnslpBrX694AdG4A0zQBx2B3ZifFA0yv/BaEHGBnEax5rZg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": ">=16.8" |
| } |
| }, |
| "node_modules/use-sidecar": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz", |
| "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==", |
| "license": "MIT", |
| "dependencies": { |
| "detect-node-es": "^1.1.0", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/use-sync-external-store": { |
| "version": "1.6.0", |
| "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", |
| "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| } |
| }, |
| "node_modules/utils-merge": { |
| "version": "1.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4.0" |
| } |
| }, |
| "node_modules/uuid": { |
| "version": "3.4.0", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "uuid": "bin/uuid" |
| } |
| }, |
| "node_modules/validate-npm-package-name": { |
| "version": "5.0.1", |
| "license": "ISC", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/vary": { |
| "version": "1.1.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/vaul": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/vaul/-/vaul-1.1.2.tgz", |
| "integrity": "sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-dialog": "^1.1.1" |
| }, |
| "peerDependencies": { |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc" |
| } |
| }, |
| "node_modules/vaul/node_modules/@radix-ui/react-compose-refs": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.3.tgz", |
| "integrity": "sha512-rYOP8OMnuuPMQF1uhPVlGNcCDlkokKqGFE3JcxFViIkAXP7EvFWUliJAstrapypaBLJNHbZL6jGhbVDGTwmVhA==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vaul/node_modules/@radix-ui/react-dialog": { |
| "version": "1.1.19", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.19.tgz", |
| "integrity": "sha512-+HhbN2+YtkRgVirjZ2afMeutQRuGOrdkWR5+EFC58SJojGmtyNQwYzgi6tHBpOxvFHefMtPeHdgtjz0BOGxFQg==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.5", |
| "@radix-ui/react-compose-refs": "1.1.3", |
| "@radix-ui/react-context": "1.2.0", |
| "@radix-ui/react-dismissable-layer": "1.1.15", |
| "@radix-ui/react-focus-guards": "1.1.4", |
| "@radix-ui/react-focus-scope": "1.1.12", |
| "@radix-ui/react-id": "1.1.2", |
| "@radix-ui/react-portal": "1.1.13", |
| "@radix-ui/react-presence": "1.1.7", |
| "@radix-ui/react-primitive": "2.1.7", |
| "@radix-ui/react-slot": "1.3.0", |
| "@radix-ui/react-use-controllable-state": "1.2.3", |
| "aria-hidden": "^1.2.4", |
| "react-remove-scroll": "^2.7.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vaul/node_modules/@radix-ui/react-dismissable-layer": { |
| "version": "1.1.15", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.15.tgz", |
| "integrity": "sha512-b0XaRlzn2QKuo10XyNgi2DAJDf5XC9d1nD3FJcuvCjbR7+4Ad28zmZsLsqx+hvDEzMnRuZaZxZm9gYObV6RmRA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.5", |
| "@radix-ui/react-compose-refs": "1.1.3", |
| "@radix-ui/react-primitive": "2.1.7", |
| "@radix-ui/react-use-callback-ref": "1.1.2", |
| "@radix-ui/react-use-effect-event": "0.0.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vaul/node_modules/@radix-ui/react-focus-scope": { |
| "version": "1.1.12", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.12.tgz", |
| "integrity": "sha512-jjk/lqTeNL0azUx5ZYzVrl4NgaDIrdzTNE4mABV9yBFI7FQqN7pIgzV1bTleUezP2QiTGA1BFTqY8MegDgWX9A==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.3", |
| "@radix-ui/react-primitive": "2.1.7", |
| "@radix-ui/react-use-callback-ref": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vaul/node_modules/@radix-ui/react-portal": { |
| "version": "1.1.13", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.13.tgz", |
| "integrity": "sha512-z3oXfmaHLJTF1wktbjgD6cn9jiEbq3WSondB10LIuIt2m2Ym4iJlrW04/euMwENDdWDdE7z+OuY7Qyp1YpRSwA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-primitive": "2.1.7", |
| "@radix-ui/react-use-layout-effect": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vaul/node_modules/@radix-ui/react-presence": { |
| "version": "1.1.7", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.7.tgz", |
| "integrity": "sha512-zBZ4QM5XG3JRanDmqXYf3MD6th4AFXFmgU6KNMFzUaV6F3uw9I5/zjMUvFriSEn5ewo1nxuibvyxJdmLlDcslA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vaul/node_modules/@radix-ui/react-primitive": { |
| "version": "2.1.7", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.7.tgz", |
| "integrity": "sha512-bC3NiwsprbxKjuon9l7X6BUTw7FPVzEYaL92MPEY5SCd/9hUTPXVFtVwRix7778wtRsVao+zE062gL79FZleeQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-slot": "1.3.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vaul/node_modules/@radix-ui/react-slot": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.0.tgz", |
| "integrity": "sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vlq": { |
| "version": "1.0.1", |
| "license": "MIT" |
| }, |
| "node_modules/walker": { |
| "version": "1.0.8", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "makeerror": "1.0.12" |
| } |
| }, |
| "node_modules/warn-once": { |
| "version": "0.1.1", |
| "resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz", |
| "integrity": "sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==", |
| "license": "MIT" |
| }, |
| "node_modules/wcwidth": { |
| "version": "1.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "defaults": "^1.0.3" |
| } |
| }, |
| "node_modules/webidl-conversions": { |
| "version": "3.0.1", |
| "license": "BSD-2-Clause" |
| }, |
| "node_modules/whatwg-fetch": { |
| "version": "3.6.20", |
| "license": "MIT" |
| }, |
| "node_modules/whatwg-url": { |
| "version": "5.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "tr46": "~0.0.3", |
| "webidl-conversions": "^3.0.0" |
| } |
| }, |
| "node_modules/whatwg-url-without-unicode": { |
| "version": "8.0.0-3", |
| "license": "MIT", |
| "dependencies": { |
| "buffer": "^5.4.3", |
| "punycode": "^2.1.1", |
| "webidl-conversions": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/whatwg-url-without-unicode/node_modules/webidl-conversions": { |
| "version": "5.0.0", |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/which": { |
| "version": "2.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "bin": { |
| "node-which": "bin/node-which" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/wonka": { |
| "version": "6.3.6", |
| "license": "MIT" |
| }, |
| "node_modules/wrap-ansi": { |
| "version": "7.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.0.0", |
| "string-width": "^4.1.0", |
| "strip-ansi": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/wrap-ansi/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/wrap-ansi/node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/wrap-ansi/node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/wrappy": { |
| "version": "1.0.2", |
| "license": "ISC" |
| }, |
| "node_modules/write-file-atomic": { |
| "version": "4.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "imurmurhash": "^0.1.4", |
| "signal-exit": "^3.0.7" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/ws": { |
| "version": "7.5.12", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.3.0" |
| }, |
| "peerDependencies": { |
| "bufferutil": "^4.0.1", |
| "utf-8-validate": "^5.0.2" |
| }, |
| "peerDependenciesMeta": { |
| "bufferutil": { |
| "optional": true |
| }, |
| "utf-8-validate": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/xcode": { |
| "version": "3.0.1", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "simple-plist": "^1.1.0", |
| "uuid": "^7.0.3" |
| }, |
| "engines": { |
| "node": ">=10.0.0" |
| } |
| }, |
| "node_modules/xcode/node_modules/uuid": { |
| "version": "7.0.3", |
| "license": "MIT", |
| "bin": { |
| "uuid": "dist/bin/uuid" |
| } |
| }, |
| "node_modules/xml2js": { |
| "version": "0.6.0", |
| "license": "MIT", |
| "dependencies": { |
| "sax": ">=0.6.0", |
| "xmlbuilder": "~11.0.0" |
| }, |
| "engines": { |
| "node": ">=4.0.0" |
| } |
| }, |
| "node_modules/xml2js/node_modules/xmlbuilder": { |
| "version": "11.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/xmlbuilder": { |
| "version": "15.1.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.0" |
| } |
| }, |
| "node_modules/y18n": { |
| "version": "5.0.8", |
| "license": "ISC", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/yallist": { |
| "version": "3.1.1", |
| "license": "ISC" |
| }, |
| "node_modules/yaml": { |
| "version": "1.10.3", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/yargs": { |
| "version": "17.7.3", |
| "license": "MIT", |
| "dependencies": { |
| "cliui": "^8.0.1", |
| "escalade": "^3.1.1", |
| "get-caller-file": "^2.0.5", |
| "require-directory": "^2.1.1", |
| "string-width": "^4.2.3", |
| "y18n": "^5.0.5", |
| "yargs-parser": "^21.1.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/yargs-parser": { |
| "version": "21.1.1", |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/yocto-queue": { |
| "version": "0.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| } |
| } |
| } |
|
|