Skip to content
package-lock.json 575 KiB
Newer Older
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/highlight": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/traverse": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
          "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/generator": "^7.10.3",
            "@babel/helper-function-name": "^7.10.3",
            "@babel/helper-split-export-declaration": "^7.10.1",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-simple-access": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz",
      "integrity": "sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw==",
      "dev": true,
      "requires": {
        "@babel/template": "^7.10.1",
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          "dev": true,
          "requires": {
            "@babel/highlight": "^7.10.3"
          }
        },
        "@babel/highlight": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-split-export-declaration": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
      "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-validator-identifier": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
      "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
      "dev": true
    },
    "@babel/helper-wrap-function": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz",
      "integrity": "sha512-C0MzRGteVDn+H32/ZgbAv5r56f2o1fZSA/rj/TYo8JEJNHg+9BdSmKBUND0shxWRztWhjlT2cvHYuynpPsVJwQ==",
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^7.10.1",
        "@babel/template": "^7.10.1",
        "@babel/traverse": "^7.10.1",
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          "dev": true,
          "requires": {
            "@babel/highlight": "^7.10.3"
          }
        },
        "@babel/generator": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
          "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.3",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
          "dev": true,
          "requires": {
            "@babel/helper-get-function-arity": "^7.10.3",
            "@babel/template": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/highlight": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/traverse": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
          "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/generator": "^7.10.3",
            "@babel/helper-function-name": "^7.10.3",
            "@babel/helper-split-export-declaration": "^7.10.1",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helpers": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.1.tgz",
      "integrity": "sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw==",
      "dev": true,
      "requires": {
        "@babel/template": "^7.10.1",
        "@babel/traverse": "^7.10.1",
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          "dev": true,
          "requires": {
            "@babel/highlight": "^7.10.3"
          }
        },
        "@babel/generator": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
          "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.3",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
          "dev": true,
          "requires": {
            "@babel/helper-get-function-arity": "^7.10.3",
            "@babel/template": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/highlight": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/traverse": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
          "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/generator": "^7.10.3",
            "@babel/helper-function-name": "^7.10.3",
            "@babel/helper-split-export-declaration": "^7.10.1",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/highlight": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz",
      "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==",
      "dev": true,
      "requires": {
        "chalk": "^2.0.0",
        "esutils": "^2.0.2",
        "js-tokens": "^4.0.0"
      }
    },
    "@babel/parser": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
      "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
      "dev": true
    },
    "@babel/plugin-proposal-async-generator-functions": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.3.tgz",
      "integrity": "sha512-WUUWM7YTOudF4jZBAJIW9D7aViYC/Fn0Pln4RIHlQALyno3sXSjqmTA4Zy1TKC2D49RCR8Y/Pn4OIUtEypK3CA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.3",
        "@babel/helper-remap-async-to-generator": "^7.10.3",
        "@babel/plugin-syntax-async-generators": "^7.8.0"
      }
    },
    "@babel/plugin-proposal-class-properties": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz",
      "integrity": "sha512-sqdGWgoXlnOdgMXU+9MbhzwFRgxVLeiGBqTrnuS7LC2IBU31wSsESbTUreT2O418obpfPdGUR2GbEufZF1bpqw==",
      "dev": true,
      "requires": {
        "@babel/helper-create-class-features-plugin": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1"
    "@babel/plugin-proposal-decorators": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.3.tgz",
      "integrity": "sha512-Rzwn5tcYFTdWWK3IrhMZkMDjzFQLIGYqHvv9XuzNnEB91Y6gHr/JjazYV1Yec9g0yMLhy1p/21eiW1P7f5UN4A==",
      "dev": true,
      "requires": {
        "@babel/helper-create-class-features-plugin": "^7.10.3",
        "@babel/helper-plugin-utils": "^7.10.3",
        "@babel/plugin-syntax-decorators": "^7.10.1"
    "@babel/plugin-proposal-dynamic-import": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz",
      "integrity": "sha512-Cpc2yUVHTEGPlmiQzXj026kqwjEQAD9I4ZC16uzdbgWgitg/UHKHLffKNCQZ5+y8jpIZPJcKcwsr2HwPh+w3XA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1",
        "@babel/plugin-syntax-dynamic-import": "^7.8.0"
    "@babel/plugin-proposal-json-strings": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz",
      "integrity": "sha512-m8r5BmV+ZLpWPtMY2mOKN7wre6HIO4gfIiV+eOmsnZABNenrt/kzYBwrh+KOfgumSWpnlGs5F70J8afYMSJMBg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1",
        "@babel/plugin-syntax-json-strings": "^7.8.0"
    "@babel/plugin-proposal-nullish-coalescing-operator": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz",
      "integrity": "sha512-56cI/uHYgL2C8HVuHOuvVowihhX0sxb3nnfVRzUeVHTWmRHTZrKuAh/OBIMggGU/S1g/1D2CRCXqP+3u7vX7iA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1",
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
    "@babel/plugin-proposal-numeric-separator": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz",
      "integrity": "sha512-jjfym4N9HtCiNfyyLAVD8WqPYeHUrw4ihxuAynWj6zzp2gf9Ey2f7ImhFm6ikB3CLf5Z/zmcJDri6B4+9j9RsA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1",
        "@babel/plugin-syntax-numeric-separator": "^7.10.1"
    "@babel/plugin-proposal-object-rest-spread": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.3.tgz",
      "integrity": "sha512-ZZh5leCIlH9lni5bU/wB/UcjtcVLgR8gc+FAgW2OOY+m9h1II3ItTO1/cewNUcsIDZSYcSaz/rYVls+Fb0ExVQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.3",
        "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
        "@babel/plugin-transform-parameters": "^7.10.1"
    "@babel/plugin-proposal-optional-catch-binding": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz",
      "integrity": "sha512-VqExgeE62YBqI3ogkGoOJp1R6u12DFZjqwJhqtKc2o5m1YTUuUWnos7bZQFBhwkxIFpWYJ7uB75U7VAPPiKETA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1",
        "@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
    "@babel/plugin-proposal-optional-chaining": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.3.tgz",
      "integrity": "sha512-yyG3n9dJ1vZ6v5sfmIlMMZ8azQoqx/5/nZTSWX1td6L1H1bsjzA8TInDChpafCZiJkeOFzp/PtrfigAQXxI1Ng==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.3",
        "@babel/plugin-syntax-optional-chaining": "^7.8.0"
      }
    "@babel/plugin-proposal-private-methods": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz",
      "integrity": "sha512-RZecFFJjDiQ2z6maFprLgrdnm0OzoC23Mx89xf1CcEsxmHuzuXOdniEuI+S3v7vjQG4F5sa6YtUp+19sZuSxHg==",
      "dev": true,
      "requires": {
        "@babel/helper-create-class-features-plugin": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1"
    "@babel/plugin-proposal-unicode-property-regex": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz",
      "integrity": "sha512-JjfngYRvwmPwmnbRZyNiPFI8zxCZb8euzbCG/LxyKdeTb59tVciKo9GK9bi6JYKInk1H11Dq9j/zRqIH4KigfQ==",
      "dev": true,
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1"
    "@babel/plugin-syntax-async-generators": {
      "version": "7.8.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
    "@babel/plugin-syntax-class-properties": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz",
      "integrity": "sha512-Gf2Yx/iRs1JREDtVZ56OrjjgFHCaldpTnuy9BHla10qyVT3YkIIGEtoDWhyop0ksu1GvNjHIoYRBqm3zoR1jyQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
    "@babel/plugin-syntax-decorators": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.1.tgz",
      "integrity": "sha512-a9OAbQhKOwSle1Vr0NJu/ISg1sPfdEkfRKWpgPuzhnWWzForou2gIeUIIwjAMHRekhhpJ7eulZlYs0H14Cbi+g==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
    "@babel/plugin-syntax-dynamic-import": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
      "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
    "@babel/plugin-syntax-json-strings": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
    "@babel/plugin-syntax-jsx": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz",
      "integrity": "sha512-+OxyOArpVFXQeXKLO9o+r2I4dIoVoy6+Uu0vKELrlweDM3QJADZj+Z+5ERansZqIZBcLj42vHnDI8Rz9BnRIuQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
    "@babel/plugin-syntax-nullish-coalescing-operator": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
    "@babel/plugin-syntax-numeric-separator": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz",
      "integrity": "sha512-uTd0OsHrpe3tH5gRPTxG8Voh99/WCU78vIm5NMRYPAqC8lR4vajt6KkCAknCHrx24vkPdd/05yfdGSB4EIY2mg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
    "@babel/plugin-syntax-object-rest-spread": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
    "@babel/plugin-syntax-optional-catch-binding": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
    "@babel/plugin-syntax-optional-chaining": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
    "@babel/plugin-syntax-top-level-await": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz",
      "integrity": "sha512-hgA5RYkmZm8FTFT3yu2N9Bx7yVVOKYT6yEdXXo6j2JTm0wNxgqaGeQVaSHRjhfnQbX91DtjFB6McRFSlcJH3xQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-arrow-functions": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz",
      "integrity": "sha512-6AZHgFJKP3DJX0eCNJj01RpytUa3SOGawIxweHkNX2L6PYikOZmoh5B0d7hIHaIgveMjX990IAa/xK7jRTN8OA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-async-to-generator": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz",
      "integrity": "sha512-XCgYjJ8TY2slj6SReBUyamJn3k2JLUIiiR5b6t1mNCMSvv7yx+jJpaewakikp0uWFQSF7ChPPoe3dHmXLpISkg==",
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1",
        "@babel/helper-remap-async-to-generator": "^7.10.1"
      }
    },
    "@babel/plugin-transform-block-scoped-functions": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz",
      "integrity": "sha512-B7K15Xp8lv0sOJrdVAoukKlxP9N59HS48V1J3U/JGj+Ad+MHq+am6xJVs85AgXrQn4LV8vaYFOB+pr/yIuzW8Q==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-block-scoping": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz",
      "integrity": "sha512-8bpWG6TtF5akdhIm/uWTyjHqENpy13Fx8chg7pFH875aNLwX8JxIxqm08gmAT+Whe6AOmaTeLPe7dpLbXt+xUw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1",
      }
    },
    "@babel/plugin-transform-classes": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.3.tgz",
      "integrity": "sha512-irEX0ChJLaZVC7FvvRoSIxJlmk0IczFLcwaRXUArBKYHCHbOhe57aG8q3uw/fJsoSXvZhjRX960hyeAGlVBXZw==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.10.1",
        "@babel/helper-define-map": "^7.10.3",
        "@babel/helper-function-name": "^7.10.3",
        "@babel/helper-optimise-call-expression": "^7.10.3",
        "@babel/helper-plugin-utils": "^7.10.3",
        "@babel/helper-replace-supers": "^7.10.1",
        "@babel/helper-split-export-declaration": "^7.10.1",
        "globals": "^11.1.0"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          "dev": true,
          "requires": {
            "@babel/highlight": "^7.10.3"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
          "dev": true,
          "requires": {
            "@babel/helper-get-function-arity": "^7.10.3",
            "@babel/template": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/highlight": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/plugin-transform-computed-properties": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.3.tgz",
      "integrity": "sha512-GWzhaBOsdbjVFav96drOz7FzrcEW6AP5nax0gLIpstiFaI3LOb2tAg06TimaWU6YKOfUACK3FVrxPJ4GSc5TgA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.3"
      }
    },
    "@babel/plugin-transform-destructuring": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz",
      "integrity": "sha512-V/nUc4yGWG71OhaTH705pU8ZSdM6c1KmmLP8ys59oOYbT7RpMYAR3MsVOt6OHL0WzG7BlTU076va9fjJyYzJMA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-dotall-regex": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz",
      "integrity": "sha512-19VIMsD1dp02RvduFUmfzj8uknaO3uiHHF0s3E1OHnVsNj8oge8EQ5RzHRbJjGSetRnkEuBYO7TG1M5kKjGLOA==",
      "dev": true,
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-duplicate-keys": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz",
      "integrity": "sha512-wIEpkX4QvX8Mo9W6XF3EdGttrIPZWozHfEaDTU0WJD/TDnXMvdDh30mzUl/9qWhnf7naicYartcEfUghTCSNpA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-exponentiation-operator": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz",
      "integrity": "sha512-lr/przdAbpEA2BUzRvjXdEDLrArGRRPwbaF9rvayuHRvdQ7lUTTkZnhZrJ4LE2jvgMRFF4f0YuPQ20vhiPYxtA==",
      "dev": true,
      "requires": {
        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-for-of": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz",
      "integrity": "sha512-US8KCuxfQcn0LwSCMWMma8M2R5mAjJGsmoCBVwlMygvmDUMkTCykc84IqN1M7t+agSfOmLYTInLCHJM+RUoz+w==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-function-name": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz",
      "integrity": "sha512-//bsKsKFBJfGd65qSNNh1exBy5Y9gD9ZN+DvrJ8f7HXr4avE5POW6zB7Rj6VnqHV33+0vXWUwJT0wSHubiAQkw==",
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          "dev": true,
          "requires": {
            "@babel/highlight": "^7.10.3"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
          "dev": true,
          "requires": {
            "@babel/helper-get-function-arity": "^7.10.3",
            "@babel/template": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/highlight": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/plugin-transform-literals": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.1.tgz",
      "integrity": "sha512-qi0+5qgevz1NHLZroObRm5A+8JJtibb7vdcPQF1KQE12+Y/xxl8coJ+TpPW9iRq+Mhw/NKLjm+5SHtAHCC7lAw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-member-expression-literals": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.1.tgz",
      "integrity": "sha512-UmaWhDokOFT2GcgU6MkHC11i0NQcL63iqeufXWfRy6pUOGYeCGEKhvfFO6Vz70UfYJYHwveg62GS83Rvpxn+NA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-modules-amd": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.1.tgz",
      "integrity": "sha512-31+hnWSFRI4/ACFr1qkboBbrTxoBIzj7qA69qlq8HY8p7+YCzkCT6/TvQ1a4B0z27VeWtAeJd6pr5G04dc1iHw==",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      }
    },
    "@babel/plugin-transform-modules-commonjs": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.1.tgz",
      "integrity": "sha512-AQG4fc3KOah0vdITwt7Gi6hD9BtQP/8bhem7OjbaMoRNCH5Djx42O2vYMfau7QnAzQCa+RJnhJBmFFMGpQEzrg==",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1",
        "@babel/helper-simple-access": "^7.10.1",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      }
    },
    "@babel/plugin-transform-modules-systemjs": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.3.tgz",
      "integrity": "sha512-GWXWQMmE1GH4ALc7YXW56BTh/AlzvDWhUNn9ArFF0+Cz5G8esYlVbXfdyHa1xaD1j+GnBoCeoQNlwtZTVdiG/A==",
      "dev": true,
      "requires": {
        "@babel/helper-hoist-variables": "^7.10.3",
        "@babel/helper-module-transforms": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.3",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      }
    },
    "@babel/plugin-transform-modules-umd": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.1.tgz",
      "integrity": "sha512-EIuiRNMd6GB6ulcYlETnYYfgv4AxqrswghmBRQbWLHZxN4s7mupxzglnHqk9ZiUpDI4eRWewedJJNj67PWOXKA==",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-named-capturing-groups-regex": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.3.tgz",
      "integrity": "sha512-I3EH+RMFyVi8Iy/LekQm948Z4Lz4yKT7rK+vuCAeRm0kTa6Z5W7xuhRxDNJv0FPya/her6AUgrDITb70YHtTvA==",
      "dev": true,
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "^7.8.3"
      }
    },
    "@babel/plugin-transform-new-target": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.1.tgz",
      "integrity": "sha512-MBlzPc1nJvbmO9rPr1fQwXOM2iGut+JC92ku6PbiJMMK7SnQc1rytgpopveE3Evn47gzvGYeCdgfCDbZo0ecUw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.1"
      }
    },
    "@babel/plugin-transform-object-super": {