reactnative-plugin-appice 1.4.2 → 1.4.3

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.
Files changed (37) hide show
  1. package/example/App.js +4 -8
  2. package/example/android/.gradle/7.3.3/checksums/checksums.lock +0 -0
  3. package/example/android/.gradle/7.3.3/checksums/md5-checksums.bin +0 -0
  4. package/example/android/.gradle/7.3.3/checksums/sha1-checksums.bin +0 -0
  5. package/example/android/.gradle/7.3.3/dependencies-accessors/dependencies-accessors.lock +0 -0
  6. package/example/android/.gradle/7.3.3/dependencies-accessors/gc.properties +0 -0
  7. package/example/android/.gradle/7.3.3/executionHistory/executionHistory.lock +0 -0
  8. package/example/android/.gradle/7.3.3/fileChanges/last-build.bin +0 -0
  9. package/example/android/.gradle/7.3.3/fileHashes/fileHashes.bin +0 -0
  10. package/example/android/.gradle/7.3.3/fileHashes/fileHashes.lock +0 -0
  11. package/example/android/.gradle/7.3.3/fileHashes/resourceHashesCache.bin +0 -0
  12. package/example/android/.gradle/7.3.3/gc.properties +0 -0
  13. package/example/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  14. package/example/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  15. package/example/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  16. package/example/android/.gradle/vcs-1/gc.properties +0 -0
  17. package/example/android/.idea/.name +1 -0
  18. package/example/android/.idea/compiler.xml +6 -0
  19. package/example/android/.idea/gradle.xml +34 -0
  20. package/example/android/.idea/jarRepositories.xml +55 -0
  21. package/example/android/.idea/misc.xml +10 -0
  22. package/example/android/.idea/vcs.xml +6 -0
  23. package/example/android/app/build.gradle +1 -0
  24. package/example/android/app/google-services.json +275 -0
  25. package/example/android/build.gradle +1 -0
  26. package/example/android/local.properties +8 -0
  27. package/example/ios/Podfile +8 -0
  28. package/example/ios/example/AppDelegate.mm +3 -4
  29. package/example/package-lock.json +1059 -18
  30. package/example/package.json +2 -1
  31. package/example/yarn.lock +377 -11
  32. package/index.js +10 -2
  33. package/ios/AppICEReactEvent.h +1 -1
  34. package/ios/AppICEReactEvent.m +2 -2
  35. package/ios/AppIceReactPlugin.h +1 -0
  36. package/ios/AppIceReactPlugin.m +7 -1
  37. package/package.json +1 -1
package/example/yarn.lock CHANGED
@@ -17,6 +17,13 @@
17
17
  dependencies:
18
18
  "@babel/highlight" "^7.18.6"
19
19
 
20
+ "@babel/code-frame@~7.10.4":
21
+ "integrity" "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg=="
22
+ "resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz"
23
+ "version" "7.10.4"
24
+ dependencies:
25
+ "@babel/highlight" "^7.10.4"
26
+
20
27
  "@babel/code-frame@7.12.11":
21
28
  "integrity" "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw=="
22
29
  "resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz"
@@ -1077,6 +1084,55 @@
1077
1084
  "minimatch" "^3.0.4"
1078
1085
  "strip-json-comments" "^3.1.1"
1079
1086
 
1087
+ "@expo/config-plugins@^4.1.5":
1088
+ "integrity" "sha512-RVvU40RtZt12HavuDAe+LDIq9lHj7sheOfMEHdmpJ/uTA8pgvkbc56XF6JHQD+yRr6+uhhb+JnAasGq49dsQbw=="
1089
+ "resolved" "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-4.1.5.tgz"
1090
+ "version" "4.1.5"
1091
+ dependencies:
1092
+ "@expo/config-types" "^45.0.0"
1093
+ "@expo/json-file" "8.2.36"
1094
+ "@expo/plist" "0.0.18"
1095
+ "@expo/sdk-runtime-versions" "^1.0.0"
1096
+ "@react-native/normalize-color" "^2.0.0"
1097
+ "chalk" "^4.1.2"
1098
+ "debug" "^4.3.1"
1099
+ "find-up" "~5.0.0"
1100
+ "getenv" "^1.0.0"
1101
+ "glob" "7.1.6"
1102
+ "resolve-from" "^5.0.0"
1103
+ "semver" "^7.3.5"
1104
+ "slash" "^3.0.0"
1105
+ "xcode" "^3.0.1"
1106
+ "xml2js" "0.4.23"
1107
+
1108
+ "@expo/config-types@^45.0.0":
1109
+ "integrity" "sha512-/QGhhLWyaGautgEyU50UJr5YqKJix5t77ePTwreOVAhmZH+ff3nrrtYTTnccx+qF08ZNQmfAyYMCD3rQfzpiJA=="
1110
+ "resolved" "https://registry.npmjs.org/@expo/config-types/-/config-types-45.0.0.tgz"
1111
+ "version" "45.0.0"
1112
+
1113
+ "@expo/json-file@8.2.36":
1114
+ "integrity" "sha512-tOZfTiIFA5KmMpdW9KF7bc6CFiGjb0xnbieJhTGlHrLL+ps2G0OkqmuZ3pFEXBOMnJYUVpnSy++52LFxvpa5ZQ=="
1115
+ "resolved" "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.36.tgz"
1116
+ "version" "8.2.36"
1117
+ dependencies:
1118
+ "@babel/code-frame" "~7.10.4"
1119
+ "json5" "^1.0.1"
1120
+ "write-file-atomic" "^2.3.0"
1121
+
1122
+ "@expo/plist@0.0.18":
1123
+ "integrity" "sha512-+48gRqUiz65R21CZ/IXa7RNBXgAI/uPSdvJqoN9x1hfL44DNbUoWHgHiEXTx7XelcATpDwNTz6sHLfy0iNqf+w=="
1124
+ "resolved" "https://registry.npmjs.org/@expo/plist/-/plist-0.0.18.tgz"
1125
+ "version" "0.0.18"
1126
+ dependencies:
1127
+ "@xmldom/xmldom" "~0.7.0"
1128
+ "base64-js" "^1.2.3"
1129
+ "xmlbuilder" "^14.0.0"
1130
+
1131
+ "@expo/sdk-runtime-versions@^1.0.0":
1132
+ "integrity" "sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ=="
1133
+ "resolved" "https://registry.npmjs.org/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz"
1134
+ "version" "1.0.0"
1135
+
1080
1136
  "@hapi/hoek@^9.0.0":
1081
1137
  "integrity" "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="
1082
1138
  "resolved" "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz"
@@ -1542,12 +1598,26 @@
1542
1598
  "resolved" "https://registry.npmjs.org/@react-native-community/eslint-plugin/-/eslint-plugin-1.2.0.tgz"
1543
1599
  "version" "1.2.0"
1544
1600
 
1601
+ "@react-native-firebase/app@^15.3.0", "@react-native-firebase/app@15.3.0":
1602
+ "integrity" "sha512-q04Y4aBCCR/4peeTWuXzt/KeI95QMNML/1o6PVN2FSsXSz42z2QbZByIj4cHgSA2LqCSokIDcch01rwx0ZUHcA=="
1603
+ "resolved" "https://registry.npmjs.org/@react-native-firebase/app/-/app-15.3.0.tgz"
1604
+ "version" "15.3.0"
1605
+ dependencies:
1606
+ "@expo/config-plugins" "^4.1.5"
1607
+ "opencollective-postinstall" "^2.0.1"
1608
+ "superstruct" "^0.6.2"
1609
+
1610
+ "@react-native-firebase/messaging@^15.3.0":
1611
+ "integrity" "sha512-Jia+24sqevom49P8y+fycZJ6P8f4anrDElD9iH3eHEGaUbwkPbwCtWWI6rwXEYD6g+3rpGosZ/DMjaGxZZAGaA=="
1612
+ "resolved" "https://registry.npmjs.org/@react-native-firebase/messaging/-/messaging-15.3.0.tgz"
1613
+ "version" "15.3.0"
1614
+
1545
1615
  "@react-native/assets@1.0.0":
1546
1616
  "integrity" "sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ=="
1547
1617
  "resolved" "https://registry.npmjs.org/@react-native/assets/-/assets-1.0.0.tgz"
1548
1618
  "version" "1.0.0"
1549
1619
 
1550
- "@react-native/normalize-color@2.0.0":
1620
+ "@react-native/normalize-color@^2.0.0", "@react-native/normalize-color@2.0.0":
1551
1621
  "integrity" "sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw=="
1552
1622
  "resolved" "https://registry.npmjs.org/@react-native/normalize-color/-/normalize-color-2.0.0.tgz"
1553
1623
  "version" "2.0.0"
@@ -1557,6 +1627,47 @@
1557
1627
  "resolved" "https://registry.npmjs.org/@react-native/polyfills/-/polyfills-2.0.0.tgz"
1558
1628
  "version" "2.0.0"
1559
1629
 
1630
+ "@react-navigation/core@^6.2.2":
1631
+ "integrity" "sha512-gEJ1gRqt1EIqRrnJIpSQ0wWJRue9maAQNKYrlQ0a/LSKErF3g6w+sD2wW4Bbb1yj88pGhKeuI4wdB9MVK766Pg=="
1632
+ "resolved" "https://registry.npmjs.org/@react-navigation/core/-/core-6.2.2.tgz"
1633
+ "version" "6.2.2"
1634
+ dependencies:
1635
+ "@react-navigation/routers" "^6.1.1"
1636
+ "escape-string-regexp" "^4.0.0"
1637
+ "nanoid" "^3.1.23"
1638
+ "query-string" "^7.0.0"
1639
+ "react-is" "^16.13.0"
1640
+
1641
+ "@react-navigation/elements@^1.3.4":
1642
+ "integrity" "sha512-O0jICpjn3jskVo4yiWzZozmj7DZy1ZBbn3O7dbenuUjZSj/cscjwaapmZZFGcI/IMmjmx8UTKsybhCFEIbGf3g=="
1643
+ "resolved" "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.4.tgz"
1644
+ "version" "1.3.4"
1645
+
1646
+ "@react-navigation/native-stack@^6.7.0":
1647
+ "integrity" "sha512-03CuSwbBvP9+iXgjrTRRw+aog+KZXbhPzqCWVExzIWNOzf5/PJEcdtlm9KDrx2aHHDtDA6LRLKQA4UIlJOmNzA=="
1648
+ "resolved" "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.7.0.tgz"
1649
+ "version" "6.7.0"
1650
+ dependencies:
1651
+ "@react-navigation/elements" "^1.3.4"
1652
+ "warn-once" "^0.1.0"
1653
+
1654
+ "@react-navigation/native@^6.0.0":
1655
+ "integrity" "sha512-z0YTB7Czdb9SNjxfzcFNB3Vym0qmUcxpiYGOOXX8PH0s+xlIs/w+2RVp6YAvAC48A30o7MMCYqy5OeR6lrtWHg=="
1656
+ "resolved" "https://registry.npmjs.org/@react-navigation/native/-/native-6.0.11.tgz"
1657
+ "version" "6.0.11"
1658
+ dependencies:
1659
+ "@react-navigation/core" "^6.2.2"
1660
+ "escape-string-regexp" "^4.0.0"
1661
+ "fast-deep-equal" "^3.1.3"
1662
+ "nanoid" "^3.1.23"
1663
+
1664
+ "@react-navigation/routers@^6.1.1":
1665
+ "integrity" "sha512-mWWj2yh4na/OBaE7bWrft4kdAtxnG8MlV6ph3Bi6tHqgcnxENX+dnQY6y0qg/6E7cmMlaJg5nAC5y4Enr5ir8A=="
1666
+ "resolved" "https://registry.npmjs.org/@react-navigation/routers/-/routers-6.1.1.tgz"
1667
+ "version" "6.1.1"
1668
+ dependencies:
1669
+ "nanoid" "^3.1.23"
1670
+
1560
1671
  "@sideway/address@^4.1.3":
1561
1672
  "integrity" "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw=="
1562
1673
  "resolved" "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz"
@@ -1761,6 +1872,11 @@
1761
1872
  dependencies:
1762
1873
  "eslint-visitor-keys" "^1.1.0"
1763
1874
 
1875
+ "@xmldom/xmldom@~0.7.0":
1876
+ "integrity" "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A=="
1877
+ "resolved" "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz"
1878
+ "version" "0.7.5"
1879
+
1764
1880
  "abab@^2.0.3", "abab@^2.0.5":
1765
1881
  "integrity" "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
1766
1882
  "resolved" "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz"
@@ -2179,11 +2295,16 @@
2179
2295
  "mixin-deep" "^1.2.0"
2180
2296
  "pascalcase" "^0.1.1"
2181
2297
 
2182
- "base64-js@^1.1.2", "base64-js@^1.3.1", "base64-js@^1.5.1":
2298
+ "base64-js@^1.1.2", "base64-js@^1.2.3", "base64-js@^1.3.1", "base64-js@^1.5.1":
2183
2299
  "integrity" "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
2184
2300
  "resolved" "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
2185
2301
  "version" "1.5.1"
2186
2302
 
2303
+ "big-integer@1.6.x":
2304
+ "integrity" "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg=="
2305
+ "resolved" "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz"
2306
+ "version" "1.6.51"
2307
+
2187
2308
  "bl@^4.1.0":
2188
2309
  "integrity" "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w=="
2189
2310
  "resolved" "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz"
@@ -2193,6 +2314,20 @@
2193
2314
  "inherits" "^2.0.4"
2194
2315
  "readable-stream" "^3.4.0"
2195
2316
 
2317
+ "bplist-creator@0.1.0":
2318
+ "integrity" "sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg=="
2319
+ "resolved" "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.0.tgz"
2320
+ "version" "0.1.0"
2321
+ dependencies:
2322
+ "stream-buffers" "2.2.x"
2323
+
2324
+ "bplist-parser@0.3.1":
2325
+ "integrity" "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA=="
2326
+ "resolved" "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz"
2327
+ "version" "0.3.1"
2328
+ dependencies:
2329
+ "big-integer" "1.6.x"
2330
+
2196
2331
  "brace-expansion@^1.1.7":
2197
2332
  "integrity" "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA=="
2198
2333
  "resolved" "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
@@ -2401,6 +2536,16 @@
2401
2536
  "strip-ansi" "^6.0.0"
2402
2537
  "wrap-ansi" "^6.2.0"
2403
2538
 
2539
+ "clone-deep@^2.0.1":
2540
+ "integrity" "sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ=="
2541
+ "resolved" "https://registry.npmjs.org/clone-deep/-/clone-deep-2.0.2.tgz"
2542
+ "version" "2.0.2"
2543
+ dependencies:
2544
+ "for-own" "^1.0.0"
2545
+ "is-plain-object" "^2.0.4"
2546
+ "kind-of" "^6.0.0"
2547
+ "shallow-clone" "^1.0.0"
2548
+
2404
2549
  "clone-deep@^4.0.1":
2405
2550
  "integrity" "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ=="
2406
2551
  "resolved" "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz"
@@ -2629,7 +2774,7 @@
2629
2774
  dependencies:
2630
2775
  "ms" "2.0.0"
2631
2776
 
2632
- "debug@^4.0.1", "debug@^4.1.0", "debug@^4.1.1", "debug@4":
2777
+ "debug@^4.0.1", "debug@^4.1.0", "debug@^4.1.1", "debug@^4.3.1", "debug@4":
2633
2778
  "integrity" "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="
2634
2779
  "resolved" "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
2635
2780
  "version" "4.3.4"
@@ -3256,6 +3401,11 @@
3256
3401
  dependencies:
3257
3402
  "to-regex-range" "^5.0.1"
3258
3403
 
3404
+ "filter-obj@^1.1.0":
3405
+ "integrity" "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ=="
3406
+ "resolved" "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz"
3407
+ "version" "1.1.0"
3408
+
3259
3409
  "finalhandler@1.1.2":
3260
3410
  "integrity" "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA=="
3261
3411
  "resolved" "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz"
@@ -3301,6 +3451,22 @@
3301
3451
  "locate-path" "^6.0.0"
3302
3452
  "path-exists" "^4.0.0"
3303
3453
 
3454
+ "find-up@~5.0.0":
3455
+ "integrity" "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng=="
3456
+ "resolved" "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz"
3457
+ "version" "5.0.0"
3458
+ dependencies:
3459
+ "locate-path" "^6.0.0"
3460
+ "path-exists" "^4.0.0"
3461
+
3462
+ "find-up@~5.0.0":
3463
+ "integrity" "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng=="
3464
+ "resolved" "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz"
3465
+ "version" "5.0.0"
3466
+ dependencies:
3467
+ "locate-path" "^6.0.0"
3468
+ "path-exists" "^4.0.0"
3469
+
3304
3470
  "flat-cache@^3.0.4":
3305
3471
  "integrity" "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg=="
3306
3472
  "resolved" "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz"
@@ -3324,11 +3490,23 @@
3324
3490
  "resolved" "https://registry.npmjs.org/flow-parser/-/flow-parser-0.184.0.tgz"
3325
3491
  "version" "0.184.0"
3326
3492
 
3327
- "for-in@^1.0.2":
3493
+ "for-in@^0.1.3":
3494
+ "integrity" "sha512-F0to7vbBSHP8E3l6dCjxNOLuSFAACIxFy3UehTUlG7svlXi37HHsDkyVcHo0Pq8QwrE+pXvWSVX3ZT1T9wAZ9g=="
3495
+ "resolved" "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz"
3496
+ "version" "0.1.8"
3497
+
3498
+ "for-in@^1.0.1", "for-in@^1.0.2":
3328
3499
  "integrity" "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ=="
3329
3500
  "resolved" "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz"
3330
3501
  "version" "1.0.2"
3331
3502
 
3503
+ "for-own@^1.0.0":
3504
+ "integrity" "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg=="
3505
+ "resolved" "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz"
3506
+ "version" "1.0.0"
3507
+ dependencies:
3508
+ "for-in" "^1.0.1"
3509
+
3332
3510
  "form-data@^3.0.0":
3333
3511
  "integrity" "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg=="
3334
3512
  "resolved" "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz"
@@ -3459,6 +3637,11 @@
3459
3637
  "resolved" "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz"
3460
3638
  "version" "2.0.6"
3461
3639
 
3640
+ "getenv@^1.0.0":
3641
+ "integrity" "sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg=="
3642
+ "resolved" "https://registry.npmjs.org/getenv/-/getenv-1.0.0.tgz"
3643
+ "version" "1.0.0"
3644
+
3462
3645
  "glob-parent@^5.1.2":
3463
3646
  "integrity" "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="
3464
3647
  "resolved" "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
@@ -3478,6 +3661,30 @@
3478
3661
  "once" "^1.3.0"
3479
3662
  "path-is-absolute" "^1.0.0"
3480
3663
 
3664
+ "glob@7.1.6":
3665
+ "integrity" "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA=="
3666
+ "resolved" "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz"
3667
+ "version" "7.1.6"
3668
+ dependencies:
3669
+ "fs.realpath" "^1.0.0"
3670
+ "inflight" "^1.0.4"
3671
+ "inherits" "2"
3672
+ "minimatch" "^3.0.4"
3673
+ "once" "^1.3.0"
3674
+ "path-is-absolute" "^1.0.0"
3675
+
3676
+ "glob@7.1.6":
3677
+ "integrity" "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA=="
3678
+ "resolved" "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz"
3679
+ "version" "7.1.6"
3680
+ dependencies:
3681
+ "fs.realpath" "^1.0.0"
3682
+ "inflight" "^1.0.4"
3683
+ "inherits" "2"
3684
+ "minimatch" "^3.0.4"
3685
+ "once" "^1.3.0"
3686
+ "path-is-absolute" "^1.0.0"
3687
+
3481
3688
  "globals@^11.1.0":
3482
3689
  "integrity" "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
3483
3690
  "resolved" "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
@@ -3722,6 +3929,11 @@
3722
3929
  "resolved" "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
3723
3930
  "version" "2.0.4"
3724
3931
 
3932
+ "install@^0.13.0":
3933
+ "integrity" "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA=="
3934
+ "resolved" "https://registry.npmjs.org/install/-/install-0.13.0.tgz"
3935
+ "version" "0.13.0"
3936
+
3725
3937
  "internal-slot@^1.0.3":
3726
3938
  "integrity" "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA=="
3727
3939
  "resolved" "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz"
@@ -4631,6 +4843,13 @@
4631
4843
  "resolved" "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
4632
4844
  "version" "1.0.1"
4633
4845
 
4846
+ "json5@^1.0.1":
4847
+ "integrity" "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow=="
4848
+ "resolved" "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz"
4849
+ "version" "1.0.1"
4850
+ dependencies:
4851
+ "minimist" "^1.2.0"
4852
+
4634
4853
  "json5@^2.2.1":
4635
4854
  "integrity" "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA=="
4636
4855
  "resolved" "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz"
@@ -4691,7 +4910,7 @@
4691
4910
  "resolved" "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz"
4692
4911
  "version" "5.1.0"
4693
4912
 
4694
- "kind-of@^6.0.0", "kind-of@^6.0.2":
4913
+ "kind-of@^6.0.0", "kind-of@^6.0.1", "kind-of@^6.0.2":
4695
4914
  "integrity" "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
4696
4915
  "resolved" "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz"
4697
4916
  "version" "6.0.3"
@@ -5199,6 +5418,14 @@
5199
5418
  "for-in" "^1.0.2"
5200
5419
  "is-extendable" "^1.0.1"
5201
5420
 
5421
+ "mixin-object@^2.0.1":
5422
+ "integrity" "sha512-ALGF1Jt9ouehcaXaHhn6t1yGWRqGaHkPFndtFVHfZXOvkIZ/yoGaSi0AHVTafb3ZBGg4dr/bDwnaEKqCXzchMA=="
5423
+ "resolved" "https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz"
5424
+ "version" "2.0.1"
5425
+ dependencies:
5426
+ "for-in" "^0.1.3"
5427
+ "is-extendable" "^0.1.1"
5428
+
5202
5429
  "mkdirp@^0.5.1":
5203
5430
  "integrity" "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw=="
5204
5431
  "resolved" "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz"
@@ -5221,6 +5448,11 @@
5221
5448
  "resolved" "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
5222
5449
  "version" "2.1.3"
5223
5450
 
5451
+ "nanoid@^3.1.23":
5452
+ "integrity" "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw=="
5453
+ "resolved" "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz"
5454
+ "version" "3.3.4"
5455
+
5224
5456
  "nanomatch@^1.2.9":
5225
5457
  "integrity" "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA=="
5226
5458
  "resolved" "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz"
@@ -5478,6 +5710,11 @@
5478
5710
  dependencies:
5479
5711
  "is-wsl" "^1.1.0"
5480
5712
 
5713
+ "opencollective-postinstall@^2.0.1":
5714
+ "integrity" "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q=="
5715
+ "resolved" "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz"
5716
+ "version" "2.0.3"
5717
+
5481
5718
  "optionator@^0.8.1":
5482
5719
  "integrity" "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA=="
5483
5720
  "resolved" "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz"
@@ -5681,7 +5918,7 @@
5681
5918
  dependencies:
5682
5919
  "find-up" "^4.0.0"
5683
5920
 
5684
- "plist@^3.0.2":
5921
+ "plist@^3.0.2", "plist@^3.0.5":
5685
5922
  "integrity" "sha512-WiIVYyrp8TD4w8yCvyeIr+lkmrGRd5u0VbRnU+tP/aRLxP/YadJUYOMZJ/6hIa3oUyVCsycXvtNRgd5XBJIbiA=="
5686
5923
  "resolved" "https://registry.npmjs.org/plist/-/plist-3.0.6.tgz"
5687
5924
  "version" "3.0.6"
@@ -5778,6 +6015,16 @@
5778
6015
  "resolved" "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
5779
6016
  "version" "2.1.1"
5780
6017
 
6018
+ "query-string@^7.0.0":
6019
+ "integrity" "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w=="
6020
+ "resolved" "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz"
6021
+ "version" "7.1.1"
6022
+ dependencies:
6023
+ "decode-uri-component" "^0.2.0"
6024
+ "filter-obj" "^1.1.0"
6025
+ "split-on-first" "^1.0.0"
6026
+ "strict-uri-encode" "^2.0.0"
6027
+
5781
6028
  "range-parser@~1.2.1":
5782
6029
  "integrity" "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
5783
6030
  "resolved" "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
@@ -5791,11 +6038,21 @@
5791
6038
  "shell-quote" "^1.6.1"
5792
6039
  "ws" "^7"
5793
6040
 
6041
+ "react-freeze@^1.0.0":
6042
+ "integrity" "sha512-ZnXwLQnGzrDpHBHiC56TXFXvmolPeMjTn1UOm610M4EXGzbEDR7oOIyS2ZiItgbs6eZc4oU/a0hpk8PrcKvv5g=="
6043
+ "resolved" "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.3.tgz"
6044
+ "version" "1.0.3"
6045
+
5794
6046
  "react-is@^16.12.0 || ^17.0.0 || ^18.0.0", "react-is@^18.0.0":
5795
6047
  "integrity" "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
5796
6048
  "resolved" "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz"
5797
6049
  "version" "18.2.0"
5798
6050
 
6051
+ "react-is@^16.13.0":
6052
+ "integrity" "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
6053
+ "resolved" "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
6054
+ "version" "16.13.1"
6055
+
5799
6056
  "react-is@^16.13.1":
5800
6057
  "integrity" "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
5801
6058
  "resolved" "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
@@ -5821,6 +6078,19 @@
5821
6078
  "resolved" "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.7.tgz"
5822
6079
  "version" "0.0.7"
5823
6080
 
6081
+ "react-native-safe-area-context@>= 3.0.0":
6082
+ "integrity" "sha512-cEr7fknJCToTrSyDCVNg0GRdRMhyLeQa2NZwVCuzEQcWedOw/59ExomjmzCE4rxrKXs6OJbyfNtFRNyewDaHuA=="
6083
+ "resolved" "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.3.1.tgz"
6084
+ "version" "4.3.1"
6085
+
6086
+ "react-native-screens@>= 3.0.0":
6087
+ "integrity" "sha512-ezC5TibsUYyqPuuHpZoM3iEl6bRzCVBMJeGaFkn7xznuOt1VwkZVub0BvafIEYR/+AQC/RjxzMSQPs1qal0+wA=="
6088
+ "resolved" "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.15.0.tgz"
6089
+ "version" "3.15.0"
6090
+ dependencies:
6091
+ "react-freeze" "^1.0.0"
6092
+ "warn-once" "^0.1.0"
6093
+
5824
6094
  "react-native@*", "react-native@>=0.60.0-rc.0 <1.0.x", "react-native@0.69.4":
5825
6095
  "integrity" "sha512-rqNMialM/T4pHRKWqTIpOxA65B/9kUjtnepxwJqvsdCeMP9Q2YdSx4VASFR9RoEFYcPRU41yGf6EKrChNfns3g=="
5826
6096
  "resolved" "https://registry.npmjs.org/react-native/-/react-native-0.69.4.tgz"
@@ -5882,17 +6152,17 @@
5882
6152
  "react-shallow-renderer" "^16.13.1"
5883
6153
  "scheduler" "^0.21.0"
5884
6154
 
5885
- "react@^16.0.0 || ^17.0.0 || ^18.0.0", "react@^16.8.0 || ^17.0.0 || ^18.0.0", "react@^16.8.1", "react@^18.0.0", "react@18.0.0":
6155
+ "react@*", "react@^16.0.0 || ^17.0.0 || ^18.0.0", "react@^16.8.0 || ^17.0.0 || ^18.0.0", "react@^16.8.1", "react@^18.0.0", "react@>=17.0.0", "react@18.0.0":
5886
6156
  "integrity" "sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A=="
5887
6157
  "resolved" "https://registry.npmjs.org/react/-/react-18.0.0.tgz"
5888
6158
  "version" "18.0.0"
5889
6159
  dependencies:
5890
6160
  "loose-envify" "^1.1.0"
5891
6161
 
5892
- "reactnative-plugin-appice@^1.4.1":
5893
- "integrity" "sha512-Qoe7PdgP3BoT1fjorLw3oFIfBA3Dd3yH7K+fwVdtOgpUNV4ggZD+vuZHFXX0EzEKc/s34yKgyJ0vB25m2+j8UA=="
5894
- "resolved" "https://registry.npmjs.org/reactnative-plugin-appice/-/reactnative-plugin-appice-1.4.1.tgz"
5895
- "version" "1.4.1"
6162
+ "reactnative-plugin-appice@^1.4.2":
6163
+ "integrity" "sha512-4IFr5JdfngWR/Vd26wNtBAfptfx7WLd25W/QSDf37H5oy6KO4jhOBfKAIvFBhhIQ/AKcLoYFqXwZnS9hb7boRA=="
6164
+ "resolved" "https://registry.npmjs.org/reactnative-plugin-appice/-/reactnative-plugin-appice-1.4.2.tgz"
6165
+ "version" "1.4.2"
5896
6166
 
5897
6167
  "read-pkg-up@^7.0.1":
5898
6168
  "integrity" "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg=="
@@ -6183,6 +6453,11 @@
6183
6453
  "minimist" "^1.1.1"
6184
6454
  "walker" "~1.0.5"
6185
6455
 
6456
+ "sax@>=0.6.0":
6457
+ "integrity" "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
6458
+ "resolved" "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz"
6459
+ "version" "1.2.4"
6460
+
6186
6461
  "saxes@^5.0.1":
6187
6462
  "integrity" "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw=="
6188
6463
  "resolved" "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz"
@@ -6226,6 +6501,20 @@
6226
6501
  dependencies:
6227
6502
  "lru-cache" "^6.0.0"
6228
6503
 
6504
+ "semver@^7.3.5":
6505
+ "integrity" "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g=="
6506
+ "resolved" "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz"
6507
+ "version" "7.3.7"
6508
+ dependencies:
6509
+ "lru-cache" "^6.0.0"
6510
+
6511
+ "semver@^7.3.5":
6512
+ "integrity" "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g=="
6513
+ "resolved" "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz"
6514
+ "version" "7.3.7"
6515
+ dependencies:
6516
+ "lru-cache" "^6.0.0"
6517
+
6229
6518
  "semver@2 || 3 || 4 || 5":
6230
6519
  "integrity" "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
6231
6520
  "resolved" "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
@@ -6290,6 +6579,15 @@
6290
6579
  "resolved" "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz"
6291
6580
  "version" "1.2.0"
6292
6581
 
6582
+ "shallow-clone@^1.0.0":
6583
+ "integrity" "sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA=="
6584
+ "resolved" "https://registry.npmjs.org/shallow-clone/-/shallow-clone-1.0.0.tgz"
6585
+ "version" "1.0.0"
6586
+ dependencies:
6587
+ "is-extendable" "^0.1.1"
6588
+ "kind-of" "^5.0.0"
6589
+ "mixin-object" "^2.0.1"
6590
+
6293
6591
  "shallow-clone@^3.0.0":
6294
6592
  "integrity" "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA=="
6295
6593
  "resolved" "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz"
@@ -6345,6 +6643,15 @@
6345
6643
  "resolved" "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz"
6346
6644
  "version" "3.0.7"
6347
6645
 
6646
+ "simple-plist@^1.1.0":
6647
+ "integrity" "sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw=="
6648
+ "resolved" "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.1.tgz"
6649
+ "version" "1.3.1"
6650
+ dependencies:
6651
+ "bplist-creator" "0.1.0"
6652
+ "bplist-parser" "0.3.1"
6653
+ "plist" "^3.0.5"
6654
+
6348
6655
  "sisteransi@^1.0.5":
6349
6656
  "integrity" "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
6350
6657
  "resolved" "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz"
@@ -6468,6 +6775,11 @@
6468
6775
  "resolved" "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz"
6469
6776
  "version" "3.0.11"
6470
6777
 
6778
+ "split-on-first@^1.0.0":
6779
+ "integrity" "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw=="
6780
+ "resolved" "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz"
6781
+ "version" "1.1.0"
6782
+
6471
6783
  "split-string@^3.0.1", "split-string@^3.0.2":
6472
6784
  "integrity" "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw=="
6473
6785
  "resolved" "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz"
@@ -6517,6 +6829,16 @@
6517
6829
  "resolved" "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz"
6518
6830
  "version" "2.0.1"
6519
6831
 
6832
+ "stream-buffers@2.2.x":
6833
+ "integrity" "sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg=="
6834
+ "resolved" "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz"
6835
+ "version" "2.2.0"
6836
+
6837
+ "strict-uri-encode@^2.0.0":
6838
+ "integrity" "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ=="
6839
+ "resolved" "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz"
6840
+ "version" "2.0.0"
6841
+
6520
6842
  "string_decoder@^1.1.1":
6521
6843
  "integrity" "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA=="
6522
6844
  "resolved" "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz"
@@ -6626,6 +6948,14 @@
6626
6948
  "resolved" "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz"
6627
6949
  "version" "9.2.1"
6628
6950
 
6951
+ "superstruct@^0.6.2":
6952
+ "integrity" "sha512-lvA97MFAJng3rfjcafT/zGTSWm6Tbpk++DP6It4Qg7oNaeM+2tdJMuVgGje21/bIpBEs6iQql1PJH6dKTjl4Ig=="
6953
+ "resolved" "https://registry.npmjs.org/superstruct/-/superstruct-0.6.2.tgz"
6954
+ "version" "0.6.2"
6955
+ dependencies:
6956
+ "clone-deep" "^2.0.1"
6957
+ "kind-of" "^6.0.1"
6958
+
6629
6959
  "supports-color@^5.3.0":
6630
6960
  "integrity" "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow=="
6631
6961
  "resolved" "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz"
@@ -6983,6 +7313,11 @@
6983
7313
  "resolved" "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz"
6984
7314
  "version" "1.0.1"
6985
7315
 
7316
+ "uuid@^7.0.3":
7317
+ "integrity" "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg=="
7318
+ "resolved" "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz"
7319
+ "version" "7.0.3"
7320
+
6986
7321
  "uuid@^8.3.0":
6987
7322
  "integrity" "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
6988
7323
  "resolved" "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
@@ -7041,6 +7376,11 @@
7041
7376
  dependencies:
7042
7377
  "makeerror" "1.0.12"
7043
7378
 
7379
+ "warn-once@^0.1.0":
7380
+ "integrity" "sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q=="
7381
+ "resolved" "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz"
7382
+ "version" "0.1.1"
7383
+
7044
7384
  "wcwidth@^1.0.1":
7045
7385
  "integrity" "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg=="
7046
7386
  "resolved" "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz"
@@ -7177,16 +7517,42 @@
7177
7517
  "resolved" "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz"
7178
7518
  "version" "7.5.9"
7179
7519
 
7520
+ "xcode@^3.0.1":
7521
+ "integrity" "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA=="
7522
+ "resolved" "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz"
7523
+ "version" "3.0.1"
7524
+ dependencies:
7525
+ "simple-plist" "^1.1.0"
7526
+ "uuid" "^7.0.3"
7527
+
7180
7528
  "xml-name-validator@^3.0.0":
7181
7529
  "integrity" "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
7182
7530
  "resolved" "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz"
7183
7531
  "version" "3.0.0"
7184
7532
 
7533
+ "xml2js@0.4.23":
7534
+ "integrity" "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug=="
7535
+ "resolved" "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz"
7536
+ "version" "0.4.23"
7537
+ dependencies:
7538
+ "sax" ">=0.6.0"
7539
+ "xmlbuilder" "~11.0.0"
7540
+
7541
+ "xmlbuilder@^14.0.0":
7542
+ "integrity" "sha512-ts+B2rSe4fIckR6iquDjsKbQFK2NlUk6iG5nf14mDEyldgoc2nEKZ3jZWMPTxGQwVgToSjt6VGIho1H8/fNFTg=="
7543
+ "resolved" "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-14.0.0.tgz"
7544
+ "version" "14.0.0"
7545
+
7185
7546
  "xmlbuilder@^15.1.1":
7186
7547
  "integrity" "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg=="
7187
7548
  "resolved" "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz"
7188
7549
  "version" "15.1.1"
7189
7550
 
7551
+ "xmlbuilder@~11.0.0":
7552
+ "integrity" "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA=="
7553
+ "resolved" "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz"
7554
+ "version" "11.0.1"
7555
+
7190
7556
  "xmlchars@^2.2.0":
7191
7557
  "integrity" "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
7192
7558
  "resolved" "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz"