@getquip/expo-nordic-dfu 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/conf-traffic.yml +2 -0
- package/README.md +20 -4
- package/example/README.md +1 -0
- package/example/package-lock.json +536 -809
- package/example/package.json +8 -8
- package/package.json +10 -10
- package/example/android/app/build.gradle +0 -182
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -14
- package/example/android/app/src/debug/AndroidManifest.xml +0 -7
- package/example/android/app/src/debugOptimized/AndroidManifest.xml +0 -7
- package/example/android/app/src/main/AndroidManifest.xml +0 -34
- package/example/android/app/src/main/java/expo/modules/nordicdfu/example/MainActivity.kt +0 -61
- package/example/android/app/src/main/java/expo/modules/nordicdfu/example/MainApplication.kt +0 -56
- package/example/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -6
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
- package/example/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
- package/example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/values/colors.xml +0 -6
- package/example/android/app/src/main/res/values/strings.xml +0 -5
- package/example/android/app/src/main/res/values/styles.xml +0 -11
- package/example/android/app/src/main/res/values-night/colors.xml +0 -1
- package/example/android/build.gradle +0 -24
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/example/android/gradle.properties +0 -65
- package/example/android/gradlew +0 -251
- package/example/android/gradlew.bat +0 -94
- package/example/android/settings.gradle +0 -39
- package/example/ios/.xcode.env +0 -11
- package/example/ios/Podfile +0 -60
- package/example/ios/Podfile.lock +0 -2123
- package/example/ios/Podfile.properties.json +0 -5
- package/example/ios/exponordicdfuexample/AppDelegate.swift +0 -70
- package/example/ios/exponordicdfuexample/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/example/ios/exponordicdfuexample/Images.xcassets/Contents.json +0 -6
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenBackground.colorset/Contents.json +0 -20
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/Contents.json +0 -23
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image@2x.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image@3x.png +0 -0
- package/example/ios/exponordicdfuexample/Info.plist +0 -78
- package/example/ios/exponordicdfuexample/PrivacyInfo.xcprivacy +0 -48
- package/example/ios/exponordicdfuexample/SplashScreen.storyboard +0 -48
- package/example/ios/exponordicdfuexample/Supporting/Expo.plist +0 -12
- package/example/ios/exponordicdfuexample/exponordicdfuexample-Bridging-Header.h +0 -3
- package/example/ios/exponordicdfuexample/exponordicdfuexample.entitlements +0 -5
- package/example/ios/exponordicdfuexample.xcodeproj/project.pbxproj +0 -546
- package/example/ios/exponordicdfuexample.xcodeproj/xcshareddata/xcschemes/exponordicdfuexample.xcscheme +0 -88
- package/example/ios/exponordicdfuexample.xcworkspace/contents.xcworkspacedata +0 -10
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-nordic-dfu-example",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "expo-nordic-dfu-example",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.1",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"expo": "54.0.
|
|
12
|
-
"expo-document-picker": "
|
|
13
|
-
"expo-file-system": "
|
|
11
|
+
"expo": "~54.0.27",
|
|
12
|
+
"expo-document-picker": "~14.0.8",
|
|
13
|
+
"expo-file-system": "~19.0.20",
|
|
14
14
|
"react": "19.1.0",
|
|
15
15
|
"react-native": "0.81.5",
|
|
16
16
|
"react-native-ble-manager": "^12.1.4",
|
|
17
17
|
"react-native-paper": "^5.13.3",
|
|
18
|
-
"react-native-safe-area-context": "^5.6.
|
|
18
|
+
"react-native-safe-area-context": "^5.6.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@babel/core": "^7.
|
|
22
|
-
"@types/react": "~19.1.
|
|
23
|
-
"expo-doctor": "^1.17.
|
|
21
|
+
"@babel/core": "^7.28.5",
|
|
22
|
+
"@types/react": "~19.1.17",
|
|
23
|
+
"expo-doctor": "^1.17.11",
|
|
24
24
|
"typescript": "^5.3.3"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"node_modules/@babel/core": {
|
|
69
|
-
"version": "7.28.
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
71
|
-
"integrity": "sha512-
|
|
69
|
+
"version": "7.28.5",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
71
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@babel/code-frame": "^7.27.1",
|
|
75
|
-
"@babel/generator": "^7.28.
|
|
75
|
+
"@babel/generator": "^7.28.5",
|
|
76
76
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
77
77
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
78
78
|
"@babel/helpers": "^7.28.4",
|
|
79
|
-
"@babel/parser": "^7.28.
|
|
79
|
+
"@babel/parser": "^7.28.5",
|
|
80
80
|
"@babel/template": "^7.27.2",
|
|
81
|
-
"@babel/traverse": "^7.28.
|
|
82
|
-
"@babel/types": "^7.28.
|
|
81
|
+
"@babel/traverse": "^7.28.5",
|
|
82
|
+
"@babel/types": "^7.28.5",
|
|
83
83
|
"@jridgewell/remapping": "^2.3.5",
|
|
84
84
|
"convert-source-map": "^2.0.0",
|
|
85
85
|
"debug": "^4.1.0",
|
|
@@ -1526,106 +1526,6 @@
|
|
|
1526
1526
|
"node": ">=0.10.0"
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
1529
|
-
"node_modules/@expo/cli": {
|
|
1530
|
-
"version": "54.0.14",
|
|
1531
|
-
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.14.tgz",
|
|
1532
|
-
"integrity": "sha512-M7QW/GHx1FJg+CGgChGKerYXmCGWDskJ8S6w+8m49IBZ41CMDeWRH5snQkFoGCttF8WnzhGiX+nu69AFnEuDHQ==",
|
|
1533
|
-
"license": "MIT",
|
|
1534
|
-
"dependencies": {
|
|
1535
|
-
"@0no-co/graphql.web": "^1.0.8",
|
|
1536
|
-
"@expo/code-signing-certificates": "^0.0.5",
|
|
1537
|
-
"@expo/config": "~12.0.10",
|
|
1538
|
-
"@expo/config-plugins": "~54.0.2",
|
|
1539
|
-
"@expo/devcert": "^1.1.2",
|
|
1540
|
-
"@expo/env": "~2.0.7",
|
|
1541
|
-
"@expo/image-utils": "^0.8.7",
|
|
1542
|
-
"@expo/json-file": "^10.0.7",
|
|
1543
|
-
"@expo/mcp-tunnel": "~0.0.7",
|
|
1544
|
-
"@expo/metro": "~54.1.0",
|
|
1545
|
-
"@expo/metro-config": "~54.0.8",
|
|
1546
|
-
"@expo/osascript": "^2.3.7",
|
|
1547
|
-
"@expo/package-manager": "^1.9.8",
|
|
1548
|
-
"@expo/plist": "^0.4.7",
|
|
1549
|
-
"@expo/prebuild-config": "^54.0.6",
|
|
1550
|
-
"@expo/schema-utils": "^0.1.7",
|
|
1551
|
-
"@expo/spawn-async": "^1.7.2",
|
|
1552
|
-
"@expo/ws-tunnel": "^1.0.1",
|
|
1553
|
-
"@expo/xcpretty": "^4.3.0",
|
|
1554
|
-
"@react-native/dev-middleware": "0.81.5",
|
|
1555
|
-
"@urql/core": "^5.0.6",
|
|
1556
|
-
"@urql/exchange-retry": "^1.3.0",
|
|
1557
|
-
"accepts": "^1.3.8",
|
|
1558
|
-
"arg": "^5.0.2",
|
|
1559
|
-
"better-opn": "~3.0.2",
|
|
1560
|
-
"bplist-creator": "0.1.0",
|
|
1561
|
-
"bplist-parser": "^0.3.1",
|
|
1562
|
-
"chalk": "^4.0.0",
|
|
1563
|
-
"ci-info": "^3.3.0",
|
|
1564
|
-
"compression": "^1.7.4",
|
|
1565
|
-
"connect": "^3.7.0",
|
|
1566
|
-
"debug": "^4.3.4",
|
|
1567
|
-
"env-editor": "^0.4.1",
|
|
1568
|
-
"expo-server": "^1.0.3",
|
|
1569
|
-
"freeport-async": "^2.0.0",
|
|
1570
|
-
"getenv": "^2.0.0",
|
|
1571
|
-
"glob": "^10.4.2",
|
|
1572
|
-
"lan-network": "^0.1.6",
|
|
1573
|
-
"minimatch": "^9.0.0",
|
|
1574
|
-
"node-forge": "^1.3.1",
|
|
1575
|
-
"npm-package-arg": "^11.0.0",
|
|
1576
|
-
"ora": "^3.4.0",
|
|
1577
|
-
"picomatch": "^3.0.1",
|
|
1578
|
-
"pretty-bytes": "^5.6.0",
|
|
1579
|
-
"pretty-format": "^29.7.0",
|
|
1580
|
-
"progress": "^2.0.3",
|
|
1581
|
-
"prompts": "^2.3.2",
|
|
1582
|
-
"qrcode-terminal": "0.11.0",
|
|
1583
|
-
"require-from-string": "^2.0.2",
|
|
1584
|
-
"requireg": "^0.2.2",
|
|
1585
|
-
"resolve": "^1.22.2",
|
|
1586
|
-
"resolve-from": "^5.0.0",
|
|
1587
|
-
"resolve.exports": "^2.0.3",
|
|
1588
|
-
"semver": "^7.6.0",
|
|
1589
|
-
"send": "^0.19.0",
|
|
1590
|
-
"slugify": "^1.3.4",
|
|
1591
|
-
"source-map-support": "~0.5.21",
|
|
1592
|
-
"stacktrace-parser": "^0.1.10",
|
|
1593
|
-
"structured-headers": "^0.4.1",
|
|
1594
|
-
"tar": "^7.4.3",
|
|
1595
|
-
"terminal-link": "^2.1.1",
|
|
1596
|
-
"undici": "^6.18.2",
|
|
1597
|
-
"wrap-ansi": "^7.0.0",
|
|
1598
|
-
"ws": "^8.12.1"
|
|
1599
|
-
},
|
|
1600
|
-
"bin": {
|
|
1601
|
-
"expo-internal": "build/bin/cli"
|
|
1602
|
-
},
|
|
1603
|
-
"peerDependencies": {
|
|
1604
|
-
"expo": "*",
|
|
1605
|
-
"expo-router": "*",
|
|
1606
|
-
"react-native": "*"
|
|
1607
|
-
},
|
|
1608
|
-
"peerDependenciesMeta": {
|
|
1609
|
-
"expo-router": {
|
|
1610
|
-
"optional": true
|
|
1611
|
-
},
|
|
1612
|
-
"react-native": {
|
|
1613
|
-
"optional": true
|
|
1614
|
-
}
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
"node_modules/@expo/cli/node_modules/semver": {
|
|
1618
|
-
"version": "7.7.3",
|
|
1619
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1620
|
-
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1621
|
-
"license": "ISC",
|
|
1622
|
-
"bin": {
|
|
1623
|
-
"semver": "bin/semver.js"
|
|
1624
|
-
},
|
|
1625
|
-
"engines": {
|
|
1626
|
-
"node": ">=10"
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
1529
|
"node_modules/@expo/code-signing-certificates": {
|
|
1630
1530
|
"version": "0.0.5",
|
|
1631
1531
|
"resolved": "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.5.tgz",
|
|
@@ -1637,40 +1537,40 @@
|
|
|
1637
1537
|
}
|
|
1638
1538
|
},
|
|
1639
1539
|
"node_modules/@expo/config": {
|
|
1640
|
-
"version": "12.0.
|
|
1641
|
-
"resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.
|
|
1642
|
-
"integrity": "sha512-
|
|
1540
|
+
"version": "12.0.11",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.11.tgz",
|
|
1542
|
+
"integrity": "sha512-bGKNCbHirwgFlcOJHXpsAStQvM0nU3cmiobK0o07UkTfcUxl9q9lOQQh2eoMGqpm6Vs1IcwBpYye6thC3Nri/w==",
|
|
1643
1543
|
"license": "MIT",
|
|
1644
1544
|
"dependencies": {
|
|
1645
1545
|
"@babel/code-frame": "~7.10.4",
|
|
1646
|
-
"@expo/config-plugins": "~54.0.
|
|
1647
|
-
"@expo/config-types": "^54.0.
|
|
1546
|
+
"@expo/config-plugins": "~54.0.3",
|
|
1547
|
+
"@expo/config-types": "^54.0.9",
|
|
1648
1548
|
"@expo/json-file": "^10.0.7",
|
|
1649
1549
|
"deepmerge": "^4.3.1",
|
|
1650
1550
|
"getenv": "^2.0.0",
|
|
1651
|
-
"glob": "^
|
|
1551
|
+
"glob": "^13.0.0",
|
|
1652
1552
|
"require-from-string": "^2.0.2",
|
|
1653
1553
|
"resolve-from": "^5.0.0",
|
|
1654
1554
|
"resolve-workspace-root": "^2.0.0",
|
|
1655
1555
|
"semver": "^7.6.0",
|
|
1656
1556
|
"slugify": "^1.3.4",
|
|
1657
|
-
"sucrase": "3.35.
|
|
1557
|
+
"sucrase": "~3.35.1"
|
|
1658
1558
|
}
|
|
1659
1559
|
},
|
|
1660
1560
|
"node_modules/@expo/config-plugins": {
|
|
1661
|
-
"version": "54.0.
|
|
1662
|
-
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.
|
|
1663
|
-
"integrity": "sha512-
|
|
1561
|
+
"version": "54.0.3",
|
|
1562
|
+
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.3.tgz",
|
|
1563
|
+
"integrity": "sha512-tBIUZIxLQfCu5jmqTO+UOeeDUGIB0BbK6xTMkPRObAXRQeTLPPfokZRCo818d2owd+Bcmq1wBaDz0VY3g+glfw==",
|
|
1664
1564
|
"license": "MIT",
|
|
1665
1565
|
"dependencies": {
|
|
1666
|
-
"@expo/config-types": "^54.0.
|
|
1566
|
+
"@expo/config-types": "^54.0.9",
|
|
1667
1567
|
"@expo/json-file": "~10.0.7",
|
|
1668
1568
|
"@expo/plist": "^0.4.7",
|
|
1669
1569
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
1670
1570
|
"chalk": "^4.1.2",
|
|
1671
1571
|
"debug": "^4.3.5",
|
|
1672
1572
|
"getenv": "^2.0.0",
|
|
1673
|
-
"glob": "^
|
|
1573
|
+
"glob": "^13.0.0",
|
|
1674
1574
|
"resolve-from": "^5.0.0",
|
|
1675
1575
|
"semver": "^7.5.4",
|
|
1676
1576
|
"slash": "^3.0.0",
|
|
@@ -1692,9 +1592,9 @@
|
|
|
1692
1592
|
}
|
|
1693
1593
|
},
|
|
1694
1594
|
"node_modules/@expo/config-types": {
|
|
1695
|
-
"version": "54.0.
|
|
1696
|
-
"resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-54.0.
|
|
1697
|
-
"integrity": "sha512-
|
|
1595
|
+
"version": "54.0.9",
|
|
1596
|
+
"resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-54.0.9.tgz",
|
|
1597
|
+
"integrity": "sha512-Llf4jwcrAnrxgE5WCdAOxtMf8FGwS4Sk0SSgI0NnIaSyCnmOCAm80GPFvsK778Oj19Ub4tSyzdqufPyeQPksWw==",
|
|
1698
1598
|
"license": "MIT"
|
|
1699
1599
|
},
|
|
1700
1600
|
"node_modules/@expo/config/node_modules/@babel/code-frame": {
|
|
@@ -1719,14 +1619,13 @@
|
|
|
1719
1619
|
}
|
|
1720
1620
|
},
|
|
1721
1621
|
"node_modules/@expo/devcert": {
|
|
1722
|
-
"version": "1.2.
|
|
1723
|
-
"resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.2.
|
|
1724
|
-
"integrity": "sha512-
|
|
1622
|
+
"version": "1.2.1",
|
|
1623
|
+
"resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.2.1.tgz",
|
|
1624
|
+
"integrity": "sha512-qC4eaxmKMTmJC2ahwyui6ud8f3W60Ss7pMkpBq40Hu3zyiAaugPXnZ24145U7K36qO9UHdZUVxsCvIpz2RYYCA==",
|
|
1725
1625
|
"license": "MIT",
|
|
1726
1626
|
"dependencies": {
|
|
1727
1627
|
"@expo/sudo-prompt": "^9.3.1",
|
|
1728
|
-
"debug": "^3.1.0"
|
|
1729
|
-
"glob": "^10.4.2"
|
|
1628
|
+
"debug": "^3.1.0"
|
|
1730
1629
|
}
|
|
1731
1630
|
},
|
|
1732
1631
|
"node_modules/@expo/devcert/node_modules/debug": {
|
|
@@ -1739,9 +1638,9 @@
|
|
|
1739
1638
|
}
|
|
1740
1639
|
},
|
|
1741
1640
|
"node_modules/@expo/devtools": {
|
|
1742
|
-
"version": "0.1.
|
|
1743
|
-
"resolved": "https://registry.npmjs.org/@expo/devtools/-/devtools-0.1.
|
|
1744
|
-
"integrity": "sha512-
|
|
1641
|
+
"version": "0.1.8",
|
|
1642
|
+
"resolved": "https://registry.npmjs.org/@expo/devtools/-/devtools-0.1.8.tgz",
|
|
1643
|
+
"integrity": "sha512-SVLxbuanDjJPgc0sy3EfXUMLb/tXzp6XIHkhtPVmTWJAp+FOr6+5SeiCfJrCzZFet0Ifyke2vX3sFcKwEvCXwQ==",
|
|
1745
1644
|
"license": "MIT",
|
|
1746
1645
|
"dependencies": {
|
|
1747
1646
|
"chalk": "^4.1.2"
|
|
@@ -1760,9 +1659,9 @@
|
|
|
1760
1659
|
}
|
|
1761
1660
|
},
|
|
1762
1661
|
"node_modules/@expo/env": {
|
|
1763
|
-
"version": "2.0.
|
|
1764
|
-
"resolved": "https://registry.npmjs.org/@expo/env/-/env-2.0.
|
|
1765
|
-
"integrity": "sha512-
|
|
1662
|
+
"version": "2.0.8",
|
|
1663
|
+
"resolved": "https://registry.npmjs.org/@expo/env/-/env-2.0.8.tgz",
|
|
1664
|
+
"integrity": "sha512-5VQD6GT8HIMRaSaB5JFtOXuvfDVU80YtZIuUT/GDhUF782usIXY13Tn3IdDz1Tm/lqA9qnRZQ1BF4t7LlvdJPA==",
|
|
1766
1665
|
"license": "MIT",
|
|
1767
1666
|
"dependencies": {
|
|
1768
1667
|
"chalk": "^4.0.0",
|
|
@@ -1773,9 +1672,9 @@
|
|
|
1773
1672
|
}
|
|
1774
1673
|
},
|
|
1775
1674
|
"node_modules/@expo/fingerprint": {
|
|
1776
|
-
"version": "0.15.
|
|
1777
|
-
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.
|
|
1778
|
-
"integrity": "sha512-
|
|
1675
|
+
"version": "0.15.4",
|
|
1676
|
+
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.4.tgz",
|
|
1677
|
+
"integrity": "sha512-eYlxcrGdR2/j2M6pEDXo9zU9KXXF1vhP+V+Tl+lyY+bU8lnzrN6c637mz6Ye3em2ANy8hhUR03Raf8VsT9Ogng==",
|
|
1779
1678
|
"license": "MIT",
|
|
1780
1679
|
"dependencies": {
|
|
1781
1680
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -1783,7 +1682,7 @@
|
|
|
1783
1682
|
"chalk": "^4.1.2",
|
|
1784
1683
|
"debug": "^4.3.4",
|
|
1785
1684
|
"getenv": "^2.0.0",
|
|
1786
|
-
"glob": "^
|
|
1685
|
+
"glob": "^13.0.0",
|
|
1787
1686
|
"ignore": "^5.3.1",
|
|
1788
1687
|
"minimatch": "^9.0.0",
|
|
1789
1688
|
"p-limit": "^3.1.0",
|
|
@@ -1807,9 +1706,9 @@
|
|
|
1807
1706
|
}
|
|
1808
1707
|
},
|
|
1809
1708
|
"node_modules/@expo/image-utils": {
|
|
1810
|
-
"version": "0.8.
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.8.
|
|
1812
|
-
"integrity": "sha512-
|
|
1709
|
+
"version": "0.8.8",
|
|
1710
|
+
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.8.8.tgz",
|
|
1711
|
+
"integrity": "sha512-HHHaG4J4nKjTtVa1GG9PCh763xlETScfEyNxxOvfTRr8IKPJckjTyqSLEtdJoFNJ1vqiABEjW7tqGhqGibZLeA==",
|
|
1813
1712
|
"license": "MIT",
|
|
1814
1713
|
"dependencies": {
|
|
1815
1714
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -1837,9 +1736,9 @@
|
|
|
1837
1736
|
}
|
|
1838
1737
|
},
|
|
1839
1738
|
"node_modules/@expo/json-file": {
|
|
1840
|
-
"version": "10.0.
|
|
1841
|
-
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-10.0.
|
|
1842
|
-
"integrity": "sha512-
|
|
1739
|
+
"version": "10.0.8",
|
|
1740
|
+
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-10.0.8.tgz",
|
|
1741
|
+
"integrity": "sha512-9LOTh1PgKizD1VXfGQ88LtDH0lRwq9lsTb4aichWTWSWqy3Ugfkhfm3BhzBIkJJfQQ5iJu3m/BoRlEIjoCGcnQ==",
|
|
1843
1742
|
"license": "MIT",
|
|
1844
1743
|
"dependencies": {
|
|
1845
1744
|
"@babel/code-frame": "~7.10.4",
|
|
@@ -1855,25 +1754,6 @@
|
|
|
1855
1754
|
"@babel/highlight": "^7.10.4"
|
|
1856
1755
|
}
|
|
1857
1756
|
},
|
|
1858
|
-
"node_modules/@expo/mcp-tunnel": {
|
|
1859
|
-
"version": "0.0.8",
|
|
1860
|
-
"resolved": "https://registry.npmjs.org/@expo/mcp-tunnel/-/mcp-tunnel-0.0.8.tgz",
|
|
1861
|
-
"integrity": "sha512-6261obzt6h9TQb6clET7Fw4Ig4AY2hfTNKI3gBt0gcTNxZipwMg8wER7ssDYieA9feD/FfPTuCPYFcR280aaWA==",
|
|
1862
|
-
"license": "MIT",
|
|
1863
|
-
"dependencies": {
|
|
1864
|
-
"ws": "^8.18.3",
|
|
1865
|
-
"zod": "^3.25.76",
|
|
1866
|
-
"zod-to-json-schema": "^3.24.6"
|
|
1867
|
-
},
|
|
1868
|
-
"peerDependencies": {
|
|
1869
|
-
"@modelcontextprotocol/sdk": "^1.13.2"
|
|
1870
|
-
},
|
|
1871
|
-
"peerDependenciesMeta": {
|
|
1872
|
-
"@modelcontextprotocol/sdk": {
|
|
1873
|
-
"optional": true
|
|
1874
|
-
}
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1877
1757
|
"node_modules/@expo/metro": {
|
|
1878
1758
|
"version": "54.1.0",
|
|
1879
1759
|
"resolved": "https://registry.npmjs.org/@expo/metro/-/metro-54.1.0.tgz",
|
|
@@ -1894,43 +1774,6 @@
|
|
|
1894
1774
|
"metro-transform-worker": "0.83.2"
|
|
1895
1775
|
}
|
|
1896
1776
|
},
|
|
1897
|
-
"node_modules/@expo/metro-config": {
|
|
1898
|
-
"version": "54.0.8",
|
|
1899
|
-
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.8.tgz",
|
|
1900
|
-
"integrity": "sha512-rCkDQ8IT6sgcGNy48O2cTE4NlazCAgAIsD5qBsNPJLZSS0XbaILvAgGsFt/4nrx0GMGj6iQcOn5ifwV4NssTmw==",
|
|
1901
|
-
"license": "MIT",
|
|
1902
|
-
"dependencies": {
|
|
1903
|
-
"@babel/code-frame": "^7.20.0",
|
|
1904
|
-
"@babel/core": "^7.20.0",
|
|
1905
|
-
"@babel/generator": "^7.20.5",
|
|
1906
|
-
"@expo/config": "~12.0.10",
|
|
1907
|
-
"@expo/env": "~2.0.7",
|
|
1908
|
-
"@expo/json-file": "~10.0.7",
|
|
1909
|
-
"@expo/metro": "~54.1.0",
|
|
1910
|
-
"@expo/spawn-async": "^1.7.2",
|
|
1911
|
-
"browserslist": "^4.25.0",
|
|
1912
|
-
"chalk": "^4.1.0",
|
|
1913
|
-
"debug": "^4.3.2",
|
|
1914
|
-
"dotenv": "~16.4.5",
|
|
1915
|
-
"dotenv-expand": "~11.0.6",
|
|
1916
|
-
"getenv": "^2.0.0",
|
|
1917
|
-
"glob": "^10.4.2",
|
|
1918
|
-
"hermes-parser": "^0.29.1",
|
|
1919
|
-
"jsc-safe-url": "^0.2.4",
|
|
1920
|
-
"lightningcss": "^1.30.1",
|
|
1921
|
-
"minimatch": "^9.0.0",
|
|
1922
|
-
"postcss": "~8.4.32",
|
|
1923
|
-
"resolve-from": "^5.0.0"
|
|
1924
|
-
},
|
|
1925
|
-
"peerDependencies": {
|
|
1926
|
-
"expo": "*"
|
|
1927
|
-
},
|
|
1928
|
-
"peerDependenciesMeta": {
|
|
1929
|
-
"expo": {
|
|
1930
|
-
"optional": true
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1933
|
-
},
|
|
1934
1777
|
"node_modules/@expo/metro/node_modules/ci-info": {
|
|
1935
1778
|
"version": "2.0.0",
|
|
1936
1779
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
|
|
@@ -2233,31 +2076,10 @@
|
|
|
2233
2076
|
"node": ">=20.19.4"
|
|
2234
2077
|
}
|
|
2235
2078
|
},
|
|
2236
|
-
"node_modules/@expo/metro/node_modules/ws": {
|
|
2237
|
-
"version": "7.5.10",
|
|
2238
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
2239
|
-
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
2240
|
-
"license": "MIT",
|
|
2241
|
-
"engines": {
|
|
2242
|
-
"node": ">=8.3.0"
|
|
2243
|
-
},
|
|
2244
|
-
"peerDependencies": {
|
|
2245
|
-
"bufferutil": "^4.0.1",
|
|
2246
|
-
"utf-8-validate": "^5.0.2"
|
|
2247
|
-
},
|
|
2248
|
-
"peerDependenciesMeta": {
|
|
2249
|
-
"bufferutil": {
|
|
2250
|
-
"optional": true
|
|
2251
|
-
},
|
|
2252
|
-
"utf-8-validate": {
|
|
2253
|
-
"optional": true
|
|
2254
|
-
}
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
2079
|
"node_modules/@expo/osascript": {
|
|
2258
|
-
"version": "2.3.
|
|
2259
|
-
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.3.
|
|
2260
|
-
"integrity": "sha512
|
|
2080
|
+
"version": "2.3.8",
|
|
2081
|
+
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.3.8.tgz",
|
|
2082
|
+
"integrity": "sha512-/TuOZvSG7Nn0I8c+FcEaoHeBO07yu6vwDgk7rZVvAXoeAK5rkA09jRyjYsZo+0tMEFaToBeywA6pj50Mb3ny9w==",
|
|
2261
2083
|
"license": "MIT",
|
|
2262
2084
|
"dependencies": {
|
|
2263
2085
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -2268,12 +2090,12 @@
|
|
|
2268
2090
|
}
|
|
2269
2091
|
},
|
|
2270
2092
|
"node_modules/@expo/package-manager": {
|
|
2271
|
-
"version": "1.9.
|
|
2272
|
-
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.9.
|
|
2273
|
-
"integrity": "sha512-
|
|
2093
|
+
"version": "1.9.9",
|
|
2094
|
+
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.9.9.tgz",
|
|
2095
|
+
"integrity": "sha512-Nv5THOwXzPprMJwbnXU01iXSrCp3vJqly9M4EJ2GkKko9Ifer2ucpg7x6OUsE09/lw+npaoUnHMXwkw7gcKxlg==",
|
|
2274
2096
|
"license": "MIT",
|
|
2275
2097
|
"dependencies": {
|
|
2276
|
-
"@expo/json-file": "^10.0.
|
|
2098
|
+
"@expo/json-file": "^10.0.8",
|
|
2277
2099
|
"@expo/spawn-async": "^1.7.2",
|
|
2278
2100
|
"chalk": "^4.0.0",
|
|
2279
2101
|
"npm-package-arg": "^11.0.0",
|
|
@@ -2282,9 +2104,9 @@
|
|
|
2282
2104
|
}
|
|
2283
2105
|
},
|
|
2284
2106
|
"node_modules/@expo/plist": {
|
|
2285
|
-
"version": "0.4.
|
|
2286
|
-
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.4.
|
|
2287
|
-
"integrity": "sha512-
|
|
2107
|
+
"version": "0.4.8",
|
|
2108
|
+
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.4.8.tgz",
|
|
2109
|
+
"integrity": "sha512-pfNtErGGzzRwHP+5+RqswzPDKkZrx+Cli0mzjQaus1ZWFsog5ibL+nVT3NcporW51o8ggnt7x813vtRbPiyOrQ==",
|
|
2288
2110
|
"license": "MIT",
|
|
2289
2111
|
"dependencies": {
|
|
2290
2112
|
"@xmldom/xmldom": "^0.8.8",
|
|
@@ -2292,43 +2114,10 @@
|
|
|
2292
2114
|
"xmlbuilder": "^15.1.1"
|
|
2293
2115
|
}
|
|
2294
2116
|
},
|
|
2295
|
-
"node_modules/@expo/prebuild-config": {
|
|
2296
|
-
"version": "54.0.6",
|
|
2297
|
-
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.6.tgz",
|
|
2298
|
-
"integrity": "sha512-xowuMmyPNy+WTNq+YX0m0EFO/Knc68swjThk4dKivgZa8zI1UjvFXOBIOp8RX4ljCXLzwxQJM5oBBTvyn+59ZA==",
|
|
2299
|
-
"license": "MIT",
|
|
2300
|
-
"dependencies": {
|
|
2301
|
-
"@expo/config": "~12.0.10",
|
|
2302
|
-
"@expo/config-plugins": "~54.0.2",
|
|
2303
|
-
"@expo/config-types": "^54.0.8",
|
|
2304
|
-
"@expo/image-utils": "^0.8.7",
|
|
2305
|
-
"@expo/json-file": "^10.0.7",
|
|
2306
|
-
"@react-native/normalize-colors": "0.81.5",
|
|
2307
|
-
"debug": "^4.3.1",
|
|
2308
|
-
"resolve-from": "^5.0.0",
|
|
2309
|
-
"semver": "^7.6.0",
|
|
2310
|
-
"xml2js": "0.6.0"
|
|
2311
|
-
},
|
|
2312
|
-
"peerDependencies": {
|
|
2313
|
-
"expo": "*"
|
|
2314
|
-
}
|
|
2315
|
-
},
|
|
2316
|
-
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
2317
|
-
"version": "7.7.3",
|
|
2318
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
2319
|
-
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
2320
|
-
"license": "ISC",
|
|
2321
|
-
"bin": {
|
|
2322
|
-
"semver": "bin/semver.js"
|
|
2323
|
-
},
|
|
2324
|
-
"engines": {
|
|
2325
|
-
"node": ">=10"
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
2117
|
"node_modules/@expo/schema-utils": {
|
|
2329
|
-
"version": "0.1.
|
|
2330
|
-
"resolved": "https://registry.npmjs.org/@expo/schema-utils/-/schema-utils-0.1.
|
|
2331
|
-
"integrity": "sha512-
|
|
2118
|
+
"version": "0.1.8",
|
|
2119
|
+
"resolved": "https://registry.npmjs.org/@expo/schema-utils/-/schema-utils-0.1.8.tgz",
|
|
2120
|
+
"integrity": "sha512-9I6ZqvnAvKKDiO+ZF8BpQQFYWXOJvTAL5L/227RUbWG1OVZDInFifzCBiqAZ3b67NRfeAgpgvbA7rejsqhY62A==",
|
|
2332
2121
|
"license": "MIT"
|
|
2333
2122
|
},
|
|
2334
2123
|
"node_modules/@expo/sdk-runtime-versions": {
|
|
@@ -2396,50 +2185,25 @@
|
|
|
2396
2185
|
"@babel/highlight": "^7.10.4"
|
|
2397
2186
|
}
|
|
2398
2187
|
},
|
|
2399
|
-
"node_modules/@isaacs/
|
|
2400
|
-
"version": "
|
|
2401
|
-
"resolved": "https://registry.npmjs.org/@isaacs/
|
|
2402
|
-
"integrity": "sha512-
|
|
2403
|
-
"license": "ISC",
|
|
2404
|
-
"dependencies": {
|
|
2405
|
-
"string-width": "^5.1.2",
|
|
2406
|
-
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
2407
|
-
"strip-ansi": "^7.0.1",
|
|
2408
|
-
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
2409
|
-
"wrap-ansi": "^8.1.0",
|
|
2410
|
-
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
2411
|
-
},
|
|
2412
|
-
"engines": {
|
|
2413
|
-
"node": ">=12"
|
|
2414
|
-
}
|
|
2415
|
-
},
|
|
2416
|
-
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
2417
|
-
"version": "6.2.3",
|
|
2418
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
2419
|
-
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
2188
|
+
"node_modules/@isaacs/balanced-match": {
|
|
2189
|
+
"version": "4.0.1",
|
|
2190
|
+
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
2191
|
+
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
2420
2192
|
"license": "MIT",
|
|
2421
2193
|
"engines": {
|
|
2422
|
-
"node": ">=
|
|
2423
|
-
},
|
|
2424
|
-
"funding": {
|
|
2425
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2194
|
+
"node": "20 || >=22"
|
|
2426
2195
|
}
|
|
2427
2196
|
},
|
|
2428
|
-
"node_modules/@isaacs/
|
|
2429
|
-
"version": "
|
|
2430
|
-
"resolved": "https://registry.npmjs.org/
|
|
2431
|
-
"integrity": "sha512-
|
|
2197
|
+
"node_modules/@isaacs/brace-expansion": {
|
|
2198
|
+
"version": "5.0.0",
|
|
2199
|
+
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
|
|
2200
|
+
"integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
|
|
2432
2201
|
"license": "MIT",
|
|
2433
2202
|
"dependencies": {
|
|
2434
|
-
"
|
|
2435
|
-
"string-width": "^5.0.1",
|
|
2436
|
-
"strip-ansi": "^7.0.1"
|
|
2203
|
+
"@isaacs/balanced-match": "^4.0.1"
|
|
2437
2204
|
},
|
|
2438
2205
|
"engines": {
|
|
2439
|
-
"node": ">=
|
|
2440
|
-
},
|
|
2441
|
-
"funding": {
|
|
2442
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2206
|
+
"node": "20 || >=22"
|
|
2443
2207
|
}
|
|
2444
2208
|
},
|
|
2445
2209
|
"node_modules/@isaacs/fs-minipass": {
|
|
@@ -2511,9 +2275,9 @@
|
|
|
2511
2275
|
}
|
|
2512
2276
|
},
|
|
2513
2277
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
2514
|
-
"version": "3.14.
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.
|
|
2516
|
-
"integrity": "sha512-
|
|
2278
|
+
"version": "3.14.2",
|
|
2279
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
|
|
2280
|
+
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
2517
2281
|
"license": "MIT",
|
|
2518
2282
|
"dependencies": {
|
|
2519
2283
|
"argparse": "^1.0.7",
|
|
@@ -2725,16 +2489,6 @@
|
|
|
2725
2489
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
2726
2490
|
}
|
|
2727
2491
|
},
|
|
2728
|
-
"node_modules/@pkgjs/parseargs": {
|
|
2729
|
-
"version": "0.11.0",
|
|
2730
|
-
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
2731
|
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
2732
|
-
"license": "MIT",
|
|
2733
|
-
"optional": true,
|
|
2734
|
-
"engines": {
|
|
2735
|
-
"node": ">=14"
|
|
2736
|
-
}
|
|
2737
|
-
},
|
|
2738
2492
|
"node_modules/@react-native/assets-registry": {
|
|
2739
2493
|
"version": "0.81.5",
|
|
2740
2494
|
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.81.5.tgz",
|
|
@@ -3470,49 +3224,6 @@
|
|
|
3470
3224
|
"@babel/core": "^7.0.0 || ^8.0.0-0"
|
|
3471
3225
|
}
|
|
3472
3226
|
},
|
|
3473
|
-
"node_modules/babel-preset-expo": {
|
|
3474
|
-
"version": "54.0.6",
|
|
3475
|
-
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.6.tgz",
|
|
3476
|
-
"integrity": "sha512-GxJfwnuOPQJbzDe5WASJZdNQiukLw7i9z+Lh6JQWkUHXsShHyQrqgiKE55MD/KaP9VqJ70yZm7bYqOu8zwcWqQ==",
|
|
3477
|
-
"license": "MIT",
|
|
3478
|
-
"dependencies": {
|
|
3479
|
-
"@babel/helper-module-imports": "^7.25.9",
|
|
3480
|
-
"@babel/plugin-proposal-decorators": "^7.12.9",
|
|
3481
|
-
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
|
3482
|
-
"@babel/plugin-syntax-export-default-from": "^7.24.7",
|
|
3483
|
-
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
3484
|
-
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
3485
|
-
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
|
3486
|
-
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
3487
|
-
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
3488
|
-
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
3489
|
-
"@babel/plugin-transform-private-methods": "^7.24.7",
|
|
3490
|
-
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
3491
|
-
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
3492
|
-
"@babel/preset-react": "^7.22.15",
|
|
3493
|
-
"@babel/preset-typescript": "^7.23.0",
|
|
3494
|
-
"@react-native/babel-preset": "0.81.5",
|
|
3495
|
-
"babel-plugin-react-compiler": "^1.0.0",
|
|
3496
|
-
"babel-plugin-react-native-web": "~0.21.0",
|
|
3497
|
-
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
3498
|
-
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
3499
|
-
"debug": "^4.3.4",
|
|
3500
|
-
"resolve-from": "^5.0.0"
|
|
3501
|
-
},
|
|
3502
|
-
"peerDependencies": {
|
|
3503
|
-
"@babel/runtime": "^7.20.0",
|
|
3504
|
-
"expo": "*",
|
|
3505
|
-
"react-refresh": ">=0.14.0 <1.0.0"
|
|
3506
|
-
},
|
|
3507
|
-
"peerDependenciesMeta": {
|
|
3508
|
-
"@babel/runtime": {
|
|
3509
|
-
"optional": true
|
|
3510
|
-
},
|
|
3511
|
-
"expo": {
|
|
3512
|
-
"optional": true
|
|
3513
|
-
}
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
3227
|
"node_modules/babel-preset-jest": {
|
|
3517
3228
|
"version": "29.6.3",
|
|
3518
3229
|
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
|
|
@@ -3556,9 +3267,9 @@
|
|
|
3556
3267
|
"license": "MIT"
|
|
3557
3268
|
},
|
|
3558
3269
|
"node_modules/baseline-browser-mapping": {
|
|
3559
|
-
"version": "2.
|
|
3560
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.
|
|
3561
|
-
"integrity": "sha512-
|
|
3270
|
+
"version": "2.9.0",
|
|
3271
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.0.tgz",
|
|
3272
|
+
"integrity": "sha512-Mh++g+2LPfzZToywfE1BUzvZbfOY52Nil0rn9H1CPC5DJ7fX+Vir7nToBeoiSbB1zTNeGYbELEvJESujgGrzXw==",
|
|
3562
3273
|
"license": "Apache-2.0",
|
|
3563
3274
|
"bin": {
|
|
3564
3275
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -3612,9 +3323,9 @@
|
|
|
3612
3323
|
}
|
|
3613
3324
|
},
|
|
3614
3325
|
"node_modules/bplist-parser": {
|
|
3615
|
-
"version": "0.3.
|
|
3616
|
-
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.
|
|
3617
|
-
"integrity": "sha512-
|
|
3326
|
+
"version": "0.3.1",
|
|
3327
|
+
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz",
|
|
3328
|
+
"integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==",
|
|
3618
3329
|
"license": "MIT",
|
|
3619
3330
|
"dependencies": {
|
|
3620
3331
|
"big-integer": "1.6.x"
|
|
@@ -3645,9 +3356,9 @@
|
|
|
3645
3356
|
}
|
|
3646
3357
|
},
|
|
3647
3358
|
"node_modules/browserslist": {
|
|
3648
|
-
"version": "4.
|
|
3649
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
3650
|
-
"integrity": "sha512-
|
|
3359
|
+
"version": "4.28.1",
|
|
3360
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
|
3361
|
+
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
3651
3362
|
"funding": [
|
|
3652
3363
|
{
|
|
3653
3364
|
"type": "opencollective",
|
|
@@ -3664,11 +3375,11 @@
|
|
|
3664
3375
|
],
|
|
3665
3376
|
"license": "MIT",
|
|
3666
3377
|
"dependencies": {
|
|
3667
|
-
"baseline-browser-mapping": "^2.
|
|
3668
|
-
"caniuse-lite": "^1.0.
|
|
3669
|
-
"electron-to-chromium": "^1.5.
|
|
3670
|
-
"node-releases": "^2.0.
|
|
3671
|
-
"update-browserslist-db": "^1.
|
|
3378
|
+
"baseline-browser-mapping": "^2.9.0",
|
|
3379
|
+
"caniuse-lite": "^1.0.30001759",
|
|
3380
|
+
"electron-to-chromium": "^1.5.263",
|
|
3381
|
+
"node-releases": "^2.0.27",
|
|
3382
|
+
"update-browserslist-db": "^1.2.0"
|
|
3672
3383
|
},
|
|
3673
3384
|
"bin": {
|
|
3674
3385
|
"browserslist": "cli.js"
|
|
@@ -3738,9 +3449,9 @@
|
|
|
3738
3449
|
}
|
|
3739
3450
|
},
|
|
3740
3451
|
"node_modules/caniuse-lite": {
|
|
3741
|
-
"version": "1.0.
|
|
3742
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
3743
|
-
"integrity": "sha512-
|
|
3452
|
+
"version": "1.0.30001759",
|
|
3453
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001759.tgz",
|
|
3454
|
+
"integrity": "sha512-Pzfx9fOKoKvevQf8oCXoyNRQ5QyxJj+3O0Rqx2V5oxT61KGx8+n6hV/IUyJeifUci2clnmmKVpvtiqRzgiWjSw==",
|
|
3744
3455
|
"funding": [
|
|
3745
3456
|
{
|
|
3746
3457
|
"type": "opencollective",
|
|
@@ -4067,12 +3778,12 @@
|
|
|
4067
3778
|
"license": "MIT"
|
|
4068
3779
|
},
|
|
4069
3780
|
"node_modules/core-js-compat": {
|
|
4070
|
-
"version": "3.
|
|
4071
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
4072
|
-
"integrity": "sha512-
|
|
3781
|
+
"version": "3.47.0",
|
|
3782
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz",
|
|
3783
|
+
"integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
|
|
4073
3784
|
"license": "MIT",
|
|
4074
3785
|
"dependencies": {
|
|
4075
|
-
"browserslist": "^4.
|
|
3786
|
+
"browserslist": "^4.28.0"
|
|
4076
3787
|
},
|
|
4077
3788
|
"funding": {
|
|
4078
3789
|
"type": "opencollective",
|
|
@@ -4220,12 +3931,6 @@
|
|
|
4220
3931
|
"url": "https://dotenvx.com"
|
|
4221
3932
|
}
|
|
4222
3933
|
},
|
|
4223
|
-
"node_modules/eastasianwidth": {
|
|
4224
|
-
"version": "0.2.0",
|
|
4225
|
-
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
4226
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
4227
|
-
"license": "MIT"
|
|
4228
|
-
},
|
|
4229
3934
|
"node_modules/ee-first": {
|
|
4230
3935
|
"version": "1.1.1",
|
|
4231
3936
|
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
@@ -4233,17 +3938,11 @@
|
|
|
4233
3938
|
"license": "MIT"
|
|
4234
3939
|
},
|
|
4235
3940
|
"node_modules/electron-to-chromium": {
|
|
4236
|
-
"version": "1.5.
|
|
4237
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4238
|
-
"integrity": "sha512-
|
|
3941
|
+
"version": "1.5.263",
|
|
3942
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.263.tgz",
|
|
3943
|
+
"integrity": "sha512-DrqJ11Knd+lo+dv+lltvfMDLU27g14LMdH2b0O3Pio4uk0x+z7OR+JrmyacTPN2M8w3BrZ7/RTwG3R9B7irPlg==",
|
|
4239
3944
|
"license": "ISC"
|
|
4240
3945
|
},
|
|
4241
|
-
"node_modules/emoji-regex": {
|
|
4242
|
-
"version": "9.2.2",
|
|
4243
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
4244
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
4245
|
-
"license": "MIT"
|
|
4246
|
-
},
|
|
4247
3946
|
"node_modules/encodeurl": {
|
|
4248
3947
|
"version": "1.0.2",
|
|
4249
3948
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
@@ -4336,29 +4035,29 @@
|
|
|
4336
4035
|
"license": "MIT"
|
|
4337
4036
|
},
|
|
4338
4037
|
"node_modules/expo": {
|
|
4339
|
-
"version": "54.0.
|
|
4340
|
-
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.
|
|
4341
|
-
"integrity": "sha512-
|
|
4038
|
+
"version": "54.0.27",
|
|
4039
|
+
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.27.tgz",
|
|
4040
|
+
"integrity": "sha512-50BcJs8eqGwRiMUoWwphkRGYtKFS2bBnemxLzy0lrGVA1E6F4Q7L5h3WT6w1ehEZybtOVkfJu4Z6GWo2IJcpEA==",
|
|
4342
4041
|
"license": "MIT",
|
|
4343
4042
|
"dependencies": {
|
|
4344
4043
|
"@babel/runtime": "^7.20.0",
|
|
4345
|
-
"@expo/cli": "54.0.
|
|
4346
|
-
"@expo/config": "~12.0.
|
|
4347
|
-
"@expo/config-plugins": "~54.0.
|
|
4348
|
-
"@expo/devtools": "0.1.
|
|
4349
|
-
"@expo/fingerprint": "0.15.
|
|
4044
|
+
"@expo/cli": "54.0.18",
|
|
4045
|
+
"@expo/config": "~12.0.11",
|
|
4046
|
+
"@expo/config-plugins": "~54.0.3",
|
|
4047
|
+
"@expo/devtools": "0.1.8",
|
|
4048
|
+
"@expo/fingerprint": "0.15.4",
|
|
4350
4049
|
"@expo/metro": "~54.1.0",
|
|
4351
|
-
"@expo/metro-config": "54.0.
|
|
4050
|
+
"@expo/metro-config": "54.0.10",
|
|
4352
4051
|
"@expo/vector-icons": "^15.0.3",
|
|
4353
4052
|
"@ungap/structured-clone": "^1.3.0",
|
|
4354
|
-
"babel-preset-expo": "~54.0.
|
|
4355
|
-
"expo-asset": "~12.0.
|
|
4356
|
-
"expo-constants": "~18.0.
|
|
4357
|
-
"expo-file-system": "~19.0.
|
|
4358
|
-
"expo-font": "~14.0.
|
|
4359
|
-
"expo-keep-awake": "~15.0.
|
|
4360
|
-
"expo-modules-autolinking": "3.0.
|
|
4361
|
-
"expo-modules-core": "3.0.
|
|
4053
|
+
"babel-preset-expo": "~54.0.8",
|
|
4054
|
+
"expo-asset": "~12.0.11",
|
|
4055
|
+
"expo-constants": "~18.0.11",
|
|
4056
|
+
"expo-file-system": "~19.0.20",
|
|
4057
|
+
"expo-font": "~14.0.10",
|
|
4058
|
+
"expo-keep-awake": "~15.0.8",
|
|
4059
|
+
"expo-modules-autolinking": "3.0.23",
|
|
4060
|
+
"expo-modules-core": "3.0.28",
|
|
4362
4061
|
"pretty-format": "^29.7.0",
|
|
4363
4062
|
"react-refresh": "^0.14.2",
|
|
4364
4063
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -4387,35 +4086,6 @@
|
|
|
4387
4086
|
}
|
|
4388
4087
|
}
|
|
4389
4088
|
},
|
|
4390
|
-
"node_modules/expo-asset": {
|
|
4391
|
-
"version": "12.0.9",
|
|
4392
|
-
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.9.tgz",
|
|
4393
|
-
"integrity": "sha512-vrdRoyhGhBmd0nJcssTSk1Ypx3Mbn/eXaaBCQVkL0MJ8IOZpAObAjfD5CTy8+8RofcHEQdh3wwZVCs7crvfOeg==",
|
|
4394
|
-
"license": "MIT",
|
|
4395
|
-
"dependencies": {
|
|
4396
|
-
"@expo/image-utils": "^0.8.7",
|
|
4397
|
-
"expo-constants": "~18.0.9"
|
|
4398
|
-
},
|
|
4399
|
-
"peerDependencies": {
|
|
4400
|
-
"expo": "*",
|
|
4401
|
-
"react": "*",
|
|
4402
|
-
"react-native": "*"
|
|
4403
|
-
}
|
|
4404
|
-
},
|
|
4405
|
-
"node_modules/expo-constants": {
|
|
4406
|
-
"version": "18.0.10",
|
|
4407
|
-
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.10.tgz",
|
|
4408
|
-
"integrity": "sha512-Rhtv+X974k0Cahmvx6p7ER5+pNhBC0XbP1lRviL2J1Xl4sT2FBaIuIxF/0I0CbhOsySf0ksqc5caFweAy9Ewiw==",
|
|
4409
|
-
"license": "MIT",
|
|
4410
|
-
"dependencies": {
|
|
4411
|
-
"@expo/config": "~12.0.10",
|
|
4412
|
-
"@expo/env": "~2.0.7"
|
|
4413
|
-
},
|
|
4414
|
-
"peerDependencies": {
|
|
4415
|
-
"expo": "*",
|
|
4416
|
-
"react-native": "*"
|
|
4417
|
-
}
|
|
4418
|
-
},
|
|
4419
4089
|
"node_modules/expo-doctor": {
|
|
4420
4090
|
"version": "1.17.11",
|
|
4421
4091
|
"resolved": "https://registry.npmjs.org/expo-doctor/-/expo-doctor-1.17.11.tgz",
|
|
@@ -4427,18 +4097,18 @@
|
|
|
4427
4097
|
}
|
|
4428
4098
|
},
|
|
4429
4099
|
"node_modules/expo-document-picker": {
|
|
4430
|
-
"version": "14.0.
|
|
4431
|
-
"resolved": "https://registry.npmjs.org/expo-document-picker/-/expo-document-picker-14.0.
|
|
4432
|
-
"integrity": "sha512-
|
|
4100
|
+
"version": "14.0.8",
|
|
4101
|
+
"resolved": "https://registry.npmjs.org/expo-document-picker/-/expo-document-picker-14.0.8.tgz",
|
|
4102
|
+
"integrity": "sha512-3tyQKpPqWWFlI8p9RiMX1+T1Zge5mEKeBuXWp1h8PEItFMUDSiOJbQ112sfdC6Hxt8wSxreV9bCRl/NgBdt+fA==",
|
|
4433
4103
|
"license": "MIT",
|
|
4434
4104
|
"peerDependencies": {
|
|
4435
4105
|
"expo": "*"
|
|
4436
4106
|
}
|
|
4437
4107
|
},
|
|
4438
4108
|
"node_modules/expo-file-system": {
|
|
4439
|
-
"version": "19.0.
|
|
4440
|
-
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.
|
|
4441
|
-
"integrity": "sha512-
|
|
4109
|
+
"version": "19.0.20",
|
|
4110
|
+
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.20.tgz",
|
|
4111
|
+
"integrity": "sha512-Jr/nNvJmUlptS3cHLKVBNyTyGMHNyxYBKRph1KRe0Nb3RzZza1gZLZXMG5Ky//sO2azTn+OaT0dv/lAyL0vJNA==",
|
|
4442
4112
|
"license": "MIT",
|
|
4443
4113
|
"peerDependencies": {
|
|
4444
4114
|
"expo": "*",
|
|
@@ -4450,6 +4120,7 @@
|
|
|
4450
4120
|
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.9.tgz",
|
|
4451
4121
|
"integrity": "sha512-xCoQbR/36qqB6tew/LQ6GWICpaBmHLhg/Loix5Rku/0ZtNaXMJv08M9o1AcrdiGTn/Xf/BnLu6DgS45cWQEHZg==",
|
|
4452
4122
|
"license": "MIT",
|
|
4123
|
+
"peer": true,
|
|
4453
4124
|
"dependencies": {
|
|
4454
4125
|
"fontfaceobserver": "^2.1.0"
|
|
4455
4126
|
},
|
|
@@ -4459,26 +4130,15 @@
|
|
|
4459
4130
|
"react-native": "*"
|
|
4460
4131
|
}
|
|
4461
4132
|
},
|
|
4462
|
-
"node_modules/expo-keep-awake": {
|
|
4463
|
-
"version": "15.0.7",
|
|
4464
|
-
"resolved": "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-15.0.7.tgz",
|
|
4465
|
-
"integrity": "sha512-CgBNcWVPnrIVII5G54QDqoE125l+zmqR4HR8q+MQaCfHet+dYpS5vX5zii/RMayzGN4jPgA4XYIQ28ePKFjHoA==",
|
|
4466
|
-
"license": "MIT",
|
|
4467
|
-
"peerDependencies": {
|
|
4468
|
-
"expo": "*",
|
|
4469
|
-
"react": "*"
|
|
4470
|
-
}
|
|
4471
|
-
},
|
|
4472
4133
|
"node_modules/expo-modules-autolinking": {
|
|
4473
|
-
"version": "3.0.
|
|
4474
|
-
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.
|
|
4475
|
-
"integrity": "sha512-
|
|
4134
|
+
"version": "3.0.23",
|
|
4135
|
+
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.23.tgz",
|
|
4136
|
+
"integrity": "sha512-YZnaE0G+52xftjH5nsIRaWsoVBY38SQCECclpdgLisdbRY/6Mzo7ndokjauOv3mpFmzMZACHyJNu1YSAffQwTg==",
|
|
4476
4137
|
"license": "MIT",
|
|
4477
4138
|
"dependencies": {
|
|
4478
4139
|
"@expo/spawn-async": "^1.7.2",
|
|
4479
4140
|
"chalk": "^4.1.0",
|
|
4480
4141
|
"commander": "^7.2.0",
|
|
4481
|
-
"glob": "^10.4.2",
|
|
4482
4142
|
"require-from-string": "^2.0.2",
|
|
4483
4143
|
"resolve-from": "^5.0.0"
|
|
4484
4144
|
},
|
|
@@ -4487,9 +4147,9 @@
|
|
|
4487
4147
|
}
|
|
4488
4148
|
},
|
|
4489
4149
|
"node_modules/expo-modules-core": {
|
|
4490
|
-
"version": "3.0.
|
|
4491
|
-
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.
|
|
4492
|
-
"integrity": "sha512-
|
|
4150
|
+
"version": "3.0.28",
|
|
4151
|
+
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.28.tgz",
|
|
4152
|
+
"integrity": "sha512-8EDpksNxnN4HXWE+yhYUYAZAWTEDRzK2VpZjPSp+UBF2LtWZicXKLOCODCvsjCkTCVVA2JKKcWtGxWiteV3ueA==",
|
|
4493
4153
|
"license": "MIT",
|
|
4494
4154
|
"dependencies": {
|
|
4495
4155
|
"invariant": "^2.2.4"
|
|
@@ -4500,14 +4160,300 @@
|
|
|
4500
4160
|
}
|
|
4501
4161
|
},
|
|
4502
4162
|
"node_modules/expo-server": {
|
|
4503
|
-
"version": "1.0.
|
|
4504
|
-
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.
|
|
4505
|
-
"integrity": "sha512-
|
|
4163
|
+
"version": "1.0.5",
|
|
4164
|
+
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.5.tgz",
|
|
4165
|
+
"integrity": "sha512-IGR++flYH70rhLyeXF0Phle56/k4cee87WeQ4mamS+MkVAVP+dDlOHf2nN06Z9Y2KhU0Gp1k+y61KkghF7HdhA==",
|
|
4506
4166
|
"license": "MIT",
|
|
4507
4167
|
"engines": {
|
|
4508
4168
|
"node": ">=20.16.0"
|
|
4509
4169
|
}
|
|
4510
4170
|
},
|
|
4171
|
+
"node_modules/expo/node_modules/@expo/cli": {
|
|
4172
|
+
"version": "54.0.18",
|
|
4173
|
+
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.18.tgz",
|
|
4174
|
+
"integrity": "sha512-hN4kolUXLah9T8DQJ8ue1ZTvRNbeNJOEOhLBak6EU7h90FKfjLA32nz99jRnHmis+aF+9qsrQG9yQx9eCSVDcg==",
|
|
4175
|
+
"license": "MIT",
|
|
4176
|
+
"dependencies": {
|
|
4177
|
+
"@0no-co/graphql.web": "^1.0.8",
|
|
4178
|
+
"@expo/code-signing-certificates": "^0.0.5",
|
|
4179
|
+
"@expo/config": "~12.0.11",
|
|
4180
|
+
"@expo/config-plugins": "~54.0.3",
|
|
4181
|
+
"@expo/devcert": "^1.2.1",
|
|
4182
|
+
"@expo/env": "~2.0.8",
|
|
4183
|
+
"@expo/image-utils": "^0.8.8",
|
|
4184
|
+
"@expo/json-file": "^10.0.8",
|
|
4185
|
+
"@expo/metro": "~54.1.0",
|
|
4186
|
+
"@expo/metro-config": "~54.0.10",
|
|
4187
|
+
"@expo/osascript": "^2.3.8",
|
|
4188
|
+
"@expo/package-manager": "^1.9.9",
|
|
4189
|
+
"@expo/plist": "^0.4.8",
|
|
4190
|
+
"@expo/prebuild-config": "^54.0.7",
|
|
4191
|
+
"@expo/schema-utils": "^0.1.8",
|
|
4192
|
+
"@expo/spawn-async": "^1.7.2",
|
|
4193
|
+
"@expo/ws-tunnel": "^1.0.1",
|
|
4194
|
+
"@expo/xcpretty": "^4.3.0",
|
|
4195
|
+
"@react-native/dev-middleware": "0.81.5",
|
|
4196
|
+
"@urql/core": "^5.0.6",
|
|
4197
|
+
"@urql/exchange-retry": "^1.3.0",
|
|
4198
|
+
"accepts": "^1.3.8",
|
|
4199
|
+
"arg": "^5.0.2",
|
|
4200
|
+
"better-opn": "~3.0.2",
|
|
4201
|
+
"bplist-creator": "0.1.0",
|
|
4202
|
+
"bplist-parser": "^0.3.1",
|
|
4203
|
+
"chalk": "^4.0.0",
|
|
4204
|
+
"ci-info": "^3.3.0",
|
|
4205
|
+
"compression": "^1.7.4",
|
|
4206
|
+
"connect": "^3.7.0",
|
|
4207
|
+
"debug": "^4.3.4",
|
|
4208
|
+
"env-editor": "^0.4.1",
|
|
4209
|
+
"expo-server": "^1.0.5",
|
|
4210
|
+
"freeport-async": "^2.0.0",
|
|
4211
|
+
"getenv": "^2.0.0",
|
|
4212
|
+
"glob": "^13.0.0",
|
|
4213
|
+
"lan-network": "^0.1.6",
|
|
4214
|
+
"minimatch": "^9.0.0",
|
|
4215
|
+
"node-forge": "^1.3.1",
|
|
4216
|
+
"npm-package-arg": "^11.0.0",
|
|
4217
|
+
"ora": "^3.4.0",
|
|
4218
|
+
"picomatch": "^3.0.1",
|
|
4219
|
+
"pretty-bytes": "^5.6.0",
|
|
4220
|
+
"pretty-format": "^29.7.0",
|
|
4221
|
+
"progress": "^2.0.3",
|
|
4222
|
+
"prompts": "^2.3.2",
|
|
4223
|
+
"qrcode-terminal": "0.11.0",
|
|
4224
|
+
"require-from-string": "^2.0.2",
|
|
4225
|
+
"requireg": "^0.2.2",
|
|
4226
|
+
"resolve": "^1.22.2",
|
|
4227
|
+
"resolve-from": "^5.0.0",
|
|
4228
|
+
"resolve.exports": "^2.0.3",
|
|
4229
|
+
"semver": "^7.6.0",
|
|
4230
|
+
"send": "^0.19.0",
|
|
4231
|
+
"slugify": "^1.3.4",
|
|
4232
|
+
"source-map-support": "~0.5.21",
|
|
4233
|
+
"stacktrace-parser": "^0.1.10",
|
|
4234
|
+
"structured-headers": "^0.4.1",
|
|
4235
|
+
"tar": "^7.5.2",
|
|
4236
|
+
"terminal-link": "^2.1.1",
|
|
4237
|
+
"undici": "^6.18.2",
|
|
4238
|
+
"wrap-ansi": "^7.0.0",
|
|
4239
|
+
"ws": "^8.12.1"
|
|
4240
|
+
},
|
|
4241
|
+
"bin": {
|
|
4242
|
+
"expo-internal": "build/bin/cli"
|
|
4243
|
+
},
|
|
4244
|
+
"peerDependencies": {
|
|
4245
|
+
"expo": "*",
|
|
4246
|
+
"expo-router": "*",
|
|
4247
|
+
"react-native": "*"
|
|
4248
|
+
},
|
|
4249
|
+
"peerDependenciesMeta": {
|
|
4250
|
+
"expo-router": {
|
|
4251
|
+
"optional": true
|
|
4252
|
+
},
|
|
4253
|
+
"react-native": {
|
|
4254
|
+
"optional": true
|
|
4255
|
+
}
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
"node_modules/expo/node_modules/@expo/cli/node_modules/@expo/prebuild-config": {
|
|
4259
|
+
"version": "54.0.7",
|
|
4260
|
+
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.7.tgz",
|
|
4261
|
+
"integrity": "sha512-cKqBsiwcFFzpDWgtvemrCqJULJRLDLKo2QMF74NusoGNpfPI3vQVry1iwnYLeGht02AeD3dvfhpqBczD3wchxA==",
|
|
4262
|
+
"license": "MIT",
|
|
4263
|
+
"dependencies": {
|
|
4264
|
+
"@expo/config": "~12.0.11",
|
|
4265
|
+
"@expo/config-plugins": "~54.0.3",
|
|
4266
|
+
"@expo/config-types": "^54.0.9",
|
|
4267
|
+
"@expo/image-utils": "^0.8.8",
|
|
4268
|
+
"@expo/json-file": "^10.0.8",
|
|
4269
|
+
"@react-native/normalize-colors": "0.81.5",
|
|
4270
|
+
"debug": "^4.3.1",
|
|
4271
|
+
"resolve-from": "^5.0.0",
|
|
4272
|
+
"semver": "^7.6.0",
|
|
4273
|
+
"xml2js": "0.6.0"
|
|
4274
|
+
},
|
|
4275
|
+
"peerDependencies": {
|
|
4276
|
+
"expo": "*"
|
|
4277
|
+
}
|
|
4278
|
+
},
|
|
4279
|
+
"node_modules/expo/node_modules/@expo/metro-config": {
|
|
4280
|
+
"version": "54.0.10",
|
|
4281
|
+
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.10.tgz",
|
|
4282
|
+
"integrity": "sha512-AkSTwaWbMMDOiV4RRy4Mv6MZEOW5a7BZlgtrWxvzs6qYKRxKLKH/qqAuKe0bwGepF1+ws9oIX5nQjtnXRwezvQ==",
|
|
4283
|
+
"license": "MIT",
|
|
4284
|
+
"dependencies": {
|
|
4285
|
+
"@babel/code-frame": "^7.20.0",
|
|
4286
|
+
"@babel/core": "^7.20.0",
|
|
4287
|
+
"@babel/generator": "^7.20.5",
|
|
4288
|
+
"@expo/config": "~12.0.11",
|
|
4289
|
+
"@expo/env": "~2.0.7",
|
|
4290
|
+
"@expo/json-file": "~10.0.7",
|
|
4291
|
+
"@expo/metro": "~54.1.0",
|
|
4292
|
+
"@expo/spawn-async": "^1.7.2",
|
|
4293
|
+
"browserslist": "^4.25.0",
|
|
4294
|
+
"chalk": "^4.1.0",
|
|
4295
|
+
"debug": "^4.3.2",
|
|
4296
|
+
"dotenv": "~16.4.5",
|
|
4297
|
+
"dotenv-expand": "~11.0.6",
|
|
4298
|
+
"getenv": "^2.0.0",
|
|
4299
|
+
"glob": "^13.0.0",
|
|
4300
|
+
"hermes-parser": "^0.29.1",
|
|
4301
|
+
"jsc-safe-url": "^0.2.4",
|
|
4302
|
+
"lightningcss": "^1.30.1",
|
|
4303
|
+
"minimatch": "^9.0.0",
|
|
4304
|
+
"postcss": "~8.4.32",
|
|
4305
|
+
"resolve-from": "^5.0.0"
|
|
4306
|
+
},
|
|
4307
|
+
"peerDependencies": {
|
|
4308
|
+
"expo": "*"
|
|
4309
|
+
},
|
|
4310
|
+
"peerDependenciesMeta": {
|
|
4311
|
+
"expo": {
|
|
4312
|
+
"optional": true
|
|
4313
|
+
}
|
|
4314
|
+
}
|
|
4315
|
+
},
|
|
4316
|
+
"node_modules/expo/node_modules/babel-preset-expo": {
|
|
4317
|
+
"version": "54.0.8",
|
|
4318
|
+
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.8.tgz",
|
|
4319
|
+
"integrity": "sha512-3ZJ4Q7uQpm8IR/C9xbKhE/IUjGpLm+OIjF8YCedLgqoe/wN1Ns2wLT7HwG6ZXXb6/rzN8IMCiKFQ2F93qlN6GA==",
|
|
4320
|
+
"license": "MIT",
|
|
4321
|
+
"dependencies": {
|
|
4322
|
+
"@babel/helper-module-imports": "^7.25.9",
|
|
4323
|
+
"@babel/plugin-proposal-decorators": "^7.12.9",
|
|
4324
|
+
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
|
4325
|
+
"@babel/plugin-syntax-export-default-from": "^7.24.7",
|
|
4326
|
+
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
4327
|
+
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
4328
|
+
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
|
4329
|
+
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
4330
|
+
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
4331
|
+
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
4332
|
+
"@babel/plugin-transform-private-methods": "^7.24.7",
|
|
4333
|
+
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
4334
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
4335
|
+
"@babel/preset-react": "^7.22.15",
|
|
4336
|
+
"@babel/preset-typescript": "^7.23.0",
|
|
4337
|
+
"@react-native/babel-preset": "0.81.5",
|
|
4338
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
4339
|
+
"babel-plugin-react-native-web": "~0.21.0",
|
|
4340
|
+
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
4341
|
+
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
4342
|
+
"debug": "^4.3.4",
|
|
4343
|
+
"resolve-from": "^5.0.0"
|
|
4344
|
+
},
|
|
4345
|
+
"peerDependencies": {
|
|
4346
|
+
"@babel/runtime": "^7.20.0",
|
|
4347
|
+
"expo": "*",
|
|
4348
|
+
"react-refresh": ">=0.14.0 <1.0.0"
|
|
4349
|
+
},
|
|
4350
|
+
"peerDependenciesMeta": {
|
|
4351
|
+
"@babel/runtime": {
|
|
4352
|
+
"optional": true
|
|
4353
|
+
},
|
|
4354
|
+
"expo": {
|
|
4355
|
+
"optional": true
|
|
4356
|
+
}
|
|
4357
|
+
}
|
|
4358
|
+
},
|
|
4359
|
+
"node_modules/expo/node_modules/expo-asset": {
|
|
4360
|
+
"version": "12.0.11",
|
|
4361
|
+
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.11.tgz",
|
|
4362
|
+
"integrity": "sha512-pnK/gQ5iritDPBeK54BV35ZpG7yeW5DtgGvJHruIXkyDT9BCoQq3i0AAxfcWG/e4eiRmTzAt5kNVYFJi48uo+A==",
|
|
4363
|
+
"license": "MIT",
|
|
4364
|
+
"dependencies": {
|
|
4365
|
+
"@expo/image-utils": "^0.8.8",
|
|
4366
|
+
"expo-constants": "~18.0.11"
|
|
4367
|
+
},
|
|
4368
|
+
"peerDependencies": {
|
|
4369
|
+
"expo": "*",
|
|
4370
|
+
"react": "*",
|
|
4371
|
+
"react-native": "*"
|
|
4372
|
+
}
|
|
4373
|
+
},
|
|
4374
|
+
"node_modules/expo/node_modules/expo-constants": {
|
|
4375
|
+
"version": "18.0.11",
|
|
4376
|
+
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.11.tgz",
|
|
4377
|
+
"integrity": "sha512-xnfrfZ7lHjb+03skhmDSYeFF7OU2K3Xn/lAeP+7RhkV2xp2f5RCKtOUYajCnYeZesvMrsUxOsbGOP2JXSOH3NA==",
|
|
4378
|
+
"license": "MIT",
|
|
4379
|
+
"dependencies": {
|
|
4380
|
+
"@expo/config": "~12.0.11",
|
|
4381
|
+
"@expo/env": "~2.0.8"
|
|
4382
|
+
},
|
|
4383
|
+
"peerDependencies": {
|
|
4384
|
+
"expo": "*",
|
|
4385
|
+
"react-native": "*"
|
|
4386
|
+
}
|
|
4387
|
+
},
|
|
4388
|
+
"node_modules/expo/node_modules/expo-font": {
|
|
4389
|
+
"version": "14.0.10",
|
|
4390
|
+
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.10.tgz",
|
|
4391
|
+
"integrity": "sha512-UqyNaaLKRpj4pKAP4HZSLnuDQqueaO5tB1c/NWu5vh1/LF9ulItyyg2kF/IpeOp0DeOLk0GY0HrIXaKUMrwB+Q==",
|
|
4392
|
+
"license": "MIT",
|
|
4393
|
+
"dependencies": {
|
|
4394
|
+
"fontfaceobserver": "^2.1.0"
|
|
4395
|
+
},
|
|
4396
|
+
"peerDependencies": {
|
|
4397
|
+
"expo": "*",
|
|
4398
|
+
"react": "*",
|
|
4399
|
+
"react-native": "*"
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
"node_modules/expo/node_modules/expo-keep-awake": {
|
|
4403
|
+
"version": "15.0.8",
|
|
4404
|
+
"resolved": "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-15.0.8.tgz",
|
|
4405
|
+
"integrity": "sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ==",
|
|
4406
|
+
"license": "MIT",
|
|
4407
|
+
"peerDependencies": {
|
|
4408
|
+
"expo": "*",
|
|
4409
|
+
"react": "*"
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4412
|
+
"node_modules/expo/node_modules/picomatch": {
|
|
4413
|
+
"version": "3.0.1",
|
|
4414
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz",
|
|
4415
|
+
"integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==",
|
|
4416
|
+
"license": "MIT",
|
|
4417
|
+
"engines": {
|
|
4418
|
+
"node": ">=10"
|
|
4419
|
+
},
|
|
4420
|
+
"funding": {
|
|
4421
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
4422
|
+
}
|
|
4423
|
+
},
|
|
4424
|
+
"node_modules/expo/node_modules/semver": {
|
|
4425
|
+
"version": "7.7.3",
|
|
4426
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
4427
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
4428
|
+
"license": "ISC",
|
|
4429
|
+
"bin": {
|
|
4430
|
+
"semver": "bin/semver.js"
|
|
4431
|
+
},
|
|
4432
|
+
"engines": {
|
|
4433
|
+
"node": ">=10"
|
|
4434
|
+
}
|
|
4435
|
+
},
|
|
4436
|
+
"node_modules/expo/node_modules/ws": {
|
|
4437
|
+
"version": "8.18.3",
|
|
4438
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
4439
|
+
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
4440
|
+
"license": "MIT",
|
|
4441
|
+
"engines": {
|
|
4442
|
+
"node": ">=10.0.0"
|
|
4443
|
+
},
|
|
4444
|
+
"peerDependencies": {
|
|
4445
|
+
"bufferutil": "^4.0.1",
|
|
4446
|
+
"utf-8-validate": ">=5.0.2"
|
|
4447
|
+
},
|
|
4448
|
+
"peerDependenciesMeta": {
|
|
4449
|
+
"bufferutil": {
|
|
4450
|
+
"optional": true
|
|
4451
|
+
},
|
|
4452
|
+
"utf-8-validate": {
|
|
4453
|
+
"optional": true
|
|
4454
|
+
}
|
|
4455
|
+
}
|
|
4456
|
+
},
|
|
4511
4457
|
"node_modules/exponential-backoff": {
|
|
4512
4458
|
"version": "3.1.2",
|
|
4513
4459
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.2.tgz",
|
|
@@ -4529,6 +4475,23 @@
|
|
|
4529
4475
|
"bser": "2.1.1"
|
|
4530
4476
|
}
|
|
4531
4477
|
},
|
|
4478
|
+
"node_modules/fdir": {
|
|
4479
|
+
"version": "6.5.0",
|
|
4480
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
4481
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
4482
|
+
"license": "MIT",
|
|
4483
|
+
"engines": {
|
|
4484
|
+
"node": ">=12.0.0"
|
|
4485
|
+
},
|
|
4486
|
+
"peerDependencies": {
|
|
4487
|
+
"picomatch": "^3 || ^4"
|
|
4488
|
+
},
|
|
4489
|
+
"peerDependenciesMeta": {
|
|
4490
|
+
"picomatch": {
|
|
4491
|
+
"optional": true
|
|
4492
|
+
}
|
|
4493
|
+
}
|
|
4494
|
+
},
|
|
4532
4495
|
"node_modules/fill-range": {
|
|
4533
4496
|
"version": "7.1.1",
|
|
4534
4497
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
@@ -4602,22 +4565,6 @@
|
|
|
4602
4565
|
"integrity": "sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg==",
|
|
4603
4566
|
"license": "BSD-2-Clause"
|
|
4604
4567
|
},
|
|
4605
|
-
"node_modules/foreground-child": {
|
|
4606
|
-
"version": "3.3.1",
|
|
4607
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
4608
|
-
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
4609
|
-
"license": "ISC",
|
|
4610
|
-
"dependencies": {
|
|
4611
|
-
"cross-spawn": "^7.0.6",
|
|
4612
|
-
"signal-exit": "^4.0.1"
|
|
4613
|
-
},
|
|
4614
|
-
"engines": {
|
|
4615
|
-
"node": ">=14"
|
|
4616
|
-
},
|
|
4617
|
-
"funding": {
|
|
4618
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4619
|
-
}
|
|
4620
|
-
},
|
|
4621
4568
|
"node_modules/freeport-async": {
|
|
4622
4569
|
"version": "2.0.0",
|
|
4623
4570
|
"resolved": "https://registry.npmjs.org/freeport-async/-/freeport-async-2.0.0.tgz",
|
|
@@ -4702,20 +4649,32 @@
|
|
|
4702
4649
|
}
|
|
4703
4650
|
},
|
|
4704
4651
|
"node_modules/glob": {
|
|
4705
|
-
"version": "
|
|
4706
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
4707
|
-
"integrity": "sha512-
|
|
4708
|
-
"license": "
|
|
4652
|
+
"version": "13.0.0",
|
|
4653
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
4654
|
+
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
4655
|
+
"license": "BlueOak-1.0.0",
|
|
4709
4656
|
"dependencies": {
|
|
4710
|
-
"
|
|
4711
|
-
"jackspeak": "^3.1.2",
|
|
4712
|
-
"minimatch": "^9.0.4",
|
|
4657
|
+
"minimatch": "^10.1.1",
|
|
4713
4658
|
"minipass": "^7.1.2",
|
|
4714
|
-
"
|
|
4715
|
-
"path-scurry": "^1.11.1"
|
|
4659
|
+
"path-scurry": "^2.0.0"
|
|
4716
4660
|
},
|
|
4717
|
-
"
|
|
4718
|
-
"
|
|
4661
|
+
"engines": {
|
|
4662
|
+
"node": "20 || >=22"
|
|
4663
|
+
},
|
|
4664
|
+
"funding": {
|
|
4665
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4668
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
4669
|
+
"version": "10.1.1",
|
|
4670
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
4671
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
4672
|
+
"license": "BlueOak-1.0.0",
|
|
4673
|
+
"dependencies": {
|
|
4674
|
+
"@isaacs/brace-expansion": "^5.0.0"
|
|
4675
|
+
},
|
|
4676
|
+
"engines": {
|
|
4677
|
+
"node": "20 || >=22"
|
|
4719
4678
|
},
|
|
4720
4679
|
"funding": {
|
|
4721
4680
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -5019,22 +4978,7 @@
|
|
|
5019
4978
|
"semver": "^6.3.0"
|
|
5020
4979
|
},
|
|
5021
4980
|
"engines": {
|
|
5022
|
-
"node": ">=8"
|
|
5023
|
-
}
|
|
5024
|
-
},
|
|
5025
|
-
"node_modules/jackspeak": {
|
|
5026
|
-
"version": "3.4.3",
|
|
5027
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
5028
|
-
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
5029
|
-
"license": "BlueOak-1.0.0",
|
|
5030
|
-
"dependencies": {
|
|
5031
|
-
"@isaacs/cliui": "^8.0.2"
|
|
5032
|
-
},
|
|
5033
|
-
"funding": {
|
|
5034
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5035
|
-
},
|
|
5036
|
-
"optionalDependencies": {
|
|
5037
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
4981
|
+
"node": ">=8"
|
|
5038
4982
|
}
|
|
5039
4983
|
},
|
|
5040
4984
|
"node_modules/jest-environment-node": {
|
|
@@ -5220,9 +5164,9 @@
|
|
|
5220
5164
|
"license": "MIT"
|
|
5221
5165
|
},
|
|
5222
5166
|
"node_modules/js-yaml": {
|
|
5223
|
-
"version": "4.1.
|
|
5224
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.
|
|
5225
|
-
"integrity": "sha512-
|
|
5167
|
+
"version": "4.1.1",
|
|
5168
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
5169
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
5226
5170
|
"license": "MIT",
|
|
5227
5171
|
"dependencies": {
|
|
5228
5172
|
"argparse": "^2.0.1"
|
|
@@ -6031,27 +5975,6 @@
|
|
|
6031
5975
|
"hermes-estree": "0.32.0"
|
|
6032
5976
|
}
|
|
6033
5977
|
},
|
|
6034
|
-
"node_modules/metro/node_modules/ws": {
|
|
6035
|
-
"version": "7.5.10",
|
|
6036
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
6037
|
-
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
6038
|
-
"license": "MIT",
|
|
6039
|
-
"engines": {
|
|
6040
|
-
"node": ">=8.3.0"
|
|
6041
|
-
},
|
|
6042
|
-
"peerDependencies": {
|
|
6043
|
-
"bufferutil": "^4.0.1",
|
|
6044
|
-
"utf-8-validate": "^5.0.2"
|
|
6045
|
-
},
|
|
6046
|
-
"peerDependenciesMeta": {
|
|
6047
|
-
"bufferutil": {
|
|
6048
|
-
"optional": true
|
|
6049
|
-
},
|
|
6050
|
-
"utf-8-validate": {
|
|
6051
|
-
"optional": true
|
|
6052
|
-
}
|
|
6053
|
-
}
|
|
6054
|
-
},
|
|
6055
5978
|
"node_modules/micromatch": {
|
|
6056
5979
|
"version": "4.0.8",
|
|
6057
5980
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
@@ -6236,9 +6159,9 @@
|
|
|
6236
6159
|
"license": "MIT"
|
|
6237
6160
|
},
|
|
6238
6161
|
"node_modules/node-forge": {
|
|
6239
|
-
"version": "1.3.
|
|
6240
|
-
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.
|
|
6241
|
-
"integrity": "sha512-
|
|
6162
|
+
"version": "1.3.3",
|
|
6163
|
+
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz",
|
|
6164
|
+
"integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
|
|
6242
6165
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
6243
6166
|
"engines": {
|
|
6244
6167
|
"node": ">= 6.13.0"
|
|
@@ -6251,9 +6174,9 @@
|
|
|
6251
6174
|
"license": "MIT"
|
|
6252
6175
|
},
|
|
6253
6176
|
"node_modules/node-releases": {
|
|
6254
|
-
"version": "2.0.
|
|
6255
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
6256
|
-
"integrity": "sha512-
|
|
6177
|
+
"version": "2.0.27",
|
|
6178
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
6179
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
6257
6180
|
"license": "MIT"
|
|
6258
6181
|
},
|
|
6259
6182
|
"node_modules/normalize-path": {
|
|
@@ -6394,15 +6317,6 @@
|
|
|
6394
6317
|
"node": ">=6"
|
|
6395
6318
|
}
|
|
6396
6319
|
},
|
|
6397
|
-
"node_modules/ora/node_modules/ansi-regex": {
|
|
6398
|
-
"version": "4.1.1",
|
|
6399
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
|
|
6400
|
-
"integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
|
|
6401
|
-
"license": "MIT",
|
|
6402
|
-
"engines": {
|
|
6403
|
-
"node": ">=6"
|
|
6404
|
-
}
|
|
6405
|
-
},
|
|
6406
6320
|
"node_modules/ora/node_modules/ansi-styles": {
|
|
6407
6321
|
"version": "3.2.1",
|
|
6408
6322
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
@@ -6462,18 +6376,6 @@
|
|
|
6462
6376
|
"node": ">=4"
|
|
6463
6377
|
}
|
|
6464
6378
|
},
|
|
6465
|
-
"node_modules/ora/node_modules/strip-ansi": {
|
|
6466
|
-
"version": "5.2.0",
|
|
6467
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
6468
|
-
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
6469
|
-
"license": "MIT",
|
|
6470
|
-
"dependencies": {
|
|
6471
|
-
"ansi-regex": "^4.1.0"
|
|
6472
|
-
},
|
|
6473
|
-
"engines": {
|
|
6474
|
-
"node": ">=6"
|
|
6475
|
-
}
|
|
6476
|
-
},
|
|
6477
6379
|
"node_modules/ora/node_modules/supports-color": {
|
|
6478
6380
|
"version": "5.5.0",
|
|
6479
6381
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
@@ -6525,12 +6427,6 @@
|
|
|
6525
6427
|
"node": ">=6"
|
|
6526
6428
|
}
|
|
6527
6429
|
},
|
|
6528
|
-
"node_modules/package-json-from-dist": {
|
|
6529
|
-
"version": "1.0.1",
|
|
6530
|
-
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
6531
|
-
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
6532
|
-
"license": "BlueOak-1.0.0"
|
|
6533
|
-
},
|
|
6534
6430
|
"node_modules/parse-png": {
|
|
6535
6431
|
"version": "2.1.0",
|
|
6536
6432
|
"resolved": "https://registry.npmjs.org/parse-png/-/parse-png-2.1.0.tgz",
|
|
@@ -6586,26 +6482,29 @@
|
|
|
6586
6482
|
"license": "MIT"
|
|
6587
6483
|
},
|
|
6588
6484
|
"node_modules/path-scurry": {
|
|
6589
|
-
"version": "
|
|
6590
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-
|
|
6591
|
-
"integrity": "sha512-
|
|
6485
|
+
"version": "2.0.1",
|
|
6486
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
|
|
6487
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
6592
6488
|
"license": "BlueOak-1.0.0",
|
|
6593
6489
|
"dependencies": {
|
|
6594
|
-
"lru-cache": "^
|
|
6595
|
-
"minipass": "^
|
|
6490
|
+
"lru-cache": "^11.0.0",
|
|
6491
|
+
"minipass": "^7.1.2"
|
|
6596
6492
|
},
|
|
6597
6493
|
"engines": {
|
|
6598
|
-
"node": "
|
|
6494
|
+
"node": "20 || >=22"
|
|
6599
6495
|
},
|
|
6600
6496
|
"funding": {
|
|
6601
6497
|
"url": "https://github.com/sponsors/isaacs"
|
|
6602
6498
|
}
|
|
6603
6499
|
},
|
|
6604
6500
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
6605
|
-
"version": "
|
|
6606
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-
|
|
6607
|
-
"integrity": "sha512-
|
|
6608
|
-
"license": "
|
|
6501
|
+
"version": "11.2.4",
|
|
6502
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
|
|
6503
|
+
"integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
|
|
6504
|
+
"license": "BlueOak-1.0.0",
|
|
6505
|
+
"engines": {
|
|
6506
|
+
"node": "20 || >=22"
|
|
6507
|
+
}
|
|
6609
6508
|
},
|
|
6610
6509
|
"node_modules/picocolors": {
|
|
6611
6510
|
"version": "1.1.1",
|
|
@@ -6614,12 +6513,12 @@
|
|
|
6614
6513
|
"license": "ISC"
|
|
6615
6514
|
},
|
|
6616
6515
|
"node_modules/picomatch": {
|
|
6617
|
-
"version": "
|
|
6618
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-
|
|
6619
|
-
"integrity": "sha512-
|
|
6516
|
+
"version": "4.0.3",
|
|
6517
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
6518
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
6620
6519
|
"license": "MIT",
|
|
6621
6520
|
"engines": {
|
|
6622
|
-
"node": ">=
|
|
6521
|
+
"node": ">=12"
|
|
6623
6522
|
},
|
|
6624
6523
|
"funding": {
|
|
6625
6524
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
@@ -6832,27 +6731,6 @@
|
|
|
6832
6731
|
"ws": "^7"
|
|
6833
6732
|
}
|
|
6834
6733
|
},
|
|
6835
|
-
"node_modules/react-devtools-core/node_modules/ws": {
|
|
6836
|
-
"version": "7.5.10",
|
|
6837
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
6838
|
-
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
6839
|
-
"license": "MIT",
|
|
6840
|
-
"engines": {
|
|
6841
|
-
"node": ">=8.3.0"
|
|
6842
|
-
},
|
|
6843
|
-
"peerDependencies": {
|
|
6844
|
-
"bufferutil": "^4.0.1",
|
|
6845
|
-
"utf-8-validate": "^5.0.2"
|
|
6846
|
-
},
|
|
6847
|
-
"peerDependenciesMeta": {
|
|
6848
|
-
"bufferutil": {
|
|
6849
|
-
"optional": true
|
|
6850
|
-
},
|
|
6851
|
-
"utf-8-validate": {
|
|
6852
|
-
"optional": true
|
|
6853
|
-
}
|
|
6854
|
-
}
|
|
6855
|
-
},
|
|
6856
6734
|
"node_modules/react-is": {
|
|
6857
6735
|
"version": "18.3.1",
|
|
6858
6736
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
@@ -6947,9 +6825,9 @@
|
|
|
6947
6825
|
}
|
|
6948
6826
|
},
|
|
6949
6827
|
"node_modules/react-native-safe-area-context": {
|
|
6950
|
-
"version": "5.6.
|
|
6951
|
-
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.
|
|
6952
|
-
"integrity": "sha512
|
|
6828
|
+
"version": "5.6.2",
|
|
6829
|
+
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz",
|
|
6830
|
+
"integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==",
|
|
6953
6831
|
"license": "MIT",
|
|
6954
6832
|
"peerDependencies": {
|
|
6955
6833
|
"react": "*",
|
|
@@ -7229,12 +7107,6 @@
|
|
|
7229
7107
|
"node": ">=4"
|
|
7230
7108
|
}
|
|
7231
7109
|
},
|
|
7232
|
-
"node_modules/restore-cursor/node_modules/signal-exit": {
|
|
7233
|
-
"version": "3.0.7",
|
|
7234
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
7235
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
7236
|
-
"license": "ISC"
|
|
7237
|
-
},
|
|
7238
7110
|
"node_modules/rimraf": {
|
|
7239
7111
|
"version": "3.0.2",
|
|
7240
7112
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
@@ -7315,10 +7187,10 @@
|
|
|
7315
7187
|
"license": "MIT"
|
|
7316
7188
|
},
|
|
7317
7189
|
"node_modules/sax": {
|
|
7318
|
-
"version": "1.4.
|
|
7319
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.
|
|
7320
|
-
"integrity": "sha512
|
|
7321
|
-
"license": "
|
|
7190
|
+
"version": "1.4.3",
|
|
7191
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
|
|
7192
|
+
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
|
|
7193
|
+
"license": "BlueOak-1.0.0"
|
|
7322
7194
|
},
|
|
7323
7195
|
"node_modules/scheduler": {
|
|
7324
7196
|
"version": "0.26.0",
|
|
@@ -7546,16 +7418,10 @@
|
|
|
7546
7418
|
}
|
|
7547
7419
|
},
|
|
7548
7420
|
"node_modules/signal-exit": {
|
|
7549
|
-
"version": "
|
|
7550
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-
|
|
7551
|
-
"integrity": "sha512-
|
|
7552
|
-
"license": "ISC"
|
|
7553
|
-
"engines": {
|
|
7554
|
-
"node": ">=14"
|
|
7555
|
-
},
|
|
7556
|
-
"funding": {
|
|
7557
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
7558
|
-
}
|
|
7421
|
+
"version": "3.0.7",
|
|
7422
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
7423
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
7424
|
+
"license": "ISC"
|
|
7559
7425
|
},
|
|
7560
7426
|
"node_modules/simple-plist": {
|
|
7561
7427
|
"version": "1.3.1",
|
|
@@ -7568,18 +7434,6 @@
|
|
|
7568
7434
|
"plist": "^3.0.5"
|
|
7569
7435
|
}
|
|
7570
7436
|
},
|
|
7571
|
-
"node_modules/simple-plist/node_modules/bplist-parser": {
|
|
7572
|
-
"version": "0.3.1",
|
|
7573
|
-
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz",
|
|
7574
|
-
"integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==",
|
|
7575
|
-
"license": "MIT",
|
|
7576
|
-
"dependencies": {
|
|
7577
|
-
"big-integer": "1.6.x"
|
|
7578
|
-
},
|
|
7579
|
-
"engines": {
|
|
7580
|
-
"node": ">= 5.10.0"
|
|
7581
|
-
}
|
|
7582
|
-
},
|
|
7583
7437
|
"node_modules/simple-swizzle": {
|
|
7584
7438
|
"version": "0.2.4",
|
|
7585
7439
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
@@ -7719,94 +7573,25 @@
|
|
|
7719
7573
|
"node": ">= 0.10.0"
|
|
7720
7574
|
}
|
|
7721
7575
|
},
|
|
7722
|
-
"node_modules/string-width": {
|
|
7723
|
-
"version": "5.1.2",
|
|
7724
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
7725
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
7726
|
-
"license": "MIT",
|
|
7727
|
-
"dependencies": {
|
|
7728
|
-
"eastasianwidth": "^0.2.0",
|
|
7729
|
-
"emoji-regex": "^9.2.2",
|
|
7730
|
-
"strip-ansi": "^7.0.1"
|
|
7731
|
-
},
|
|
7732
|
-
"engines": {
|
|
7733
|
-
"node": ">=12"
|
|
7734
|
-
},
|
|
7735
|
-
"funding": {
|
|
7736
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7737
|
-
}
|
|
7738
|
-
},
|
|
7739
|
-
"node_modules/string-width-cjs": {
|
|
7740
|
-
"name": "string-width",
|
|
7741
|
-
"version": "4.2.3",
|
|
7742
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
7743
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
7744
|
-
"license": "MIT",
|
|
7745
|
-
"dependencies": {
|
|
7746
|
-
"emoji-regex": "^8.0.0",
|
|
7747
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
7748
|
-
"strip-ansi": "^6.0.1"
|
|
7749
|
-
},
|
|
7750
|
-
"engines": {
|
|
7751
|
-
"node": ">=8"
|
|
7752
|
-
}
|
|
7753
|
-
},
|
|
7754
|
-
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
7755
|
-
"version": "8.0.0",
|
|
7756
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
7757
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
7758
|
-
"license": "MIT"
|
|
7759
|
-
},
|
|
7760
|
-
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
7761
|
-
"version": "6.0.1",
|
|
7762
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
7763
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
7764
|
-
"license": "MIT",
|
|
7765
|
-
"dependencies": {
|
|
7766
|
-
"ansi-regex": "^5.0.1"
|
|
7767
|
-
},
|
|
7768
|
-
"engines": {
|
|
7769
|
-
"node": ">=8"
|
|
7770
|
-
}
|
|
7771
|
-
},
|
|
7772
7576
|
"node_modules/strip-ansi": {
|
|
7773
|
-
"version": "
|
|
7774
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-
|
|
7775
|
-
"integrity": "sha512-
|
|
7776
|
-
"license": "MIT",
|
|
7777
|
-
"dependencies": {
|
|
7778
|
-
"ansi-regex": "^6.0.1"
|
|
7779
|
-
},
|
|
7780
|
-
"engines": {
|
|
7781
|
-
"node": ">=12"
|
|
7782
|
-
},
|
|
7783
|
-
"funding": {
|
|
7784
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7785
|
-
}
|
|
7786
|
-
},
|
|
7787
|
-
"node_modules/strip-ansi-cjs": {
|
|
7788
|
-
"name": "strip-ansi",
|
|
7789
|
-
"version": "6.0.1",
|
|
7790
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
7791
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
7577
|
+
"version": "5.2.0",
|
|
7578
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
7579
|
+
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
7792
7580
|
"license": "MIT",
|
|
7793
7581
|
"dependencies": {
|
|
7794
|
-
"ansi-regex": "^
|
|
7582
|
+
"ansi-regex": "^4.1.0"
|
|
7795
7583
|
},
|
|
7796
7584
|
"engines": {
|
|
7797
|
-
"node": ">=
|
|
7585
|
+
"node": ">=6"
|
|
7798
7586
|
}
|
|
7799
7587
|
},
|
|
7800
7588
|
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
7801
|
-
"version": "
|
|
7802
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
7803
|
-
"integrity": "sha512-
|
|
7589
|
+
"version": "4.1.1",
|
|
7590
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
|
|
7591
|
+
"integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
|
|
7804
7592
|
"license": "MIT",
|
|
7805
7593
|
"engines": {
|
|
7806
|
-
"node": ">=
|
|
7807
|
-
},
|
|
7808
|
-
"funding": {
|
|
7809
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7594
|
+
"node": ">=6"
|
|
7810
7595
|
}
|
|
7811
7596
|
},
|
|
7812
7597
|
"node_modules/strip-json-comments": {
|
|
@@ -7825,17 +7610,17 @@
|
|
|
7825
7610
|
"license": "MIT"
|
|
7826
7611
|
},
|
|
7827
7612
|
"node_modules/sucrase": {
|
|
7828
|
-
"version": "3.35.
|
|
7829
|
-
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.
|
|
7830
|
-
"integrity": "sha512-
|
|
7613
|
+
"version": "3.35.1",
|
|
7614
|
+
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
|
|
7615
|
+
"integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
|
|
7831
7616
|
"license": "MIT",
|
|
7832
7617
|
"dependencies": {
|
|
7833
7618
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
7834
7619
|
"commander": "^4.0.0",
|
|
7835
|
-
"glob": "^10.3.10",
|
|
7836
7620
|
"lines-and-columns": "^1.1.6",
|
|
7837
7621
|
"mz": "^2.7.0",
|
|
7838
7622
|
"pirates": "^4.0.1",
|
|
7623
|
+
"tinyglobby": "^0.2.11",
|
|
7839
7624
|
"ts-interface-checker": "^0.1.9"
|
|
7840
7625
|
},
|
|
7841
7626
|
"bin": {
|
|
@@ -8050,6 +7835,22 @@
|
|
|
8050
7835
|
"integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",
|
|
8051
7836
|
"license": "MIT"
|
|
8052
7837
|
},
|
|
7838
|
+
"node_modules/tinyglobby": {
|
|
7839
|
+
"version": "0.2.15",
|
|
7840
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
7841
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
7842
|
+
"license": "MIT",
|
|
7843
|
+
"dependencies": {
|
|
7844
|
+
"fdir": "^6.5.0",
|
|
7845
|
+
"picomatch": "^4.0.3"
|
|
7846
|
+
},
|
|
7847
|
+
"engines": {
|
|
7848
|
+
"node": ">=12.0.0"
|
|
7849
|
+
},
|
|
7850
|
+
"funding": {
|
|
7851
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
7852
|
+
}
|
|
7853
|
+
},
|
|
8053
7854
|
"node_modules/tmpl": {
|
|
8054
7855
|
"version": "1.0.5",
|
|
8055
7856
|
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
|
@@ -8192,9 +7993,9 @@
|
|
|
8192
7993
|
}
|
|
8193
7994
|
},
|
|
8194
7995
|
"node_modules/update-browserslist-db": {
|
|
8195
|
-
"version": "1.
|
|
8196
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.
|
|
8197
|
-
"integrity": "sha512-
|
|
7996
|
+
"version": "1.2.0",
|
|
7997
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.0.tgz",
|
|
7998
|
+
"integrity": "sha512-Dn+NlSF/7+0lVSEZ57SYQg6/E44arLzsVOGgrElBn/BlG1B8WKdbLppOocFrXwRNTkNlgdGNaBgH1o0lggDPiw==",
|
|
8198
7999
|
"funding": [
|
|
8199
8000
|
{
|
|
8200
8001
|
"type": "opencollective",
|
|
@@ -8357,56 +8158,6 @@
|
|
|
8357
8158
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8358
8159
|
}
|
|
8359
8160
|
},
|
|
8360
|
-
"node_modules/wrap-ansi-cjs": {
|
|
8361
|
-
"name": "wrap-ansi",
|
|
8362
|
-
"version": "7.0.0",
|
|
8363
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
8364
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
8365
|
-
"license": "MIT",
|
|
8366
|
-
"dependencies": {
|
|
8367
|
-
"ansi-styles": "^4.0.0",
|
|
8368
|
-
"string-width": "^4.1.0",
|
|
8369
|
-
"strip-ansi": "^6.0.0"
|
|
8370
|
-
},
|
|
8371
|
-
"engines": {
|
|
8372
|
-
"node": ">=10"
|
|
8373
|
-
},
|
|
8374
|
-
"funding": {
|
|
8375
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8376
|
-
}
|
|
8377
|
-
},
|
|
8378
|
-
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
8379
|
-
"version": "8.0.0",
|
|
8380
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
8381
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
8382
|
-
"license": "MIT"
|
|
8383
|
-
},
|
|
8384
|
-
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
8385
|
-
"version": "4.2.3",
|
|
8386
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
8387
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
8388
|
-
"license": "MIT",
|
|
8389
|
-
"dependencies": {
|
|
8390
|
-
"emoji-regex": "^8.0.0",
|
|
8391
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
8392
|
-
"strip-ansi": "^6.0.1"
|
|
8393
|
-
},
|
|
8394
|
-
"engines": {
|
|
8395
|
-
"node": ">=8"
|
|
8396
|
-
}
|
|
8397
|
-
},
|
|
8398
|
-
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
8399
|
-
"version": "6.0.1",
|
|
8400
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
8401
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
8402
|
-
"license": "MIT",
|
|
8403
|
-
"dependencies": {
|
|
8404
|
-
"ansi-regex": "^5.0.1"
|
|
8405
|
-
},
|
|
8406
|
-
"engines": {
|
|
8407
|
-
"node": ">=8"
|
|
8408
|
-
}
|
|
8409
|
-
},
|
|
8410
8161
|
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
8411
8162
|
"version": "8.0.0",
|
|
8412
8163
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
@@ -8458,23 +8209,17 @@
|
|
|
8458
8209
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
8459
8210
|
}
|
|
8460
8211
|
},
|
|
8461
|
-
"node_modules/write-file-atomic/node_modules/signal-exit": {
|
|
8462
|
-
"version": "3.0.7",
|
|
8463
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
8464
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
8465
|
-
"license": "ISC"
|
|
8466
|
-
},
|
|
8467
8212
|
"node_modules/ws": {
|
|
8468
|
-
"version": "
|
|
8469
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-
|
|
8470
|
-
"integrity": "sha512
|
|
8213
|
+
"version": "7.5.10",
|
|
8214
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
8215
|
+
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
8471
8216
|
"license": "MIT",
|
|
8472
8217
|
"engines": {
|
|
8473
|
-
"node": ">=
|
|
8218
|
+
"node": ">=8.3.0"
|
|
8474
8219
|
},
|
|
8475
8220
|
"peerDependencies": {
|
|
8476
8221
|
"bufferutil": "^4.0.1",
|
|
8477
|
-
"utf-8-validate": "
|
|
8222
|
+
"utf-8-validate": "^5.0.2"
|
|
8478
8223
|
},
|
|
8479
8224
|
"peerDependenciesMeta": {
|
|
8480
8225
|
"bufferutil": {
|
|
@@ -8626,24 +8371,6 @@
|
|
|
8626
8371
|
"funding": {
|
|
8627
8372
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8628
8373
|
}
|
|
8629
|
-
},
|
|
8630
|
-
"node_modules/zod": {
|
|
8631
|
-
"version": "3.25.76",
|
|
8632
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
8633
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
8634
|
-
"license": "MIT",
|
|
8635
|
-
"funding": {
|
|
8636
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
8637
|
-
}
|
|
8638
|
-
},
|
|
8639
|
-
"node_modules/zod-to-json-schema": {
|
|
8640
|
-
"version": "3.24.6",
|
|
8641
|
-
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
|
|
8642
|
-
"integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
|
|
8643
|
-
"license": "ISC",
|
|
8644
|
-
"peerDependencies": {
|
|
8645
|
-
"zod": "^3.24.1"
|
|
8646
|
-
}
|
|
8647
8374
|
}
|
|
8648
8375
|
}
|
|
8649
8376
|
}
|