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