|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.4"
|
11 | 11 |
|
12 |
| -"@babel/[email protected]", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
| 12 | + |
| 13 | + version "7.12.9" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
| 15 | + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
| 16 | + dependencies: |
| 17 | + "@babel/code-frame" "^7.10.4" |
| 18 | + "@babel/generator" "^7.12.5" |
| 19 | + "@babel/helper-module-transforms" "^7.12.1" |
| 20 | + "@babel/helpers" "^7.12.5" |
| 21 | + "@babel/parser" "^7.12.7" |
| 22 | + "@babel/template" "^7.12.7" |
| 23 | + "@babel/traverse" "^7.12.9" |
| 24 | + "@babel/types" "^7.12.7" |
| 25 | + convert-source-map "^1.7.0" |
| 26 | + debug "^4.1.0" |
| 27 | + gensync "^1.0.0-beta.1" |
| 28 | + json5 "^2.1.2" |
| 29 | + lodash "^4.17.19" |
| 30 | + resolve "^1.3.2" |
| 31 | + semver "^5.4.1" |
| 32 | + source-map "^0.5.0" |
| 33 | + |
| 34 | +"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
13 | 35 | version "7.11.6"
|
14 | 36 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
|
15 | 37 | integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
|
|
40 | 62 | jsesc "^2.5.1"
|
41 | 63 | source-map "^0.5.0"
|
42 | 64 |
|
| 65 | +"@babel/generator@^7.12.5": |
| 66 | + version "7.12.5" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" |
| 68 | + integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== |
| 69 | + dependencies: |
| 70 | + "@babel/types" "^7.12.5" |
| 71 | + jsesc "^2.5.1" |
| 72 | + source-map "^0.5.0" |
| 73 | + |
43 | 74 | "@babel/helper-annotate-as-pure@^7.10.4":
|
44 | 75 | version "7.10.4"
|
45 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
|
|
132 | 163 | dependencies:
|
133 | 164 | "@babel/types" "^7.11.0"
|
134 | 165 |
|
| 166 | +"@babel/helper-member-expression-to-functions@^7.12.1": |
| 167 | + version "7.12.7" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855" |
| 169 | + integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== |
| 170 | + dependencies: |
| 171 | + "@babel/types" "^7.12.7" |
| 172 | + |
135 | 173 | "@babel/helper-module-imports@^7.10.4":
|
136 | 174 | version "7.10.4"
|
137 | 175 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
|
138 | 176 | integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
|
139 | 177 | dependencies:
|
140 | 178 | "@babel/types" "^7.10.4"
|
141 | 179 |
|
| 180 | +"@babel/helper-module-imports@^7.12.1": |
| 181 | + version "7.12.5" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb" |
| 183 | + integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== |
| 184 | + dependencies: |
| 185 | + "@babel/types" "^7.12.5" |
| 186 | + |
142 | 187 | "@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0":
|
143 | 188 | version "7.11.0"
|
144 | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
|
|
152 | 197 | "@babel/types" "^7.11.0"
|
153 | 198 | lodash "^4.17.19"
|
154 | 199 |
|
| 200 | +"@babel/helper-module-transforms@^7.12.1": |
| 201 | + version "7.12.1" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c" |
| 203 | + integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== |
| 204 | + dependencies: |
| 205 | + "@babel/helper-module-imports" "^7.12.1" |
| 206 | + "@babel/helper-replace-supers" "^7.12.1" |
| 207 | + "@babel/helper-simple-access" "^7.12.1" |
| 208 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 209 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 210 | + "@babel/template" "^7.10.4" |
| 211 | + "@babel/traverse" "^7.12.1" |
| 212 | + "@babel/types" "^7.12.1" |
| 213 | + lodash "^4.17.19" |
| 214 | + |
155 | 215 | "@babel/helper-optimise-call-expression@^7.10.4":
|
156 | 216 | version "7.10.4"
|
157 | 217 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
|
|
191 | 251 | "@babel/traverse" "^7.10.4"
|
192 | 252 | "@babel/types" "^7.10.4"
|
193 | 253 |
|
| 254 | +"@babel/helper-replace-supers@^7.12.1": |
| 255 | + version "7.12.5" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9" |
| 257 | + integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== |
| 258 | + dependencies: |
| 259 | + "@babel/helper-member-expression-to-functions" "^7.12.1" |
| 260 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 261 | + "@babel/traverse" "^7.12.5" |
| 262 | + "@babel/types" "^7.12.5" |
| 263 | + |
194 | 264 | "@babel/helper-simple-access@^7.10.4":
|
195 | 265 | version "7.10.4"
|
196 | 266 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
|
|
199 | 269 | "@babel/template" "^7.10.4"
|
200 | 270 | "@babel/types" "^7.10.4"
|
201 | 271 |
|
| 272 | +"@babel/helper-simple-access@^7.12.1": |
| 273 | + version "7.12.1" |
| 274 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" |
| 275 | + integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== |
| 276 | + dependencies: |
| 277 | + "@babel/types" "^7.12.1" |
| 278 | + |
202 | 279 | "@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
|
203 | 280 | version "7.11.0"
|
204 | 281 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
|
|
237 | 314 | "@babel/traverse" "^7.10.4"
|
238 | 315 | "@babel/types" "^7.10.4"
|
239 | 316 |
|
| 317 | +"@babel/helpers@^7.12.5": |
| 318 | + version "7.12.5" |
| 319 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" |
| 320 | + integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== |
| 321 | + dependencies: |
| 322 | + "@babel/template" "^7.10.4" |
| 323 | + "@babel/traverse" "^7.12.5" |
| 324 | + "@babel/types" "^7.12.5" |
| 325 | + |
240 | 326 | "@babel/highlight@^7.10.4":
|
241 | 327 | version "7.10.4"
|
242 | 328 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
|
|
251 | 337 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
|
252 | 338 | integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
|
253 | 339 |
|
| 340 | +"@babel/parser@^7.12.7": |
| 341 | + version "7.12.7" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" |
| 343 | + integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== |
| 344 | + |
254 | 345 | "@babel/plugin-external-helpers@^7.0.0":
|
255 | 346 | version "7.10.4"
|
256 | 347 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.10.4.tgz#40d38e8e48a1fa3766ab43496253266ca26783ce"
|
|
680 | 771 | core-js-pure "^3.0.0"
|
681 | 772 | regenerator-runtime "^0.13.4"
|
682 | 773 |
|
683 |
| -"@babel/[email protected]", "@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": |
| 774 | + |
| 775 | + version "7.12.5" |
| 776 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" |
| 777 | + integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== |
| 778 | + dependencies: |
| 779 | + regenerator-runtime "^0.13.4" |
| 780 | + |
| 781 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": |
684 | 782 | version "7.11.2"
|
685 | 783 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
|
686 | 784 | integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
|
|
696 | 794 | "@babel/parser" "^7.10.4"
|
697 | 795 | "@babel/types" "^7.10.4"
|
698 | 796 |
|
| 797 | +"@babel/template@^7.12.7": |
| 798 | + version "7.12.7" |
| 799 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" |
| 800 | + integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== |
| 801 | + dependencies: |
| 802 | + "@babel/code-frame" "^7.10.4" |
| 803 | + "@babel/parser" "^7.12.7" |
| 804 | + "@babel/types" "^7.12.7" |
| 805 | + |
699 | 806 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0":
|
700 | 807 | version "7.11.5"
|
701 | 808 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
|
|
711 | 818 | globals "^11.1.0"
|
712 | 819 | lodash "^4.17.19"
|
713 | 820 |
|
| 821 | +"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9": |
| 822 | + version "7.12.9" |
| 823 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
| 824 | + integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
| 825 | + dependencies: |
| 826 | + "@babel/code-frame" "^7.10.4" |
| 827 | + "@babel/generator" "^7.12.5" |
| 828 | + "@babel/helper-function-name" "^7.10.4" |
| 829 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 830 | + "@babel/parser" "^7.12.7" |
| 831 | + "@babel/types" "^7.12.7" |
| 832 | + debug "^4.1.0" |
| 833 | + globals "^11.1.0" |
| 834 | + lodash "^4.17.19" |
| 835 | + |
714 | 836 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0":
|
715 | 837 | version "7.11.5"
|
716 | 838 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
|
|
720 | 842 | lodash "^4.17.19"
|
721 | 843 | to-fast-properties "^2.0.0"
|
722 | 844 |
|
| 845 | +"@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7": |
| 846 | + version "7.12.7" |
| 847 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
| 848 | + integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== |
| 849 | + dependencies: |
| 850 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 851 | + lodash "^4.17.19" |
| 852 | + to-fast-properties "^2.0.0" |
| 853 | + |
723 | 854 | "@bcoe/v8-coverage@^0.2.3":
|
724 | 855 | version "0.2.3"
|
725 | 856 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1297 | 1428 | tsutils "^3.17.1"
|
1298 | 1429 |
|
1299 | 1430 | "@uiw/react-native-transport-location@link:..":
|
1300 |
| - version "0.0.0" |
1301 |
| - uid "" |
| 1431 | + version "1.0.10" |
1302 | 1432 |
|
1303 | 1433 | abab@^2.0.0:
|
1304 | 1434 | version "2.0.5"
|
|
0 commit comments