|
81 | 81 | semver "^5.4.1"
|
82 | 82 | source-map "^0.5.0"
|
83 | 83 |
|
| 84 | + |
| 85 | + version "7.6.0" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48" |
| 87 | + integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw== |
| 88 | + dependencies: |
| 89 | + "@babel/code-frame" "^7.5.5" |
| 90 | + "@babel/generator" "^7.6.0" |
| 91 | + "@babel/helpers" "^7.6.0" |
| 92 | + "@babel/parser" "^7.6.0" |
| 93 | + "@babel/template" "^7.6.0" |
| 94 | + "@babel/traverse" "^7.6.0" |
| 95 | + "@babel/types" "^7.6.0" |
| 96 | + convert-source-map "^1.1.0" |
| 97 | + debug "^4.1.0" |
| 98 | + json5 "^2.1.0" |
| 99 | + lodash "^4.17.13" |
| 100 | + resolve "^1.3.2" |
| 101 | + semver "^5.4.1" |
| 102 | + source-map "^0.5.0" |
| 103 | + |
84 | 104 | "@babel/core@^7.0.0 <7.4.0":
|
85 | 105 | version "7.3.4"
|
86 | 106 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.3.4.tgz#921a5a13746c21e32445bf0798680e9d11a6530b"
|
|
123 | 143 | source-map "^0.5.0"
|
124 | 144 | trim-right "^1.0.1"
|
125 | 145 |
|
| 146 | +"@babel/generator@^7.6.0": |
| 147 | + version "7.6.0" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56" |
| 149 | + integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA== |
| 150 | + dependencies: |
| 151 | + "@babel/types" "^7.6.0" |
| 152 | + jsesc "^2.5.1" |
| 153 | + lodash "^4.17.13" |
| 154 | + source-map "^0.5.0" |
| 155 | + trim-right "^1.0.1" |
| 156 | + |
126 | 157 | "@babel/helper-annotate-as-pure@^7.0.0":
|
127 | 158 | version "7.0.0"
|
128 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
307 | 338 | "@babel/traverse" "^7.5.5"
|
308 | 339 | "@babel/types" "^7.5.5"
|
309 | 340 |
|
| 341 | +"@babel/helpers@^7.6.0": |
| 342 | + version "7.6.0" |
| 343 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e" |
| 344 | + integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ== |
| 345 | + dependencies: |
| 346 | + "@babel/template" "^7.6.0" |
| 347 | + "@babel/traverse" "^7.6.0" |
| 348 | + "@babel/types" "^7.6.0" |
| 349 | + |
310 | 350 | "@babel/highlight@^7.0.0":
|
311 | 351 | version "7.5.0"
|
312 | 352 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
|
|
326 | 366 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c"
|
327 | 367 | integrity sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==
|
328 | 368 |
|
| 369 | +"@babel/parser@^7.6.0": |
| 370 | + version "7.6.0" |
| 371 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b" |
| 372 | + integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ== |
| 373 | + |
329 | 374 | "@babel/plugin-external-helpers@^7.0.0":
|
330 | 375 | version "7.2.0"
|
331 | 376 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
|
|
569 | 614 | "@babel/helper-plugin-utils" "^7.0.0"
|
570 | 615 | lodash "^4.17.13"
|
571 | 616 |
|
| 617 | +"@babel/plugin-transform-block-scoping@^7.6.0": |
| 618 | + version "7.6.0" |
| 619 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc" |
| 620 | + integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA== |
| 621 | + dependencies: |
| 622 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 623 | + lodash "^4.17.13" |
| 624 | + |
572 | 625 | "@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.3.4", "@babel/plugin-transform-classes@^7.4.4", "@babel/plugin-transform-classes@^7.5.5":
|
573 | 626 | version "7.5.5"
|
574 | 627 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
|
|
597 | 650 | dependencies:
|
598 | 651 | "@babel/helper-plugin-utils" "^7.0.0"
|
599 | 652 |
|
| 653 | +"@babel/plugin-transform-destructuring@^7.6.0": |
| 654 | + version "7.6.0" |
| 655 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6" |
| 656 | + integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ== |
| 657 | + dependencies: |
| 658 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 659 | + |
600 | 660 | "@babel/plugin-transform-dotall-regex@^7.2.0", "@babel/plugin-transform-dotall-regex@^7.4.4":
|
601 | 661 | version "7.4.4"
|
602 | 662 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz#361a148bc951444312c69446d76ed1ea8e4450c3"
|
|
703 | 763 | "@babel/helper-plugin-utils" "^7.0.0"
|
704 | 764 | "@babel/helper-simple-access" "^7.1.0"
|
705 | 765 |
|
| 766 | +"@babel/plugin-transform-modules-commonjs@^7.6.0": |
| 767 | + version "7.6.0" |
| 768 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz#39dfe957de4420445f1fcf88b68a2e4aa4515486" |
| 769 | + integrity sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g== |
| 770 | + dependencies: |
| 771 | + "@babel/helper-module-transforms" "^7.4.4" |
| 772 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 773 | + "@babel/helper-simple-access" "^7.1.0" |
| 774 | + babel-plugin-dynamic-import-node "^2.3.0" |
| 775 | + |
706 | 776 | "@babel/plugin-transform-modules-systemjs@^7.3.4", "@babel/plugin-transform-modules-systemjs@^7.4.4", "@babel/plugin-transform-modules-systemjs@^7.5.0":
|
707 | 777 | version "7.5.0"
|
708 | 778 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz#e75266a13ef94202db2a0620977756f51d52d249"
|
|
727 | 797 | dependencies:
|
728 | 798 | regexp-tree "^0.1.6"
|
729 | 799 |
|
| 800 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0": |
| 801 | + version "7.6.0" |
| 802 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1" |
| 803 | + integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew== |
| 804 | + dependencies: |
| 805 | + regexp-tree "^0.1.13" |
| 806 | + |
730 | 807 | "@babel/plugin-transform-new-target@^7.0.0", "@babel/plugin-transform-new-target@^7.4.4":
|
731 | 808 | version "7.4.4"
|
732 | 809 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
|
|
839 | 916 | resolve "^1.8.1"
|
840 | 917 | semver "^5.5.1"
|
841 | 918 |
|
| 919 | + |
| 920 | + version "7.6.0" |
| 921 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.0.tgz#85a3cce402b28586138e368fce20ab3019b9713e" |
| 922 | + integrity sha512-Da8tMf7uClzwUm/pnJ1S93m/aRXmoYNDD7TkHua8xBDdaAs54uZpTWvEt6NGwmoVMb9mZbntfTqmG2oSzN/7Vg== |
| 923 | + dependencies: |
| 924 | + "@babel/helper-module-imports" "^7.0.0" |
| 925 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 926 | + resolve "^1.8.1" |
| 927 | + semver "^5.5.1" |
| 928 | + |
842 | 929 | "@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.2.0":
|
843 | 930 | version "7.2.0"
|
844 | 931 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0"
|
|
1004 | 1091 | js-levenshtein "^1.1.3"
|
1005 | 1092 | semver "^5.5.0"
|
1006 | 1093 |
|
| 1094 | + |
| 1095 | + version "7.6.0" |
| 1096 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50" |
| 1097 | + integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg== |
| 1098 | + dependencies: |
| 1099 | + "@babel/helper-module-imports" "^7.0.0" |
| 1100 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 1101 | + "@babel/plugin-proposal-async-generator-functions" "^7.2.0" |
| 1102 | + "@babel/plugin-proposal-dynamic-import" "^7.5.0" |
| 1103 | + "@babel/plugin-proposal-json-strings" "^7.2.0" |
| 1104 | + "@babel/plugin-proposal-object-rest-spread" "^7.5.5" |
| 1105 | + "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" |
| 1106 | + "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" |
| 1107 | + "@babel/plugin-syntax-async-generators" "^7.2.0" |
| 1108 | + "@babel/plugin-syntax-dynamic-import" "^7.2.0" |
| 1109 | + "@babel/plugin-syntax-json-strings" "^7.2.0" |
| 1110 | + "@babel/plugin-syntax-object-rest-spread" "^7.2.0" |
| 1111 | + "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" |
| 1112 | + "@babel/plugin-transform-arrow-functions" "^7.2.0" |
| 1113 | + "@babel/plugin-transform-async-to-generator" "^7.5.0" |
| 1114 | + "@babel/plugin-transform-block-scoped-functions" "^7.2.0" |
| 1115 | + "@babel/plugin-transform-block-scoping" "^7.6.0" |
| 1116 | + "@babel/plugin-transform-classes" "^7.5.5" |
| 1117 | + "@babel/plugin-transform-computed-properties" "^7.2.0" |
| 1118 | + "@babel/plugin-transform-destructuring" "^7.6.0" |
| 1119 | + "@babel/plugin-transform-dotall-regex" "^7.4.4" |
| 1120 | + "@babel/plugin-transform-duplicate-keys" "^7.5.0" |
| 1121 | + "@babel/plugin-transform-exponentiation-operator" "^7.2.0" |
| 1122 | + "@babel/plugin-transform-for-of" "^7.4.4" |
| 1123 | + "@babel/plugin-transform-function-name" "^7.4.4" |
| 1124 | + "@babel/plugin-transform-literals" "^7.2.0" |
| 1125 | + "@babel/plugin-transform-member-expression-literals" "^7.2.0" |
| 1126 | + "@babel/plugin-transform-modules-amd" "^7.5.0" |
| 1127 | + "@babel/plugin-transform-modules-commonjs" "^7.6.0" |
| 1128 | + "@babel/plugin-transform-modules-systemjs" "^7.5.0" |
| 1129 | + "@babel/plugin-transform-modules-umd" "^7.2.0" |
| 1130 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0" |
| 1131 | + "@babel/plugin-transform-new-target" "^7.4.4" |
| 1132 | + "@babel/plugin-transform-object-super" "^7.5.5" |
| 1133 | + "@babel/plugin-transform-parameters" "^7.4.4" |
| 1134 | + "@babel/plugin-transform-property-literals" "^7.2.0" |
| 1135 | + "@babel/plugin-transform-regenerator" "^7.4.5" |
| 1136 | + "@babel/plugin-transform-reserved-words" "^7.2.0" |
| 1137 | + "@babel/plugin-transform-shorthand-properties" "^7.2.0" |
| 1138 | + "@babel/plugin-transform-spread" "^7.2.0" |
| 1139 | + "@babel/plugin-transform-sticky-regex" "^7.2.0" |
| 1140 | + "@babel/plugin-transform-template-literals" "^7.4.4" |
| 1141 | + "@babel/plugin-transform-typeof-symbol" "^7.2.0" |
| 1142 | + "@babel/plugin-transform-unicode-regex" "^7.4.4" |
| 1143 | + "@babel/types" "^7.6.0" |
| 1144 | + browserslist "^4.6.0" |
| 1145 | + core-js-compat "^3.1.1" |
| 1146 | + invariant "^2.2.2" |
| 1147 | + js-levenshtein "^1.1.3" |
| 1148 | + semver "^5.5.0" |
| 1149 | + |
1007 | 1150 | "@babel/preset-env@^7.0.0 <7.4.0":
|
1008 | 1151 | version "7.3.4"
|
1009 | 1152 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.4.tgz#887cf38b6d23c82f19b5135298bdb160062e33e1"
|
|
1139 | 1282 | "@babel/parser" "^7.2.2"
|
1140 | 1283 | "@babel/types" "^7.2.2"
|
1141 | 1284 |
|
| 1285 | +"@babel/template@^7.6.0": |
| 1286 | + version "7.6.0" |
| 1287 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" |
| 1288 | + integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ== |
| 1289 | + dependencies: |
| 1290 | + "@babel/code-frame" "^7.0.0" |
| 1291 | + "@babel/parser" "^7.6.0" |
| 1292 | + "@babel/types" "^7.6.0" |
| 1293 | + |
1142 | 1294 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.3.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.5.5":
|
1143 | 1295 | version "7.5.5"
|
1144 | 1296 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
|
|
1169 | 1321 | globals "^11.1.0"
|
1170 | 1322 | lodash "^4.17.11"
|
1171 | 1323 |
|
| 1324 | +"@babel/traverse@^7.6.0": |
| 1325 | + version "7.6.0" |
| 1326 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516" |
| 1327 | + integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ== |
| 1328 | + dependencies: |
| 1329 | + "@babel/code-frame" "^7.5.5" |
| 1330 | + "@babel/generator" "^7.6.0" |
| 1331 | + "@babel/helper-function-name" "^7.1.0" |
| 1332 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 1333 | + "@babel/parser" "^7.6.0" |
| 1334 | + "@babel/types" "^7.6.0" |
| 1335 | + debug "^4.1.0" |
| 1336 | + globals "^11.1.0" |
| 1337 | + lodash "^4.17.13" |
| 1338 | + |
1172 | 1339 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.3.4", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
1173 | 1340 | version "7.5.5"
|
1174 | 1341 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
|
|
1187 | 1354 | lodash "^4.17.11"
|
1188 | 1355 | to-fast-properties "^2.0.0"
|
1189 | 1356 |
|
| 1357 | +"@babel/types@^7.6.0": |
| 1358 | + version "7.6.0" |
| 1359 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.0.tgz#1b5eaad0736e963bd2c6cf7911a53c84a7b35c08" |
| 1360 | + integrity sha512-+wLIp3XW60cvkZP/pvKMM85qoJbx7Hn3tNUpkGBLsGaSEYRz8Ut389/UsSa+wSBwSchtsLJm5IsqlA5sXawqew== |
| 1361 | + dependencies: |
| 1362 | + esutils "^2.0.2" |
| 1363 | + lodash "^4.17.13" |
| 1364 | + to-fast-properties "^2.0.0" |
| 1365 | + |
1190 | 1366 |
|
1191 | 1367 | version "1.10.1"
|
1192 | 1368 | resolved "https://registry.yarnpkg.com/@chromaui/localtunnel/-/localtunnel-1.10.1.tgz#34da7dab7055a16b1b9034a9eb7e3054ebec4b98"
|
|
15579 | 15755 | resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.10.tgz#9e66a8f73d89a107616e63b39d4deddfee912b37"
|
15580 | 15756 | integrity sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA==
|
15581 | 15757 |
|
| 15758 | +regexp-tree@^0.1.13: |
| 15759 | + version "0.1.13" |
| 15760 | + resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f" |
| 15761 | + integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw== |
| 15762 | + |
15582 | 15763 | regexp-tree@^0.1.6:
|
15583 | 15764 | version "0.1.11"
|
15584 | 15765 | resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.11.tgz#c9c7f00fcf722e0a56c7390983a7a63dd6c272f3"
|
|
0 commit comments