|
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.1" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.1.tgz#980b115a05929ef3ce1b6af9bf50e5a5cf668667" |
| 15 | + integrity sha512-6bGmltqzIJrinwRRdczQsMhruSi9Sqty9Te+/5hudn4Izx/JYRhW1QELpR+CIL0gC/c9A7WroH6FmkDGxmWx3w== |
| 16 | + dependencies: |
| 17 | + "@babel/code-frame" "^7.10.4" |
| 18 | + "@babel/generator" "^7.12.1" |
| 19 | + "@babel/helper-module-transforms" "^7.12.1" |
| 20 | + "@babel/helpers" "^7.12.1" |
| 21 | + "@babel/parser" "^7.12.1" |
| 22 | + "@babel/template" "^7.10.4" |
| 23 | + "@babel/traverse" "^7.12.1" |
| 24 | + "@babel/types" "^7.12.1" |
| 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.1": |
| 66 | + version "7.12.1" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468" |
| 68 | + integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg== |
| 69 | + dependencies: |
| 70 | + "@babel/types" "^7.12.1" |
| 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.1" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c" |
| 169 | + integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== |
| 170 | + dependencies: |
| 171 | + "@babel/types" "^7.12.1" |
| 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.1" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c" |
| 183 | + integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA== |
| 184 | + dependencies: |
| 185 | + "@babel/types" "^7.12.1" |
| 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.1" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9" |
| 257 | + integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw== |
| 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.1" |
| 262 | + "@babel/types" "^7.12.1" |
| 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.1": |
| 318 | + version "7.12.1" |
| 319 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79" |
| 320 | + integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g== |
| 321 | + dependencies: |
| 322 | + "@babel/template" "^7.10.4" |
| 323 | + "@babel/traverse" "^7.12.1" |
| 324 | + "@babel/types" "^7.12.1" |
| 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.1": |
| 341 | + version "7.12.1" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.1.tgz#dc03f543a0ed51396d4081463df66ecb3a2efa53" |
| 343 | + integrity sha512-xjZsx0sBjb6J2+QkoHI69UeD2EWbsyUW0WyZKOoJ9sBrQLxfOApWEefR9dIVOYJVj97VRXnLKLDvnn3dPDNgww== |
| 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.1" |
| 776 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740" |
| 777 | + integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== |
| 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==
|
|
711 | 809 | globals "^11.1.0"
|
712 | 810 | lodash "^4.17.19"
|
713 | 811 |
|
| 812 | +"@babel/traverse@^7.12.1": |
| 813 | + version "7.12.1" |
| 814 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e" |
| 815 | + integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw== |
| 816 | + dependencies: |
| 817 | + "@babel/code-frame" "^7.10.4" |
| 818 | + "@babel/generator" "^7.12.1" |
| 819 | + "@babel/helper-function-name" "^7.10.4" |
| 820 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 821 | + "@babel/parser" "^7.12.1" |
| 822 | + "@babel/types" "^7.12.1" |
| 823 | + debug "^4.1.0" |
| 824 | + globals "^11.1.0" |
| 825 | + lodash "^4.17.19" |
| 826 | + |
714 | 827 | "@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 | 828 | version "7.11.5"
|
716 | 829 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
|
|
720 | 833 | lodash "^4.17.19"
|
721 | 834 | to-fast-properties "^2.0.0"
|
722 | 835 |
|
| 836 | +"@babel/types@^7.12.1": |
| 837 | + version "7.12.1" |
| 838 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae" |
| 839 | + integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA== |
| 840 | + dependencies: |
| 841 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 842 | + lodash "^4.17.19" |
| 843 | + to-fast-properties "^2.0.0" |
| 844 | + |
723 | 845 | "@bcoe/v8-coverage@^0.2.3":
|
724 | 846 | version "0.2.3"
|
725 | 847 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1297 | 1419 | tsutils "^3.17.1"
|
1298 | 1420 |
|
1299 | 1421 | "@uiw/react-native-transport-location@link:..":
|
1300 |
| - version "0.0.0" |
1301 |
| - uid "" |
| 1422 | + version "1.0.7" |
1302 | 1423 |
|
1303 | 1424 | abab@^2.0.0:
|
1304 | 1425 | version "2.0.5"
|
|
0 commit comments