From a5921117cd73064b5b6903f759670f455b4d268d Mon Sep 17 00:00:00 2001 From: Saeed Khan Date: Sat, 13 Feb 2021 17:15:22 -0700 Subject: [PATCH 1/4] Passed data to component & displayed onto the DOM successfully --- github-user-card/.gitignore | 23 + github-user-card/README.md | 70 + github-user-card/package-lock.json | 16682 +++++++ github-user-card/package.json | 40 + github-user-card/public/favicon.ico | Bin 0 -> 3870 bytes github-user-card/public/index.html | 43 + github-user-card/public/manifest.json | 25 + github-user-card/public/robots.txt | 3 + github-user-card/src/App.css | 38 + github-user-card/src/App.js | 16 + github-user-card/src/App.test.js | 8 + github-user-card/src/components/GithubCard.js | 37 + github-user-card/src/index.css | 13 + github-user-card/src/index.js | 17 + github-user-card/src/reportWebVitals.js | 13 + github-user-card/src/setupTests.js | 5 + node_modules/.bin/loose-envify | 1 + node_modules/@babel/runtime/LICENSE | 22 + node_modules/@babel/runtime/README.md | 19 + .../@babel/runtime/helpers/AsyncGenerator.js | 100 + .../@babel/runtime/helpers/AwaitValue.js | 5 + .../helpers/applyDecoratedDescriptor.js | 30 + .../runtime/helpers/arrayLikeToArray.js | 11 + .../@babel/runtime/helpers/arrayWithHoles.js | 5 + .../runtime/helpers/arrayWithoutHoles.js | 7 + .../runtime/helpers/assertThisInitialized.js | 9 + .../runtime/helpers/asyncGeneratorDelegate.js | 58 + .../@babel/runtime/helpers/asyncIterator.js | 19 + .../runtime/helpers/asyncToGenerator.js | 37 + .../runtime/helpers/awaitAsyncGenerator.js | 7 + .../@babel/runtime/helpers/classCallCheck.js | 7 + .../runtime/helpers/classNameTDZError.js | 5 + .../classPrivateFieldDestructureSet.js | 28 + .../runtime/helpers/classPrivateFieldGet.js | 15 + .../helpers/classPrivateFieldLooseBase.js | 9 + .../helpers/classPrivateFieldLooseKey.js | 7 + .../runtime/helpers/classPrivateFieldSet.js | 21 + .../runtime/helpers/classPrivateMethodGet.js | 9 + .../runtime/helpers/classPrivateMethodSet.js | 5 + .../helpers/classStaticPrivateFieldSpecGet.js | 13 + .../helpers/classStaticPrivateFieldSpecSet.js | 19 + .../helpers/classStaticPrivateMethodGet.js | 9 + .../helpers/classStaticPrivateMethodSet.js | 5 + .../@babel/runtime/helpers/construct.js | 22 + .../@babel/runtime/helpers/createClass.js | 17 + .../helpers/createForOfIteratorHelper.js | 60 + .../helpers/createForOfIteratorHelperLoose.js | 28 + .../@babel/runtime/helpers/createSuper.js | 24 + .../@babel/runtime/helpers/decorate.js | 400 + .../@babel/runtime/helpers/defaults.js | 16 + .../helpers/defineEnumerableProperties.js | 24 + .../@babel/runtime/helpers/defineProperty.js | 16 + .../runtime/helpers/esm/AsyncGenerator.js | 97 + .../@babel/runtime/helpers/esm/AwaitValue.js | 3 + .../helpers/esm/applyDecoratedDescriptor.js | 28 + .../runtime/helpers/esm/arrayLikeToArray.js | 9 + .../runtime/helpers/esm/arrayWithHoles.js | 3 + .../runtime/helpers/esm/arrayWithoutHoles.js | 4 + .../helpers/esm/assertThisInitialized.js | 7 + .../helpers/esm/asyncGeneratorDelegate.js | 56 + .../runtime/helpers/esm/asyncIterator.js | 17 + .../runtime/helpers/esm/asyncToGenerator.js | 35 + .../helpers/esm/awaitAsyncGenerator.js | 4 + .../runtime/helpers/esm/classCallCheck.js | 5 + .../runtime/helpers/esm/classNameTDZError.js | 3 + .../esm/classPrivateFieldDestructureSet.js | 26 + .../helpers/esm/classPrivateFieldGet.js | 13 + .../helpers/esm/classPrivateFieldLooseBase.js | 7 + .../helpers/esm/classPrivateFieldLooseKey.js | 4 + .../helpers/esm/classPrivateFieldSet.js | 19 + .../helpers/esm/classPrivateMethodGet.js | 7 + .../helpers/esm/classPrivateMethodSet.js | 3 + .../esm/classStaticPrivateFieldSpecGet.js | 11 + .../esm/classStaticPrivateFieldSpecSet.js | 17 + .../esm/classStaticPrivateMethodGet.js | 7 + .../esm/classStaticPrivateMethodSet.js | 3 + .../@babel/runtime/helpers/esm/construct.js | 18 + .../@babel/runtime/helpers/esm/createClass.js | 15 + .../helpers/esm/createForOfIteratorHelper.js | 57 + .../esm/createForOfIteratorHelperLoose.js | 25 + .../@babel/runtime/helpers/esm/createSuper.js | 19 + .../@babel/runtime/helpers/esm/decorate.js | 396 + .../@babel/runtime/helpers/esm/defaults.js | 14 + .../helpers/esm/defineEnumerableProperties.js | 22 + .../runtime/helpers/esm/defineProperty.js | 14 + .../@babel/runtime/helpers/esm/extends.js | 17 + .../@babel/runtime/helpers/esm/get.js | 20 + .../runtime/helpers/esm/getPrototypeOf.js | 6 + .../@babel/runtime/helpers/esm/inherits.js | 15 + .../runtime/helpers/esm/inheritsLoose.js | 6 + .../helpers/esm/initializerDefineProperty.js | 9 + .../helpers/esm/initializerWarningHelper.js | 3 + .../@babel/runtime/helpers/esm/instanceof.js | 7 + .../helpers/esm/interopRequireDefault.js | 5 + .../helpers/esm/interopRequireWildcard.js | 53 + .../runtime/helpers/esm/isNativeFunction.js | 3 + .../helpers/esm/isNativeReflectConstruct.js | 12 + .../runtime/helpers/esm/iterableToArray.js | 3 + .../helpers/esm/iterableToArrayLimit.js | 26 + .../helpers/esm/iterableToArrayLimitLoose.js | 12 + .../@babel/runtime/helpers/esm/jsx.js | 46 + .../runtime/helpers/esm/maybeArrayLike.js | 9 + .../runtime/helpers/esm/newArrowCheck.js | 5 + .../runtime/helpers/esm/nonIterableRest.js | 3 + .../runtime/helpers/esm/nonIterableSpread.js | 3 + .../helpers/esm/objectDestructuringEmpty.js | 3 + .../runtime/helpers/esm/objectSpread.js | 19 + .../runtime/helpers/esm/objectSpread2.js | 35 + .../helpers/esm/objectWithoutProperties.js | 19 + .../esm/objectWithoutPropertiesLoose.js | 14 + .../@babel/runtime/helpers/esm/package.json | 3 + .../helpers/esm/possibleConstructorReturn.js | 9 + .../runtime/helpers/esm/readOnlyError.js | 3 + .../@babel/runtime/helpers/esm/set.js | 51 + .../runtime/helpers/esm/setPrototypeOf.js | 8 + .../helpers/esm/skipFirstGeneratorNext.js | 7 + .../runtime/helpers/esm/slicedToArray.js | 7 + .../runtime/helpers/esm/slicedToArrayLoose.js | 7 + .../runtime/helpers/esm/superPropBase.js | 9 + .../helpers/esm/taggedTemplateLiteral.js | 11 + .../helpers/esm/taggedTemplateLiteralLoose.js | 8 + .../@babel/runtime/helpers/esm/tdz.js | 3 + .../@babel/runtime/helpers/esm/temporalRef.js | 5 + .../runtime/helpers/esm/temporalUndefined.js | 1 + .../@babel/runtime/helpers/esm/toArray.js | 7 + .../runtime/helpers/esm/toConsumableArray.js | 7 + .../@babel/runtime/helpers/esm/toPrimitive.js | 13 + .../runtime/helpers/esm/toPropertyKey.js | 6 + .../@babel/runtime/helpers/esm/typeof.js | 15 + .../helpers/esm/unsupportedIterableToArray.js | 9 + .../runtime/helpers/esm/wrapAsyncGenerator.js | 6 + .../runtime/helpers/esm/wrapNativeSuper.js | 37 + .../@babel/runtime/helpers/esm/wrapRegExp.js | 69 + .../runtime/helpers/esm/writeOnlyError.js | 3 + .../@babel/runtime/helpers/extends.js | 19 + node_modules/@babel/runtime/helpers/get.js | 23 + .../@babel/runtime/helpers/getPrototypeOf.js | 8 + .../@babel/runtime/helpers/inherits.js | 18 + .../@babel/runtime/helpers/inheritsLoose.js | 9 + .../helpers/initializerDefineProperty.js | 11 + .../helpers/initializerWarningHelper.js | 5 + .../@babel/runtime/helpers/instanceof.js | 9 + .../runtime/helpers/interopRequireDefault.js | 7 + .../runtime/helpers/interopRequireWildcard.js | 55 + .../runtime/helpers/isNativeFunction.js | 5 + .../helpers/isNativeReflectConstruct.js | 14 + .../@babel/runtime/helpers/iterableToArray.js | 5 + .../runtime/helpers/iterableToArrayLimit.js | 28 + .../helpers/iterableToArrayLimitLoose.js | 14 + node_modules/@babel/runtime/helpers/jsx.js | 49 + .../@babel/runtime/helpers/maybeArrayLike.js | 12 + .../@babel/runtime/helpers/newArrowCheck.js | 7 + .../@babel/runtime/helpers/nonIterableRest.js | 5 + .../runtime/helpers/nonIterableSpread.js | 5 + .../helpers/objectDestructuringEmpty.js | 5 + .../@babel/runtime/helpers/objectSpread.js | 22 + .../@babel/runtime/helpers/objectSpread2.js | 37 + .../helpers/objectWithoutProperties.js | 22 + .../helpers/objectWithoutPropertiesLoose.js | 16 + .../helpers/possibleConstructorReturn.js | 13 + .../@babel/runtime/helpers/readOnlyError.js | 5 + node_modules/@babel/runtime/helpers/set.js | 54 + .../@babel/runtime/helpers/setPrototypeOf.js | 10 + .../runtime/helpers/skipFirstGeneratorNext.js | 9 + .../@babel/runtime/helpers/slicedToArray.js | 13 + .../runtime/helpers/slicedToArrayLoose.js | 13 + .../@babel/runtime/helpers/superPropBase.js | 12 + .../runtime/helpers/taggedTemplateLiteral.js | 13 + .../helpers/taggedTemplateLiteralLoose.js | 10 + node_modules/@babel/runtime/helpers/tdz.js | 5 + .../@babel/runtime/helpers/temporalRef.js | 9 + .../runtime/helpers/temporalUndefined.js | 3 + .../@babel/runtime/helpers/toArray.js | 13 + .../runtime/helpers/toConsumableArray.js | 13 + .../@babel/runtime/helpers/toPrimitive.js | 16 + .../@babel/runtime/helpers/toPropertyKey.js | 10 + node_modules/@babel/runtime/helpers/typeof.js | 17 + .../helpers/unsupportedIterableToArray.js | 12 + .../runtime/helpers/wrapAsyncGenerator.js | 9 + .../@babel/runtime/helpers/wrapNativeSuper.js | 43 + .../@babel/runtime/helpers/wrapRegExp.js | 76 + .../@babel/runtime/helpers/writeOnlyError.js | 5 + node_modules/@babel/runtime/package.json | 234 + .../@babel/runtime/regenerator/index.js | 1 + node_modules/@emotion/hash/CHANGELOG.md | 25 + node_modules/@emotion/hash/LICENSE | 21 + node_modules/@emotion/hash/README.md | 11 + .../@emotion/hash/dist/hash.browser.cjs.js | 59 + .../@emotion/hash/dist/hash.browser.esm.js | 55 + .../@emotion/hash/dist/hash.cjs.dev.js | 59 + node_modules/@emotion/hash/dist/hash.cjs.js | 7 + .../@emotion/hash/dist/hash.cjs.js.flow | 3 + .../@emotion/hash/dist/hash.cjs.prod.js | 21 + node_modules/@emotion/hash/dist/hash.esm.js | 55 + node_modules/@emotion/hash/package.json | 57 + node_modules/@emotion/hash/src/index.js | 64 + node_modules/@emotion/hash/types/index.d.ts | 1 + node_modules/@emotion/hash/types/tests.ts | 15 + .../@emotion/hash/types/tsconfig.json | 26 + node_modules/@emotion/hash/types/tslint.json | 25 + .../core/Accordion/Accordion.d.ts | 57 + .../@material-ui/core/Accordion/Accordion.js | 255 + .../core/Accordion/AccordionContext.js | 23 + .../@material-ui/core/Accordion/index.d.ts | 2 + .../@material-ui/core/Accordion/index.js | 15 + .../@material-ui/core/Accordion/package.json | 5 + .../AccordionActions/AccordionActions.d.ts | 28 + .../core/AccordionActions/AccordionActions.js | 84 + .../core/AccordionActions/index.d.ts | 2 + .../core/AccordionActions/index.js | 15 + .../core/AccordionActions/package.json | 5 + .../AccordionDetails/AccordionDetails.d.ts | 24 + .../core/AccordionDetails/AccordionDetails.js | 71 + .../core/AccordionDetails/index.d.ts | 2 + .../core/AccordionDetails/index.js | 15 + .../core/AccordionDetails/package.json | 5 + .../AccordionSummary/AccordionSummary.d.ts | 54 + .../core/AccordionSummary/AccordionSummary.js | 215 + .../core/AccordionSummary/index.d.ts | 2 + .../core/AccordionSummary/index.js | 15 + .../core/AccordionSummary/package.json | 5 + .../@material-ui/core/AppBar/AppBar.d.ts | 39 + .../@material-ui/core/AppBar/AppBar.js | 168 + .../@material-ui/core/AppBar/index.d.ts | 2 + .../@material-ui/core/AppBar/index.js | 15 + .../@material-ui/core/AppBar/package.json | 5 + .../@material-ui/core/Avatar/Avatar.d.ts | 70 + .../@material-ui/core/Avatar/Avatar.js | 270 + .../@material-ui/core/Avatar/index.d.ts | 2 + .../@material-ui/core/Avatar/index.js | 15 + .../@material-ui/core/Avatar/package.json | 5 + .../@material-ui/core/Backdrop/Backdrop.d.ts | 44 + .../@material-ui/core/Backdrop/Backdrop.js | 117 + .../@material-ui/core/Backdrop/index.d.ts | 2 + .../@material-ui/core/Backdrop/index.js | 15 + .../@material-ui/core/Backdrop/package.json | 5 + .../@material-ui/core/Badge/Badge.d.ts | 85 + node_modules/@material-ui/core/Badge/Badge.js | 312 + .../@material-ui/core/Badge/index.d.ts | 2 + node_modules/@material-ui/core/Badge/index.js | 15 + .../@material-ui/core/Badge/package.json | 5 + .../BottomNavigation/BottomNavigation.d.ts | 49 + .../core/BottomNavigation/BottomNavigation.js | 127 + .../core/BottomNavigation/index.d.ts | 2 + .../core/BottomNavigation/index.js | 15 + .../core/BottomNavigation/package.json | 5 + .../BottomNavigationAction.d.ts | 64 + .../BottomNavigationAction.js | 181 + .../core/BottomNavigationAction/index.d.ts | 2 + .../core/BottomNavigationAction/index.js | 15 + .../core/BottomNavigationAction/package.json | 5 + node_modules/@material-ui/core/Box/Box.d.ts | 46 + node_modules/@material-ui/core/Box/Box.js | 24 + node_modules/@material-ui/core/Box/index.d.ts | 2 + node_modules/@material-ui/core/Box/index.js | 21 + .../@material-ui/core/Box/package.json | 5 + .../core/Breadcrumbs/BreadcrumbCollapsed.js | 80 + .../core/Breadcrumbs/Breadcrumbs.d.ts | 58 + .../core/Breadcrumbs/Breadcrumbs.js | 213 + .../@material-ui/core/Breadcrumbs/index.d.ts | 2 + .../@material-ui/core/Breadcrumbs/index.js | 15 + .../core/Breadcrumbs/package.json | 5 + .../@material-ui/core/Button/Button.d.ts | 111 + .../@material-ui/core/Button/Button.js | 461 + .../@material-ui/core/Button/index.d.ts | 2 + .../@material-ui/core/Button/index.js | 15 + .../@material-ui/core/Button/package.json | 5 + .../core/ButtonBase/ButtonBase.d.ts | 113 + .../core/ButtonBase/ButtonBase.js | 521 + .../@material-ui/core/ButtonBase/Ripple.js | 115 + .../core/ButtonBase/TouchRipple.d.ts | 22 + .../core/ButtonBase/TouchRipple.js | 340 + .../@material-ui/core/ButtonBase/index.d.ts | 2 + .../@material-ui/core/ButtonBase/index.js | 15 + .../@material-ui/core/ButtonBase/package.json | 5 + .../core/ButtonGroup/ButtonGroup.d.ts | 96 + .../core/ButtonGroup/ButtonGroup.js | 341 + .../@material-ui/core/ButtonGroup/index.d.ts | 2 + .../@material-ui/core/ButtonGroup/index.js | 15 + .../core/ButtonGroup/package.json | 5 + node_modules/@material-ui/core/CHANGELOG.md | 13500 ++++++ node_modules/@material-ui/core/Card/Card.d.ts | 25 + node_modules/@material-ui/core/Card/Card.js | 77 + .../@material-ui/core/Card/index.d.ts | 2 + node_modules/@material-ui/core/Card/index.js | 15 + .../@material-ui/core/Card/package.json | 5 + .../core/CardActionArea/CardActionArea.d.ts | 35 + .../core/CardActionArea/CardActionArea.js | 110 + .../core/CardActionArea/index.d.ts | 2 + .../@material-ui/core/CardActionArea/index.js | 15 + .../core/CardActionArea/package.json | 5 + .../core/CardActions/CardActions.d.ts | 28 + .../core/CardActions/CardActions.js | 83 + .../@material-ui/core/CardActions/index.d.ts | 2 + .../@material-ui/core/CardActions/index.js | 15 + .../core/CardActions/package.json | 5 + .../core/CardContent/CardContent.d.ts | 33 + .../core/CardContent/CardContent.js | 80 + .../@material-ui/core/CardContent/index.d.ts | 2 + .../@material-ui/core/CardContent/index.js | 15 + .../core/CardContent/package.json | 5 + .../core/CardHeader/CardHeader.d.ts | 118 + .../core/CardHeader/CardHeader.js | 183 + .../@material-ui/core/CardHeader/index.d.ts | 2 + .../@material-ui/core/CardHeader/index.js | 15 + .../@material-ui/core/CardHeader/package.json | 5 + .../core/CardMedia/CardMedia.d.ts | 46 + .../@material-ui/core/CardMedia/CardMedia.js | 129 + .../@material-ui/core/CardMedia/index.d.ts | 2 + .../@material-ui/core/CardMedia/index.js | 15 + .../@material-ui/core/CardMedia/package.json | 5 + .../@material-ui/core/Checkbox/Checkbox.d.ts | 99 + .../@material-ui/core/Checkbox/Checkbox.js | 232 + .../@material-ui/core/Checkbox/index.d.ts | 2 + .../@material-ui/core/Checkbox/index.js | 15 + .../@material-ui/core/Checkbox/package.json | 5 + node_modules/@material-ui/core/Chip/Chip.d.ts | 111 + node_modules/@material-ui/core/Chip/Chip.js | 549 + .../@material-ui/core/Chip/index.d.ts | 2 + node_modules/@material-ui/core/Chip/index.js | 15 + .../@material-ui/core/Chip/package.json | 5 + .../CircularProgress/CircularProgress.d.ts | 69 + .../core/CircularProgress/CircularProgress.js | 268 + .../core/CircularProgress/index.d.ts | 2 + .../core/CircularProgress/index.js | 15 + .../core/CircularProgress/package.json | 5 + .../ClickAwayListener/ClickAwayListener.d.ts | 39 + .../ClickAwayListener/ClickAwayListener.js | 204 + .../core/ClickAwayListener/index.d.ts | 2 + .../core/ClickAwayListener/index.js | 15 + .../core/ClickAwayListener/package.json | 5 + .../@material-ui/core/Collapse/Collapse.d.ts | 57 + .../@material-ui/core/Collapse/Collapse.js | 342 + .../@material-ui/core/Collapse/index.d.ts | 2 + .../@material-ui/core/Collapse/index.js | 15 + .../@material-ui/core/Collapse/package.json | 5 + .../core/Container/Container.d.ts | 55 + .../@material-ui/core/Container/Container.js | 165 + .../@material-ui/core/Container/index.d.ts | 2 + .../@material-ui/core/Container/index.js | 15 + .../@material-ui/core/Container/package.json | 5 + .../core/CssBaseline/CssBaseline.d.ts | 26 + .../core/CssBaseline/CssBaseline.js | 113 + .../@material-ui/core/CssBaseline/index.d.ts | 2 + .../@material-ui/core/CssBaseline/index.js | 15 + .../core/CssBaseline/package.json | 5 + .../@material-ui/core/Dialog/Dialog.d.ts | 147 + .../@material-ui/core/Dialog/Dialog.js | 447 + .../@material-ui/core/Dialog/index.d.ts | 2 + .../@material-ui/core/Dialog/index.js | 15 + .../@material-ui/core/Dialog/package.json | 5 + .../core/DialogActions/DialogActions.d.ts | 28 + .../core/DialogActions/DialogActions.js | 85 + .../core/DialogActions/index.d.ts | 2 + .../@material-ui/core/DialogActions/index.js | 15 + .../core/DialogActions/package.json | 5 + .../core/DialogContent/DialogContent.d.ts | 28 + .../core/DialogContent/DialogContent.js | 92 + .../core/DialogContent/index.d.ts | 2 + .../@material-ui/core/DialogContent/index.js | 15 + .../core/DialogContent/package.json | 5 + .../DialogContentText/DialogContentText.d.ts | 34 + .../DialogContentText/DialogContentText.js | 59 + .../core/DialogContentText/index.d.ts | 2 + .../core/DialogContentText/index.js | 15 + .../core/DialogContentText/package.json | 5 + .../core/DialogTitle/DialogTitle.d.ts | 29 + .../core/DialogTitle/DialogTitle.js | 83 + .../@material-ui/core/DialogTitle/index.d.ts | 2 + .../@material-ui/core/DialogTitle/index.js | 15 + .../core/DialogTitle/package.json | 5 + .../@material-ui/core/Divider/Divider.d.ts | 51 + .../@material-ui/core/Divider/Divider.js | 167 + .../@material-ui/core/Divider/index.d.ts | 2 + .../@material-ui/core/Divider/index.js | 15 + .../@material-ui/core/Divider/package.json | 5 + .../@material-ui/core/Drawer/Drawer.d.ts | 85 + .../@material-ui/core/Drawer/Drawer.js | 311 + .../@material-ui/core/Drawer/index.d.ts | 2 + .../@material-ui/core/Drawer/index.js | 15 + .../@material-ui/core/Drawer/package.json | 5 + .../core/ExpansionPanel/ExpansionPanel.d.ts | 57 + .../core/ExpansionPanel/ExpansionPanel.js | 270 + .../ExpansionPanel/ExpansionPanelContext.js | 23 + .../core/ExpansionPanel/index.d.ts | 2 + .../@material-ui/core/ExpansionPanel/index.js | 15 + .../core/ExpansionPanel/package.json | 5 + .../ExpansionPanelActions.d.ts | 27 + .../ExpansionPanelActions.js | 99 + .../core/ExpansionPanelActions/index.d.ts | 2 + .../core/ExpansionPanelActions/index.js | 15 + .../core/ExpansionPanelActions/package.json | 5 + .../ExpansionPanelDetails.d.ts | 23 + .../ExpansionPanelDetails.js | 86 + .../core/ExpansionPanelDetails/index.d.ts | 2 + .../core/ExpansionPanelDetails/index.js | 15 + .../core/ExpansionPanelDetails/package.json | 5 + .../ExpansionPanelSummary.d.ts | 53 + .../ExpansionPanelSummary.js | 231 + .../core/ExpansionPanelSummary/index.d.ts | 2 + .../core/ExpansionPanelSummary/index.js | 15 + .../core/ExpansionPanelSummary/package.json | 5 + node_modules/@material-ui/core/Fab/Fab.d.ts | 76 + node_modules/@material-ui/core/Fab/Fab.js | 266 + node_modules/@material-ui/core/Fab/index.d.ts | 2 + node_modules/@material-ui/core/Fab/index.js | 15 + .../@material-ui/core/Fab/package.json | 5 + node_modules/@material-ui/core/Fade/Fade.d.ts | 40 + node_modules/@material-ui/core/Fade/Fade.js | 214 + .../@material-ui/core/Fade/index.d.ts | 2 + node_modules/@material-ui/core/Fade/index.js | 15 + .../@material-ui/core/Fade/package.json | 5 + .../core/FilledInput/FilledInput.d.ts | 24 + .../core/FilledInput/FilledInput.js | 366 + .../@material-ui/core/FilledInput/index.d.ts | 2 + .../@material-ui/core/FilledInput/index.js | 15 + .../core/FilledInput/package.json | 5 + .../core/FormControl/FormControl.d.ts | 100 + .../core/FormControl/FormControl.js | 312 + .../core/FormControl/FormControlContext.js | 27 + .../core/FormControl/formControlState.js | 23 + .../@material-ui/core/FormControl/index.d.ts | 3 + .../@material-ui/core/FormControl/index.js | 23 + .../core/FormControl/package.json | 5 + .../core/FormControl/useFormControl.d.ts | 26 + .../core/FormControl/useFormControl.js | 18 + .../FormControlLabel/FormControlLabel.d.ts | 69 + .../core/FormControlLabel/FormControlLabel.js | 199 + .../core/FormControlLabel/index.d.ts | 2 + .../core/FormControlLabel/index.js | 15 + .../core/FormControlLabel/package.json | 5 + .../core/FormGroup/FormGroup.d.ts | 31 + .../@material-ui/core/FormGroup/FormGroup.js | 87 + .../@material-ui/core/FormGroup/index.d.ts | 2 + .../@material-ui/core/FormGroup/index.js | 15 + .../@material-ui/core/FormGroup/package.json | 5 + .../core/FormHelperText/FormHelperText.d.ts | 72 + .../core/FormHelperText/FormHelperText.js | 179 + .../core/FormHelperText/index.d.ts | 2 + .../@material-ui/core/FormHelperText/index.js | 15 + .../core/FormHelperText/package.json | 5 + .../core/FormLabel/FormLabel.d.ts | 71 + .../@material-ui/core/FormLabel/FormLabel.js | 173 + .../@material-ui/core/FormLabel/index.d.ts | 2 + .../@material-ui/core/FormLabel/index.js | 15 + .../@material-ui/core/FormLabel/package.json | 5 + node_modules/@material-ui/core/Grid/Grid.d.ts | 114 + node_modules/@material-ui/core/Grid/Grid.js | 411 + .../@material-ui/core/Grid/index.d.ts | 2 + node_modules/@material-ui/core/Grid/index.js | 15 + .../@material-ui/core/Grid/package.json | 5 + .../@material-ui/core/GridList/GridList.d.ts | 32 + .../@material-ui/core/GridList/GridList.js | 132 + .../@material-ui/core/GridList/index.d.ts | 2 + .../@material-ui/core/GridList/index.js | 15 + .../@material-ui/core/GridList/package.json | 5 + .../core/GridListTile/GridListTile.d.ts | 31 + .../core/GridListTile/GridListTile.js | 185 + .../@material-ui/core/GridListTile/index.d.ts | 2 + .../@material-ui/core/GridListTile/index.js | 15 + .../core/GridListTile/package.json | 5 + .../core/GridListTileBar/GridListTileBar.d.ts | 51 + .../core/GridListTileBar/GridListTileBar.js | 177 + .../core/GridListTileBar/index.d.ts | 2 + .../core/GridListTileBar/index.js | 15 + .../core/GridListTileBar/package.json | 5 + node_modules/@material-ui/core/Grow/Grow.d.ts | 45 + node_modules/@material-ui/core/Grow/Grow.js | 272 + .../@material-ui/core/Grow/index.d.ts | 2 + node_modules/@material-ui/core/Grow/index.js | 15 + .../@material-ui/core/Grow/package.json | 5 + .../@material-ui/core/Hidden/Hidden.d.ts | 80 + .../@material-ui/core/Hidden/Hidden.js | 167 + .../@material-ui/core/Hidden/HiddenCss.d.ts | 20 + .../@material-ui/core/Hidden/HiddenCss.js | 178 + .../@material-ui/core/Hidden/HiddenJs.d.ts | 21 + .../@material-ui/core/Hidden/HiddenJs.js | 165 + .../@material-ui/core/Hidden/index.d.ts | 2 + .../@material-ui/core/Hidden/index.js | 15 + .../@material-ui/core/Hidden/package.json | 5 + node_modules/@material-ui/core/Icon/Icon.d.ts | 42 + node_modules/@material-ui/core/Icon/Icon.js | 140 + .../@material-ui/core/Icon/index.d.ts | 2 + node_modules/@material-ui/core/Icon/index.js | 15 + .../@material-ui/core/Icon/package.json | 5 + .../core/IconButton/IconButton.d.ts | 55 + .../core/IconButton/IconButton.js | 224 + .../@material-ui/core/IconButton/index.d.ts | 2 + .../@material-ui/core/IconButton/index.js | 15 + .../@material-ui/core/IconButton/package.json | 5 + .../@material-ui/core/Input/Input.d.ts | 39 + node_modules/@material-ui/core/Input/Input.js | 312 + .../@material-ui/core/Input/index.d.ts | 2 + node_modules/@material-ui/core/Input/index.js | 15 + .../@material-ui/core/Input/package.json | 5 + .../core/InputAdornment/InputAdornment.d.ts | 40 + .../core/InputAdornment/InputAdornment.js | 166 + .../core/InputAdornment/index.d.ts | 2 + .../@material-ui/core/InputAdornment/index.js | 15 + .../core/InputAdornment/package.json | 5 + .../core/InputBase/InputBase.d.ts | 183 + .../@material-ui/core/InputBase/InputBase.js | 677 + .../@material-ui/core/InputBase/index.d.ts | 2 + .../@material-ui/core/InputBase/index.js | 15 + .../@material-ui/core/InputBase/package.json | 5 + .../@material-ui/core/InputBase/utils.js | 40 + .../core/InputLabel/InputLabel.d.ts | 71 + .../core/InputLabel/InputLabel.js | 229 + .../@material-ui/core/InputLabel/index.d.ts | 2 + .../@material-ui/core/InputLabel/index.js | 15 + .../@material-ui/core/InputLabel/package.json | 5 + node_modules/@material-ui/core/LICENSE | 21 + .../core/LinearProgress/LinearProgress.d.ts | 61 + .../core/LinearProgress/LinearProgress.js | 325 + .../core/LinearProgress/index.d.ts | 2 + .../@material-ui/core/LinearProgress/index.js | 15 + .../core/LinearProgress/package.json | 5 + node_modules/@material-ui/core/Link/Link.d.ts | 46 + node_modules/@material-ui/core/Link/Link.js | 208 + .../@material-ui/core/Link/index.d.ts | 2 + node_modules/@material-ui/core/Link/index.js | 15 + .../@material-ui/core/Link/package.json | 5 + node_modules/@material-ui/core/List/List.d.ts | 34 + node_modules/@material-ui/core/List/List.js | 121 + .../@material-ui/core/List/ListContext.d.ts | 4 + .../@material-ui/core/List/ListContext.js | 22 + .../@material-ui/core/List/index.d.ts | 2 + node_modules/@material-ui/core/List/index.js | 15 + .../@material-ui/core/List/package.json | 5 + .../@material-ui/core/ListItem/ListItem.d.ts | 55 + .../@material-ui/core/ListItem/ListItem.js | 326 + .../@material-ui/core/ListItem/index.d.ts | 2 + .../@material-ui/core/ListItem/index.js | 15 + .../@material-ui/core/ListItem/package.json | 5 + .../core/ListItemAvatar/ListItemAvatar.d.ts | 22 + .../core/ListItemAvatar/ListItemAvatar.js | 80 + .../core/ListItemAvatar/index.d.ts | 2 + .../@material-ui/core/ListItemAvatar/index.js | 15 + .../core/ListItemAvatar/package.json | 5 + .../core/ListItemIcon/ListItemIcon.d.ts | 24 + .../core/ListItemIcon/ListItemIcon.js | 86 + .../@material-ui/core/ListItemIcon/index.d.ts | 2 + .../@material-ui/core/ListItemIcon/index.js | 15 + .../core/ListItemIcon/package.json | 5 + .../ListItemSecondaryAction.d.ts | 23 + .../ListItemSecondaryAction.js | 75 + .../core/ListItemSecondaryAction/index.d.ts | 2 + .../core/ListItemSecondaryAction/index.js | 15 + .../core/ListItemSecondaryAction/package.json | 5 + .../core/ListItemText/ListItemText.d.ts | 71 + .../core/ListItemText/ListItemText.js | 165 + .../@material-ui/core/ListItemText/index.d.ts | 2 + .../@material-ui/core/ListItemText/index.js | 15 + .../core/ListItemText/package.json | 5 + .../core/ListSubheader/ListSubheader.d.ts | 41 + .../core/ListSubheader/ListSubheader.js | 140 + .../core/ListSubheader/index.d.ts | 2 + .../@material-ui/core/ListSubheader/index.js | 15 + .../core/ListSubheader/package.json | 5 + node_modules/@material-ui/core/Menu/Menu.d.ts | 108 + node_modules/@material-ui/core/Menu/Menu.js | 299 + .../@material-ui/core/Menu/index.d.ts | 2 + node_modules/@material-ui/core/Menu/index.js | 15 + .../@material-ui/core/Menu/package.json | 5 + .../@material-ui/core/MenuItem/MenuItem.d.ts | 40 + .../@material-ui/core/MenuItem/MenuItem.js | 156 + .../@material-ui/core/MenuItem/index.d.ts | 2 + .../@material-ui/core/MenuItem/index.js | 15 + .../@material-ui/core/MenuItem/package.json | 5 + .../@material-ui/core/MenuList/MenuList.d.ts | 50 + .../@material-ui/core/MenuList/MenuList.js | 327 + .../@material-ui/core/MenuList/index.d.ts | 2 + .../@material-ui/core/MenuList/index.js | 15 + .../@material-ui/core/MenuList/package.json | 5 + .../core/MobileStepper/MobileStepper.d.ts | 60 + .../core/MobileStepper/MobileStepper.js | 183 + .../core/MobileStepper/index.d.ts | 2 + .../@material-ui/core/MobileStepper/index.js | 15 + .../core/MobileStepper/package.json | 5 + .../@material-ui/core/Modal/Modal.d.ts | 60 + node_modules/@material-ui/core/Modal/Modal.js | 424 + .../@material-ui/core/Modal/ModalManager.d.ts | 8 + .../@material-ui/core/Modal/ModalManager.js | 266 + .../@material-ui/core/Modal/SimpleBackdrop.js | 68 + .../@material-ui/core/Modal/index.d.ts | 4 + node_modules/@material-ui/core/Modal/index.js | 23 + .../@material-ui/core/Modal/package.json | 5 + .../core/NativeSelect/NativeSelect.d.ts | 66 + .../core/NativeSelect/NativeSelect.js | 240 + .../core/NativeSelect/NativeSelectInput.d.ts | 12 + .../core/NativeSelect/NativeSelectInput.js | 110 + .../@material-ui/core/NativeSelect/index.d.ts | 2 + .../@material-ui/core/NativeSelect/index.js | 15 + .../core/NativeSelect/package.json | 5 + .../@material-ui/core/NoSsr/NoSsr.d.ts | 36 + node_modules/@material-ui/core/NoSsr/NoSsr.js | 83 + .../@material-ui/core/NoSsr/index.d.ts | 2 + node_modules/@material-ui/core/NoSsr/index.js | 15 + .../@material-ui/core/NoSsr/package.json | 5 + .../core/OutlinedInput/NotchedOutline.d.ts | 17 + .../core/OutlinedInput/NotchedOutline.js | 188 + .../core/OutlinedInput/OutlinedInput.d.ts | 50 + .../core/OutlinedInput/OutlinedInput.js | 335 + .../core/OutlinedInput/index.d.ts | 2 + .../@material-ui/core/OutlinedInput/index.js | 15 + .../core/OutlinedInput/package.json | 5 + .../core/OverridableComponent.d.ts | 75 + .../@material-ui/core/Paper/Paper.d.ts | 71 + node_modules/@material-ui/core/Paper/Paper.js | 135 + .../@material-ui/core/Paper/index.d.ts | 2 + node_modules/@material-ui/core/Paper/index.js | 15 + .../@material-ui/core/Paper/package.json | 5 + .../@material-ui/core/Popover/Popover.d.ts | 159 + .../@material-ui/core/Popover/Popover.js | 580 + .../@material-ui/core/Popover/index.d.ts | 2 + .../@material-ui/core/Popover/index.js | 15 + .../@material-ui/core/Popover/package.json | 5 + .../@material-ui/core/Popper/Popper.d.ts | 105 + .../@material-ui/core/Popper/Popper.js | 333 + .../@material-ui/core/Popper/index.d.ts | 2 + .../@material-ui/core/Popper/index.js | 15 + .../@material-ui/core/Popper/package.json | 5 + .../@material-ui/core/Portal/Portal.d.ts | 40 + .../@material-ui/core/Portal/Portal.js | 123 + .../@material-ui/core/Portal/index.d.ts | 2 + .../@material-ui/core/Portal/index.js | 15 + .../@material-ui/core/Portal/package.json | 5 + node_modules/@material-ui/core/README.md | 185 + .../@material-ui/core/Radio/Radio.d.ts | 43 + node_modules/@material-ui/core/Radio/Radio.js | 229 + .../core/Radio/RadioButtonIcon.js | 93 + .../@material-ui/core/Radio/index.d.ts | 2 + node_modules/@material-ui/core/Radio/index.js | 15 + .../@material-ui/core/Radio/package.json | 5 + .../core/RadioGroup/RadioGroup.d.ts | 42 + .../core/RadioGroup/RadioGroup.js | 123 + .../core/RadioGroup/RadioGroupContext.js | 22 + .../@material-ui/core/RadioGroup/index.d.ts | 3 + .../@material-ui/core/RadioGroup/index.js | 23 + .../@material-ui/core/RadioGroup/package.json | 5 + .../core/RadioGroup/useRadioGroup.d.ts | 6 + .../core/RadioGroup/useRadioGroup.js | 18 + .../@material-ui/core/RootRef/RootRef.d.ts | 45 + .../@material-ui/core/RootRef/RootRef.js | 130 + .../@material-ui/core/RootRef/index.d.ts | 2 + .../@material-ui/core/RootRef/index.js | 15 + .../@material-ui/core/RootRef/package.json | 5 + .../ScopedCssBaseline/ScopedCssBaseline.d.ts | 24 + .../ScopedCssBaseline/ScopedCssBaseline.js | 77 + .../core/ScopedCssBaseline/index.d.ts | 2 + .../core/ScopedCssBaseline/index.js | 15 + .../core/ScopedCssBaseline/package.json | 5 + .../@material-ui/core/Select/Select.d.ts | 155 + .../@material-ui/core/Select/Select.js | 286 + .../@material-ui/core/Select/SelectInput.d.ts | 35 + .../@material-ui/core/Select/SelectInput.js | 609 + .../@material-ui/core/Select/index.d.ts | 2 + .../@material-ui/core/Select/index.js | 15 + .../@material-ui/core/Select/package.json | 5 + .../@material-ui/core/Slide/Slide.d.ts | 39 + node_modules/@material-ui/core/Slide/Slide.js | 311 + .../@material-ui/core/Slide/index.d.ts | 2 + node_modules/@material-ui/core/Slide/index.js | 15 + .../@material-ui/core/Slide/package.json | 5 + .../@material-ui/core/Slider/Slider.d.ts | 83 + .../@material-ui/core/Slider/Slider.js | 1110 + .../@material-ui/core/Slider/ValueLabel.js | 91 + .../@material-ui/core/Slider/index.d.ts | 2 + .../@material-ui/core/Slider/index.js | 15 + .../@material-ui/core/Slider/package.json | 5 + .../@material-ui/core/Snackbar/Snackbar.d.ts | 147 + .../@material-ui/core/Snackbar/Snackbar.js | 427 + .../@material-ui/core/Snackbar/index.d.ts | 2 + .../@material-ui/core/Snackbar/index.js | 15 + .../@material-ui/core/Snackbar/package.json | 5 + .../core/SnackbarContent/SnackbarContent.d.ts | 34 + .../core/SnackbarContent/SnackbarContent.js | 123 + .../core/SnackbarContent/index.d.ts | 2 + .../core/SnackbarContent/index.js | 15 + .../core/SnackbarContent/package.json | 5 + node_modules/@material-ui/core/Step/Step.d.ts | 42 + node_modules/@material-ui/core/Step/Step.js | 155 + .../@material-ui/core/Step/index.d.ts | 2 + node_modules/@material-ui/core/Step/index.js | 15 + .../@material-ui/core/Step/package.json | 5 + .../core/StepButton/StepButton.d.ts | 49 + .../core/StepButton/StepButton.js | 161 + .../@material-ui/core/StepButton/index.d.ts | 2 + .../@material-ui/core/StepButton/index.js | 15 + .../@material-ui/core/StepButton/package.json | 5 + .../core/StepConnector/StepConnector.d.ts | 31 + .../core/StepConnector/StepConnector.js | 124 + .../core/StepConnector/index.d.ts | 2 + .../@material-ui/core/StepConnector/index.js | 15 + .../core/StepConnector/package.json | 5 + .../core/StepContent/StepContent.d.ts | 42 + .../core/StepContent/StepContent.js | 140 + .../@material-ui/core/StepContent/index.d.ts | 2 + .../@material-ui/core/StepContent/index.js | 15 + .../core/StepContent/package.json | 5 + .../@material-ui/core/StepIcon/StepIcon.d.ts | 36 + .../@material-ui/core/StepIcon/StepIcon.js | 146 + .../@material-ui/core/StepIcon/index.d.ts | 2 + .../@material-ui/core/StepIcon/index.js | 15 + .../@material-ui/core/StepIcon/package.json | 5 + .../core/StepLabel/StepLabel.d.ts | 61 + .../@material-ui/core/StepLabel/StepLabel.js | 209 + .../@material-ui/core/StepLabel/index.d.ts | 2 + .../@material-ui/core/StepLabel/index.js | 15 + .../@material-ui/core/StepLabel/package.json | 5 + .../@material-ui/core/Stepper/Stepper.d.ts | 49 + .../@material-ui/core/Stepper/Stepper.js | 156 + .../@material-ui/core/Stepper/index.d.ts | 2 + .../@material-ui/core/Stepper/index.js | 15 + .../@material-ui/core/Stepper/package.json | 5 + .../@material-ui/core/SvgIcon/SvgIcon.d.ts | 75 + .../@material-ui/core/SvgIcon/SvgIcon.js | 184 + .../@material-ui/core/SvgIcon/index.d.ts | 2 + .../@material-ui/core/SvgIcon/index.js | 15 + .../@material-ui/core/SvgIcon/package.json | 5 + .../core/SwipeableDrawer/SwipeArea.js | 103 + .../core/SwipeableDrawer/SwipeableDrawer.d.ts | 31 + .../core/SwipeableDrawer/SwipeableDrawer.js | 631 + .../core/SwipeableDrawer/index.d.ts | 2 + .../core/SwipeableDrawer/index.js | 15 + .../core/SwipeableDrawer/package.json | 5 + .../@material-ui/core/Switch/Switch.d.ts | 56 + .../@material-ui/core/Switch/Switch.js | 326 + .../@material-ui/core/Switch/index.d.ts | 2 + .../@material-ui/core/Switch/index.js | 15 + .../@material-ui/core/Switch/package.json | 5 + node_modules/@material-ui/core/Tab/Tab.d.ts | 53 + node_modules/@material-ui/core/Tab/Tab.js | 284 + node_modules/@material-ui/core/Tab/index.d.ts | 2 + node_modules/@material-ui/core/Tab/index.js | 15 + .../@material-ui/core/Tab/package.json | 5 + .../core/TabScrollButton/TabScrollButton.d.ts | 35 + .../core/TabScrollButton/TabScrollButton.js | 121 + .../core/TabScrollButton/index.d.ts | 2 + .../core/TabScrollButton/index.js | 15 + .../core/TabScrollButton/package.json | 5 + .../@material-ui/core/Table/Table.d.ts | 36 + node_modules/@material-ui/core/Table/Table.js | 125 + .../@material-ui/core/Table/TableContext.d.ts | 11 + .../@material-ui/core/Table/TableContext.js | 22 + .../core/Table/Tablelvl2Context.d.ts | 9 + .../core/Table/Tablelvl2Context.js | 22 + .../@material-ui/core/Table/index.d.ts | 2 + node_modules/@material-ui/core/Table/index.js | 15 + .../@material-ui/core/Table/package.json | 5 + .../core/TableBody/TableBody.d.ts | 28 + .../@material-ui/core/TableBody/TableBody.js | 81 + .../@material-ui/core/TableBody/index.d.ts | 2 + .../@material-ui/core/TableBody/index.js | 15 + .../@material-ui/core/TableBody/package.json | 5 + .../core/TableCell/TableCell.d.ts | 88 + .../@material-ui/core/TableCell/TableCell.js | 260 + .../@material-ui/core/TableCell/index.d.ts | 2 + .../@material-ui/core/TableCell/index.js | 15 + .../@material-ui/core/TableCell/package.json | 5 + .../core/TableContainer/TableContainer.d.ts | 28 + .../core/TableContainer/TableContainer.js | 73 + .../core/TableContainer/index.d.ts | 2 + .../@material-ui/core/TableContainer/index.js | 15 + .../core/TableContainer/package.json | 5 + .../core/TableFooter/TableFooter.d.ts | 28 + .../core/TableFooter/TableFooter.js | 81 + .../@material-ui/core/TableFooter/index.d.ts | 2 + .../@material-ui/core/TableFooter/index.js | 15 + .../core/TableFooter/package.json | 5 + .../core/TableHead/TableHead.d.ts | 28 + .../@material-ui/core/TableHead/TableHead.js | 81 + .../@material-ui/core/TableHead/index.d.ts | 2 + .../@material-ui/core/TableHead/index.js | 15 + .../@material-ui/core/TableHead/package.json | 5 + .../core/TablePagination/TablePagination.d.ts | 73 + .../core/TablePagination/TablePagination.js | 350 + .../TablePaginationActions.d.ts | 15 + .../TablePagination/TablePaginationActions.js | 104 + .../core/TablePagination/index.d.ts | 2 + .../core/TablePagination/index.js | 15 + .../core/TablePagination/package.json | 5 + .../@material-ui/core/TableRow/TableRow.d.ts | 32 + .../@material-ui/core/TableRow/TableRow.js | 126 + .../@material-ui/core/TableRow/index.d.ts | 2 + .../@material-ui/core/TableRow/index.js | 15 + .../@material-ui/core/TableRow/package.json | 5 + .../core/TableSortLabel/TableSortLabel.d.ts | 45 + .../core/TableSortLabel/TableSortLabel.js | 154 + .../core/TableSortLabel/index.d.ts | 2 + .../@material-ui/core/TableSortLabel/index.js | 15 + .../core/TableSortLabel/package.json | 5 + .../@material-ui/core/Tabs/ScrollbarSize.js | 72 + .../@material-ui/core/Tabs/TabIndicator.js | 93 + node_modules/@material-ui/core/Tabs/Tabs.d.ts | 132 + node_modules/@material-ui/core/Tabs/Tabs.js | 642 + .../@material-ui/core/Tabs/index.d.ts | 2 + node_modules/@material-ui/core/Tabs/index.js | 15 + .../@material-ui/core/Tabs/package.json | 5 + .../core/TextField/TextField.d.ts | 255 + .../@material-ui/core/TextField/TextField.js | 401 + .../@material-ui/core/TextField/index.d.ts | 2 + .../@material-ui/core/TextField/index.js | 15 + .../@material-ui/core/TextField/package.json | 5 + .../TextareaAutosize/TextareaAutosize.d.ts | 33 + .../core/TextareaAutosize/TextareaAutosize.js | 225 + .../core/TextareaAutosize/index.d.ts | 2 + .../core/TextareaAutosize/index.js | 15 + .../core/TextareaAutosize/package.json | 5 + .../@material-ui/core/Toolbar/Toolbar.d.ts | 31 + .../@material-ui/core/Toolbar/Toolbar.js | 110 + .../@material-ui/core/Toolbar/index.d.ts | 2 + .../@material-ui/core/Toolbar/index.js | 15 + .../@material-ui/core/Toolbar/package.json | 5 + .../@material-ui/core/Tooltip/Tooltip.d.ts | 140 + .../@material-ui/core/Tooltip/Tooltip.js | 694 + .../@material-ui/core/Tooltip/index.d.ts | 2 + .../@material-ui/core/Tooltip/index.js | 15 + .../@material-ui/core/Tooltip/package.json | 5 + .../core/Typography/Typography.d.ts | 84 + .../core/Typography/Typography.js | 276 + .../@material-ui/core/Typography/index.d.ts | 2 + .../@material-ui/core/Typography/index.js | 15 + .../@material-ui/core/Typography/package.json | 5 + .../Unstable_TrapFocus.d.ts | 51 + .../Unstable_TrapFocus/Unstable_TrapFocus.js | 225 + .../core/Unstable_TrapFocus/index.d.ts | 2 + .../core/Unstable_TrapFocus/index.js | 15 + .../core/Unstable_TrapFocus/package.json | 5 + node_modules/@material-ui/core/Zoom/Zoom.d.ts | 41 + node_modules/@material-ui/core/Zoom/Zoom.js | 215 + .../@material-ui/core/Zoom/index.d.ts | 2 + node_modules/@material-ui/core/Zoom/index.js | 15 + .../@material-ui/core/Zoom/package.json | 5 + .../@material-ui/core/colors/amber.d.ts | 64 + .../@material-ui/core/colors/amber.js | 24 + .../@material-ui/core/colors/blue.d.ts | 64 + node_modules/@material-ui/core/colors/blue.js | 24 + .../@material-ui/core/colors/blueGrey.d.ts | 64 + .../@material-ui/core/colors/blueGrey.js | 24 + .../@material-ui/core/colors/brown.d.ts | 64 + .../@material-ui/core/colors/brown.js | 24 + .../@material-ui/core/colors/common.d.ts | 16 + .../@material-ui/core/colors/common.js | 12 + .../@material-ui/core/colors/cyan.d.ts | 64 + node_modules/@material-ui/core/colors/cyan.js | 24 + .../@material-ui/core/colors/deepOrange.d.ts | 64 + .../@material-ui/core/colors/deepOrange.js | 24 + .../@material-ui/core/colors/deepPurple.d.ts | 64 + .../@material-ui/core/colors/deepPurple.js | 24 + .../@material-ui/core/colors/green.d.ts | 64 + .../@material-ui/core/colors/green.js | 24 + .../@material-ui/core/colors/grey.d.ts | 64 + node_modules/@material-ui/core/colors/grey.js | 24 + .../@material-ui/core/colors/index.d.ts | 20 + .../@material-ui/core/colors/index.js | 167 + .../@material-ui/core/colors/indigo.d.ts | 64 + .../@material-ui/core/colors/indigo.js | 24 + .../@material-ui/core/colors/lightBlue.d.ts | 64 + .../@material-ui/core/colors/lightBlue.js | 24 + .../@material-ui/core/colors/lightGreen.d.ts | 64 + .../@material-ui/core/colors/lightGreen.js | 24 + .../@material-ui/core/colors/lime.d.ts | 64 + node_modules/@material-ui/core/colors/lime.js | 24 + .../@material-ui/core/colors/orange.d.ts | 64 + .../@material-ui/core/colors/orange.js | 24 + .../@material-ui/core/colors/package.json | 5 + .../@material-ui/core/colors/pink.d.ts | 64 + node_modules/@material-ui/core/colors/pink.js | 24 + .../@material-ui/core/colors/purple.d.ts | 64 + .../@material-ui/core/colors/purple.js | 24 + .../@material-ui/core/colors/red.d.ts | 64 + node_modules/@material-ui/core/colors/red.js | 24 + .../@material-ui/core/colors/teal.d.ts | 64 + node_modules/@material-ui/core/colors/teal.js | 24 + .../@material-ui/core/colors/yellow.d.ts | 64 + .../@material-ui/core/colors/yellow.js | 24 + .../core/es/Accordion/Accordion.js | 210 + .../core/es/Accordion/AccordionContext.js | 13 + .../@material-ui/core/es/Accordion/index.js | 1 + .../es/AccordionActions/AccordionActions.js | 65 + .../core/es/AccordionActions/index.js | 1 + .../es/AccordionDetails/AccordionDetails.js | 50 + .../core/es/AccordionDetails/index.js | 1 + .../es/AccordionSummary/AccordionSummary.js | 191 + .../core/es/AccordionSummary/index.js | 1 + .../@material-ui/core/es/AppBar/AppBar.js | 145 + .../@material-ui/core/es/AppBar/index.js | 1 + .../@material-ui/core/es/Avatar/Avatar.js | 246 + .../@material-ui/core/es/Avatar/index.js | 1 + .../@material-ui/core/es/Backdrop/Backdrop.js | 97 + .../@material-ui/core/es/Backdrop/index.js | 1 + .../@material-ui/core/es/Badge/Badge.js | 282 + .../@material-ui/core/es/Badge/index.js | 1 + .../es/BottomNavigation/BottomNavigation.js | 103 + .../core/es/BottomNavigation/index.js | 1 + .../BottomNavigationAction.js | 157 + .../core/es/BottomNavigationAction/index.js | 1 + node_modules/@material-ui/core/es/Box/Box.js | 11 + .../@material-ui/core/es/Box/index.js | 1 + .../es/Breadcrumbs/BreadcrumbCollapsed.js | 60 + .../core/es/Breadcrumbs/Breadcrumbs.js | 179 + .../@material-ui/core/es/Breadcrumbs/index.js | 1 + .../@material-ui/core/es/Button/Button.js | 428 + .../@material-ui/core/es/Button/index.js | 1 + .../core/es/ButtonBase/ButtonBase.js | 479 + .../@material-ui/core/es/ButtonBase/Ripple.js | 95 + .../core/es/ButtonBase/TouchRipple.js | 303 + .../@material-ui/core/es/ButtonBase/index.js | 1 + .../core/es/ButtonGroup/ButtonGroup.js | 305 + .../@material-ui/core/es/ButtonGroup/index.js | 1 + .../@material-ui/core/es/Card/Card.js | 57 + .../@material-ui/core/es/Card/index.js | 1 + .../core/es/CardActionArea/CardActionArea.js | 88 + .../core/es/CardActionArea/index.js | 1 + .../core/es/CardActions/CardActions.js | 64 + .../@material-ui/core/es/CardActions/index.js | 1 + .../core/es/CardContent/CardContent.js | 61 + .../@material-ui/core/es/CardContent/index.js | 1 + .../core/es/CardHeader/CardHeader.js | 162 + .../@material-ui/core/es/CardHeader/index.js | 1 + .../core/es/CardMedia/CardMedia.js | 109 + .../@material-ui/core/es/CardMedia/index.js | 1 + .../@material-ui/core/es/Checkbox/Checkbox.js | 198 + .../@material-ui/core/es/Checkbox/index.js | 1 + .../@material-ui/core/es/Chip/Chip.js | 520 + .../@material-ui/core/es/Chip/index.js | 1 + .../es/CircularProgress/CircularProgress.js | 240 + .../core/es/CircularProgress/index.js | 1 + .../es/ClickAwayListener/ClickAwayListener.js | 183 + .../core/es/ClickAwayListener/index.js | 1 + .../@material-ui/core/es/Collapse/Collapse.js | 302 + .../@material-ui/core/es/Collapse/index.js | 1 + .../core/es/Container/Container.js | 149 + .../@material-ui/core/es/Container/index.js | 1 + .../core/es/CssBaseline/CssBaseline.js | 84 + .../@material-ui/core/es/CssBaseline/index.js | 1 + .../@material-ui/core/es/Dialog/Dialog.js | 418 + .../@material-ui/core/es/Dialog/index.js | 1 + .../core/es/DialogActions/DialogActions.js | 66 + .../core/es/DialogActions/index.js | 1 + .../core/es/DialogContent/DialogContent.js | 70 + .../core/es/DialogContent/index.js | 1 + .../es/DialogContentText/DialogContentText.js | 39 + .../core/es/DialogContentText/index.js | 1 + .../core/es/DialogTitle/DialogTitle.js | 63 + .../@material-ui/core/es/DialogTitle/index.js | 1 + .../@material-ui/core/es/Divider/Divider.js | 138 + .../@material-ui/core/es/Divider/index.js | 1 + .../@material-ui/core/es/Drawer/Drawer.js | 272 + .../@material-ui/core/es/Drawer/index.js | 1 + .../core/es/ExpansionPanel/ExpansionPanel.js | 225 + .../ExpansionPanel/ExpansionPanelContext.js | 13 + .../core/es/ExpansionPanel/index.js | 1 + .../ExpansionPanelActions.js | 80 + .../core/es/ExpansionPanelActions/index.js | 1 + .../ExpansionPanelDetails.js | 65 + .../core/es/ExpansionPanelDetails/index.js | 1 + .../ExpansionPanelSummary.js | 207 + .../core/es/ExpansionPanelSummary/index.js | 1 + node_modules/@material-ui/core/es/Fab/Fab.js | 237 + .../@material-ui/core/es/Fab/index.js | 1 + .../@material-ui/core/es/Fade/Fade.js | 186 + .../@material-ui/core/es/Fade/index.js | 1 + .../core/es/FilledInput/FilledInput.js | 341 + .../@material-ui/core/es/FilledInput/index.js | 1 + .../core/es/FormControl/FormControl.js | 271 + .../core/es/FormControl/FormControlContext.js | 15 + .../core/es/FormControl/formControlState.js | 17 + .../@material-ui/core/es/FormControl/index.js | 2 + .../core/es/FormControl/useFormControl.js | 5 + .../es/FormControlLabel/FormControlLabel.js | 168 + .../core/es/FormControlLabel/index.js | 1 + .../core/es/FormGroup/FormGroup.js | 68 + .../@material-ui/core/es/FormGroup/index.js | 1 + .../core/es/FormHelperText/FormHelperText.js | 148 + .../core/es/FormHelperText/index.js | 1 + .../core/es/FormLabel/FormLabel.js | 142 + .../@material-ui/core/es/FormLabel/index.js | 1 + .../@material-ui/core/es/Grid/Grid.js | 375 + .../@material-ui/core/es/Grid/index.js | 1 + .../@material-ui/core/es/GridList/GridList.js | 109 + .../@material-ui/core/es/GridList/index.js | 1 + .../core/es/GridListTile/GridListTile.js | 156 + .../core/es/GridListTile/index.js | 1 + .../es/GridListTileBar/GridListTileBar.js | 154 + .../core/es/GridListTileBar/index.js | 1 + .../@material-ui/core/es/Grow/Grow.js | 246 + .../@material-ui/core/es/Grow/index.js | 1 + .../@material-ui/core/es/Hidden/Hidden.js | 141 + .../@material-ui/core/es/Hidden/HiddenCss.js | 166 + .../@material-ui/core/es/Hidden/HiddenJs.js | 151 + .../@material-ui/core/es/Hidden/index.js | 1 + .../@material-ui/core/es/Icon/Icon.js | 115 + .../@material-ui/core/es/Icon/index.js | 1 + .../core/es/IconButton/IconButton.js | 192 + .../@material-ui/core/es/IconButton/index.js | 1 + .../@material-ui/core/es/Input/Input.js | 287 + .../@material-ui/core/es/Input/index.js | 1 + .../core/es/InputAdornment/InputAdornment.js | 143 + .../core/es/InputAdornment/index.js | 1 + .../core/es/InputBase/InputBase.js | 637 + .../@material-ui/core/es/InputBase/index.js | 1 + .../@material-ui/core/es/InputBase/utils.js | 28 + .../core/es/InputLabel/InputLabel.js | 202 + .../@material-ui/core/es/InputLabel/index.js | 1 + .../core/es/LinearProgress/LinearProgress.js | 299 + .../core/es/LinearProgress/index.js | 1 + .../@material-ui/core/es/Link/Link.js | 177 + .../@material-ui/core/es/Link/index.js | 1 + .../@material-ui/core/es/List/List.js | 97 + .../@material-ui/core/es/List/ListContext.js | 12 + .../@material-ui/core/es/List/index.js | 1 + .../@material-ui/core/es/ListItem/ListItem.js | 292 + .../@material-ui/core/es/ListItem/index.js | 1 + .../core/es/ListItemAvatar/ListItemAvatar.js | 61 + .../core/es/ListItemAvatar/index.js | 1 + .../core/es/ListItemIcon/ListItemIcon.js | 64 + .../core/es/ListItemIcon/index.js | 1 + .../ListItemSecondaryAction.js | 57 + .../core/es/ListItemSecondaryAction/index.js | 1 + .../core/es/ListItemText/ListItemText.js | 142 + .../core/es/ListItemText/index.js | 1 + .../core/es/ListSubheader/ListSubheader.js | 113 + .../core/es/ListSubheader/index.js | 1 + .../@material-ui/core/es/Menu/Menu.js | 266 + .../@material-ui/core/es/Menu/index.js | 1 + .../@material-ui/core/es/MenuItem/MenuItem.js | 130 + .../@material-ui/core/es/MenuItem/index.js | 1 + .../@material-ui/core/es/MenuList/MenuList.js | 304 + .../@material-ui/core/es/MenuList/index.js | 1 + .../core/es/MobileStepper/MobileStepper.js | 152 + .../core/es/MobileStepper/index.js | 1 + .../@material-ui/core/es/Modal/Modal.js | 376 + .../core/es/Modal/ModalManager.js | 230 + .../core/es/Modal/SimpleBackdrop.js | 53 + .../@material-ui/core/es/Modal/index.js | 2 + .../core/es/NativeSelect/NativeSelect.js | 212 + .../core/es/NativeSelect/NativeSelectInput.js | 94 + .../core/es/NativeSelect/index.js | 1 + .../@material-ui/core/es/NoSsr/NoSsr.js | 64 + .../@material-ui/core/es/NoSsr/index.js | 1 + .../core/es/OutlinedInput/NotchedOutline.js | 166 + .../core/es/OutlinedInput/OutlinedInput.js | 306 + .../core/es/OutlinedInput/index.js | 1 + .../@material-ui/core/es/Paper/Paper.js | 113 + .../@material-ui/core/es/Paper/index.js | 1 + .../@material-ui/core/es/Popover/Popover.js | 533 + .../@material-ui/core/es/Popover/index.js | 1 + .../@material-ui/core/es/Popper/Popper.js | 300 + .../@material-ui/core/es/Popper/index.js | 1 + .../@material-ui/core/es/Portal/Portal.js | 103 + .../@material-ui/core/es/Portal/index.js | 1 + .../@material-ui/core/es/Radio/Radio.js | 199 + .../core/es/Radio/RadioButtonIcon.js | 70 + .../@material-ui/core/es/Radio/index.js | 1 + .../core/es/RadioGroup/RadioGroup.js | 98 + .../core/es/RadioGroup/RadioGroupContext.js | 12 + .../@material-ui/core/es/RadioGroup/index.js | 2 + .../core/es/RadioGroup/useRadioGroup.js | 5 + .../@material-ui/core/es/RootRef/RootRef.js | 85 + .../@material-ui/core/es/RootRef/index.js | 1 + .../es/ScopedCssBaseline/ScopedCssBaseline.js | 55 + .../core/es/ScopedCssBaseline/index.js | 1 + .../@material-ui/core/es/Select/Select.js | 252 + .../core/es/Select/SelectInput.js | 552 + .../@material-ui/core/es/Select/index.js | 1 + .../@material-ui/core/es/Slide/Slide.js | 284 + .../@material-ui/core/es/Slide/index.js | 1 + .../@material-ui/core/es/Slider/Slider.js | 1027 + .../@material-ui/core/es/Slider/ValueLabel.js | 75 + .../@material-ui/core/es/Slider/index.js | 1 + .../@material-ui/core/es/Snackbar/Snackbar.js | 403 + .../@material-ui/core/es/Snackbar/index.js | 1 + .../es/SnackbarContent/SnackbarContent.js | 100 + .../core/es/SnackbarContent/index.js | 1 + .../@material-ui/core/es/Step/Step.js | 137 + .../@material-ui/core/es/Step/index.js | 1 + .../core/es/StepButton/StepButton.js | 138 + .../@material-ui/core/es/StepButton/index.js | 1 + .../core/es/StepConnector/StepConnector.js | 105 + .../core/es/StepConnector/index.js | 1 + .../core/es/StepContent/StepContent.js | 116 + .../@material-ui/core/es/StepContent/index.js | 1 + .../@material-ui/core/es/StepIcon/StepIcon.js | 120 + .../@material-ui/core/es/StepIcon/index.js | 1 + .../core/es/StepLabel/StepLabel.js | 182 + .../@material-ui/core/es/StepLabel/index.js | 1 + .../@material-ui/core/es/Stepper/Stepper.js | 131 + .../@material-ui/core/es/Stepper/index.js | 1 + .../@material-ui/core/es/SvgIcon/SvgIcon.js | 158 + .../@material-ui/core/es/SvgIcon/index.js | 1 + .../core/es/SwipeableDrawer/SwipeArea.js | 80 + .../es/SwipeableDrawer/SwipeableDrawer.js | 591 + .../core/es/SwipeableDrawer/index.js | 1 + .../@material-ui/core/es/Switch/Switch.js | 298 + .../@material-ui/core/es/Switch/index.js | 1 + node_modules/@material-ui/core/es/Tab/Tab.js | 256 + .../@material-ui/core/es/Tab/index.js | 1 + .../es/TabScrollButton/TabScrollButton.js | 101 + .../core/es/TabScrollButton/index.js | 1 + .../@material-ui/core/es/Table/Table.js | 97 + .../core/es/Table/TableContext.js | 12 + .../core/es/Table/Tablelvl2Context.js | 12 + .../@material-ui/core/es/Table/index.js | 1 + .../core/es/TableBody/TableBody.js | 61 + .../@material-ui/core/es/TableBody/index.js | 1 + .../core/es/TableCell/TableCell.js | 235 + .../@material-ui/core/es/TableCell/index.js | 1 + .../core/es/TableContainer/TableContainer.js | 54 + .../core/es/TableContainer/index.js | 1 + .../core/es/TableFooter/TableFooter.js | 61 + .../@material-ui/core/es/TableFooter/index.js | 1 + .../core/es/TableHead/TableHead.js | 61 + .../@material-ui/core/es/TableHead/index.js | 1 + .../es/TablePagination/TablePagination.js | 311 + .../TablePagination/TablePaginationActions.js | 88 + .../core/es/TablePagination/index.js | 1 + .../@material-ui/core/es/TableRow/TableRow.js | 100 + .../@material-ui/core/es/TableRow/index.js | 1 + .../core/es/TableSortLabel/TableSortLabel.js | 126 + .../core/es/TableSortLabel/index.js | 1 + .../core/es/Tabs/ScrollbarSize.js | 58 + .../@material-ui/core/es/Tabs/TabIndicator.js | 71 + .../@material-ui/core/es/Tabs/Tabs.js | 592 + .../@material-ui/core/es/Tabs/index.js | 1 + .../core/es/TextField/TextField.js | 363 + .../@material-ui/core/es/TextField/index.js | 1 + .../es/TextareaAutosize/TextareaAutosize.js | 205 + .../core/es/TextareaAutosize/index.js | 1 + .../@material-ui/core/es/Toolbar/Toolbar.js | 85 + .../@material-ui/core/es/Toolbar/index.js | 1 + .../@material-ui/core/es/Tooltip/Tooltip.js | 624 + .../@material-ui/core/es/Tooltip/index.js | 1 + .../core/es/Typography/Typography.js | 246 + .../@material-ui/core/es/Typography/index.js | 1 + .../Unstable_TrapFocus/Unstable_TrapFocus.js | 208 + .../core/es/Unstable_TrapFocus/index.js | 1 + .../@material-ui/core/es/Zoom/Zoom.js | 187 + .../@material-ui/core/es/Zoom/index.js | 1 + .../@material-ui/core/es/colors/amber.js | 17 + .../@material-ui/core/es/colors/blue.js | 17 + .../@material-ui/core/es/colors/blueGrey.js | 17 + .../@material-ui/core/es/colors/brown.js | 17 + .../@material-ui/core/es/colors/common.js | 5 + .../@material-ui/core/es/colors/cyan.js | 17 + .../@material-ui/core/es/colors/deepOrange.js | 17 + .../@material-ui/core/es/colors/deepPurple.js | 17 + .../@material-ui/core/es/colors/green.js | 17 + .../@material-ui/core/es/colors/grey.js | 17 + .../@material-ui/core/es/colors/index.js | 20 + .../@material-ui/core/es/colors/indigo.js | 17 + .../@material-ui/core/es/colors/lightBlue.js | 17 + .../@material-ui/core/es/colors/lightGreen.js | 17 + .../@material-ui/core/es/colors/lime.js | 17 + .../@material-ui/core/es/colors/orange.js | 17 + .../@material-ui/core/es/colors/pink.js | 17 + .../@material-ui/core/es/colors/purple.js | 17 + .../@material-ui/core/es/colors/red.js | 17 + .../@material-ui/core/es/colors/teal.js | 17 + .../@material-ui/core/es/colors/yellow.js | 17 + node_modules/@material-ui/core/es/index.js | 248 + .../core/es/internal/SwitchBase.js | 242 + .../@material-ui/core/es/internal/animate.js | 49 + .../es/internal/svg-icons/ArrowDownward.js | 9 + .../es/internal/svg-icons/ArrowDropDown.js | 9 + .../core/es/internal/svg-icons/Cancel.js | 9 + .../core/es/internal/svg-icons/CheckBox.js | 9 + .../svg-icons/CheckBoxOutlineBlank.js | 9 + .../core/es/internal/svg-icons/CheckCircle.js | 9 + .../core/es/internal/svg-icons/Close.js | 9 + .../svg-icons/IndeterminateCheckBox.js | 9 + .../internal/svg-icons/KeyboardArrowLeft.js | 9 + .../internal/svg-icons/KeyboardArrowRight.js | 9 + .../core/es/internal/svg-icons/MoreHoriz.js | 9 + .../core/es/internal/svg-icons/Person.js | 9 + .../internal/svg-icons/RadioButtonChecked.js | 9 + .../svg-icons/RadioButtonUnchecked.js | 9 + .../core/es/internal/svg-icons/Warning.js | 9 + .../@material-ui/core/es/locale/index.js | 1795 + .../core/es/styles/MuiThemeProvider.js | 15 + .../core/es/styles/colorManipulator.js | 271 + .../core/es/styles/createBreakpoints.js | 68 + .../core/es/styles/createMixins.js | 41 + .../es/styles/createMuiStrictModeTheme.js | 7 + .../core/es/styles/createMuiTheme.js | 78 + .../core/es/styles/createPalette.js | 234 + .../core/es/styles/createSpacing.js | 57 + .../core/es/styles/createStyles.js | 14 + .../core/es/styles/createTypography.js | 92 + .../@material-ui/core/es/styles/cssUtils.js | 127 + .../core/es/styles/defaultTheme.js | 3 + .../@material-ui/core/es/styles/index.js | 13 + .../@material-ui/core/es/styles/makeStyles.js | 11 + .../core/es/styles/responsiveFontSizes.js | 67 + .../@material-ui/core/es/styles/shadows.js | 11 + .../@material-ui/core/es/styles/shape.js | 4 + .../@material-ui/core/es/styles/styled.js | 12 + .../core/es/styles/transitions.js | 94 + .../@material-ui/core/es/styles/useTheme.js | 13 + .../@material-ui/core/es/styles/withStyles.js | 11 + .../@material-ui/core/es/styles/withTheme.js | 6 + .../@material-ui/core/es/styles/zIndex.js | 12 + .../core/es/test-utils/RenderMode.js | 25 + .../core/es/test-utils/createMount.js | 83 + .../core/es/test-utils/createRender.js | 22 + .../core/es/test-utils/createShallow.js | 33 + .../core/es/test-utils/describeConformance.js | 236 + .../es/test-utils/findOutermostIntrinsic.js | 19 + .../core/es/test-utils/getClasses.js | 18 + .../@material-ui/core/es/test-utils/index.js | 6 + .../core/es/test-utils/testRef.js | 24 + .../@material-ui/core/es/test-utils/until.js | 36 + .../@material-ui/core/es/test-utils/unwrap.js | 3 + .../@material-ui/core/es/transitions/utils.js | 11 + .../core/es/useMediaQuery/index.js | 1 + .../core/es/useMediaQuery/useMediaQuery.js | 81 + .../es/useMediaQuery/useMediaQueryTheme.js | 5 + .../core/es/useScrollTrigger/index.js | 1 + .../es/useScrollTrigger/useScrollTrigger.js | 53 + .../@material-ui/core/es/utils/capitalize.js | 12 + .../core/es/utils/createChainedFunction.js | 27 + .../core/es/utils/createSvgIcon.js | 21 + .../@material-ui/core/es/utils/debounce.js | 23 + .../core/es/utils/deprecatedPropType.js | 16 + .../core/es/utils/getScrollbarSize.js | 14 + .../@material-ui/core/es/utils/index.js | 17 + .../core/es/utils/isMuiElement.js | 4 + .../core/es/utils/ownerDocument.js | 3 + .../@material-ui/core/es/utils/ownerWindow.js | 5 + .../core/es/utils/requirePropFactory.js | 17 + .../@material-ui/core/es/utils/scrollLeft.js | 76 + .../@material-ui/core/es/utils/setRef.js | 8 + .../core/es/utils/unstable_useId.js | 18 + .../core/es/utils/unsupportedProp.js | 13 + .../core/es/utils/useControlled.js | 37 + .../core/es/utils/useEventCallback.js | 15 + .../@material-ui/core/es/utils/useForkRef.js | 19 + .../core/es/utils/useIsFocusVisible.js | 160 + .../core/es/withMobileDialog/index.js | 1 + .../es/withMobileDialog/withMobileDialog.js | 28 + .../@material-ui/core/es/withWidth/index.js | 2 + .../core/es/withWidth/withWidth.js | 118 + .../core/esm/Accordion/Accordion.js | 225 + .../core/esm/Accordion/AccordionContext.js | 13 + .../@material-ui/core/esm/Accordion/index.js | 1 + .../esm/AccordionActions/AccordionActions.js | 64 + .../core/esm/AccordionActions/index.js | 1 + .../esm/AccordionDetails/AccordionDetails.js | 50 + .../core/esm/AccordionDetails/index.js | 1 + .../esm/AccordionSummary/AccordionSummary.js | 191 + .../core/esm/AccordionSummary/index.js | 1 + .../@material-ui/core/esm/AppBar/AppBar.js | 145 + .../@material-ui/core/esm/AppBar/index.js | 1 + .../@material-ui/core/esm/Avatar/Avatar.js | 247 + .../@material-ui/core/esm/Avatar/index.js | 1 + .../core/esm/Backdrop/Backdrop.js | 96 + .../@material-ui/core/esm/Backdrop/index.js | 1 + .../@material-ui/core/esm/Badge/Badge.js | 289 + .../@material-ui/core/esm/Badge/index.js | 1 + .../esm/BottomNavigation/BottomNavigation.js | 105 + .../core/esm/BottomNavigation/index.js | 1 + .../BottomNavigationAction.js | 157 + .../core/esm/BottomNavigationAction/index.js | 1 + node_modules/@material-ui/core/esm/Box/Box.js | 11 + .../@material-ui/core/esm/Box/index.js | 1 + .../esm/Breadcrumbs/BreadcrumbCollapsed.js | 60 + .../core/esm/Breadcrumbs/Breadcrumbs.js | 188 + .../core/esm/Breadcrumbs/index.js | 1 + .../@material-ui/core/esm/Button/Button.js | 437 + .../@material-ui/core/esm/Button/index.js | 1 + .../core/esm/ButtonBase/ButtonBase.js | 495 + .../core/esm/ButtonBase/Ripple.js | 99 + .../core/esm/ButtonBase/TouchRipple.js | 313 + .../@material-ui/core/esm/ButtonBase/index.js | 1 + .../core/esm/ButtonGroup/ButtonGroup.js | 315 + .../core/esm/ButtonGroup/index.js | 1 + .../@material-ui/core/esm/Card/Card.js | 56 + .../@material-ui/core/esm/Card/index.js | 1 + .../core/esm/CardActionArea/CardActionArea.js | 88 + .../core/esm/CardActionArea/index.js | 1 + .../core/esm/CardActions/CardActions.js | 63 + .../core/esm/CardActions/index.js | 1 + .../core/esm/CardContent/CardContent.js | 60 + .../core/esm/CardContent/index.js | 1 + .../core/esm/CardHeader/CardHeader.js | 162 + .../@material-ui/core/esm/CardHeader/index.js | 1 + .../core/esm/CardMedia/CardMedia.js | 108 + .../@material-ui/core/esm/CardMedia/index.js | 1 + .../core/esm/Checkbox/Checkbox.js | 204 + .../@material-ui/core/esm/Checkbox/index.js | 1 + .../@material-ui/core/esm/Chip/Chip.js | 522 + .../@material-ui/core/esm/Chip/index.js | 1 + .../esm/CircularProgress/CircularProgress.js | 244 + .../core/esm/CircularProgress/index.js | 1 + .../ClickAwayListener/ClickAwayListener.js | 186 + .../core/esm/ClickAwayListener/index.js | 1 + .../core/esm/Collapse/Collapse.js | 315 + .../@material-ui/core/esm/Collapse/index.js | 1 + .../core/esm/Container/Container.js | 142 + .../@material-ui/core/esm/Container/index.js | 1 + .../core/esm/CssBaseline/CssBaseline.js | 87 + .../core/esm/CssBaseline/index.js | 1 + .../@material-ui/core/esm/Dialog/Dialog.js | 419 + .../@material-ui/core/esm/Dialog/index.js | 1 + .../core/esm/DialogActions/DialogActions.js | 65 + .../core/esm/DialogActions/index.js | 1 + .../core/esm/DialogContent/DialogContent.js | 71 + .../core/esm/DialogContent/index.js | 1 + .../DialogContentText/DialogContentText.js | 39 + .../core/esm/DialogContentText/index.js | 1 + .../core/esm/DialogTitle/DialogTitle.js | 62 + .../core/esm/DialogTitle/index.js | 1 + .../@material-ui/core/esm/Divider/Divider.js | 145 + .../@material-ui/core/esm/Divider/index.js | 1 + .../@material-ui/core/esm/Drawer/Drawer.js | 279 + .../@material-ui/core/esm/Drawer/index.js | 1 + .../core/esm/ExpansionPanel/ExpansionPanel.js | 240 + .../ExpansionPanel/ExpansionPanelContext.js | 13 + .../core/esm/ExpansionPanel/index.js | 1 + .../ExpansionPanelActions.js | 79 + .../core/esm/ExpansionPanelActions/index.js | 1 + .../ExpansionPanelDetails.js | 65 + .../core/esm/ExpansionPanelDetails/index.js | 1 + .../ExpansionPanelSummary.js | 207 + .../core/esm/ExpansionPanelSummary/index.js | 1 + node_modules/@material-ui/core/esm/Fab/Fab.js | 243 + .../@material-ui/core/esm/Fab/index.js | 1 + .../@material-ui/core/esm/Fade/Fade.js | 193 + .../@material-ui/core/esm/Fade/index.js | 1 + .../core/esm/FilledInput/FilledInput.js | 343 + .../core/esm/FilledInput/index.js | 1 + .../core/esm/FormControl/FormControl.js | 287 + .../esm/FormControl/FormControlContext.js | 15 + .../core/esm/FormControl/formControlState.js | 16 + .../core/esm/FormControl/index.js | 2 + .../core/esm/FormControl/useFormControl.js | 5 + .../esm/FormControlLabel/FormControlLabel.js | 174 + .../core/esm/FormControlLabel/index.js | 1 + .../core/esm/FormGroup/FormGroup.js | 67 + .../@material-ui/core/esm/FormGroup/index.js | 1 + .../core/esm/FormHelperText/FormHelperText.js | 156 + .../core/esm/FormHelperText/index.js | 1 + .../core/esm/FormLabel/FormLabel.js | 149 + .../@material-ui/core/esm/FormLabel/index.js | 1 + .../@material-ui/core/esm/Grid/Grid.js | 391 + .../@material-ui/core/esm/Grid/index.js | 1 + .../core/esm/GridList/GridList.js | 111 + .../@material-ui/core/esm/GridList/index.js | 1 + .../core/esm/GridListTile/GridListTile.js | 162 + .../core/esm/GridListTile/index.js | 1 + .../esm/GridListTileBar/GridListTileBar.js | 156 + .../core/esm/GridListTileBar/index.js | 1 + .../@material-ui/core/esm/Grow/Grow.js | 253 + .../@material-ui/core/esm/Grow/index.js | 1 + .../@material-ui/core/esm/Hidden/Hidden.js | 150 + .../@material-ui/core/esm/Hidden/HiddenCss.js | 159 + .../@material-ui/core/esm/Hidden/HiddenJs.js | 149 + .../@material-ui/core/esm/Hidden/index.js | 1 + .../@material-ui/core/esm/Icon/Icon.js | 118 + .../@material-ui/core/esm/Icon/index.js | 1 + .../core/esm/IconButton/IconButton.js | 199 + .../@material-ui/core/esm/IconButton/index.js | 1 + .../@material-ui/core/esm/Input/Input.js | 289 + .../@material-ui/core/esm/Input/index.js | 1 + .../core/esm/InputAdornment/InputAdornment.js | 144 + .../core/esm/InputAdornment/index.js | 1 + .../core/esm/InputBase/InputBase.js | 652 + .../@material-ui/core/esm/InputBase/index.js | 1 + .../@material-ui/core/esm/InputBase/utils.js | 29 + .../core/esm/InputLabel/InputLabel.js | 205 + .../@material-ui/core/esm/InputLabel/index.js | 1 + .../core/esm/LinearProgress/LinearProgress.js | 301 + .../core/esm/LinearProgress/index.js | 1 + .../@material-ui/core/esm/Link/Link.js | 182 + .../@material-ui/core/esm/Link/index.js | 1 + .../@material-ui/core/esm/List/List.js | 100 + .../@material-ui/core/esm/List/ListContext.js | 12 + .../@material-ui/core/esm/List/index.js | 1 + .../core/esm/ListItem/ListItem.js | 302 + .../@material-ui/core/esm/ListItem/index.js | 1 + .../core/esm/ListItemAvatar/ListItemAvatar.js | 59 + .../core/esm/ListItemAvatar/index.js | 1 + .../core/esm/ListItemIcon/ListItemIcon.js | 64 + .../core/esm/ListItemIcon/index.js | 1 + .../ListItemSecondaryAction.js | 55 + .../core/esm/ListItemSecondaryAction/index.js | 1 + .../core/esm/ListItemText/ListItemText.js | 142 + .../core/esm/ListItemText/index.js | 1 + .../core/esm/ListSubheader/ListSubheader.js | 118 + .../core/esm/ListSubheader/index.js | 1 + .../@material-ui/core/esm/Menu/Menu.js | 272 + .../@material-ui/core/esm/Menu/index.js | 1 + .../core/esm/MenuItem/MenuItem.js | 133 + .../@material-ui/core/esm/MenuItem/index.js | 1 + .../core/esm/MenuList/MenuList.js | 307 + .../@material-ui/core/esm/MenuList/index.js | 1 + .../core/esm/MobileStepper/MobileStepper.js | 158 + .../core/esm/MobileStepper/index.js | 1 + .../@material-ui/core/esm/Modal/Modal.js | 395 + .../core/esm/Modal/ModalManager.js | 252 + .../core/esm/Modal/SimpleBackdrop.js | 52 + .../@material-ui/core/esm/Modal/index.js | 2 + .../core/esm/NativeSelect/NativeSelect.js | 215 + .../esm/NativeSelect/NativeSelectInput.js | 93 + .../core/esm/NativeSelect/index.js | 1 + .../@material-ui/core/esm/NoSsr/NoSsr.js | 68 + .../@material-ui/core/esm/NoSsr/index.js | 1 + .../core/esm/OutlinedInput/NotchedOutline.js | 164 + .../core/esm/OutlinedInput/OutlinedInput.js | 311 + .../core/esm/OutlinedInput/index.js | 1 + .../@material-ui/core/esm/Paper/Paper.js | 113 + .../@material-ui/core/esm/Paper/index.js | 1 + .../@material-ui/core/esm/Popover/Popover.js | 548 + .../@material-ui/core/esm/Popover/index.js | 1 + .../@material-ui/core/esm/Popper/Popper.js | 312 + .../@material-ui/core/esm/Popper/index.js | 1 + .../@material-ui/core/esm/Portal/Portal.js | 106 + .../@material-ui/core/esm/Portal/index.js | 1 + .../@material-ui/core/esm/Radio/Radio.js | 201 + .../core/esm/Radio/RadioButtonIcon.js | 70 + .../@material-ui/core/esm/Radio/index.js | 1 + .../core/esm/RadioGroup/RadioGroup.js | 102 + .../core/esm/RadioGroup/RadioGroupContext.js | 12 + .../@material-ui/core/esm/RadioGroup/index.js | 2 + .../core/esm/RadioGroup/useRadioGroup.js | 5 + .../@material-ui/core/esm/RootRef/RootRef.js | 112 + .../@material-ui/core/esm/RootRef/index.js | 1 + .../ScopedCssBaseline/ScopedCssBaseline.js | 55 + .../core/esm/ScopedCssBaseline/index.js | 1 + .../@material-ui/core/esm/Select/Select.js | 257 + .../core/esm/Select/SelectInput.js | 584 + .../@material-ui/core/esm/Select/index.js | 1 + .../@material-ui/core/esm/Slide/Slide.js | 286 + .../@material-ui/core/esm/Slide/index.js | 1 + .../@material-ui/core/esm/Slider/Slider.js | 1080 + .../core/esm/Slider/ValueLabel.js | 75 + .../@material-ui/core/esm/Slider/index.js | 1 + .../core/esm/Snackbar/Snackbar.js | 399 + .../@material-ui/core/esm/Snackbar/index.js | 1 + .../esm/SnackbarContent/SnackbarContent.js | 99 + .../core/esm/SnackbarContent/index.js | 1 + .../@material-ui/core/esm/Step/Step.js | 134 + .../@material-ui/core/esm/Step/index.js | 1 + .../core/esm/StepButton/StepButton.js | 138 + .../@material-ui/core/esm/StepButton/index.js | 1 + .../core/esm/StepConnector/StepConnector.js | 103 + .../core/esm/StepConnector/index.js | 1 + .../core/esm/StepContent/StepContent.js | 117 + .../core/esm/StepContent/index.js | 1 + .../core/esm/StepIcon/StepIcon.js | 123 + .../@material-ui/core/esm/StepIcon/index.js | 1 + .../core/esm/StepLabel/StepLabel.js | 186 + .../@material-ui/core/esm/StepLabel/index.js | 1 + .../@material-ui/core/esm/Stepper/Stepper.js | 134 + .../@material-ui/core/esm/Stepper/index.js | 1 + .../@material-ui/core/esm/SvgIcon/SvgIcon.js | 162 + .../@material-ui/core/esm/SvgIcon/index.js | 1 + .../core/esm/SwipeableDrawer/SwipeArea.js | 79 + .../esm/SwipeableDrawer/SwipeableDrawer.js | 604 + .../core/esm/SwipeableDrawer/index.js | 1 + .../@material-ui/core/esm/Switch/Switch.js | 301 + .../@material-ui/core/esm/Switch/index.js | 1 + node_modules/@material-ui/core/esm/Tab/Tab.js | 258 + .../@material-ui/core/esm/Tab/index.js | 1 + .../esm/TabScrollButton/TabScrollButton.js | 99 + .../core/esm/TabScrollButton/index.js | 1 + .../@material-ui/core/esm/Table/Table.js | 103 + .../core/esm/Table/TableContext.js | 12 + .../core/esm/Table/Tablelvl2Context.js | 12 + .../@material-ui/core/esm/Table/index.js | 1 + .../core/esm/TableBody/TableBody.js | 60 + .../@material-ui/core/esm/TableBody/index.js | 1 + .../core/esm/TableCell/TableCell.js | 235 + .../@material-ui/core/esm/TableCell/index.js | 1 + .../core/esm/TableContainer/TableContainer.js | 53 + .../core/esm/TableContainer/index.js | 1 + .../core/esm/TableFooter/TableFooter.js | 60 + .../core/esm/TableFooter/index.js | 1 + .../core/esm/TableHead/TableHead.js | 60 + .../@material-ui/core/esm/TableHead/index.js | 1 + .../esm/TablePagination/TablePagination.js | 320 + .../TablePagination/TablePaginationActions.js | 86 + .../core/esm/TablePagination/index.js | 1 + .../core/esm/TableRow/TableRow.js | 103 + .../@material-ui/core/esm/TableRow/index.js | 1 + .../core/esm/TableSortLabel/TableSortLabel.js | 130 + .../core/esm/TableSortLabel/index.js | 1 + .../core/esm/Tabs/ScrollbarSize.js | 56 + .../core/esm/Tabs/TabIndicator.js | 71 + .../@material-ui/core/esm/Tabs/Tabs.js | 609 + .../@material-ui/core/esm/Tabs/index.js | 1 + .../core/esm/TextField/TextField.js | 372 + .../@material-ui/core/esm/TextField/index.js | 1 + .../esm/TextareaAutosize/TextareaAutosize.js | 209 + .../core/esm/TextareaAutosize/index.js | 1 + .../@material-ui/core/esm/Toolbar/Toolbar.js | 88 + .../@material-ui/core/esm/Toolbar/index.js | 1 + .../@material-ui/core/esm/Tooltip/Tooltip.js | 659 + .../@material-ui/core/esm/Tooltip/index.js | 1 + .../core/esm/Typography/Typography.js | 254 + .../@material-ui/core/esm/Typography/index.js | 1 + .../Unstable_TrapFocus/Unstable_TrapFocus.js | 207 + .../core/esm/Unstable_TrapFocus/index.js | 1 + .../@material-ui/core/esm/Zoom/Zoom.js | 194 + .../@material-ui/core/esm/Zoom/index.js | 1 + .../@material-ui/core/esm/colors/amber.js | 17 + .../@material-ui/core/esm/colors/blue.js | 17 + .../@material-ui/core/esm/colors/blueGrey.js | 17 + .../@material-ui/core/esm/colors/brown.js | 17 + .../@material-ui/core/esm/colors/common.js | 5 + .../@material-ui/core/esm/colors/cyan.js | 17 + .../core/esm/colors/deepOrange.js | 17 + .../core/esm/colors/deepPurple.js | 17 + .../@material-ui/core/esm/colors/green.js | 17 + .../@material-ui/core/esm/colors/grey.js | 17 + .../@material-ui/core/esm/colors/index.js | 20 + .../@material-ui/core/esm/colors/indigo.js | 17 + .../@material-ui/core/esm/colors/lightBlue.js | 17 + .../core/esm/colors/lightGreen.js | 17 + .../@material-ui/core/esm/colors/lime.js | 17 + .../@material-ui/core/esm/colors/orange.js | 17 + .../@material-ui/core/esm/colors/pink.js | 17 + .../@material-ui/core/esm/colors/purple.js | 17 + .../@material-ui/core/esm/colors/red.js | 17 + .../@material-ui/core/esm/colors/teal.js | 17 + .../@material-ui/core/esm/colors/yellow.js | 17 + node_modules/@material-ui/core/esm/index.js | 253 + .../core/esm/internal/SwitchBase.js | 245 + .../@material-ui/core/esm/internal/animate.js | 50 + .../esm/internal/svg-icons/ArrowDownward.js | 9 + .../esm/internal/svg-icons/ArrowDropDown.js | 9 + .../core/esm/internal/svg-icons/Cancel.js | 9 + .../core/esm/internal/svg-icons/CheckBox.js | 9 + .../svg-icons/CheckBoxOutlineBlank.js | 9 + .../esm/internal/svg-icons/CheckCircle.js | 9 + .../core/esm/internal/svg-icons/Close.js | 9 + .../svg-icons/IndeterminateCheckBox.js | 9 + .../internal/svg-icons/KeyboardArrowLeft.js | 9 + .../internal/svg-icons/KeyboardArrowRight.js | 9 + .../core/esm/internal/svg-icons/MoreHoriz.js | 9 + .../core/esm/internal/svg-icons/Person.js | 9 + .../internal/svg-icons/RadioButtonChecked.js | 9 + .../svg-icons/RadioButtonUnchecked.js | 9 + .../core/esm/internal/svg-icons/Warning.js | 9 + .../@material-ui/core/esm/locale/index.js | 1876 + .../core/esm/styles/MuiThemeProvider.js | 15 + .../core/esm/styles/colorManipulator.js | 280 + .../core/esm/styles/createBreakpoints.js | 67 + .../core/esm/styles/createMixins.js | 41 + .../esm/styles/createMuiStrictModeTheme.js | 11 + .../core/esm/styles/createMuiTheme.js | 89 + .../core/esm/styles/createPalette.js | 230 + .../core/esm/styles/createSpacing.js | 63 + .../core/esm/styles/createStyles.js | 14 + .../core/esm/styles/createTypography.js | 96 + .../@material-ui/core/esm/styles/cssUtils.js | 126 + .../core/esm/styles/defaultTheme.js | 3 + .../@material-ui/core/esm/styles/index.js | 13 + .../core/esm/styles/makeStyles.js | 12 + .../core/esm/styles/responsiveFontSizes.js | 71 + .../@material-ui/core/esm/styles/shadows.js | 11 + .../@material-ui/core/esm/styles/shape.js | 4 + .../@material-ui/core/esm/styles/styled.js | 14 + .../core/esm/styles/transitions.js | 102 + .../@material-ui/core/esm/styles/useTheme.js | 13 + .../core/esm/styles/withStyles.js | 11 + .../@material-ui/core/esm/styles/withTheme.js | 6 + .../@material-ui/core/esm/styles/zIndex.js | 12 + .../core/esm/test-utils/RenderMode.js | 24 + .../core/esm/test-utils/createMount.js | 108 + .../core/esm/test-utils/createRender.js | 24 + .../core/esm/test-utils/createShallow.js | 38 + .../esm/test-utils/describeConformance.js | 239 + .../esm/test-utils/findOutermostIntrinsic.js | 21 + .../core/esm/test-utils/getClasses.js | 16 + .../@material-ui/core/esm/test-utils/index.js | 6 + .../core/esm/test-utils/testRef.js | 26 + .../@material-ui/core/esm/test-utils/until.js | 39 + .../core/esm/test-utils/unwrap.js | 3 + .../core/esm/transitions/utils.js | 12 + .../core/esm/useMediaQuery/index.js | 1 + .../core/esm/useMediaQuery/useMediaQuery.js | 88 + .../esm/useMediaQuery/useMediaQueryTheme.js | 5 + .../core/esm/useScrollTrigger/index.js | 1 + .../esm/useScrollTrigger/useScrollTrigger.js | 61 + .../@material-ui/core/esm/utils/capitalize.js | 12 + .../core/esm/utils/createChainedFunction.js | 35 + .../core/esm/utils/createSvgIcon.js | 23 + .../@material-ui/core/esm/utils/debounce.js | 28 + .../core/esm/utils/deprecatedPropType.js | 18 + .../core/esm/utils/getScrollbarSize.js | 14 + .../@material-ui/core/esm/utils/index.js | 17 + .../core/esm/utils/isMuiElement.js | 4 + .../core/esm/utils/ownerDocument.js | 3 + .../core/esm/utils/ownerWindow.js | 5 + .../core/esm/utils/requirePropFactory.js | 21 + .../@material-ui/core/esm/utils/scrollLeft.js | 76 + .../@material-ui/core/esm/utils/setRef.js | 8 + .../core/esm/utils/unstable_useId.js | 21 + .../core/esm/utils/unsupportedProp.js | 13 + .../core/esm/utils/useControlled.js | 42 + .../core/esm/utils/useEventCallback.js | 17 + .../@material-ui/core/esm/utils/useForkRef.js | 19 + .../core/esm/utils/useIsFocusVisible.js | 156 + .../core/esm/withMobileDialog/index.js | 1 + .../esm/withMobileDialog/withMobileDialog.js | 30 + .../@material-ui/core/esm/withWidth/index.js | 2 + .../core/esm/withWidth/withWidth.js | 126 + node_modules/@material-ui/core/index.d.ts | 422 + node_modules/@material-ui/core/index.js | 2466 + .../core/internal/SwitchBase.d.ts | 65 + .../@material-ui/core/internal/SwitchBase.js | 271 + .../@material-ui/core/internal/animate.js | 57 + .../core/internal/svg-icons/ArrowDownward.js | 23 + .../core/internal/svg-icons/ArrowDropDown.js | 23 + .../core/internal/svg-icons/Cancel.js | 23 + .../core/internal/svg-icons/CheckBox.js | 23 + .../svg-icons/CheckBoxOutlineBlank.js | 23 + .../core/internal/svg-icons/CheckCircle.js | 23 + .../core/internal/svg-icons/Close.js | 23 + .../svg-icons/IndeterminateCheckBox.js | 23 + .../internal/svg-icons/KeyboardArrowLeft.js | 23 + .../internal/svg-icons/KeyboardArrowRight.js | 23 + .../core/internal/svg-icons/MoreHoriz.js | 23 + .../core/internal/svg-icons/Person.js | 23 + .../internal/svg-icons/RadioButtonChecked.js | 23 + .../svg-icons/RadioButtonUnchecked.js | 23 + .../core/internal/svg-icons/Warning.js | 23 + .../@material-ui/core/locale/index.d.ts | 58 + .../@material-ui/core/locale/index.js | 1914 + node_modules/@material-ui/core/package.json | 90 + .../core/styles/MuiThemeProvider.js | 25 + .../core/styles/colorManipulator.d.ts | 17 + .../core/styles/colorManipulator.js | 306 + .../core/styles/createBreakpoints.d.ts | 27 + .../core/styles/createBreakpoints.js | 81 + .../core/styles/createMixins.d.ts | 19 + .../@material-ui/core/styles/createMixins.js | 52 + .../core/styles/createMuiStrictModeTheme.js | 22 + .../core/styles/createMuiTheme.d.ts | 47 + .../core/styles/createMuiTheme.js | 108 + .../core/styles/createPalette.d.ts | 123 + .../@material-ui/core/styles/createPalette.js | 252 + .../core/styles/createSpacing.d.ts | 20 + .../@material-ui/core/styles/createSpacing.js | 72 + .../core/styles/createStyles.d.ts | 3 + .../@material-ui/core/styles/createStyles.js | 22 + .../core/styles/createTypography.d.ts | 53 + .../core/styles/createTypography.js | 107 + .../@material-ui/core/styles/cssUtils.js | 146 + .../@material-ui/core/styles/defaultTheme.js | 14 + .../@material-ui/core/styles/index.d.ts | 34 + .../@material-ui/core/styles/index.js | 160 + .../@material-ui/core/styles/makeStyles.d.ts | 15 + .../@material-ui/core/styles/makeStyles.js | 24 + .../@material-ui/core/styles/overrides.d.ts | 218 + .../@material-ui/core/styles/package.json | 5 + .../@material-ui/core/styles/props.d.ts | 217 + .../core/styles/responsiveFontSizes.d.ts | 15 + .../core/styles/responsiveFontSizes.js | 81 + .../@material-ui/core/styles/shadows.d.ts | 29 + .../@material-ui/core/styles/shadows.js | 18 + .../@material-ui/core/styles/shape.d.ts | 9 + .../@material-ui/core/styles/shape.js | 11 + .../@material-ui/core/styles/styled.d.ts | 41 + .../@material-ui/core/styles/styled.js | 26 + .../@material-ui/core/styles/transitions.d.ts | 45 + .../@material-ui/core/styles/transitions.js | 114 + .../@material-ui/core/styles/useTheme.d.ts | 3 + .../@material-ui/core/styles/useTheme.js | 25 + .../@material-ui/core/styles/withStyles.d.ts | 52 + .../@material-ui/core/styles/withStyles.js | 23 + .../@material-ui/core/styles/withTheme.d.ts | 20 + .../@material-ui/core/styles/withTheme.js | 18 + .../@material-ui/core/styles/zIndex.d.ts | 15 + .../@material-ui/core/styles/zIndex.js | 19 + .../core/test-utils/RenderMode.js | 38 + .../core/test-utils/createMount.d.ts | 13 + .../core/test-utils/createMount.js | 123 + .../core/test-utils/createRender.d.ts | 7 + .../core/test-utils/createRender.js | 38 + .../core/test-utils/createShallow.d.ts | 9 + .../core/test-utils/createShallow.js | 48 + .../core/test-utils/describeConformance.js | 255 + .../test-utils/findOutermostIntrinsic.d.ts | 8 + .../core/test-utils/findOutermostIntrinsic.js | 30 + .../core/test-utils/getClasses.d.ts | 4 + .../core/test-utils/getClasses.js | 29 + .../@material-ui/core/test-utils/index.d.ts | 6 + .../@material-ui/core/test-utils/index.js | 63 + .../@material-ui/core/test-utils/package.json | 5 + .../@material-ui/core/test-utils/testRef.js | 39 + .../@material-ui/core/test-utils/until.d.ts | 6 + .../@material-ui/core/test-utils/until.js | 49 + .../@material-ui/core/test-utils/unwrap.d.ts | 1 + .../@material-ui/core/test-utils/unwrap.js | 10 + .../@material-ui/core/transitions/index.d.ts | 1 + .../core/transitions/transition.d.ts | 27 + .../@material-ui/core/transitions/utils.js | 23 + .../core/umd/material-ui.development.js | 38935 ++++++++++++++++ .../core/umd/material-ui.production.min.js | 46 + .../core/useMediaQuery/index.d.ts | 2 + .../@material-ui/core/useMediaQuery/index.js | 15 + .../core/useMediaQuery/package.json | 5 + .../core/useMediaQuery/useMediaQuery.d.ts | 22 + .../core/useMediaQuery/useMediaQuery.js | 102 + .../useMediaQuery/useMediaQueryTheme.d.ts | 3 + .../core/useMediaQuery/useMediaQueryTheme.js | 15 + .../core/useScrollTrigger/index.d.ts | 1 + .../core/useScrollTrigger/index.js | 15 + .../core/useScrollTrigger/package.json | 5 + .../useScrollTrigger/useScrollTrigger.d.ts | 7 + .../core/useScrollTrigger/useScrollTrigger.js | 73 + .../@material-ui/core/utils/capitalize.d.ts | 1 + .../@material-ui/core/utils/capitalize.js | 20 + .../core/utils/createChainedFunction.d.ts | 5 + .../core/utils/createChainedFunction.js | 42 + .../core/utils/createSvgIcon.d.ts | 3 + .../@material-ui/core/utils/createSvgIcon.js | 34 + .../@material-ui/core/utils/debounce.d.ts | 8 + .../@material-ui/core/utils/debounce.js | 35 + .../core/utils/deprecatedPropType.d.ts | 1 + .../core/utils/deprecatedPropType.js | 25 + .../core/utils/getScrollbarSize.js | 21 + .../@material-ui/core/utils/index.d.ts | 15 + node_modules/@material-ui/core/utils/index.js | 135 + .../@material-ui/core/utils/isMuiElement.d.ts | 12 + .../@material-ui/core/utils/isMuiElement.js | 14 + .../core/utils/ownerDocument.d.ts | 1 + .../@material-ui/core/utils/ownerDocument.js | 10 + .../@material-ui/core/utils/ownerWindow.d.ts | 1 + .../@material-ui/core/utils/ownerWindow.js | 15 + .../@material-ui/core/utils/package.json | 5 + .../core/utils/requirePropFactory.d.ts | 1 + .../core/utils/requirePropFactory.js | 28 + .../@material-ui/core/utils/scrollLeft.js | 84 + .../@material-ui/core/utils/setRef.d.ts | 16 + .../@material-ui/core/utils/setRef.js | 15 + .../@material-ui/core/utils/unstable_useId.js | 30 + .../core/utils/unsupportedProp.d.ts | 7 + .../core/utils/unsupportedProp.js | 20 + .../core/utils/useControlled.d.ts | 22 + .../@material-ui/core/utils/useControlled.js | 52 + .../core/utils/useEventCallback.d.ts | 5 + .../core/utils/useEventCallback.js | 27 + .../@material-ui/core/utils/useForkRef.d.ts | 1 + .../@material-ui/core/utils/useForkRef.js | 32 + .../core/utils/useIsFocusVisible.d.ts | 5 + .../core/utils/useIsFocusVisible.js | 168 + .../core/withMobileDialog/index.d.ts | 2 + .../core/withMobileDialog/index.js | 15 + .../core/withMobileDialog/package.json | 5 + .../withMobileDialog/withMobileDialog.d.ts | 20 + .../core/withMobileDialog/withMobileDialog.js | 45 + .../@material-ui/core/withWidth/index.d.ts | 2 + .../@material-ui/core/withWidth/index.js | 27 + .../@material-ui/core/withWidth/package.json | 5 + .../core/withWidth/withWidth.d.ts | 33 + .../@material-ui/core/withWidth/withWidth.js | 151 + node_modules/@material-ui/styles/CHANGELOG.md | 13500 ++++++ node_modules/@material-ui/styles/LICENSE | 21 + node_modules/@material-ui/styles/README.md | 19 + .../ServerStyleSheets/ServerStyleSheets.d.ts | 11 + .../ServerStyleSheets/ServerStyleSheets.js | 66 + .../styles/ServerStyleSheets/index.d.ts | 2 + .../styles/ServerStyleSheets/index.js | 15 + .../styles/ServerStyleSheets/package.json | 5 + .../styles/StylesProvider/StylesProvider.d.ts | 24 + .../styles/StylesProvider/StylesProvider.js | 171 + .../styles/StylesProvider/index.d.ts | 2 + .../styles/StylesProvider/index.js | 27 + .../styles/StylesProvider/package.json | 5 + .../styles/ThemeProvider/ThemeProvider.d.ts | 9 + .../styles/ThemeProvider/ThemeProvider.js | 90 + .../styles/ThemeProvider/index.d.ts | 2 + .../styles/ThemeProvider/index.js | 15 + .../styles/ThemeProvider/nested.js | 11 + .../styles/ThemeProvider/package.json | 5 + .../createGenerateClassName.d.ts | 9 + .../createGenerateClassName.js | 81 + .../createGenerateClassNameHash.js | 86 + .../styles/createGenerateClassName/index.d.ts | 2 + .../styles/createGenerateClassName/index.js | 15 + .../createGenerateClassName/package.json | 5 + .../styles/createStyles/createStyles.d.ts | 16 + .../styles/createStyles/createStyles.js | 10 + .../styles/createStyles/index.d.ts | 2 + .../@material-ui/styles/createStyles/index.js | 15 + .../styles/createStyles/package.json | 5 + .../styles/defaultTheme/index.d.ts | 4 + .../es/ServerStyleSheets/ServerStyleSheets.js | 39 + .../styles/es/ServerStyleSheets/index.js | 1 + .../es/StylesProvider/StylesProvider.js | 147 + .../styles/es/StylesProvider/index.js | 2 + .../styles/es/ThemeProvider/ThemeProvider.js | 74 + .../styles/es/ThemeProvider/index.js | 1 + .../styles/es/ThemeProvider/nested.js | 2 + .../createGenerateClassName.js | 70 + .../createGenerateClassNameHash.js | 75 + .../es/createGenerateClassName/index.js | 1 + .../styles/es/createStyles/createStyles.js | 3 + .../styles/es/createStyles/index.js | 1 + .../es/getStylesCreator/getStylesCreator.js | 51 + .../styles/es/getStylesCreator/index.js | 1 + .../styles/es/getStylesCreator/noopTheme.js | 3 + .../styles/es/getThemeProps/getThemeProps.js | 25 + .../styles/es/getThemeProps/index.js | 1 + node_modules/@material-ui/styles/es/index.js | 40 + .../@material-ui/styles/es/jssPreset/index.js | 1 + .../styles/es/jssPreset/jssPreset.js | 16 + .../styles/es/makeStyles/index.js | 1 + .../styles/es/makeStyles/indexCounter.js | 21 + .../styles/es/makeStyles/makeStyles.js | 257 + .../styles/es/makeStyles/multiKeyStore.js | 22 + .../styles/es/mergeClasses/index.js | 1 + .../styles/es/mergeClasses/mergeClasses.js | 39 + .../@material-ui/styles/es/styled/index.js | 1 + .../@material-ui/styles/es/styled/styled.js | 153 + .../styles/es/useTheme/ThemeContext.js | 8 + .../@material-ui/styles/es/useTheme/index.js | 1 + .../styles/es/useTheme/useTheme.js | 12 + .../styles/es/withStyles/index.js | 1 + .../styles/es/withStyles/withStyles.js | 122 + .../@material-ui/styles/es/withTheme/index.js | 2 + .../styles/es/withTheme/withTheme.js | 66 + .../ServerStyleSheets/ServerStyleSheets.js | 54 + .../styles/esm/ServerStyleSheets/index.js | 1 + .../esm/StylesProvider/StylesProvider.js | 147 + .../styles/esm/StylesProvider/index.js | 2 + .../styles/esm/ThemeProvider/ThemeProvider.js | 72 + .../styles/esm/ThemeProvider/index.js | 1 + .../styles/esm/ThemeProvider/nested.js | 2 + .../createGenerateClassName.js | 72 + .../createGenerateClassNameHash.js | 77 + .../esm/createGenerateClassName/index.js | 1 + .../styles/esm/createStyles/createStyles.js | 3 + .../styles/esm/createStyles/index.js | 1 + .../esm/getStylesCreator/getStylesCreator.js | 52 + .../styles/esm/getStylesCreator/index.js | 1 + .../styles/esm/getStylesCreator/noopTheme.js | 3 + .../styles/esm/getThemeProps/getThemeProps.js | 23 + .../styles/esm/getThemeProps/index.js | 1 + node_modules/@material-ui/styles/esm/index.js | 45 + .../styles/esm/jssPreset/index.js | 1 + .../styles/esm/jssPreset/jssPreset.js | 16 + .../styles/esm/makeStyles/index.js | 1 + .../styles/esm/makeStyles/indexCounter.js | 21 + .../styles/esm/makeStyles/makeStyles.js | 261 + .../styles/esm/makeStyles/multiKeyStore.js | 22 + .../styles/esm/mergeClasses/index.js | 1 + .../styles/esm/mergeClasses/mergeClasses.js | 38 + .../@material-ui/styles/esm/styled/index.js | 1 + .../@material-ui/styles/esm/styled/styled.js | 155 + .../styles/esm/useTheme/ThemeContext.js | 8 + .../@material-ui/styles/esm/useTheme/index.js | 1 + .../styles/esm/useTheme/useTheme.js | 12 + .../styles/esm/withStyles/index.js | 1 + .../styles/esm/withStyles/withStyles.js | 123 + .../styles/esm/withTheme/index.js | 2 + .../styles/esm/withTheme/withTheme.js | 63 + .../getStylesCreator/getStylesCreator.d.ts | 11 + .../getStylesCreator/getStylesCreator.js | 63 + .../styles/getStylesCreator/index.d.ts | 2 + .../styles/getStylesCreator/index.js | 15 + .../styles/getStylesCreator/noopTheme.js | 10 + .../styles/getStylesCreator/package.json | 5 + .../styles/getThemeProps/getThemeProps.d.ts | 15 + .../styles/getThemeProps/getThemeProps.js | 30 + .../styles/getThemeProps/index.d.ts | 2 + .../styles/getThemeProps/index.js | 15 + .../styles/getThemeProps/package.json | 5 + node_modules/@material-ui/styles/index.d.ts | 40 + node_modules/@material-ui/styles/index.js | 289 + .../@material-ui/styles/jssPreset/index.d.ts | 2 + .../@material-ui/styles/jssPreset/index.js | 15 + .../styles/jssPreset/jssPreset.d.ts | 3 + .../styles/jssPreset/jssPreset.js | 32 + .../styles/jssPreset/package.json | 5 + .../@material-ui/styles/makeStyles/index.d.ts | 2 + .../@material-ui/styles/makeStyles/index.js | 15 + .../styles/makeStyles/indexCounter.js | 29 + .../styles/makeStyles/makeStyles.d.ts | 19 + .../styles/makeStyles/makeStyles.js | 285 + .../styles/makeStyles/multiKeyStore.js | 29 + .../styles/makeStyles/package.json | 5 + .../styles/mergeClasses/index.d.ts | 2 + .../@material-ui/styles/mergeClasses/index.js | 15 + .../styles/mergeClasses/mergeClasses.d.ts | 13 + .../styles/mergeClasses/mergeClasses.js | 49 + .../styles/mergeClasses/package.json | 5 + node_modules/@material-ui/styles/package.json | 94 + .../@material-ui/styles/styled/index.d.ts | 2 + .../@material-ui/styles/styled/index.js | 15 + .../@material-ui/styles/styled/package.json | 5 + .../@material-ui/styles/styled/styled.d.ts | 39 + .../@material-ui/styles/styled/styled.js | 170 + .../styles/useTheme/ThemeContext.js | 19 + .../@material-ui/styles/useTheme/index.d.ts | 2 + .../@material-ui/styles/useTheme/index.js | 15 + .../@material-ui/styles/useTheme/package.json | 5 + .../styles/useTheme/useTheme.d.ts | 3 + .../@material-ui/styles/useTheme/useTheme.js | 23 + .../@material-ui/styles/withStyles/index.d.ts | 2 + .../@material-ui/styles/withStyles/index.js | 15 + .../styles/withStyles/package.json | 5 + .../styles/withStyles/withStyles.d.ts | 130 + .../styles/withStyles/withStyles.js | 143 + .../@material-ui/styles/withTheme/index.d.ts | 2 + .../@material-ui/styles/withTheme/index.js | 27 + .../styles/withTheme/package.json | 5 + .../styles/withTheme/withTheme.d.ts | 36 + .../styles/withTheme/withTheme.js | 82 + node_modules/@material-ui/system/CHANGELOG.md | 13500 ++++++ node_modules/@material-ui/system/LICENSE | 21 + node_modules/@material-ui/system/README.md | 19 + node_modules/@material-ui/system/borders.js | 64 + .../@material-ui/system/breakpoints.js | 96 + node_modules/@material-ui/system/compose.js | 56 + node_modules/@material-ui/system/css.js | 49 + node_modules/@material-ui/system/display.js | 49 + .../@material-ui/system/es/borders.js | 46 + .../@material-ui/system/es/breakpoints.js | 74 + .../@material-ui/system/es/compose.js | 35 + node_modules/@material-ui/system/es/css.js | 35 + .../@material-ui/system/es/display.js | 27 + .../@material-ui/system/es/flexbox.js | 43 + node_modules/@material-ui/system/es/grid.js | 40 + node_modules/@material-ui/system/es/index.js | 22 + .../@material-ui/system/es/memoize.js | 10 + node_modules/@material-ui/system/es/merge.js | 14 + .../@material-ui/system/es/palette.js | 13 + .../@material-ui/system/es/positions.js | 22 + .../system/es/responsivePropType.js | 3 + .../@material-ui/system/es/shadows.js | 6 + node_modules/@material-ui/system/es/sizing.js | 46 + .../@material-ui/system/es/spacing.js | 128 + node_modules/@material-ui/system/es/style.js | 63 + .../@material-ui/system/es/typography.js | 29 + .../@material-ui/system/esm/borders.js | 46 + .../@material-ui/system/esm/breakpoints.js | 79 + .../@material-ui/system/esm/compose.js | 45 + node_modules/@material-ui/system/esm/css.js | 36 + .../@material-ui/system/esm/display.js | 29 + .../@material-ui/system/esm/flexbox.js | 43 + node_modules/@material-ui/system/esm/grid.js | 40 + node_modules/@material-ui/system/esm/index.js | 27 + .../@material-ui/system/esm/memoize.js | 10 + node_modules/@material-ui/system/esm/merge.js | 14 + .../@material-ui/system/esm/palette.js | 13 + .../@material-ui/system/esm/positions.js | 22 + .../system/esm/responsivePropType.js | 3 + .../@material-ui/system/esm/shadows.js | 6 + .../@material-ui/system/esm/sizing.js | 46 + .../@material-ui/system/esm/spacing.js | 139 + node_modules/@material-ui/system/esm/style.js | 61 + .../@material-ui/system/esm/typography.js | 29 + node_modules/@material-ui/system/flexbox.js | 68 + node_modules/@material-ui/system/grid.js | 64 + node_modules/@material-ui/system/index.d.ts | 206 + node_modules/@material-ui/system/index.js | 230 + node_modules/@material-ui/system/memoize.js | 17 + node_modules/@material-ui/system/merge.js | 22 + node_modules/@material-ui/system/package.json | 82 + node_modules/@material-ui/system/palette.js | 27 + node_modules/@material-ui/system/positions.js | 42 + .../@material-ui/system/responsivePropType.js | 14 + node_modules/@material-ui/system/shadows.js | 17 + node_modules/@material-ui/system/sizing.js | 66 + node_modules/@material-ui/system/spacing.js | 156 + node_modules/@material-ui/system/style.js | 73 + .../@material-ui/system/typography.js | 48 + node_modules/@material-ui/types/README.md | 1 + node_modules/@material-ui/types/index.d.ts | 64 + node_modules/@material-ui/types/package.json | 74 + node_modules/@material-ui/utils/CHANGELOG.md | 13458 ++++++ .../@material-ui/utils/HTMLElementType.js | 25 + node_modules/@material-ui/utils/LICENSE | 21 + node_modules/@material-ui/utils/README.md | 1 + .../@material-ui/utils/chainPropTypes.js | 18 + node_modules/@material-ui/utils/deepmerge.js | 41 + .../@material-ui/utils/elementAcceptingRef.js | 55 + .../utils/elementTypeAcceptingRef.js | 55 + .../@material-ui/utils/es/HTMLElementType.js | 18 + .../@material-ui/utils/es/chainPropTypes.js | 9 + .../@material-ui/utils/es/deepmerge.js | 26 + .../utils/es/elementAcceptingRef.js | 45 + .../utils/es/elementTypeAcceptingRef.js | 42 + .../@material-ui/utils/es/exactProp.js | 23 + .../utils/es/formatMuiErrorMessage.js | 22 + .../@material-ui/utils/es/getDisplayName.js | 61 + node_modules/@material-ui/utils/es/index.js | 10 + .../@material-ui/utils/es/ponyfillGlobal.js | 3 + node_modules/@material-ui/utils/es/refType.js | 3 + .../@material-ui/utils/esm/HTMLElementType.js | 18 + .../@material-ui/utils/esm/chainPropTypes.js | 11 + .../@material-ui/utils/esm/deepmerge.js | 28 + .../utils/esm/elementAcceptingRef.js | 44 + .../utils/esm/elementTypeAcceptingRef.js | 41 + .../@material-ui/utils/esm/exactProp.js | 26 + .../utils/esm/formatMuiErrorMessage.js | 22 + .../@material-ui/utils/esm/getDisplayName.js | 63 + node_modules/@material-ui/utils/esm/index.js | 15 + .../@material-ui/utils/esm/ponyfillGlobal.js | 3 + .../@material-ui/utils/esm/refType.js | 3 + node_modules/@material-ui/utils/exactProp.js | 40 + .../utils/formatMuiErrorMessage.js | 29 + .../@material-ui/utils/getDisplayName.js | 77 + node_modules/@material-ui/utils/index.js | 92 + node_modules/@material-ui/utils/package.json | 73 + .../@material-ui/utils/ponyfillGlobal.js | 12 + node_modules/@material-ui/utils/refType.js | 15 + node_modules/@types/prop-types/LICENSE | 21 + node_modules/@types/prop-types/README.md | 16 + node_modules/@types/prop-types/index.d.ts | 92 + node_modules/@types/prop-types/package.json | 61 + .../react-transition-group/CSSTransition.d.ts | 45 + .../@types/react-transition-group/LICENSE | 21 + .../@types/react-transition-group/README.md | 16 + .../SwitchTransition.d.ts | 49 + .../react-transition-group/Transition.d.ts | 246 + .../TransitionGroup.d.ts | 80 + .../@types/react-transition-group/config.d.ts | 6 + .../@types/react-transition-group/index.d.ts | 15 + .../react-transition-group/package.json | 71 + node_modules/@types/react/LICENSE | 21 + node_modules/@types/react/README.md | 16 + node_modules/@types/react/experimental.d.ts | 192 + node_modules/@types/react/global.d.ts | 151 + node_modules/@types/react/index.d.ts | 3175 ++ .../@types/react/jsx-dev-runtime.d.ts | 2 + node_modules/@types/react/jsx-runtime.d.ts | 2 + .../@types/react/node_modules/csstype/LICENSE | 19 + .../react/node_modules/csstype/README.md | 273 + .../react/node_modules/csstype/index.d.ts | 20235 ++++++++ .../react/node_modules/csstype/index.js.flow | 6146 +++ .../react/node_modules/csstype/package.json | 97 + node_modules/@types/react/package.json | 156 + node_modules/clsx/clsx.d.ts | 11 + node_modules/clsx/dist/clsx.js | 40 + node_modules/clsx/dist/clsx.m.js | 40 + node_modules/clsx/dist/clsx.min.js | 1 + node_modules/clsx/license | 9 + node_modules/clsx/package.json | 72 + node_modules/clsx/readme.md | 86 + node_modules/css-vendor/LICENSE | 8 + node_modules/css-vendor/changelog.md | 154 + .../css-vendor/dist/css-vendor.cjs.js | 582 + .../css-vendor/dist/css-vendor.esm.js | 573 + node_modules/css-vendor/dist/css-vendor.js | 609 + .../css-vendor/dist/css-vendor.min.js | 1 + node_modules/css-vendor/package.json | 129 + node_modules/css-vendor/readme.md | 42 + node_modules/csstype/LICENSE | 19 + node_modules/csstype/README.md | 220 + node_modules/csstype/index.d.ts | 37420 +++++++++++++++ node_modules/csstype/index.js.flow | 6028 +++ node_modules/csstype/package.json | 93 + node_modules/dom-helpers/LICENSE | 21 + node_modules/dom-helpers/README.md | 70 + .../dom-helpers/activeElement/package.json | 7 + .../dom-helpers/addClass/package.json | 7 + .../dom-helpers/addEventListener/package.json | 7 + node_modules/dom-helpers/animate/package.json | 7 + .../dom-helpers/animationFrame/package.json | 7 + .../dom-helpers/camelize/package.json | 7 + .../dom-helpers/camelizeStyle/package.json | 7 + .../dom-helpers/canUseDOM/package.json | 7 + .../dom-helpers/cjs/activeElement.d.ts | 6 + node_modules/dom-helpers/cjs/activeElement.js | 34 + node_modules/dom-helpers/cjs/addClass.d.ts | 1 + node_modules/dom-helpers/cjs/addClass.js | 14 + .../dom-helpers/cjs/addEventListener.d.ts | 11 + .../dom-helpers/cjs/addEventListener.js | 62 + node_modules/dom-helpers/cjs/animate.d.ts | 19 + node_modules/dom-helpers/cjs/animate.js | 103 + .../dom-helpers/cjs/animationFrame.d.ts | 2 + .../dom-helpers/cjs/animationFrame.js | 52 + node_modules/dom-helpers/cjs/camelize.d.ts | 1 + node_modules/dom-helpers/cjs/camelize.js | 13 + .../dom-helpers/cjs/camelizeStyle.d.ts | 2 + node_modules/dom-helpers/cjs/camelizeStyle.js | 21 + node_modules/dom-helpers/cjs/canUseDOM.d.ts | 2 + node_modules/dom-helpers/cjs/canUseDOM.js | 9 + node_modules/dom-helpers/cjs/closest.d.ts | 1 + node_modules/dom-helpers/cjs/closest.js | 22 + node_modules/dom-helpers/cjs/contains.d.ts | 1 + node_modules/dom-helpers/cjs/contains.js | 14 + node_modules/dom-helpers/cjs/css.d.ts | 6 + node_modules/dom-helpers/cjs/css.js | 43 + .../dom-helpers/cjs/filterEventHandler.d.ts | 2 + .../dom-helpers/cjs/filterEventHandler.js | 23 + .../dom-helpers/cjs/getComputedStyle.d.ts | 1 + .../dom-helpers/cjs/getComputedStyle.js | 14 + .../dom-helpers/cjs/getScrollAccessor.d.ts | 4 + .../dom-helpers/cjs/getScrollAccessor.js | 30 + node_modules/dom-helpers/cjs/hasClass.d.ts | 1 + node_modules/dom-helpers/cjs/hasClass.js | 11 + node_modules/dom-helpers/cjs/height.d.ts | 1 + node_modules/dom-helpers/cjs/height.js | 17 + node_modules/dom-helpers/cjs/hyphenate.d.ts | 1 + node_modules/dom-helpers/cjs/hyphenate.js | 11 + .../dom-helpers/cjs/hyphenateStyle.d.ts | 7 + .../dom-helpers/cjs/hyphenateStyle.js | 21 + node_modules/dom-helpers/cjs/index.d.ts | 71 + node_modules/dom-helpers/cjs/index.js | 161 + node_modules/dom-helpers/cjs/isDocument.d.ts | 1 + node_modules/dom-helpers/cjs/isDocument.js | 10 + node_modules/dom-helpers/cjs/isTransform.d.ts | 2 + node_modules/dom-helpers/cjs/isTransform.js | 11 + node_modules/dom-helpers/cjs/isWindow.d.ts | 1 + node_modules/dom-helpers/cjs/isWindow.js | 16 + node_modules/dom-helpers/cjs/listen.d.ts | 3 + node_modules/dom-helpers/cjs/listen.js | 21 + node_modules/dom-helpers/cjs/matches.d.ts | 1 + node_modules/dom-helpers/cjs/matches.js | 20 + node_modules/dom-helpers/cjs/offset.d.ts | 6 + node_modules/dom-helpers/cjs/offset.js | 37 + .../dom-helpers/cjs/offsetParent.d.ts | 1 + node_modules/dom-helpers/cjs/offsetParent.js | 27 + .../dom-helpers/cjs/ownerDocument.d.ts | 1 + node_modules/dom-helpers/cjs/ownerDocument.js | 10 + node_modules/dom-helpers/cjs/ownerWindow.d.ts | 1 + node_modules/dom-helpers/cjs/ownerWindow.js | 15 + node_modules/dom-helpers/cjs/position.d.ts | 6 + node_modules/dom-helpers/cjs/position.js | 53 + .../dom-helpers/cjs/querySelectorAll.d.ts | 1 + .../dom-helpers/cjs/querySelectorAll.js | 11 + node_modules/dom-helpers/cjs/removeClass.d.ts | 1 + node_modules/dom-helpers/cjs/removeClass.js | 21 + .../dom-helpers/cjs/removeEventListener.d.ts | 3 + .../dom-helpers/cjs/removeEventListener.js | 17 + node_modules/dom-helpers/cjs/scrollLeft.d.ts | 5 + node_modules/dom-helpers/cjs/scrollLeft.js | 13 + .../dom-helpers/cjs/scrollParent.d.ts | 7 + node_modules/dom-helpers/cjs/scrollParent.js | 41 + node_modules/dom-helpers/cjs/scrollTo.d.ts | 1 + node_modules/dom-helpers/cjs/scrollTo.js | 51 + node_modules/dom-helpers/cjs/scrollTop.d.ts | 5 + node_modules/dom-helpers/cjs/scrollTop.js | 13 + .../dom-helpers/cjs/scrollbarSize.d.ts | 1 + node_modules/dom-helpers/cjs/scrollbarSize.js | 30 + node_modules/dom-helpers/cjs/toggleClass.d.ts | 1 + node_modules/dom-helpers/cjs/toggleClass.js | 18 + .../dom-helpers/cjs/transitionEnd.d.ts | 2 + node_modules/dom-helpers/cjs/transitionEnd.js | 54 + node_modules/dom-helpers/cjs/types.d.ts | 8 + node_modules/dom-helpers/cjs/width.d.ts | 1 + node_modules/dom-helpers/cjs/width.js | 17 + node_modules/dom-helpers/closest/package.json | 7 + .../dom-helpers/contains/package.json | 7 + node_modules/dom-helpers/css/package.json | 7 + .../dom-helpers/esm/activeElement.d.ts | 6 + node_modules/dom-helpers/esm/activeElement.js | 25 + node_modules/dom-helpers/esm/addClass.d.ts | 1 + node_modules/dom-helpers/esm/addClass.js | 4 + .../dom-helpers/esm/addEventListener.d.ts | 11 + .../dom-helpers/esm/addEventListener.js | 51 + node_modules/dom-helpers/esm/animate.d.ts | 19 + node_modules/dom-helpers/esm/animate.js | 90 + .../dom-helpers/esm/animationFrame.d.ts | 2 + .../dom-helpers/esm/animationFrame.js | 42 + node_modules/dom-helpers/esm/camelize.d.ts | 1 + node_modules/dom-helpers/esm/camelize.js | 6 + .../dom-helpers/esm/camelizeStyle.d.ts | 2 + node_modules/dom-helpers/esm/camelizeStyle.js | 10 + node_modules/dom-helpers/esm/canUseDOM.d.ts | 2 + node_modules/dom-helpers/esm/canUseDOM.js | 1 + node_modules/dom-helpers/esm/closest.d.ts | 1 + node_modules/dom-helpers/esm/closest.js | 12 + node_modules/dom-helpers/esm/contains.d.ts | 1 + node_modules/dom-helpers/esm/contains.js | 7 + node_modules/dom-helpers/esm/css.d.ts | 6 + node_modules/dom-helpers/esm/css.js | 32 + .../dom-helpers/esm/filterEventHandler.d.ts | 2 + .../dom-helpers/esm/filterEventHandler.js | 12 + .../dom-helpers/esm/getComputedStyle.d.ts | 1 + .../dom-helpers/esm/getComputedStyle.js | 4 + .../dom-helpers/esm/getScrollAccessor.d.ts | 4 + .../dom-helpers/esm/getScrollAccessor.js | 20 + node_modules/dom-helpers/esm/hasClass.d.ts | 1 + node_modules/dom-helpers/esm/hasClass.js | 4 + node_modules/dom-helpers/esm/height.d.ts | 1 + node_modules/dom-helpers/esm/height.js | 6 + node_modules/dom-helpers/esm/hyphenate.d.ts | 1 + node_modules/dom-helpers/esm/hyphenate.js | 4 + .../dom-helpers/esm/hyphenateStyle.d.ts | 7 + .../dom-helpers/esm/hyphenateStyle.js | 10 + node_modules/dom-helpers/esm/index.d.ts | 71 + node_modules/dom-helpers/esm/index.js | 64 + node_modules/dom-helpers/esm/isDocument.d.ts | 1 + node_modules/dom-helpers/esm/isDocument.js | 3 + node_modules/dom-helpers/esm/isTransform.d.ts | 2 + node_modules/dom-helpers/esm/isTransform.js | 4 + node_modules/dom-helpers/esm/isWindow.d.ts | 1 + node_modules/dom-helpers/esm/isWindow.js | 6 + node_modules/dom-helpers/esm/listen.d.ts | 3 + node_modules/dom-helpers/esm/listen.js | 11 + node_modules/dom-helpers/esm/matches.d.ts | 1 + node_modules/dom-helpers/esm/matches.js | 13 + node_modules/dom-helpers/esm/offset.d.ts | 6 + node_modules/dom-helpers/esm/offset.js | 24 + .../dom-helpers/esm/offsetParent.d.ts | 1 + node_modules/dom-helpers/esm/offsetParent.js | 17 + .../dom-helpers/esm/ownerDocument.d.ts | 1 + node_modules/dom-helpers/esm/ownerDocument.js | 3 + node_modules/dom-helpers/esm/ownerWindow.d.ts | 1 + node_modules/dom-helpers/esm/ownerWindow.js | 5 + node_modules/dom-helpers/esm/position.d.ts | 6 + node_modules/dom-helpers/esm/position.js | 39 + .../dom-helpers/esm/querySelectorAll.d.ts | 1 + .../dom-helpers/esm/querySelectorAll.js | 4 + node_modules/dom-helpers/esm/removeClass.d.ts | 1 + node_modules/dom-helpers/esm/removeClass.js | 14 + .../dom-helpers/esm/removeEventListener.d.ts | 3 + .../dom-helpers/esm/removeEventListener.js | 10 + node_modules/dom-helpers/esm/scrollLeft.d.ts | 5 + node_modules/dom-helpers/esm/scrollLeft.js | 2 + .../dom-helpers/esm/scrollParent.d.ts | 7 + node_modules/dom-helpers/esm/scrollParent.js | 29 + node_modules/dom-helpers/esm/scrollTo.d.ts | 1 + node_modules/dom-helpers/esm/scrollTo.js | 36 + node_modules/dom-helpers/esm/scrollTop.d.ts | 5 + node_modules/dom-helpers/esm/scrollTop.js | 2 + .../dom-helpers/esm/scrollbarSize.d.ts | 1 + node_modules/dom-helpers/esm/scrollbarSize.js | 19 + node_modules/dom-helpers/esm/toggleClass.d.ts | 1 + node_modules/dom-helpers/esm/toggleClass.js | 6 + .../dom-helpers/esm/transitionEnd.d.ts | 2 + node_modules/dom-helpers/esm/transitionEnd.js | 44 + node_modules/dom-helpers/esm/types.d.ts | 8 + node_modules/dom-helpers/esm/width.d.ts | 1 + node_modules/dom-helpers/esm/width.js | 6 + .../filterEventHandler/package.json | 7 + .../dom-helpers/getComputedStyle/package.json | 7 + .../getScrollAccessor/package.json | 7 + .../dom-helpers/hasClass/package.json | 7 + node_modules/dom-helpers/height/package.json | 7 + .../dom-helpers/hyphenate/package.json | 7 + .../dom-helpers/hyphenateStyle/package.json | 7 + .../dom-helpers/isDocument/package.json | 7 + .../dom-helpers/isTransform/package.json | 7 + .../dom-helpers/isWindow/package.json | 7 + node_modules/dom-helpers/listen/package.json | 7 + node_modules/dom-helpers/matches/package.json | 7 + .../dom-helpers/node_modules/csstype/LICENSE | 19 + .../node_modules/csstype/README.md | 273 + .../node_modules/csstype/index.d.ts | 20235 ++++++++ .../node_modules/csstype/index.js.flow | 6146 +++ .../node_modules/csstype/package.json | 97 + node_modules/dom-helpers/offset/package.json | 7 + .../dom-helpers/offsetParent/package.json | 7 + .../dom-helpers/ownerDocument/package.json | 7 + .../dom-helpers/ownerWindow/package.json | 7 + node_modules/dom-helpers/package.json | 71 + .../dom-helpers/position/package.json | 7 + .../dom-helpers/querySelectorAll/package.json | 7 + .../dom-helpers/removeClass/package.json | 7 + .../removeEventListener/package.json | 7 + .../dom-helpers/scrollLeft/package.json | 7 + .../dom-helpers/scrollParent/package.json | 7 + .../dom-helpers/scrollTo/package.json | 7 + .../dom-helpers/scrollTop/package.json | 7 + .../dom-helpers/scrollbarSize/package.json | 7 + .../dom-helpers/toggleClass/package.json | 7 + .../dom-helpers/transitionEnd/package.json | 7 + node_modules/dom-helpers/width/package.json | 7 + .../hoist-non-react-statics/CHANGELOG.md | 37 + .../hoist-non-react-statics/LICENSE.md | 29 + .../hoist-non-react-statics/README.md | 55 + .../dist/hoist-non-react-statics.cjs.js | 103 + .../dist/hoist-non-react-statics.js | 449 + .../dist/hoist-non-react-statics.min.js | 1 + .../node_modules/react-is/LICENSE | 21 + .../node_modules/react-is/README.md | 104 + .../node_modules/react-is/build-info.json | 8 + .../react-is/cjs/react-is.development.js | 181 + .../react-is/cjs/react-is.production.min.js | 15 + .../node_modules/react-is/index.js | 7 + .../node_modules/react-is/package.json | 52 + .../react-is/umd/react-is.development.js | 181 + .../react-is/umd/react-is.production.min.js | 13 + .../hoist-non-react-statics/package.json | 88 + .../hoist-non-react-statics/src/index.js | 104 + node_modules/hyphenate-style-name/LICENSE | 28 + node_modules/hyphenate-style-name/README.md | 28 + .../hyphenate-style-name/index.cjs.js | 21 + node_modules/hyphenate-style-name/index.js | 19 + .../hyphenate-style-name/package.json | 70 + node_modules/indefinite-observable/AUTHORS | 8 + .../indefinite-observable/CHANGELOG.md | 42 + .../indefinite-observable/CONTRIBUTING.md | 31 + node_modules/indefinite-observable/LICENSE | 202 + node_modules/indefinite-observable/README.md | 95 + .../dist/IndefiniteObservable.d.ts | 49 + .../dist/IndefiniteObservable.js | 75 + .../dist/IndefiniteObservable.js.map | 1 + .../dist/indefinite-observable.bundle.js | 156 + .../indefinite-observable/dist/index.d.ts | 19 + .../indefinite-observable/dist/index.js | 19 + .../indefinite-observable/dist/index.js.map | 1 + .../indefinite-observable/dist/types.d.ts | 29 + .../indefinite-observable/dist/types.js | 16 + .../indefinite-observable/dist/types.js.map | 1 + .../dist/wrapWithObserver.d.ts | 26 + .../dist/wrapWithObserver.js | 35 + .../dist/wrapWithObserver.js.map | 1 + .../indefinite-observable/package.json | 96 + .../indefinite-observable/rollupPlugins.js | 237 + .../src/IndefiniteObservable.ts | 91 + .../indefinite-observable/src/index.ts | 21 + .../indefinite-observable/src/types.ts | 34 + .../src/wrapWithObserver.ts | 40 + .../indefinite-observable/tsconfig.json | 23 + node_modules/is-in-browser/.babelrc | 16 + node_modules/is-in-browser/.eslintrc | 10 + node_modules/is-in-browser/.npmignore | 3 + node_modules/is-in-browser/dist/index.d.ts | 2 + node_modules/is-in-browser/dist/index.js | 11 + node_modules/is-in-browser/dist/module.js | 5 + node_modules/is-in-browser/package.json | 69 + node_modules/is-in-browser/readme.md | 19 + node_modules/is-in-browser/src/index.d.ts | 2 + node_modules/is-in-browser/src/index.js | 5 + node_modules/is-in-browser/test/test1.js | 8 + node_modules/js-tokens/CHANGELOG.md | 151 + node_modules/js-tokens/LICENSE | 21 + node_modules/js-tokens/README.md | 240 + node_modules/js-tokens/index.js | 23 + node_modules/js-tokens/package.json | 64 + node_modules/jss-plugin-camel-case/LICENSE | 8 + .../dist/jss-plugin-camel-case.bundle.js | 80 + .../dist/jss-plugin-camel-case.cjs.js | 72 + .../dist/jss-plugin-camel-case.cjs.js.flow | 3 + .../dist/jss-plugin-camel-case.esm.js | 64 + .../dist/jss-plugin-camel-case.js | 91 + .../dist/jss-plugin-camel-case.js.map | 1 + .../dist/jss-plugin-camel-case.min.js | 1 + .../jss-plugin-camel-case/package.json | 72 + node_modules/jss-plugin-camel-case/readme.md | 26 + .../jss-plugin-camel-case/src/index.d.ts | 3 + .../jss-plugin-camel-case/src/index.js | 63 + node_modules/jss-plugin-default-unit/LICENSE | 8 + .../dist/jss-plugin-default-unit.bundle.js | 2487 + .../dist/jss-plugin-default-unit.cjs.js | 255 + .../dist/jss-plugin-default-unit.cjs.js.flow | 3 + .../dist/jss-plugin-default-unit.esm.js | 251 + .../dist/jss-plugin-default-unit.js | 260 + .../dist/jss-plugin-default-unit.js.map | 1 + .../dist/jss-plugin-default-unit.min.js | 1 + .../jss-plugin-default-unit/package.json | 75 + .../jss-plugin-default-unit/readme.md | 26 + .../src/defaultUnits.js | 184 + .../jss-plugin-default-unit/src/index.d.ts | 5 + .../jss-plugin-default-unit/src/index.js | 78 + node_modules/jss-plugin-global/LICENSE | 8 + .../dist/jss-plugin-global.bundle.js | 2405 + .../dist/jss-plugin-global.cjs.js | 193 + .../dist/jss-plugin-global.cjs.js.flow | 3 + .../dist/jss-plugin-global.esm.js | 185 + .../dist/jss-plugin-global.js | 211 + .../dist/jss-plugin-global.js.map | 1 + .../dist/jss-plugin-global.min.js | 1 + node_modules/jss-plugin-global/package.json | 72 + node_modules/jss-plugin-global/readme.md | 26 + node_modules/jss-plugin-global/src/index.d.ts | 3 + node_modules/jss-plugin-global/src/index.js | 187 + node_modules/jss-plugin-nested/LICENSE | 8 + .../dist/jss-plugin-nested.bundle.js | 146 + .../dist/jss-plugin-nested.cjs.js | 122 + .../dist/jss-plugin-nested.cjs.js.flow | 3 + .../dist/jss-plugin-nested.esm.js | 113 + .../dist/jss-plugin-nested.js | 157 + .../dist/jss-plugin-nested.js.map | 1 + .../dist/jss-plugin-nested.min.js | 1 + node_modules/jss-plugin-nested/package.json | 73 + node_modules/jss-plugin-nested/readme.md | 26 + node_modules/jss-plugin-nested/src/index.d.ts | 3 + node_modules/jss-plugin-nested/src/index.js | 117 + node_modules/jss-plugin-props-sort/LICENSE | 8 + .../dist/jss-plugin-props-sort.bundle.js | 28 + .../dist/jss-plugin-props-sort.cjs.js | 32 + .../dist/jss-plugin-props-sort.cjs.js.flow | 3 + .../dist/jss-plugin-props-sort.esm.js | 28 + .../dist/jss-plugin-props-sort.js | 39 + .../dist/jss-plugin-props-sort.js.map | 1 + .../dist/jss-plugin-props-sort.min.js | 1 + .../jss-plugin-props-sort/package.json | 69 + node_modules/jss-plugin-props-sort/readme.md | 26 + .../jss-plugin-props-sort/src/index.d.ts | 3 + .../jss-plugin-props-sort/src/index.js | 27 + .../jss-plugin-rule-value-function/LICENSE | 8 + .../jss-plugin-rule-value-function.bundle.js | 2288 + .../jss-plugin-rule-value-function.cjs.js | 76 + ...jss-plugin-rule-value-function.cjs.js.flow | 3 + .../jss-plugin-rule-value-function.esm.js | 68 + .../dist/jss-plugin-rule-value-function.js | 94 + .../jss-plugin-rule-value-function.js.map | 1 + .../jss-plugin-rule-value-function.min.js | 1 + .../package.json | 76 + .../jss-plugin-rule-value-function/readme.md | 26 + .../src/index.d.ts | 3 + .../src/index.js | 85 + .../jss-plugin-vendor-prefixer/LICENSE | 8 + .../dist/jss-plugin-vendor-prefixer.bundle.js | 2883 ++ .../dist/jss-plugin-vendor-prefixer.cjs.js | 63 + .../jss-plugin-vendor-prefixer.cjs.js.flow | 3 + .../dist/jss-plugin-vendor-prefixer.esm.js | 59 + .../dist/jss-plugin-vendor-prefixer.js | 675 + .../dist/jss-plugin-vendor-prefixer.js.map | 1 + .../dist/jss-plugin-vendor-prefixer.min.js | 1 + .../jss-plugin-vendor-prefixer/package.json | 71 + .../jss-plugin-vendor-prefixer/readme.md | 26 + .../jss-plugin-vendor-prefixer/src/index.d.ts | 3 + .../jss-plugin-vendor-prefixer/src/index.js | 53 + node_modules/jss/LICENSE | 8 + node_modules/jss/dist/jss.bundle.js | 2320 + node_modules/jss/dist/jss.cjs.js | 2266 + node_modules/jss/dist/jss.cjs.js.flow | 3 + node_modules/jss/dist/jss.esm.js | 2243 + node_modules/jss/dist/jss.js | 2340 + node_modules/jss/dist/jss.js.map | 1 + node_modules/jss/dist/jss.min.js | 8 + node_modules/jss/node_modules/csstype/LICENSE | 19 + .../jss/node_modules/csstype/README.md | 273 + .../jss/node_modules/csstype/index.d.ts | 20235 ++++++++ .../jss/node_modules/csstype/index.js.flow | 6146 +++ .../jss/node_modules/csstype/package.json | 97 + node_modules/jss/package.json | 85 + node_modules/jss/readme.md | 26 + node_modules/jss/src/DomRenderer.js | 487 + node_modules/jss/src/Jss.js | 144 + node_modules/jss/src/PluginsRegistry.js | 140 + node_modules/jss/src/RuleList.js | 264 + node_modules/jss/src/SheetsManager.js | 71 + node_modules/jss/src/SheetsRegistry.js | 71 + node_modules/jss/src/StyleSheet.js | 213 + node_modules/jss/src/index.d.ts | 278 + node_modules/jss/src/index.js | 107 + .../jss/src/plugins/conditionalRule.js | 92 + node_modules/jss/src/plugins/fontFaceRule.js | 49 + node_modules/jss/src/plugins/index.js | 28 + node_modules/jss/src/plugins/keyframeRule.js | 27 + node_modules/jss/src/plugins/keyframesRule.js | 149 + node_modules/jss/src/plugins/simpleRule.js | 59 + node_modules/jss/src/plugins/styleRule.js | 179 + node_modules/jss/src/plugins/viewportRule.js | 40 + node_modules/jss/src/sheets.js | 11 + node_modules/jss/src/types/cssom.js | 98 + node_modules/jss/src/types/dom.js | 9 + node_modules/jss/src/types/index.js | 5 + node_modules/jss/src/types/jss.js | 219 + node_modules/jss/src/utils/cloneStyle.js | 15 + .../jss/src/utils/createGenerateId.js | 52 + node_modules/jss/src/utils/createRule.js | 26 + node_modules/jss/src/utils/escape.js | 4 + .../jss/src/utils/getDynamicStyles.js | 24 + node_modules/jss/src/utils/globalThis.js | 7 + node_modules/jss/src/utils/moduleId.js | 10 + node_modules/jss/src/utils/toCss.js | 77 + node_modules/jss/src/utils/toCssValue.js | 48 + node_modules/loose-envify/LICENSE | 21 + node_modules/loose-envify/README.md | 45 + node_modules/loose-envify/cli.js | 16 + node_modules/loose-envify/custom.js | 4 + node_modules/loose-envify/index.js | 3 + node_modules/loose-envify/loose-envify.js | 36 + node_modules/loose-envify/package.json | 68 + node_modules/loose-envify/replace.js | 65 + node_modules/object-assign/index.js | 90 + node_modules/object-assign/license | 21 + node_modules/object-assign/package.json | 74 + node_modules/object-assign/readme.md | 61 + node_modules/popper.js/README.md | 220 + .../popper.js/dist/esm/popper-utils.js | 1113 + .../popper.js/dist/esm/popper-utils.js.map | 1 + .../popper.js/dist/esm/popper-utils.min.js | 5 + .../dist/esm/popper-utils.min.js.map | 1 + node_modules/popper.js/dist/esm/popper.js | 2616 ++ node_modules/popper.js/dist/esm/popper.js.map | 1 + node_modules/popper.js/dist/esm/popper.min.js | 5 + .../popper.js/dist/esm/popper.min.js.map | 1 + node_modules/popper.js/dist/popper-utils.js | 1062 + .../popper.js/dist/popper-utils.js.map | 1 + .../popper.js/dist/popper-utils.min.js | 5 + .../popper.js/dist/popper-utils.min.js.map | 1 + node_modules/popper.js/dist/popper.js | 2462 + node_modules/popper.js/dist/popper.js.map | 1 + node_modules/popper.js/dist/popper.min.js | 5 + node_modules/popper.js/dist/popper.min.js.map | 1 + .../popper.js/dist/umd/popper-utils.js | 1151 + .../popper.js/dist/umd/popper-utils.js.map | 1 + .../popper.js/dist/umd/popper-utils.min.js | 5 + .../dist/umd/popper-utils.min.js.map | 1 + node_modules/popper.js/dist/umd/popper.js | 2624 ++ .../popper.js/dist/umd/popper.js.flow | 156 + node_modules/popper.js/dist/umd/popper.js.map | 1 + node_modules/popper.js/dist/umd/popper.min.js | 5 + .../popper.js/dist/umd/popper.min.js.map | 1 + node_modules/popper.js/index.d.ts | 179 + node_modules/popper.js/index.js.flow | 156 + node_modules/popper.js/package.json | 87 + node_modules/popper.js/src/index.js | 154 + .../popper.js/src/methods/defaults.js | 79 + node_modules/popper.js/src/methods/destroy.js | 32 + .../src/methods/disableEventListeners.js | 15 + .../src/methods/enableEventListeners.js | 18 + .../popper.js/src/methods/placements.js | 48 + node_modules/popper.js/src/methods/update.js | 75 + .../popper.js/src/modifiers/applyStyle.js | 73 + node_modules/popper.js/src/modifiers/arrow.js | 89 + .../popper.js/src/modifiers/computeStyle.js | 112 + node_modules/popper.js/src/modifiers/flip.js | 146 + node_modules/popper.js/src/modifiers/hide.js | 46 + node_modules/popper.js/src/modifiers/index.js | 369 + node_modules/popper.js/src/modifiers/inner.js | 27 + .../popper.js/src/modifiers/keepTogether.js | 26 + .../popper.js/src/modifiers/offset.js | 194 + .../src/modifiers/preventOverflow.js | 89 + node_modules/popper.js/src/modifiers/shift.js | 31 + node_modules/popper.js/src/utils/clockwise.js | 22 + .../src/utils/computeAutoPlacement.js | 74 + node_modules/popper.js/src/utils/debounce.js | 54 + node_modules/popper.js/src/utils/find.js | 18 + .../src/utils/findCommonOffsetParent.js | 52 + node_modules/popper.js/src/utils/findIndex.js | 21 + .../popper.js/src/utils/getBordersSize.js | 19 + .../popper.js/src/utils/getBoundaries.js | 81 + .../src/utils/getBoundingClientRect.js | 66 + .../popper.js/src/utils/getClientRect.js | 14 + .../src/utils/getFixedPositionOffsetParent.js | 22 + .../popper.js/src/utils/getOffsetParent.js | 40 + .../popper.js/src/utils/getOffsetRect.js | 32 + .../getOffsetRectRelativeToArbitraryNode.js | 60 + .../src/utils/getOppositePlacement.js | 11 + .../src/utils/getOppositeVariation.js | 15 + .../popper.js/src/utils/getOuterSizes.js | 18 + .../popper.js/src/utils/getParentNode.js | 13 + .../popper.js/src/utils/getPopperOffsets.js | 46 + .../popper.js/src/utils/getReferenceNode.js | 10 + .../src/utils/getReferenceOffsets.js | 19 + node_modules/popper.js/src/utils/getRoot.js | 14 + .../popper.js/src/utils/getRoundedOffsets.js | 50 + node_modules/popper.js/src/utils/getScroll.js | 20 + .../popper.js/src/utils/getScrollParent.js | 32 + .../src/utils/getStyleComputedProperty.js | 16 + .../src/utils/getSupportedPropertyName.js | 20 + ...wportOffsetRectRelativeToArtbitraryNode.js | 22 + node_modules/popper.js/src/utils/getWindow.js | 9 + .../popper.js/src/utils/getWindowSizes.js | 27 + .../popper.js/src/utils/includeScroll.js | 21 + node_modules/popper.js/src/utils/index.js | 100 + node_modules/popper.js/src/utils/isBrowser.js | 1 + node_modules/popper.js/src/utils/isFixed.js | 25 + .../popper.js/src/utils/isFunction.js | 14 + node_modules/popper.js/src/utils/isIE.js | 21 + .../popper.js/src/utils/isModifierEnabled.js | 11 + .../popper.js/src/utils/isModifierRequired.js | 38 + node_modules/popper.js/src/utils/isNumeric.js | 10 + .../popper.js/src/utils/isOffsetContainer.js | 11 + .../src/utils/removeEventListeners.js | 24 + .../popper.js/src/utils/runModifiers.js | 37 + .../popper.js/src/utils/setAttributes.js | 18 + node_modules/popper.js/src/utils/setStyles.js | 24 + .../src/utils/setupEventListeners.js | 48 + node_modules/prop-types/CHANGELOG.md | 92 + node_modules/prop-types/LICENSE | 21 + node_modules/prop-types/README.md | 296 + node_modules/prop-types/checkPropTypes.js | 102 + node_modules/prop-types/factory.js | 19 + .../prop-types/factoryWithThrowingShims.js | 64 + .../prop-types/factoryWithTypeCheckers.js | 591 + node_modules/prop-types/index.js | 19 + .../prop-types/lib/ReactPropTypesSecret.js | 12 + .../prop-types/node_modules/react-is/LICENSE | 21 + .../node_modules/react-is/README.md | 104 + .../node_modules/react-is/build-info.json | 8 + .../react-is/cjs/react-is.development.js | 181 + .../react-is/cjs/react-is.production.min.js | 15 + .../prop-types/node_modules/react-is/index.js | 7 + .../node_modules/react-is/package.json | 52 + .../react-is/umd/react-is.development.js | 181 + .../react-is/umd/react-is.production.min.js | 13 + node_modules/prop-types/package.json | 90 + node_modules/prop-types/prop-types.js | 1337 + node_modules/prop-types/prop-types.min.js | 1 + node_modules/react-is/LICENSE | 21 + node_modules/react-is/README.md | 104 + node_modules/react-is/build-info.json | 8 + .../react-is/cjs/react-is.development.js | 226 + .../react-is/cjs/react-is.production.min.js | 14 + node_modules/react-is/index.js | 7 + node_modules/react-is/package.json | 53 + .../react-is/umd/react-is.development.js | 225 + .../react-is/umd/react-is.production.min.js | 14 + .../CSSTransition/package.json | 6 + node_modules/react-transition-group/LICENSE | 30 + node_modules/react-transition-group/README.md | 34 + .../ReplaceTransition/package.json | 6 + .../SwitchTransition/package.json | 6 + .../Transition/package.json | 6 + .../TransitionGroup/package.json | 6 + .../TransitionGroupContext/package.json | 6 + .../cjs/CSSTransition.js | 429 + .../cjs/ReplaceTransition.js | 152 + .../cjs/SwitchTransition.js | 269 + .../react-transition-group/cjs/Transition.js | 635 + .../cjs/TransitionGroup.js | 205 + .../cjs/TransitionGroupContext.js | 13 + .../react-transition-group/cjs/config.js | 9 + .../react-transition-group/cjs/index.js | 30 + .../cjs/utils/ChildMapping.js | 150 + .../cjs/utils/PropTypes.js | 28 + .../cjs/utils/SimpleSet.js | 37 + .../config/package.json | 6 + .../dist/react-transition-group.js | 2826 ++ .../dist/react-transition-group.min.js | 9 + .../esm/CSSTransition.js | 412 + .../esm/ReplaceTransition.js | 136 + .../esm/SwitchTransition.js | 257 + .../react-transition-group/esm/Transition.js | 613 + .../esm/TransitionGroup.js | 189 + .../esm/TransitionGroupContext.js | 2 + .../react-transition-group/esm/config.js | 3 + .../react-transition-group/esm/index.js | 6 + .../esm/utils/ChildMapping.js | 140 + .../esm/utils/PropTypes.js | 18 + .../esm/utils/SimpleSet.js | 31 + .../react-transition-group/package.json | 91 + node_modules/regenerator-runtime/LICENSE | 21 + node_modules/regenerator-runtime/README.md | 31 + node_modules/regenerator-runtime/package.json | 47 + node_modules/regenerator-runtime/path.js | 11 + node_modules/regenerator-runtime/runtime.js | 748 + node_modules/symbol-observable/CHANGELOG.md | 136 + node_modules/symbol-observable/es/index.js | 19 + node_modules/symbol-observable/es/ponyfill.js | 17 + node_modules/symbol-observable/index.d.ts | 12 + node_modules/symbol-observable/index.js | 1 + node_modules/symbol-observable/lib/index.js | 29 + .../symbol-observable/lib/ponyfill.js | 23 + node_modules/symbol-observable/license | 22 + node_modules/symbol-observable/package.json | 81 + node_modules/symbol-observable/readme.md | 31 + node_modules/tiny-warning/LICENSE | 21 + node_modules/tiny-warning/README.md | 68 + .../tiny-warning/dist/tiny-warning.cjs.js | 22 + .../dist/tiny-warning.cjs.js.flow | 3 + .../tiny-warning/dist/tiny-warning.esm.js | 20 + .../tiny-warning/dist/tiny-warning.js | 27 + .../tiny-warning/dist/tiny-warning.min.js | 1 + node_modules/tiny-warning/package.json | 84 + node_modules/tiny-warning/src/index.d.ts | 1 + node_modules/tiny-warning/src/index.js | 30 + package-lock.json | 341 + 2655 files changed, 432872 insertions(+) create mode 100644 github-user-card/.gitignore create mode 100644 github-user-card/README.md create mode 100644 github-user-card/package-lock.json create mode 100644 github-user-card/package.json create mode 100644 github-user-card/public/favicon.ico create mode 100644 github-user-card/public/index.html create mode 100644 github-user-card/public/manifest.json create mode 100644 github-user-card/public/robots.txt create mode 100644 github-user-card/src/App.css create mode 100644 github-user-card/src/App.js create mode 100644 github-user-card/src/App.test.js create mode 100644 github-user-card/src/components/GithubCard.js create mode 100644 github-user-card/src/index.css create mode 100644 github-user-card/src/index.js create mode 100644 github-user-card/src/reportWebVitals.js create mode 100644 github-user-card/src/setupTests.js create mode 120000 node_modules/.bin/loose-envify create mode 100644 node_modules/@babel/runtime/LICENSE create mode 100644 node_modules/@babel/runtime/README.md create mode 100644 node_modules/@babel/runtime/helpers/AsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/AwaitValue.js create mode 100644 node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js create mode 100644 node_modules/@babel/runtime/helpers/arrayLikeToArray.js create mode 100644 node_modules/@babel/runtime/helpers/arrayWithHoles.js create mode 100644 node_modules/@babel/runtime/helpers/arrayWithoutHoles.js create mode 100644 node_modules/@babel/runtime/helpers/assertThisInitialized.js create mode 100644 node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js create mode 100644 node_modules/@babel/runtime/helpers/asyncIterator.js create mode 100644 node_modules/@babel/runtime/helpers/asyncToGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/classCallCheck.js create mode 100644 node_modules/@babel/runtime/helpers/classNameTDZError.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldGet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldSet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateMethodGet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateMethodSet.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js create mode 100644 node_modules/@babel/runtime/helpers/construct.js create mode 100644 node_modules/@babel/runtime/helpers/createClass.js create mode 100644 node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js create mode 100644 node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js create mode 100644 node_modules/@babel/runtime/helpers/createSuper.js create mode 100644 node_modules/@babel/runtime/helpers/decorate.js create mode 100644 node_modules/@babel/runtime/helpers/defaults.js create mode 100644 node_modules/@babel/runtime/helpers/defineEnumerableProperties.js create mode 100644 node_modules/@babel/runtime/helpers/defineProperty.js create mode 100644 node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/AwaitValue.js create mode 100644 node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js create mode 100644 node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js create mode 100644 node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js create mode 100644 node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js create mode 100644 node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js create mode 100644 node_modules/@babel/runtime/helpers/esm/asyncIterator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classCallCheck.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classNameTDZError.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/construct.js create mode 100644 node_modules/@babel/runtime/helpers/esm/createClass.js create mode 100644 node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/createSuper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/decorate.js create mode 100644 node_modules/@babel/runtime/helpers/esm/defaults.js create mode 100644 node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js create mode 100644 node_modules/@babel/runtime/helpers/esm/defineProperty.js create mode 100644 node_modules/@babel/runtime/helpers/esm/extends.js create mode 100644 node_modules/@babel/runtime/helpers/esm/get.js create mode 100644 node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js create mode 100644 node_modules/@babel/runtime/helpers/esm/inherits.js create mode 100644 node_modules/@babel/runtime/helpers/esm/inheritsLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js create mode 100644 node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/instanceof.js create mode 100644 node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js create mode 100644 node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js create mode 100644 node_modules/@babel/runtime/helpers/esm/isNativeFunction.js create mode 100644 node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js create mode 100644 node_modules/@babel/runtime/helpers/esm/iterableToArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js create mode 100644 node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/jsx.js create mode 100644 node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js create mode 100644 node_modules/@babel/runtime/helpers/esm/newArrowCheck.js create mode 100644 node_modules/@babel/runtime/helpers/esm/nonIterableRest.js create mode 100644 node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectSpread.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectSpread2.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/package.json create mode 100644 node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js create mode 100644 node_modules/@babel/runtime/helpers/esm/readOnlyError.js create mode 100644 node_modules/@babel/runtime/helpers/esm/set.js create mode 100644 node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js create mode 100644 node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js create mode 100644 node_modules/@babel/runtime/helpers/esm/slicedToArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/superPropBase.js create mode 100644 node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js create mode 100644 node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/tdz.js create mode 100644 node_modules/@babel/runtime/helpers/esm/temporalRef.js create mode 100644 node_modules/@babel/runtime/helpers/esm/temporalUndefined.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toConsumableArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toPrimitive.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toPropertyKey.js create mode 100644 node_modules/@babel/runtime/helpers/esm/typeof.js create mode 100644 node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/wrapRegExp.js create mode 100644 node_modules/@babel/runtime/helpers/esm/writeOnlyError.js create mode 100644 node_modules/@babel/runtime/helpers/extends.js create mode 100644 node_modules/@babel/runtime/helpers/get.js create mode 100644 node_modules/@babel/runtime/helpers/getPrototypeOf.js create mode 100644 node_modules/@babel/runtime/helpers/inherits.js create mode 100644 node_modules/@babel/runtime/helpers/inheritsLoose.js create mode 100644 node_modules/@babel/runtime/helpers/initializerDefineProperty.js create mode 100644 node_modules/@babel/runtime/helpers/initializerWarningHelper.js create mode 100644 node_modules/@babel/runtime/helpers/instanceof.js create mode 100644 node_modules/@babel/runtime/helpers/interopRequireDefault.js create mode 100644 node_modules/@babel/runtime/helpers/interopRequireWildcard.js create mode 100644 node_modules/@babel/runtime/helpers/isNativeFunction.js create mode 100644 node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js create mode 100644 node_modules/@babel/runtime/helpers/iterableToArray.js create mode 100644 node_modules/@babel/runtime/helpers/iterableToArrayLimit.js create mode 100644 node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js create mode 100644 node_modules/@babel/runtime/helpers/jsx.js create mode 100644 node_modules/@babel/runtime/helpers/maybeArrayLike.js create mode 100644 node_modules/@babel/runtime/helpers/newArrowCheck.js create mode 100644 node_modules/@babel/runtime/helpers/nonIterableRest.js create mode 100644 node_modules/@babel/runtime/helpers/nonIterableSpread.js create mode 100644 node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js create mode 100644 node_modules/@babel/runtime/helpers/objectSpread.js create mode 100644 node_modules/@babel/runtime/helpers/objectSpread2.js create mode 100644 node_modules/@babel/runtime/helpers/objectWithoutProperties.js create mode 100644 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js create mode 100644 node_modules/@babel/runtime/helpers/possibleConstructorReturn.js create mode 100644 node_modules/@babel/runtime/helpers/readOnlyError.js create mode 100644 node_modules/@babel/runtime/helpers/set.js create mode 100644 node_modules/@babel/runtime/helpers/setPrototypeOf.js create mode 100644 node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js create mode 100644 node_modules/@babel/runtime/helpers/slicedToArray.js create mode 100644 node_modules/@babel/runtime/helpers/slicedToArrayLoose.js create mode 100644 node_modules/@babel/runtime/helpers/superPropBase.js create mode 100644 node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js create mode 100644 node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js create mode 100644 node_modules/@babel/runtime/helpers/tdz.js create mode 100644 node_modules/@babel/runtime/helpers/temporalRef.js create mode 100644 node_modules/@babel/runtime/helpers/temporalUndefined.js create mode 100644 node_modules/@babel/runtime/helpers/toArray.js create mode 100644 node_modules/@babel/runtime/helpers/toConsumableArray.js create mode 100644 node_modules/@babel/runtime/helpers/toPrimitive.js create mode 100644 node_modules/@babel/runtime/helpers/toPropertyKey.js create mode 100644 node_modules/@babel/runtime/helpers/typeof.js create mode 100644 node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js create mode 100644 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/wrapNativeSuper.js create mode 100644 node_modules/@babel/runtime/helpers/wrapRegExp.js create mode 100644 node_modules/@babel/runtime/helpers/writeOnlyError.js create mode 100644 node_modules/@babel/runtime/package.json create mode 100644 node_modules/@babel/runtime/regenerator/index.js create mode 100644 node_modules/@emotion/hash/CHANGELOG.md create mode 100644 node_modules/@emotion/hash/LICENSE create mode 100644 node_modules/@emotion/hash/README.md create mode 100644 node_modules/@emotion/hash/dist/hash.browser.cjs.js create mode 100644 node_modules/@emotion/hash/dist/hash.browser.esm.js create mode 100644 node_modules/@emotion/hash/dist/hash.cjs.dev.js create mode 100644 node_modules/@emotion/hash/dist/hash.cjs.js create mode 100644 node_modules/@emotion/hash/dist/hash.cjs.js.flow create mode 100644 node_modules/@emotion/hash/dist/hash.cjs.prod.js create mode 100644 node_modules/@emotion/hash/dist/hash.esm.js create mode 100644 node_modules/@emotion/hash/package.json create mode 100644 node_modules/@emotion/hash/src/index.js create mode 100644 node_modules/@emotion/hash/types/index.d.ts create mode 100644 node_modules/@emotion/hash/types/tests.ts create mode 100644 node_modules/@emotion/hash/types/tsconfig.json create mode 100644 node_modules/@emotion/hash/types/tslint.json create mode 100644 node_modules/@material-ui/core/Accordion/Accordion.d.ts create mode 100644 node_modules/@material-ui/core/Accordion/Accordion.js create mode 100644 node_modules/@material-ui/core/Accordion/AccordionContext.js create mode 100644 node_modules/@material-ui/core/Accordion/index.d.ts create mode 100644 node_modules/@material-ui/core/Accordion/index.js create mode 100644 node_modules/@material-ui/core/Accordion/package.json create mode 100644 node_modules/@material-ui/core/AccordionActions/AccordionActions.d.ts create mode 100644 node_modules/@material-ui/core/AccordionActions/AccordionActions.js create mode 100644 node_modules/@material-ui/core/AccordionActions/index.d.ts create mode 100644 node_modules/@material-ui/core/AccordionActions/index.js create mode 100644 node_modules/@material-ui/core/AccordionActions/package.json create mode 100644 node_modules/@material-ui/core/AccordionDetails/AccordionDetails.d.ts create mode 100644 node_modules/@material-ui/core/AccordionDetails/AccordionDetails.js create mode 100644 node_modules/@material-ui/core/AccordionDetails/index.d.ts create mode 100644 node_modules/@material-ui/core/AccordionDetails/index.js create mode 100644 node_modules/@material-ui/core/AccordionDetails/package.json create mode 100644 node_modules/@material-ui/core/AccordionSummary/AccordionSummary.d.ts create mode 100644 node_modules/@material-ui/core/AccordionSummary/AccordionSummary.js create mode 100644 node_modules/@material-ui/core/AccordionSummary/index.d.ts create mode 100644 node_modules/@material-ui/core/AccordionSummary/index.js create mode 100644 node_modules/@material-ui/core/AccordionSummary/package.json create mode 100644 node_modules/@material-ui/core/AppBar/AppBar.d.ts create mode 100644 node_modules/@material-ui/core/AppBar/AppBar.js create mode 100644 node_modules/@material-ui/core/AppBar/index.d.ts create mode 100644 node_modules/@material-ui/core/AppBar/index.js create mode 100644 node_modules/@material-ui/core/AppBar/package.json create mode 100644 node_modules/@material-ui/core/Avatar/Avatar.d.ts create mode 100644 node_modules/@material-ui/core/Avatar/Avatar.js create mode 100644 node_modules/@material-ui/core/Avatar/index.d.ts create mode 100644 node_modules/@material-ui/core/Avatar/index.js create mode 100644 node_modules/@material-ui/core/Avatar/package.json create mode 100644 node_modules/@material-ui/core/Backdrop/Backdrop.d.ts create mode 100644 node_modules/@material-ui/core/Backdrop/Backdrop.js create mode 100644 node_modules/@material-ui/core/Backdrop/index.d.ts create mode 100644 node_modules/@material-ui/core/Backdrop/index.js create mode 100644 node_modules/@material-ui/core/Backdrop/package.json create mode 100644 node_modules/@material-ui/core/Badge/Badge.d.ts create mode 100644 node_modules/@material-ui/core/Badge/Badge.js create mode 100644 node_modules/@material-ui/core/Badge/index.d.ts create mode 100644 node_modules/@material-ui/core/Badge/index.js create mode 100644 node_modules/@material-ui/core/Badge/package.json create mode 100644 node_modules/@material-ui/core/BottomNavigation/BottomNavigation.d.ts create mode 100755 node_modules/@material-ui/core/BottomNavigation/BottomNavigation.js create mode 100644 node_modules/@material-ui/core/BottomNavigation/index.d.ts create mode 100644 node_modules/@material-ui/core/BottomNavigation/index.js create mode 100644 node_modules/@material-ui/core/BottomNavigation/package.json create mode 100644 node_modules/@material-ui/core/BottomNavigationAction/BottomNavigationAction.d.ts create mode 100644 node_modules/@material-ui/core/BottomNavigationAction/BottomNavigationAction.js create mode 100644 node_modules/@material-ui/core/BottomNavigationAction/index.d.ts create mode 100644 node_modules/@material-ui/core/BottomNavigationAction/index.js create mode 100644 node_modules/@material-ui/core/BottomNavigationAction/package.json create mode 100644 node_modules/@material-ui/core/Box/Box.d.ts create mode 100644 node_modules/@material-ui/core/Box/Box.js create mode 100644 node_modules/@material-ui/core/Box/index.d.ts create mode 100644 node_modules/@material-ui/core/Box/index.js create mode 100644 node_modules/@material-ui/core/Box/package.json create mode 100644 node_modules/@material-ui/core/Breadcrumbs/BreadcrumbCollapsed.js create mode 100644 node_modules/@material-ui/core/Breadcrumbs/Breadcrumbs.d.ts create mode 100644 node_modules/@material-ui/core/Breadcrumbs/Breadcrumbs.js create mode 100644 node_modules/@material-ui/core/Breadcrumbs/index.d.ts create mode 100644 node_modules/@material-ui/core/Breadcrumbs/index.js create mode 100644 node_modules/@material-ui/core/Breadcrumbs/package.json create mode 100644 node_modules/@material-ui/core/Button/Button.d.ts create mode 100644 node_modules/@material-ui/core/Button/Button.js create mode 100644 node_modules/@material-ui/core/Button/index.d.ts create mode 100644 node_modules/@material-ui/core/Button/index.js create mode 100644 node_modules/@material-ui/core/Button/package.json create mode 100644 node_modules/@material-ui/core/ButtonBase/ButtonBase.d.ts create mode 100644 node_modules/@material-ui/core/ButtonBase/ButtonBase.js create mode 100644 node_modules/@material-ui/core/ButtonBase/Ripple.js create mode 100644 node_modules/@material-ui/core/ButtonBase/TouchRipple.d.ts create mode 100644 node_modules/@material-ui/core/ButtonBase/TouchRipple.js create mode 100644 node_modules/@material-ui/core/ButtonBase/index.d.ts create mode 100644 node_modules/@material-ui/core/ButtonBase/index.js create mode 100644 node_modules/@material-ui/core/ButtonBase/package.json create mode 100644 node_modules/@material-ui/core/ButtonGroup/ButtonGroup.d.ts create mode 100644 node_modules/@material-ui/core/ButtonGroup/ButtonGroup.js create mode 100644 node_modules/@material-ui/core/ButtonGroup/index.d.ts create mode 100644 node_modules/@material-ui/core/ButtonGroup/index.js create mode 100644 node_modules/@material-ui/core/ButtonGroup/package.json create mode 100644 node_modules/@material-ui/core/CHANGELOG.md create mode 100644 node_modules/@material-ui/core/Card/Card.d.ts create mode 100644 node_modules/@material-ui/core/Card/Card.js create mode 100644 node_modules/@material-ui/core/Card/index.d.ts create mode 100644 node_modules/@material-ui/core/Card/index.js create mode 100644 node_modules/@material-ui/core/Card/package.json create mode 100644 node_modules/@material-ui/core/CardActionArea/CardActionArea.d.ts create mode 100644 node_modules/@material-ui/core/CardActionArea/CardActionArea.js create mode 100644 node_modules/@material-ui/core/CardActionArea/index.d.ts create mode 100644 node_modules/@material-ui/core/CardActionArea/index.js create mode 100644 node_modules/@material-ui/core/CardActionArea/package.json create mode 100644 node_modules/@material-ui/core/CardActions/CardActions.d.ts create mode 100644 node_modules/@material-ui/core/CardActions/CardActions.js create mode 100644 node_modules/@material-ui/core/CardActions/index.d.ts create mode 100644 node_modules/@material-ui/core/CardActions/index.js create mode 100644 node_modules/@material-ui/core/CardActions/package.json create mode 100644 node_modules/@material-ui/core/CardContent/CardContent.d.ts create mode 100644 node_modules/@material-ui/core/CardContent/CardContent.js create mode 100644 node_modules/@material-ui/core/CardContent/index.d.ts create mode 100644 node_modules/@material-ui/core/CardContent/index.js create mode 100644 node_modules/@material-ui/core/CardContent/package.json create mode 100644 node_modules/@material-ui/core/CardHeader/CardHeader.d.ts create mode 100644 node_modules/@material-ui/core/CardHeader/CardHeader.js create mode 100644 node_modules/@material-ui/core/CardHeader/index.d.ts create mode 100644 node_modules/@material-ui/core/CardHeader/index.js create mode 100644 node_modules/@material-ui/core/CardHeader/package.json create mode 100644 node_modules/@material-ui/core/CardMedia/CardMedia.d.ts create mode 100644 node_modules/@material-ui/core/CardMedia/CardMedia.js create mode 100644 node_modules/@material-ui/core/CardMedia/index.d.ts create mode 100644 node_modules/@material-ui/core/CardMedia/index.js create mode 100644 node_modules/@material-ui/core/CardMedia/package.json create mode 100644 node_modules/@material-ui/core/Checkbox/Checkbox.d.ts create mode 100644 node_modules/@material-ui/core/Checkbox/Checkbox.js create mode 100644 node_modules/@material-ui/core/Checkbox/index.d.ts create mode 100644 node_modules/@material-ui/core/Checkbox/index.js create mode 100644 node_modules/@material-ui/core/Checkbox/package.json create mode 100644 node_modules/@material-ui/core/Chip/Chip.d.ts create mode 100644 node_modules/@material-ui/core/Chip/Chip.js create mode 100644 node_modules/@material-ui/core/Chip/index.d.ts create mode 100644 node_modules/@material-ui/core/Chip/index.js create mode 100644 node_modules/@material-ui/core/Chip/package.json create mode 100644 node_modules/@material-ui/core/CircularProgress/CircularProgress.d.ts create mode 100644 node_modules/@material-ui/core/CircularProgress/CircularProgress.js create mode 100644 node_modules/@material-ui/core/CircularProgress/index.d.ts create mode 100644 node_modules/@material-ui/core/CircularProgress/index.js create mode 100644 node_modules/@material-ui/core/CircularProgress/package.json create mode 100644 node_modules/@material-ui/core/ClickAwayListener/ClickAwayListener.d.ts create mode 100644 node_modules/@material-ui/core/ClickAwayListener/ClickAwayListener.js create mode 100644 node_modules/@material-ui/core/ClickAwayListener/index.d.ts create mode 100644 node_modules/@material-ui/core/ClickAwayListener/index.js create mode 100644 node_modules/@material-ui/core/ClickAwayListener/package.json create mode 100644 node_modules/@material-ui/core/Collapse/Collapse.d.ts create mode 100644 node_modules/@material-ui/core/Collapse/Collapse.js create mode 100644 node_modules/@material-ui/core/Collapse/index.d.ts create mode 100644 node_modules/@material-ui/core/Collapse/index.js create mode 100644 node_modules/@material-ui/core/Collapse/package.json create mode 100644 node_modules/@material-ui/core/Container/Container.d.ts create mode 100644 node_modules/@material-ui/core/Container/Container.js create mode 100644 node_modules/@material-ui/core/Container/index.d.ts create mode 100644 node_modules/@material-ui/core/Container/index.js create mode 100644 node_modules/@material-ui/core/Container/package.json create mode 100644 node_modules/@material-ui/core/CssBaseline/CssBaseline.d.ts create mode 100644 node_modules/@material-ui/core/CssBaseline/CssBaseline.js create mode 100644 node_modules/@material-ui/core/CssBaseline/index.d.ts create mode 100644 node_modules/@material-ui/core/CssBaseline/index.js create mode 100644 node_modules/@material-ui/core/CssBaseline/package.json create mode 100644 node_modules/@material-ui/core/Dialog/Dialog.d.ts create mode 100644 node_modules/@material-ui/core/Dialog/Dialog.js create mode 100644 node_modules/@material-ui/core/Dialog/index.d.ts create mode 100644 node_modules/@material-ui/core/Dialog/index.js create mode 100644 node_modules/@material-ui/core/Dialog/package.json create mode 100644 node_modules/@material-ui/core/DialogActions/DialogActions.d.ts create mode 100644 node_modules/@material-ui/core/DialogActions/DialogActions.js create mode 100644 node_modules/@material-ui/core/DialogActions/index.d.ts create mode 100644 node_modules/@material-ui/core/DialogActions/index.js create mode 100644 node_modules/@material-ui/core/DialogActions/package.json create mode 100644 node_modules/@material-ui/core/DialogContent/DialogContent.d.ts create mode 100644 node_modules/@material-ui/core/DialogContent/DialogContent.js create mode 100644 node_modules/@material-ui/core/DialogContent/index.d.ts create mode 100644 node_modules/@material-ui/core/DialogContent/index.js create mode 100644 node_modules/@material-ui/core/DialogContent/package.json create mode 100644 node_modules/@material-ui/core/DialogContentText/DialogContentText.d.ts create mode 100644 node_modules/@material-ui/core/DialogContentText/DialogContentText.js create mode 100644 node_modules/@material-ui/core/DialogContentText/index.d.ts create mode 100644 node_modules/@material-ui/core/DialogContentText/index.js create mode 100644 node_modules/@material-ui/core/DialogContentText/package.json create mode 100644 node_modules/@material-ui/core/DialogTitle/DialogTitle.d.ts create mode 100644 node_modules/@material-ui/core/DialogTitle/DialogTitle.js create mode 100644 node_modules/@material-ui/core/DialogTitle/index.d.ts create mode 100644 node_modules/@material-ui/core/DialogTitle/index.js create mode 100644 node_modules/@material-ui/core/DialogTitle/package.json create mode 100644 node_modules/@material-ui/core/Divider/Divider.d.ts create mode 100644 node_modules/@material-ui/core/Divider/Divider.js create mode 100644 node_modules/@material-ui/core/Divider/index.d.ts create mode 100644 node_modules/@material-ui/core/Divider/index.js create mode 100644 node_modules/@material-ui/core/Divider/package.json create mode 100644 node_modules/@material-ui/core/Drawer/Drawer.d.ts create mode 100644 node_modules/@material-ui/core/Drawer/Drawer.js create mode 100644 node_modules/@material-ui/core/Drawer/index.d.ts create mode 100644 node_modules/@material-ui/core/Drawer/index.js create mode 100644 node_modules/@material-ui/core/Drawer/package.json create mode 100644 node_modules/@material-ui/core/ExpansionPanel/ExpansionPanel.d.ts create mode 100644 node_modules/@material-ui/core/ExpansionPanel/ExpansionPanel.js create mode 100644 node_modules/@material-ui/core/ExpansionPanel/ExpansionPanelContext.js create mode 100644 node_modules/@material-ui/core/ExpansionPanel/index.d.ts create mode 100644 node_modules/@material-ui/core/ExpansionPanel/index.js create mode 100644 node_modules/@material-ui/core/ExpansionPanel/package.json create mode 100644 node_modules/@material-ui/core/ExpansionPanelActions/ExpansionPanelActions.d.ts create mode 100644 node_modules/@material-ui/core/ExpansionPanelActions/ExpansionPanelActions.js create mode 100644 node_modules/@material-ui/core/ExpansionPanelActions/index.d.ts create mode 100644 node_modules/@material-ui/core/ExpansionPanelActions/index.js create mode 100644 node_modules/@material-ui/core/ExpansionPanelActions/package.json create mode 100644 node_modules/@material-ui/core/ExpansionPanelDetails/ExpansionPanelDetails.d.ts create mode 100644 node_modules/@material-ui/core/ExpansionPanelDetails/ExpansionPanelDetails.js create mode 100644 node_modules/@material-ui/core/ExpansionPanelDetails/index.d.ts create mode 100644 node_modules/@material-ui/core/ExpansionPanelDetails/index.js create mode 100644 node_modules/@material-ui/core/ExpansionPanelDetails/package.json create mode 100644 node_modules/@material-ui/core/ExpansionPanelSummary/ExpansionPanelSummary.d.ts create mode 100644 node_modules/@material-ui/core/ExpansionPanelSummary/ExpansionPanelSummary.js create mode 100644 node_modules/@material-ui/core/ExpansionPanelSummary/index.d.ts create mode 100644 node_modules/@material-ui/core/ExpansionPanelSummary/index.js create mode 100644 node_modules/@material-ui/core/ExpansionPanelSummary/package.json create mode 100644 node_modules/@material-ui/core/Fab/Fab.d.ts create mode 100644 node_modules/@material-ui/core/Fab/Fab.js create mode 100644 node_modules/@material-ui/core/Fab/index.d.ts create mode 100644 node_modules/@material-ui/core/Fab/index.js create mode 100644 node_modules/@material-ui/core/Fab/package.json create mode 100644 node_modules/@material-ui/core/Fade/Fade.d.ts create mode 100644 node_modules/@material-ui/core/Fade/Fade.js create mode 100644 node_modules/@material-ui/core/Fade/index.d.ts create mode 100644 node_modules/@material-ui/core/Fade/index.js create mode 100644 node_modules/@material-ui/core/Fade/package.json create mode 100644 node_modules/@material-ui/core/FilledInput/FilledInput.d.ts create mode 100644 node_modules/@material-ui/core/FilledInput/FilledInput.js create mode 100644 node_modules/@material-ui/core/FilledInput/index.d.ts create mode 100644 node_modules/@material-ui/core/FilledInput/index.js create mode 100644 node_modules/@material-ui/core/FilledInput/package.json create mode 100644 node_modules/@material-ui/core/FormControl/FormControl.d.ts create mode 100644 node_modules/@material-ui/core/FormControl/FormControl.js create mode 100644 node_modules/@material-ui/core/FormControl/FormControlContext.js create mode 100644 node_modules/@material-ui/core/FormControl/formControlState.js create mode 100644 node_modules/@material-ui/core/FormControl/index.d.ts create mode 100644 node_modules/@material-ui/core/FormControl/index.js create mode 100644 node_modules/@material-ui/core/FormControl/package.json create mode 100644 node_modules/@material-ui/core/FormControl/useFormControl.d.ts create mode 100644 node_modules/@material-ui/core/FormControl/useFormControl.js create mode 100644 node_modules/@material-ui/core/FormControlLabel/FormControlLabel.d.ts create mode 100644 node_modules/@material-ui/core/FormControlLabel/FormControlLabel.js create mode 100644 node_modules/@material-ui/core/FormControlLabel/index.d.ts create mode 100644 node_modules/@material-ui/core/FormControlLabel/index.js create mode 100644 node_modules/@material-ui/core/FormControlLabel/package.json create mode 100644 node_modules/@material-ui/core/FormGroup/FormGroup.d.ts create mode 100644 node_modules/@material-ui/core/FormGroup/FormGroup.js create mode 100644 node_modules/@material-ui/core/FormGroup/index.d.ts create mode 100644 node_modules/@material-ui/core/FormGroup/index.js create mode 100644 node_modules/@material-ui/core/FormGroup/package.json create mode 100644 node_modules/@material-ui/core/FormHelperText/FormHelperText.d.ts create mode 100644 node_modules/@material-ui/core/FormHelperText/FormHelperText.js create mode 100644 node_modules/@material-ui/core/FormHelperText/index.d.ts create mode 100644 node_modules/@material-ui/core/FormHelperText/index.js create mode 100644 node_modules/@material-ui/core/FormHelperText/package.json create mode 100644 node_modules/@material-ui/core/FormLabel/FormLabel.d.ts create mode 100644 node_modules/@material-ui/core/FormLabel/FormLabel.js create mode 100644 node_modules/@material-ui/core/FormLabel/index.d.ts create mode 100644 node_modules/@material-ui/core/FormLabel/index.js create mode 100644 node_modules/@material-ui/core/FormLabel/package.json create mode 100644 node_modules/@material-ui/core/Grid/Grid.d.ts create mode 100644 node_modules/@material-ui/core/Grid/Grid.js create mode 100644 node_modules/@material-ui/core/Grid/index.d.ts create mode 100644 node_modules/@material-ui/core/Grid/index.js create mode 100644 node_modules/@material-ui/core/Grid/package.json create mode 100644 node_modules/@material-ui/core/GridList/GridList.d.ts create mode 100644 node_modules/@material-ui/core/GridList/GridList.js create mode 100644 node_modules/@material-ui/core/GridList/index.d.ts create mode 100644 node_modules/@material-ui/core/GridList/index.js create mode 100644 node_modules/@material-ui/core/GridList/package.json create mode 100644 node_modules/@material-ui/core/GridListTile/GridListTile.d.ts create mode 100644 node_modules/@material-ui/core/GridListTile/GridListTile.js create mode 100644 node_modules/@material-ui/core/GridListTile/index.d.ts create mode 100644 node_modules/@material-ui/core/GridListTile/index.js create mode 100644 node_modules/@material-ui/core/GridListTile/package.json create mode 100644 node_modules/@material-ui/core/GridListTileBar/GridListTileBar.d.ts create mode 100644 node_modules/@material-ui/core/GridListTileBar/GridListTileBar.js create mode 100644 node_modules/@material-ui/core/GridListTileBar/index.d.ts create mode 100644 node_modules/@material-ui/core/GridListTileBar/index.js create mode 100644 node_modules/@material-ui/core/GridListTileBar/package.json create mode 100644 node_modules/@material-ui/core/Grow/Grow.d.ts create mode 100644 node_modules/@material-ui/core/Grow/Grow.js create mode 100644 node_modules/@material-ui/core/Grow/index.d.ts create mode 100644 node_modules/@material-ui/core/Grow/index.js create mode 100644 node_modules/@material-ui/core/Grow/package.json create mode 100644 node_modules/@material-ui/core/Hidden/Hidden.d.ts create mode 100644 node_modules/@material-ui/core/Hidden/Hidden.js create mode 100644 node_modules/@material-ui/core/Hidden/HiddenCss.d.ts create mode 100644 node_modules/@material-ui/core/Hidden/HiddenCss.js create mode 100644 node_modules/@material-ui/core/Hidden/HiddenJs.d.ts create mode 100644 node_modules/@material-ui/core/Hidden/HiddenJs.js create mode 100644 node_modules/@material-ui/core/Hidden/index.d.ts create mode 100644 node_modules/@material-ui/core/Hidden/index.js create mode 100644 node_modules/@material-ui/core/Hidden/package.json create mode 100644 node_modules/@material-ui/core/Icon/Icon.d.ts create mode 100644 node_modules/@material-ui/core/Icon/Icon.js create mode 100644 node_modules/@material-ui/core/Icon/index.d.ts create mode 100644 node_modules/@material-ui/core/Icon/index.js create mode 100644 node_modules/@material-ui/core/Icon/package.json create mode 100644 node_modules/@material-ui/core/IconButton/IconButton.d.ts create mode 100644 node_modules/@material-ui/core/IconButton/IconButton.js create mode 100644 node_modules/@material-ui/core/IconButton/index.d.ts create mode 100644 node_modules/@material-ui/core/IconButton/index.js create mode 100644 node_modules/@material-ui/core/IconButton/package.json create mode 100644 node_modules/@material-ui/core/Input/Input.d.ts create mode 100644 node_modules/@material-ui/core/Input/Input.js create mode 100644 node_modules/@material-ui/core/Input/index.d.ts create mode 100644 node_modules/@material-ui/core/Input/index.js create mode 100644 node_modules/@material-ui/core/Input/package.json create mode 100644 node_modules/@material-ui/core/InputAdornment/InputAdornment.d.ts create mode 100644 node_modules/@material-ui/core/InputAdornment/InputAdornment.js create mode 100644 node_modules/@material-ui/core/InputAdornment/index.d.ts create mode 100644 node_modules/@material-ui/core/InputAdornment/index.js create mode 100644 node_modules/@material-ui/core/InputAdornment/package.json create mode 100644 node_modules/@material-ui/core/InputBase/InputBase.d.ts create mode 100644 node_modules/@material-ui/core/InputBase/InputBase.js create mode 100644 node_modules/@material-ui/core/InputBase/index.d.ts create mode 100644 node_modules/@material-ui/core/InputBase/index.js create mode 100644 node_modules/@material-ui/core/InputBase/package.json create mode 100644 node_modules/@material-ui/core/InputBase/utils.js create mode 100644 node_modules/@material-ui/core/InputLabel/InputLabel.d.ts create mode 100644 node_modules/@material-ui/core/InputLabel/InputLabel.js create mode 100644 node_modules/@material-ui/core/InputLabel/index.d.ts create mode 100644 node_modules/@material-ui/core/InputLabel/index.js create mode 100644 node_modules/@material-ui/core/InputLabel/package.json create mode 100644 node_modules/@material-ui/core/LICENSE create mode 100644 node_modules/@material-ui/core/LinearProgress/LinearProgress.d.ts create mode 100644 node_modules/@material-ui/core/LinearProgress/LinearProgress.js create mode 100644 node_modules/@material-ui/core/LinearProgress/index.d.ts create mode 100644 node_modules/@material-ui/core/LinearProgress/index.js create mode 100644 node_modules/@material-ui/core/LinearProgress/package.json create mode 100644 node_modules/@material-ui/core/Link/Link.d.ts create mode 100644 node_modules/@material-ui/core/Link/Link.js create mode 100644 node_modules/@material-ui/core/Link/index.d.ts create mode 100644 node_modules/@material-ui/core/Link/index.js create mode 100644 node_modules/@material-ui/core/Link/package.json create mode 100644 node_modules/@material-ui/core/List/List.d.ts create mode 100644 node_modules/@material-ui/core/List/List.js create mode 100644 node_modules/@material-ui/core/List/ListContext.d.ts create mode 100644 node_modules/@material-ui/core/List/ListContext.js create mode 100644 node_modules/@material-ui/core/List/index.d.ts create mode 100644 node_modules/@material-ui/core/List/index.js create mode 100644 node_modules/@material-ui/core/List/package.json create mode 100644 node_modules/@material-ui/core/ListItem/ListItem.d.ts create mode 100644 node_modules/@material-ui/core/ListItem/ListItem.js create mode 100644 node_modules/@material-ui/core/ListItem/index.d.ts create mode 100644 node_modules/@material-ui/core/ListItem/index.js create mode 100644 node_modules/@material-ui/core/ListItem/package.json create mode 100644 node_modules/@material-ui/core/ListItemAvatar/ListItemAvatar.d.ts create mode 100644 node_modules/@material-ui/core/ListItemAvatar/ListItemAvatar.js create mode 100644 node_modules/@material-ui/core/ListItemAvatar/index.d.ts create mode 100644 node_modules/@material-ui/core/ListItemAvatar/index.js create mode 100644 node_modules/@material-ui/core/ListItemAvatar/package.json create mode 100644 node_modules/@material-ui/core/ListItemIcon/ListItemIcon.d.ts create mode 100644 node_modules/@material-ui/core/ListItemIcon/ListItemIcon.js create mode 100644 node_modules/@material-ui/core/ListItemIcon/index.d.ts create mode 100644 node_modules/@material-ui/core/ListItemIcon/index.js create mode 100644 node_modules/@material-ui/core/ListItemIcon/package.json create mode 100644 node_modules/@material-ui/core/ListItemSecondaryAction/ListItemSecondaryAction.d.ts create mode 100644 node_modules/@material-ui/core/ListItemSecondaryAction/ListItemSecondaryAction.js create mode 100644 node_modules/@material-ui/core/ListItemSecondaryAction/index.d.ts create mode 100644 node_modules/@material-ui/core/ListItemSecondaryAction/index.js create mode 100644 node_modules/@material-ui/core/ListItemSecondaryAction/package.json create mode 100644 node_modules/@material-ui/core/ListItemText/ListItemText.d.ts create mode 100644 node_modules/@material-ui/core/ListItemText/ListItemText.js create mode 100644 node_modules/@material-ui/core/ListItemText/index.d.ts create mode 100644 node_modules/@material-ui/core/ListItemText/index.js create mode 100644 node_modules/@material-ui/core/ListItemText/package.json create mode 100644 node_modules/@material-ui/core/ListSubheader/ListSubheader.d.ts create mode 100644 node_modules/@material-ui/core/ListSubheader/ListSubheader.js create mode 100644 node_modules/@material-ui/core/ListSubheader/index.d.ts create mode 100644 node_modules/@material-ui/core/ListSubheader/index.js create mode 100644 node_modules/@material-ui/core/ListSubheader/package.json create mode 100644 node_modules/@material-ui/core/Menu/Menu.d.ts create mode 100644 node_modules/@material-ui/core/Menu/Menu.js create mode 100644 node_modules/@material-ui/core/Menu/index.d.ts create mode 100644 node_modules/@material-ui/core/Menu/index.js create mode 100644 node_modules/@material-ui/core/Menu/package.json create mode 100644 node_modules/@material-ui/core/MenuItem/MenuItem.d.ts create mode 100644 node_modules/@material-ui/core/MenuItem/MenuItem.js create mode 100644 node_modules/@material-ui/core/MenuItem/index.d.ts create mode 100644 node_modules/@material-ui/core/MenuItem/index.js create mode 100644 node_modules/@material-ui/core/MenuItem/package.json create mode 100644 node_modules/@material-ui/core/MenuList/MenuList.d.ts create mode 100644 node_modules/@material-ui/core/MenuList/MenuList.js create mode 100644 node_modules/@material-ui/core/MenuList/index.d.ts create mode 100644 node_modules/@material-ui/core/MenuList/index.js create mode 100644 node_modules/@material-ui/core/MenuList/package.json create mode 100644 node_modules/@material-ui/core/MobileStepper/MobileStepper.d.ts create mode 100644 node_modules/@material-ui/core/MobileStepper/MobileStepper.js create mode 100644 node_modules/@material-ui/core/MobileStepper/index.d.ts create mode 100644 node_modules/@material-ui/core/MobileStepper/index.js create mode 100644 node_modules/@material-ui/core/MobileStepper/package.json create mode 100644 node_modules/@material-ui/core/Modal/Modal.d.ts create mode 100644 node_modules/@material-ui/core/Modal/Modal.js create mode 100644 node_modules/@material-ui/core/Modal/ModalManager.d.ts create mode 100644 node_modules/@material-ui/core/Modal/ModalManager.js create mode 100644 node_modules/@material-ui/core/Modal/SimpleBackdrop.js create mode 100644 node_modules/@material-ui/core/Modal/index.d.ts create mode 100644 node_modules/@material-ui/core/Modal/index.js create mode 100644 node_modules/@material-ui/core/Modal/package.json create mode 100644 node_modules/@material-ui/core/NativeSelect/NativeSelect.d.ts create mode 100644 node_modules/@material-ui/core/NativeSelect/NativeSelect.js create mode 100644 node_modules/@material-ui/core/NativeSelect/NativeSelectInput.d.ts create mode 100644 node_modules/@material-ui/core/NativeSelect/NativeSelectInput.js create mode 100644 node_modules/@material-ui/core/NativeSelect/index.d.ts create mode 100644 node_modules/@material-ui/core/NativeSelect/index.js create mode 100644 node_modules/@material-ui/core/NativeSelect/package.json create mode 100644 node_modules/@material-ui/core/NoSsr/NoSsr.d.ts create mode 100644 node_modules/@material-ui/core/NoSsr/NoSsr.js create mode 100644 node_modules/@material-ui/core/NoSsr/index.d.ts create mode 100644 node_modules/@material-ui/core/NoSsr/index.js create mode 100644 node_modules/@material-ui/core/NoSsr/package.json create mode 100644 node_modules/@material-ui/core/OutlinedInput/NotchedOutline.d.ts create mode 100644 node_modules/@material-ui/core/OutlinedInput/NotchedOutline.js create mode 100644 node_modules/@material-ui/core/OutlinedInput/OutlinedInput.d.ts create mode 100644 node_modules/@material-ui/core/OutlinedInput/OutlinedInput.js create mode 100644 node_modules/@material-ui/core/OutlinedInput/index.d.ts create mode 100644 node_modules/@material-ui/core/OutlinedInput/index.js create mode 100644 node_modules/@material-ui/core/OutlinedInput/package.json create mode 100644 node_modules/@material-ui/core/OverridableComponent.d.ts create mode 100644 node_modules/@material-ui/core/Paper/Paper.d.ts create mode 100644 node_modules/@material-ui/core/Paper/Paper.js create mode 100644 node_modules/@material-ui/core/Paper/index.d.ts create mode 100644 node_modules/@material-ui/core/Paper/index.js create mode 100644 node_modules/@material-ui/core/Paper/package.json create mode 100644 node_modules/@material-ui/core/Popover/Popover.d.ts create mode 100644 node_modules/@material-ui/core/Popover/Popover.js create mode 100644 node_modules/@material-ui/core/Popover/index.d.ts create mode 100644 node_modules/@material-ui/core/Popover/index.js create mode 100644 node_modules/@material-ui/core/Popover/package.json create mode 100644 node_modules/@material-ui/core/Popper/Popper.d.ts create mode 100644 node_modules/@material-ui/core/Popper/Popper.js create mode 100644 node_modules/@material-ui/core/Popper/index.d.ts create mode 100644 node_modules/@material-ui/core/Popper/index.js create mode 100644 node_modules/@material-ui/core/Popper/package.json create mode 100644 node_modules/@material-ui/core/Portal/Portal.d.ts create mode 100644 node_modules/@material-ui/core/Portal/Portal.js create mode 100644 node_modules/@material-ui/core/Portal/index.d.ts create mode 100644 node_modules/@material-ui/core/Portal/index.js create mode 100644 node_modules/@material-ui/core/Portal/package.json create mode 100644 node_modules/@material-ui/core/README.md create mode 100644 node_modules/@material-ui/core/Radio/Radio.d.ts create mode 100644 node_modules/@material-ui/core/Radio/Radio.js create mode 100644 node_modules/@material-ui/core/Radio/RadioButtonIcon.js create mode 100644 node_modules/@material-ui/core/Radio/index.d.ts create mode 100644 node_modules/@material-ui/core/Radio/index.js create mode 100644 node_modules/@material-ui/core/Radio/package.json create mode 100644 node_modules/@material-ui/core/RadioGroup/RadioGroup.d.ts create mode 100644 node_modules/@material-ui/core/RadioGroup/RadioGroup.js create mode 100644 node_modules/@material-ui/core/RadioGroup/RadioGroupContext.js create mode 100644 node_modules/@material-ui/core/RadioGroup/index.d.ts create mode 100644 node_modules/@material-ui/core/RadioGroup/index.js create mode 100644 node_modules/@material-ui/core/RadioGroup/package.json create mode 100644 node_modules/@material-ui/core/RadioGroup/useRadioGroup.d.ts create mode 100644 node_modules/@material-ui/core/RadioGroup/useRadioGroup.js create mode 100644 node_modules/@material-ui/core/RootRef/RootRef.d.ts create mode 100644 node_modules/@material-ui/core/RootRef/RootRef.js create mode 100644 node_modules/@material-ui/core/RootRef/index.d.ts create mode 100644 node_modules/@material-ui/core/RootRef/index.js create mode 100644 node_modules/@material-ui/core/RootRef/package.json create mode 100644 node_modules/@material-ui/core/ScopedCssBaseline/ScopedCssBaseline.d.ts create mode 100644 node_modules/@material-ui/core/ScopedCssBaseline/ScopedCssBaseline.js create mode 100644 node_modules/@material-ui/core/ScopedCssBaseline/index.d.ts create mode 100644 node_modules/@material-ui/core/ScopedCssBaseline/index.js create mode 100644 node_modules/@material-ui/core/ScopedCssBaseline/package.json create mode 100644 node_modules/@material-ui/core/Select/Select.d.ts create mode 100644 node_modules/@material-ui/core/Select/Select.js create mode 100644 node_modules/@material-ui/core/Select/SelectInput.d.ts create mode 100644 node_modules/@material-ui/core/Select/SelectInput.js create mode 100644 node_modules/@material-ui/core/Select/index.d.ts create mode 100644 node_modules/@material-ui/core/Select/index.js create mode 100644 node_modules/@material-ui/core/Select/package.json create mode 100644 node_modules/@material-ui/core/Slide/Slide.d.ts create mode 100644 node_modules/@material-ui/core/Slide/Slide.js create mode 100644 node_modules/@material-ui/core/Slide/index.d.ts create mode 100644 node_modules/@material-ui/core/Slide/index.js create mode 100644 node_modules/@material-ui/core/Slide/package.json create mode 100644 node_modules/@material-ui/core/Slider/Slider.d.ts create mode 100644 node_modules/@material-ui/core/Slider/Slider.js create mode 100644 node_modules/@material-ui/core/Slider/ValueLabel.js create mode 100644 node_modules/@material-ui/core/Slider/index.d.ts create mode 100644 node_modules/@material-ui/core/Slider/index.js create mode 100644 node_modules/@material-ui/core/Slider/package.json create mode 100644 node_modules/@material-ui/core/Snackbar/Snackbar.d.ts create mode 100644 node_modules/@material-ui/core/Snackbar/Snackbar.js create mode 100644 node_modules/@material-ui/core/Snackbar/index.d.ts create mode 100644 node_modules/@material-ui/core/Snackbar/index.js create mode 100644 node_modules/@material-ui/core/Snackbar/package.json create mode 100644 node_modules/@material-ui/core/SnackbarContent/SnackbarContent.d.ts create mode 100644 node_modules/@material-ui/core/SnackbarContent/SnackbarContent.js create mode 100644 node_modules/@material-ui/core/SnackbarContent/index.d.ts create mode 100644 node_modules/@material-ui/core/SnackbarContent/index.js create mode 100644 node_modules/@material-ui/core/SnackbarContent/package.json create mode 100644 node_modules/@material-ui/core/Step/Step.d.ts create mode 100644 node_modules/@material-ui/core/Step/Step.js create mode 100644 node_modules/@material-ui/core/Step/index.d.ts create mode 100644 node_modules/@material-ui/core/Step/index.js create mode 100644 node_modules/@material-ui/core/Step/package.json create mode 100644 node_modules/@material-ui/core/StepButton/StepButton.d.ts create mode 100644 node_modules/@material-ui/core/StepButton/StepButton.js create mode 100644 node_modules/@material-ui/core/StepButton/index.d.ts create mode 100644 node_modules/@material-ui/core/StepButton/index.js create mode 100644 node_modules/@material-ui/core/StepButton/package.json create mode 100644 node_modules/@material-ui/core/StepConnector/StepConnector.d.ts create mode 100644 node_modules/@material-ui/core/StepConnector/StepConnector.js create mode 100644 node_modules/@material-ui/core/StepConnector/index.d.ts create mode 100644 node_modules/@material-ui/core/StepConnector/index.js create mode 100644 node_modules/@material-ui/core/StepConnector/package.json create mode 100644 node_modules/@material-ui/core/StepContent/StepContent.d.ts create mode 100644 node_modules/@material-ui/core/StepContent/StepContent.js create mode 100644 node_modules/@material-ui/core/StepContent/index.d.ts create mode 100644 node_modules/@material-ui/core/StepContent/index.js create mode 100644 node_modules/@material-ui/core/StepContent/package.json create mode 100644 node_modules/@material-ui/core/StepIcon/StepIcon.d.ts create mode 100644 node_modules/@material-ui/core/StepIcon/StepIcon.js create mode 100644 node_modules/@material-ui/core/StepIcon/index.d.ts create mode 100644 node_modules/@material-ui/core/StepIcon/index.js create mode 100644 node_modules/@material-ui/core/StepIcon/package.json create mode 100644 node_modules/@material-ui/core/StepLabel/StepLabel.d.ts create mode 100644 node_modules/@material-ui/core/StepLabel/StepLabel.js create mode 100644 node_modules/@material-ui/core/StepLabel/index.d.ts create mode 100644 node_modules/@material-ui/core/StepLabel/index.js create mode 100644 node_modules/@material-ui/core/StepLabel/package.json create mode 100644 node_modules/@material-ui/core/Stepper/Stepper.d.ts create mode 100644 node_modules/@material-ui/core/Stepper/Stepper.js create mode 100644 node_modules/@material-ui/core/Stepper/index.d.ts create mode 100644 node_modules/@material-ui/core/Stepper/index.js create mode 100644 node_modules/@material-ui/core/Stepper/package.json create mode 100644 node_modules/@material-ui/core/SvgIcon/SvgIcon.d.ts create mode 100644 node_modules/@material-ui/core/SvgIcon/SvgIcon.js create mode 100644 node_modules/@material-ui/core/SvgIcon/index.d.ts create mode 100644 node_modules/@material-ui/core/SvgIcon/index.js create mode 100644 node_modules/@material-ui/core/SvgIcon/package.json create mode 100644 node_modules/@material-ui/core/SwipeableDrawer/SwipeArea.js create mode 100644 node_modules/@material-ui/core/SwipeableDrawer/SwipeableDrawer.d.ts create mode 100644 node_modules/@material-ui/core/SwipeableDrawer/SwipeableDrawer.js create mode 100644 node_modules/@material-ui/core/SwipeableDrawer/index.d.ts create mode 100644 node_modules/@material-ui/core/SwipeableDrawer/index.js create mode 100644 node_modules/@material-ui/core/SwipeableDrawer/package.json create mode 100644 node_modules/@material-ui/core/Switch/Switch.d.ts create mode 100644 node_modules/@material-ui/core/Switch/Switch.js create mode 100644 node_modules/@material-ui/core/Switch/index.d.ts create mode 100644 node_modules/@material-ui/core/Switch/index.js create mode 100644 node_modules/@material-ui/core/Switch/package.json create mode 100644 node_modules/@material-ui/core/Tab/Tab.d.ts create mode 100644 node_modules/@material-ui/core/Tab/Tab.js create mode 100644 node_modules/@material-ui/core/Tab/index.d.ts create mode 100644 node_modules/@material-ui/core/Tab/index.js create mode 100644 node_modules/@material-ui/core/Tab/package.json create mode 100644 node_modules/@material-ui/core/TabScrollButton/TabScrollButton.d.ts create mode 100644 node_modules/@material-ui/core/TabScrollButton/TabScrollButton.js create mode 100644 node_modules/@material-ui/core/TabScrollButton/index.d.ts create mode 100644 node_modules/@material-ui/core/TabScrollButton/index.js create mode 100644 node_modules/@material-ui/core/TabScrollButton/package.json create mode 100644 node_modules/@material-ui/core/Table/Table.d.ts create mode 100644 node_modules/@material-ui/core/Table/Table.js create mode 100644 node_modules/@material-ui/core/Table/TableContext.d.ts create mode 100644 node_modules/@material-ui/core/Table/TableContext.js create mode 100644 node_modules/@material-ui/core/Table/Tablelvl2Context.d.ts create mode 100644 node_modules/@material-ui/core/Table/Tablelvl2Context.js create mode 100644 node_modules/@material-ui/core/Table/index.d.ts create mode 100644 node_modules/@material-ui/core/Table/index.js create mode 100644 node_modules/@material-ui/core/Table/package.json create mode 100644 node_modules/@material-ui/core/TableBody/TableBody.d.ts create mode 100644 node_modules/@material-ui/core/TableBody/TableBody.js create mode 100644 node_modules/@material-ui/core/TableBody/index.d.ts create mode 100644 node_modules/@material-ui/core/TableBody/index.js create mode 100644 node_modules/@material-ui/core/TableBody/package.json create mode 100644 node_modules/@material-ui/core/TableCell/TableCell.d.ts create mode 100644 node_modules/@material-ui/core/TableCell/TableCell.js create mode 100644 node_modules/@material-ui/core/TableCell/index.d.ts create mode 100644 node_modules/@material-ui/core/TableCell/index.js create mode 100644 node_modules/@material-ui/core/TableCell/package.json create mode 100644 node_modules/@material-ui/core/TableContainer/TableContainer.d.ts create mode 100644 node_modules/@material-ui/core/TableContainer/TableContainer.js create mode 100644 node_modules/@material-ui/core/TableContainer/index.d.ts create mode 100644 node_modules/@material-ui/core/TableContainer/index.js create mode 100644 node_modules/@material-ui/core/TableContainer/package.json create mode 100644 node_modules/@material-ui/core/TableFooter/TableFooter.d.ts create mode 100644 node_modules/@material-ui/core/TableFooter/TableFooter.js create mode 100644 node_modules/@material-ui/core/TableFooter/index.d.ts create mode 100644 node_modules/@material-ui/core/TableFooter/index.js create mode 100644 node_modules/@material-ui/core/TableFooter/package.json create mode 100644 node_modules/@material-ui/core/TableHead/TableHead.d.ts create mode 100644 node_modules/@material-ui/core/TableHead/TableHead.js create mode 100644 node_modules/@material-ui/core/TableHead/index.d.ts create mode 100644 node_modules/@material-ui/core/TableHead/index.js create mode 100644 node_modules/@material-ui/core/TableHead/package.json create mode 100644 node_modules/@material-ui/core/TablePagination/TablePagination.d.ts create mode 100644 node_modules/@material-ui/core/TablePagination/TablePagination.js create mode 100644 node_modules/@material-ui/core/TablePagination/TablePaginationActions.d.ts create mode 100644 node_modules/@material-ui/core/TablePagination/TablePaginationActions.js create mode 100644 node_modules/@material-ui/core/TablePagination/index.d.ts create mode 100644 node_modules/@material-ui/core/TablePagination/index.js create mode 100644 node_modules/@material-ui/core/TablePagination/package.json create mode 100644 node_modules/@material-ui/core/TableRow/TableRow.d.ts create mode 100644 node_modules/@material-ui/core/TableRow/TableRow.js create mode 100644 node_modules/@material-ui/core/TableRow/index.d.ts create mode 100644 node_modules/@material-ui/core/TableRow/index.js create mode 100644 node_modules/@material-ui/core/TableRow/package.json create mode 100644 node_modules/@material-ui/core/TableSortLabel/TableSortLabel.d.ts create mode 100644 node_modules/@material-ui/core/TableSortLabel/TableSortLabel.js create mode 100644 node_modules/@material-ui/core/TableSortLabel/index.d.ts create mode 100644 node_modules/@material-ui/core/TableSortLabel/index.js create mode 100644 node_modules/@material-ui/core/TableSortLabel/package.json create mode 100644 node_modules/@material-ui/core/Tabs/ScrollbarSize.js create mode 100644 node_modules/@material-ui/core/Tabs/TabIndicator.js create mode 100644 node_modules/@material-ui/core/Tabs/Tabs.d.ts create mode 100644 node_modules/@material-ui/core/Tabs/Tabs.js create mode 100644 node_modules/@material-ui/core/Tabs/index.d.ts create mode 100644 node_modules/@material-ui/core/Tabs/index.js create mode 100644 node_modules/@material-ui/core/Tabs/package.json create mode 100644 node_modules/@material-ui/core/TextField/TextField.d.ts create mode 100644 node_modules/@material-ui/core/TextField/TextField.js create mode 100644 node_modules/@material-ui/core/TextField/index.d.ts create mode 100644 node_modules/@material-ui/core/TextField/index.js create mode 100644 node_modules/@material-ui/core/TextField/package.json create mode 100644 node_modules/@material-ui/core/TextareaAutosize/TextareaAutosize.d.ts create mode 100644 node_modules/@material-ui/core/TextareaAutosize/TextareaAutosize.js create mode 100644 node_modules/@material-ui/core/TextareaAutosize/index.d.ts create mode 100644 node_modules/@material-ui/core/TextareaAutosize/index.js create mode 100644 node_modules/@material-ui/core/TextareaAutosize/package.json create mode 100644 node_modules/@material-ui/core/Toolbar/Toolbar.d.ts create mode 100644 node_modules/@material-ui/core/Toolbar/Toolbar.js create mode 100644 node_modules/@material-ui/core/Toolbar/index.d.ts create mode 100644 node_modules/@material-ui/core/Toolbar/index.js create mode 100644 node_modules/@material-ui/core/Toolbar/package.json create mode 100644 node_modules/@material-ui/core/Tooltip/Tooltip.d.ts create mode 100644 node_modules/@material-ui/core/Tooltip/Tooltip.js create mode 100644 node_modules/@material-ui/core/Tooltip/index.d.ts create mode 100644 node_modules/@material-ui/core/Tooltip/index.js create mode 100644 node_modules/@material-ui/core/Tooltip/package.json create mode 100644 node_modules/@material-ui/core/Typography/Typography.d.ts create mode 100644 node_modules/@material-ui/core/Typography/Typography.js create mode 100644 node_modules/@material-ui/core/Typography/index.d.ts create mode 100644 node_modules/@material-ui/core/Typography/index.js create mode 100644 node_modules/@material-ui/core/Typography/package.json create mode 100644 node_modules/@material-ui/core/Unstable_TrapFocus/Unstable_TrapFocus.d.ts create mode 100644 node_modules/@material-ui/core/Unstable_TrapFocus/Unstable_TrapFocus.js create mode 100644 node_modules/@material-ui/core/Unstable_TrapFocus/index.d.ts create mode 100644 node_modules/@material-ui/core/Unstable_TrapFocus/index.js create mode 100644 node_modules/@material-ui/core/Unstable_TrapFocus/package.json create mode 100644 node_modules/@material-ui/core/Zoom/Zoom.d.ts create mode 100644 node_modules/@material-ui/core/Zoom/Zoom.js create mode 100644 node_modules/@material-ui/core/Zoom/index.d.ts create mode 100644 node_modules/@material-ui/core/Zoom/index.js create mode 100644 node_modules/@material-ui/core/Zoom/package.json create mode 100644 node_modules/@material-ui/core/colors/amber.d.ts create mode 100644 node_modules/@material-ui/core/colors/amber.js create mode 100644 node_modules/@material-ui/core/colors/blue.d.ts create mode 100644 node_modules/@material-ui/core/colors/blue.js create mode 100644 node_modules/@material-ui/core/colors/blueGrey.d.ts create mode 100644 node_modules/@material-ui/core/colors/blueGrey.js create mode 100644 node_modules/@material-ui/core/colors/brown.d.ts create mode 100644 node_modules/@material-ui/core/colors/brown.js create mode 100644 node_modules/@material-ui/core/colors/common.d.ts create mode 100644 node_modules/@material-ui/core/colors/common.js create mode 100644 node_modules/@material-ui/core/colors/cyan.d.ts create mode 100644 node_modules/@material-ui/core/colors/cyan.js create mode 100644 node_modules/@material-ui/core/colors/deepOrange.d.ts create mode 100644 node_modules/@material-ui/core/colors/deepOrange.js create mode 100644 node_modules/@material-ui/core/colors/deepPurple.d.ts create mode 100644 node_modules/@material-ui/core/colors/deepPurple.js create mode 100644 node_modules/@material-ui/core/colors/green.d.ts create mode 100644 node_modules/@material-ui/core/colors/green.js create mode 100644 node_modules/@material-ui/core/colors/grey.d.ts create mode 100644 node_modules/@material-ui/core/colors/grey.js create mode 100644 node_modules/@material-ui/core/colors/index.d.ts create mode 100644 node_modules/@material-ui/core/colors/index.js create mode 100644 node_modules/@material-ui/core/colors/indigo.d.ts create mode 100644 node_modules/@material-ui/core/colors/indigo.js create mode 100644 node_modules/@material-ui/core/colors/lightBlue.d.ts create mode 100644 node_modules/@material-ui/core/colors/lightBlue.js create mode 100644 node_modules/@material-ui/core/colors/lightGreen.d.ts create mode 100644 node_modules/@material-ui/core/colors/lightGreen.js create mode 100644 node_modules/@material-ui/core/colors/lime.d.ts create mode 100644 node_modules/@material-ui/core/colors/lime.js create mode 100644 node_modules/@material-ui/core/colors/orange.d.ts create mode 100644 node_modules/@material-ui/core/colors/orange.js create mode 100644 node_modules/@material-ui/core/colors/package.json create mode 100644 node_modules/@material-ui/core/colors/pink.d.ts create mode 100644 node_modules/@material-ui/core/colors/pink.js create mode 100644 node_modules/@material-ui/core/colors/purple.d.ts create mode 100644 node_modules/@material-ui/core/colors/purple.js create mode 100644 node_modules/@material-ui/core/colors/red.d.ts create mode 100644 node_modules/@material-ui/core/colors/red.js create mode 100644 node_modules/@material-ui/core/colors/teal.d.ts create mode 100644 node_modules/@material-ui/core/colors/teal.js create mode 100644 node_modules/@material-ui/core/colors/yellow.d.ts create mode 100644 node_modules/@material-ui/core/colors/yellow.js create mode 100644 node_modules/@material-ui/core/es/Accordion/Accordion.js create mode 100644 node_modules/@material-ui/core/es/Accordion/AccordionContext.js create mode 100644 node_modules/@material-ui/core/es/Accordion/index.js create mode 100644 node_modules/@material-ui/core/es/AccordionActions/AccordionActions.js create mode 100644 node_modules/@material-ui/core/es/AccordionActions/index.js create mode 100644 node_modules/@material-ui/core/es/AccordionDetails/AccordionDetails.js create mode 100644 node_modules/@material-ui/core/es/AccordionDetails/index.js create mode 100644 node_modules/@material-ui/core/es/AccordionSummary/AccordionSummary.js create mode 100644 node_modules/@material-ui/core/es/AccordionSummary/index.js create mode 100644 node_modules/@material-ui/core/es/AppBar/AppBar.js create mode 100644 node_modules/@material-ui/core/es/AppBar/index.js create mode 100644 node_modules/@material-ui/core/es/Avatar/Avatar.js create mode 100644 node_modules/@material-ui/core/es/Avatar/index.js create mode 100644 node_modules/@material-ui/core/es/Backdrop/Backdrop.js create mode 100644 node_modules/@material-ui/core/es/Backdrop/index.js create mode 100644 node_modules/@material-ui/core/es/Badge/Badge.js create mode 100644 node_modules/@material-ui/core/es/Badge/index.js create mode 100755 node_modules/@material-ui/core/es/BottomNavigation/BottomNavigation.js create mode 100644 node_modules/@material-ui/core/es/BottomNavigation/index.js create mode 100644 node_modules/@material-ui/core/es/BottomNavigationAction/BottomNavigationAction.js create mode 100644 node_modules/@material-ui/core/es/BottomNavigationAction/index.js create mode 100644 node_modules/@material-ui/core/es/Box/Box.js create mode 100644 node_modules/@material-ui/core/es/Box/index.js create mode 100644 node_modules/@material-ui/core/es/Breadcrumbs/BreadcrumbCollapsed.js create mode 100644 node_modules/@material-ui/core/es/Breadcrumbs/Breadcrumbs.js create mode 100644 node_modules/@material-ui/core/es/Breadcrumbs/index.js create mode 100644 node_modules/@material-ui/core/es/Button/Button.js create mode 100644 node_modules/@material-ui/core/es/Button/index.js create mode 100644 node_modules/@material-ui/core/es/ButtonBase/ButtonBase.js create mode 100644 node_modules/@material-ui/core/es/ButtonBase/Ripple.js create mode 100644 node_modules/@material-ui/core/es/ButtonBase/TouchRipple.js create mode 100644 node_modules/@material-ui/core/es/ButtonBase/index.js create mode 100644 node_modules/@material-ui/core/es/ButtonGroup/ButtonGroup.js create mode 100644 node_modules/@material-ui/core/es/ButtonGroup/index.js create mode 100644 node_modules/@material-ui/core/es/Card/Card.js create mode 100644 node_modules/@material-ui/core/es/Card/index.js create mode 100644 node_modules/@material-ui/core/es/CardActionArea/CardActionArea.js create mode 100644 node_modules/@material-ui/core/es/CardActionArea/index.js create mode 100644 node_modules/@material-ui/core/es/CardActions/CardActions.js create mode 100644 node_modules/@material-ui/core/es/CardActions/index.js create mode 100644 node_modules/@material-ui/core/es/CardContent/CardContent.js create mode 100644 node_modules/@material-ui/core/es/CardContent/index.js create mode 100644 node_modules/@material-ui/core/es/CardHeader/CardHeader.js create mode 100644 node_modules/@material-ui/core/es/CardHeader/index.js create mode 100644 node_modules/@material-ui/core/es/CardMedia/CardMedia.js create mode 100644 node_modules/@material-ui/core/es/CardMedia/index.js create mode 100644 node_modules/@material-ui/core/es/Checkbox/Checkbox.js create mode 100644 node_modules/@material-ui/core/es/Checkbox/index.js create mode 100644 node_modules/@material-ui/core/es/Chip/Chip.js create mode 100644 node_modules/@material-ui/core/es/Chip/index.js create mode 100644 node_modules/@material-ui/core/es/CircularProgress/CircularProgress.js create mode 100644 node_modules/@material-ui/core/es/CircularProgress/index.js create mode 100644 node_modules/@material-ui/core/es/ClickAwayListener/ClickAwayListener.js create mode 100644 node_modules/@material-ui/core/es/ClickAwayListener/index.js create mode 100644 node_modules/@material-ui/core/es/Collapse/Collapse.js create mode 100644 node_modules/@material-ui/core/es/Collapse/index.js create mode 100644 node_modules/@material-ui/core/es/Container/Container.js create mode 100644 node_modules/@material-ui/core/es/Container/index.js create mode 100644 node_modules/@material-ui/core/es/CssBaseline/CssBaseline.js create mode 100644 node_modules/@material-ui/core/es/CssBaseline/index.js create mode 100644 node_modules/@material-ui/core/es/Dialog/Dialog.js create mode 100644 node_modules/@material-ui/core/es/Dialog/index.js create mode 100644 node_modules/@material-ui/core/es/DialogActions/DialogActions.js create mode 100644 node_modules/@material-ui/core/es/DialogActions/index.js create mode 100644 node_modules/@material-ui/core/es/DialogContent/DialogContent.js create mode 100644 node_modules/@material-ui/core/es/DialogContent/index.js create mode 100644 node_modules/@material-ui/core/es/DialogContentText/DialogContentText.js create mode 100644 node_modules/@material-ui/core/es/DialogContentText/index.js create mode 100644 node_modules/@material-ui/core/es/DialogTitle/DialogTitle.js create mode 100644 node_modules/@material-ui/core/es/DialogTitle/index.js create mode 100644 node_modules/@material-ui/core/es/Divider/Divider.js create mode 100644 node_modules/@material-ui/core/es/Divider/index.js create mode 100644 node_modules/@material-ui/core/es/Drawer/Drawer.js create mode 100644 node_modules/@material-ui/core/es/Drawer/index.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanel/ExpansionPanel.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanel/ExpansionPanelContext.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanel/index.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanelActions/ExpansionPanelActions.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanelActions/index.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanelDetails/ExpansionPanelDetails.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanelDetails/index.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanelSummary/ExpansionPanelSummary.js create mode 100644 node_modules/@material-ui/core/es/ExpansionPanelSummary/index.js create mode 100644 node_modules/@material-ui/core/es/Fab/Fab.js create mode 100644 node_modules/@material-ui/core/es/Fab/index.js create mode 100644 node_modules/@material-ui/core/es/Fade/Fade.js create mode 100644 node_modules/@material-ui/core/es/Fade/index.js create mode 100644 node_modules/@material-ui/core/es/FilledInput/FilledInput.js create mode 100644 node_modules/@material-ui/core/es/FilledInput/index.js create mode 100644 node_modules/@material-ui/core/es/FormControl/FormControl.js create mode 100644 node_modules/@material-ui/core/es/FormControl/FormControlContext.js create mode 100644 node_modules/@material-ui/core/es/FormControl/formControlState.js create mode 100644 node_modules/@material-ui/core/es/FormControl/index.js create mode 100644 node_modules/@material-ui/core/es/FormControl/useFormControl.js create mode 100644 node_modules/@material-ui/core/es/FormControlLabel/FormControlLabel.js create mode 100644 node_modules/@material-ui/core/es/FormControlLabel/index.js create mode 100644 node_modules/@material-ui/core/es/FormGroup/FormGroup.js create mode 100644 node_modules/@material-ui/core/es/FormGroup/index.js create mode 100644 node_modules/@material-ui/core/es/FormHelperText/FormHelperText.js create mode 100644 node_modules/@material-ui/core/es/FormHelperText/index.js create mode 100644 node_modules/@material-ui/core/es/FormLabel/FormLabel.js create mode 100644 node_modules/@material-ui/core/es/FormLabel/index.js create mode 100644 node_modules/@material-ui/core/es/Grid/Grid.js create mode 100644 node_modules/@material-ui/core/es/Grid/index.js create mode 100644 node_modules/@material-ui/core/es/GridList/GridList.js create mode 100644 node_modules/@material-ui/core/es/GridList/index.js create mode 100644 node_modules/@material-ui/core/es/GridListTile/GridListTile.js create mode 100644 node_modules/@material-ui/core/es/GridListTile/index.js create mode 100644 node_modules/@material-ui/core/es/GridListTileBar/GridListTileBar.js create mode 100644 node_modules/@material-ui/core/es/GridListTileBar/index.js create mode 100644 node_modules/@material-ui/core/es/Grow/Grow.js create mode 100644 node_modules/@material-ui/core/es/Grow/index.js create mode 100644 node_modules/@material-ui/core/es/Hidden/Hidden.js create mode 100644 node_modules/@material-ui/core/es/Hidden/HiddenCss.js create mode 100644 node_modules/@material-ui/core/es/Hidden/HiddenJs.js create mode 100644 node_modules/@material-ui/core/es/Hidden/index.js create mode 100644 node_modules/@material-ui/core/es/Icon/Icon.js create mode 100644 node_modules/@material-ui/core/es/Icon/index.js create mode 100644 node_modules/@material-ui/core/es/IconButton/IconButton.js create mode 100644 node_modules/@material-ui/core/es/IconButton/index.js create mode 100644 node_modules/@material-ui/core/es/Input/Input.js create mode 100644 node_modules/@material-ui/core/es/Input/index.js create mode 100644 node_modules/@material-ui/core/es/InputAdornment/InputAdornment.js create mode 100644 node_modules/@material-ui/core/es/InputAdornment/index.js create mode 100644 node_modules/@material-ui/core/es/InputBase/InputBase.js create mode 100644 node_modules/@material-ui/core/es/InputBase/index.js create mode 100644 node_modules/@material-ui/core/es/InputBase/utils.js create mode 100644 node_modules/@material-ui/core/es/InputLabel/InputLabel.js create mode 100644 node_modules/@material-ui/core/es/InputLabel/index.js create mode 100644 node_modules/@material-ui/core/es/LinearProgress/LinearProgress.js create mode 100644 node_modules/@material-ui/core/es/LinearProgress/index.js create mode 100644 node_modules/@material-ui/core/es/Link/Link.js create mode 100644 node_modules/@material-ui/core/es/Link/index.js create mode 100644 node_modules/@material-ui/core/es/List/List.js create mode 100644 node_modules/@material-ui/core/es/List/ListContext.js create mode 100644 node_modules/@material-ui/core/es/List/index.js create mode 100644 node_modules/@material-ui/core/es/ListItem/ListItem.js create mode 100644 node_modules/@material-ui/core/es/ListItem/index.js create mode 100644 node_modules/@material-ui/core/es/ListItemAvatar/ListItemAvatar.js create mode 100644 node_modules/@material-ui/core/es/ListItemAvatar/index.js create mode 100644 node_modules/@material-ui/core/es/ListItemIcon/ListItemIcon.js create mode 100644 node_modules/@material-ui/core/es/ListItemIcon/index.js create mode 100644 node_modules/@material-ui/core/es/ListItemSecondaryAction/ListItemSecondaryAction.js create mode 100644 node_modules/@material-ui/core/es/ListItemSecondaryAction/index.js create mode 100644 node_modules/@material-ui/core/es/ListItemText/ListItemText.js create mode 100644 node_modules/@material-ui/core/es/ListItemText/index.js create mode 100644 node_modules/@material-ui/core/es/ListSubheader/ListSubheader.js create mode 100644 node_modules/@material-ui/core/es/ListSubheader/index.js create mode 100644 node_modules/@material-ui/core/es/Menu/Menu.js create mode 100644 node_modules/@material-ui/core/es/Menu/index.js create mode 100644 node_modules/@material-ui/core/es/MenuItem/MenuItem.js create mode 100644 node_modules/@material-ui/core/es/MenuItem/index.js create mode 100644 node_modules/@material-ui/core/es/MenuList/MenuList.js create mode 100644 node_modules/@material-ui/core/es/MenuList/index.js create mode 100644 node_modules/@material-ui/core/es/MobileStepper/MobileStepper.js create mode 100644 node_modules/@material-ui/core/es/MobileStepper/index.js create mode 100644 node_modules/@material-ui/core/es/Modal/Modal.js create mode 100644 node_modules/@material-ui/core/es/Modal/ModalManager.js create mode 100644 node_modules/@material-ui/core/es/Modal/SimpleBackdrop.js create mode 100644 node_modules/@material-ui/core/es/Modal/index.js create mode 100644 node_modules/@material-ui/core/es/NativeSelect/NativeSelect.js create mode 100644 node_modules/@material-ui/core/es/NativeSelect/NativeSelectInput.js create mode 100644 node_modules/@material-ui/core/es/NativeSelect/index.js create mode 100644 node_modules/@material-ui/core/es/NoSsr/NoSsr.js create mode 100644 node_modules/@material-ui/core/es/NoSsr/index.js create mode 100644 node_modules/@material-ui/core/es/OutlinedInput/NotchedOutline.js create mode 100644 node_modules/@material-ui/core/es/OutlinedInput/OutlinedInput.js create mode 100644 node_modules/@material-ui/core/es/OutlinedInput/index.js create mode 100644 node_modules/@material-ui/core/es/Paper/Paper.js create mode 100644 node_modules/@material-ui/core/es/Paper/index.js create mode 100644 node_modules/@material-ui/core/es/Popover/Popover.js create mode 100644 node_modules/@material-ui/core/es/Popover/index.js create mode 100644 node_modules/@material-ui/core/es/Popper/Popper.js create mode 100644 node_modules/@material-ui/core/es/Popper/index.js create mode 100644 node_modules/@material-ui/core/es/Portal/Portal.js create mode 100644 node_modules/@material-ui/core/es/Portal/index.js create mode 100644 node_modules/@material-ui/core/es/Radio/Radio.js create mode 100644 node_modules/@material-ui/core/es/Radio/RadioButtonIcon.js create mode 100644 node_modules/@material-ui/core/es/Radio/index.js create mode 100644 node_modules/@material-ui/core/es/RadioGroup/RadioGroup.js create mode 100644 node_modules/@material-ui/core/es/RadioGroup/RadioGroupContext.js create mode 100644 node_modules/@material-ui/core/es/RadioGroup/index.js create mode 100644 node_modules/@material-ui/core/es/RadioGroup/useRadioGroup.js create mode 100644 node_modules/@material-ui/core/es/RootRef/RootRef.js create mode 100644 node_modules/@material-ui/core/es/RootRef/index.js create mode 100644 node_modules/@material-ui/core/es/ScopedCssBaseline/ScopedCssBaseline.js create mode 100644 node_modules/@material-ui/core/es/ScopedCssBaseline/index.js create mode 100644 node_modules/@material-ui/core/es/Select/Select.js create mode 100644 node_modules/@material-ui/core/es/Select/SelectInput.js create mode 100644 node_modules/@material-ui/core/es/Select/index.js create mode 100644 node_modules/@material-ui/core/es/Slide/Slide.js create mode 100644 node_modules/@material-ui/core/es/Slide/index.js create mode 100644 node_modules/@material-ui/core/es/Slider/Slider.js create mode 100644 node_modules/@material-ui/core/es/Slider/ValueLabel.js create mode 100644 node_modules/@material-ui/core/es/Slider/index.js create mode 100644 node_modules/@material-ui/core/es/Snackbar/Snackbar.js create mode 100644 node_modules/@material-ui/core/es/Snackbar/index.js create mode 100644 node_modules/@material-ui/core/es/SnackbarContent/SnackbarContent.js create mode 100644 node_modules/@material-ui/core/es/SnackbarContent/index.js create mode 100644 node_modules/@material-ui/core/es/Step/Step.js create mode 100644 node_modules/@material-ui/core/es/Step/index.js create mode 100644 node_modules/@material-ui/core/es/StepButton/StepButton.js create mode 100644 node_modules/@material-ui/core/es/StepButton/index.js create mode 100644 node_modules/@material-ui/core/es/StepConnector/StepConnector.js create mode 100644 node_modules/@material-ui/core/es/StepConnector/index.js create mode 100644 node_modules/@material-ui/core/es/StepContent/StepContent.js create mode 100644 node_modules/@material-ui/core/es/StepContent/index.js create mode 100644 node_modules/@material-ui/core/es/StepIcon/StepIcon.js create mode 100644 node_modules/@material-ui/core/es/StepIcon/index.js create mode 100644 node_modules/@material-ui/core/es/StepLabel/StepLabel.js create mode 100644 node_modules/@material-ui/core/es/StepLabel/index.js create mode 100644 node_modules/@material-ui/core/es/Stepper/Stepper.js create mode 100644 node_modules/@material-ui/core/es/Stepper/index.js create mode 100644 node_modules/@material-ui/core/es/SvgIcon/SvgIcon.js create mode 100644 node_modules/@material-ui/core/es/SvgIcon/index.js create mode 100644 node_modules/@material-ui/core/es/SwipeableDrawer/SwipeArea.js create mode 100644 node_modules/@material-ui/core/es/SwipeableDrawer/SwipeableDrawer.js create mode 100644 node_modules/@material-ui/core/es/SwipeableDrawer/index.js create mode 100644 node_modules/@material-ui/core/es/Switch/Switch.js create mode 100644 node_modules/@material-ui/core/es/Switch/index.js create mode 100644 node_modules/@material-ui/core/es/Tab/Tab.js create mode 100644 node_modules/@material-ui/core/es/Tab/index.js create mode 100644 node_modules/@material-ui/core/es/TabScrollButton/TabScrollButton.js create mode 100644 node_modules/@material-ui/core/es/TabScrollButton/index.js create mode 100644 node_modules/@material-ui/core/es/Table/Table.js create mode 100644 node_modules/@material-ui/core/es/Table/TableContext.js create mode 100644 node_modules/@material-ui/core/es/Table/Tablelvl2Context.js create mode 100644 node_modules/@material-ui/core/es/Table/index.js create mode 100644 node_modules/@material-ui/core/es/TableBody/TableBody.js create mode 100644 node_modules/@material-ui/core/es/TableBody/index.js create mode 100644 node_modules/@material-ui/core/es/TableCell/TableCell.js create mode 100644 node_modules/@material-ui/core/es/TableCell/index.js create mode 100644 node_modules/@material-ui/core/es/TableContainer/TableContainer.js create mode 100644 node_modules/@material-ui/core/es/TableContainer/index.js create mode 100644 node_modules/@material-ui/core/es/TableFooter/TableFooter.js create mode 100644 node_modules/@material-ui/core/es/TableFooter/index.js create mode 100644 node_modules/@material-ui/core/es/TableHead/TableHead.js create mode 100644 node_modules/@material-ui/core/es/TableHead/index.js create mode 100644 node_modules/@material-ui/core/es/TablePagination/TablePagination.js create mode 100644 node_modules/@material-ui/core/es/TablePagination/TablePaginationActions.js create mode 100644 node_modules/@material-ui/core/es/TablePagination/index.js create mode 100644 node_modules/@material-ui/core/es/TableRow/TableRow.js create mode 100644 node_modules/@material-ui/core/es/TableRow/index.js create mode 100644 node_modules/@material-ui/core/es/TableSortLabel/TableSortLabel.js create mode 100644 node_modules/@material-ui/core/es/TableSortLabel/index.js create mode 100644 node_modules/@material-ui/core/es/Tabs/ScrollbarSize.js create mode 100644 node_modules/@material-ui/core/es/Tabs/TabIndicator.js create mode 100644 node_modules/@material-ui/core/es/Tabs/Tabs.js create mode 100644 node_modules/@material-ui/core/es/Tabs/index.js create mode 100644 node_modules/@material-ui/core/es/TextField/TextField.js create mode 100644 node_modules/@material-ui/core/es/TextField/index.js create mode 100644 node_modules/@material-ui/core/es/TextareaAutosize/TextareaAutosize.js create mode 100644 node_modules/@material-ui/core/es/TextareaAutosize/index.js create mode 100644 node_modules/@material-ui/core/es/Toolbar/Toolbar.js create mode 100644 node_modules/@material-ui/core/es/Toolbar/index.js create mode 100644 node_modules/@material-ui/core/es/Tooltip/Tooltip.js create mode 100644 node_modules/@material-ui/core/es/Tooltip/index.js create mode 100644 node_modules/@material-ui/core/es/Typography/Typography.js create mode 100644 node_modules/@material-ui/core/es/Typography/index.js create mode 100644 node_modules/@material-ui/core/es/Unstable_TrapFocus/Unstable_TrapFocus.js create mode 100644 node_modules/@material-ui/core/es/Unstable_TrapFocus/index.js create mode 100644 node_modules/@material-ui/core/es/Zoom/Zoom.js create mode 100644 node_modules/@material-ui/core/es/Zoom/index.js create mode 100644 node_modules/@material-ui/core/es/colors/amber.js create mode 100644 node_modules/@material-ui/core/es/colors/blue.js create mode 100644 node_modules/@material-ui/core/es/colors/blueGrey.js create mode 100644 node_modules/@material-ui/core/es/colors/brown.js create mode 100644 node_modules/@material-ui/core/es/colors/common.js create mode 100644 node_modules/@material-ui/core/es/colors/cyan.js create mode 100644 node_modules/@material-ui/core/es/colors/deepOrange.js create mode 100644 node_modules/@material-ui/core/es/colors/deepPurple.js create mode 100644 node_modules/@material-ui/core/es/colors/green.js create mode 100644 node_modules/@material-ui/core/es/colors/grey.js create mode 100644 node_modules/@material-ui/core/es/colors/index.js create mode 100644 node_modules/@material-ui/core/es/colors/indigo.js create mode 100644 node_modules/@material-ui/core/es/colors/lightBlue.js create mode 100644 node_modules/@material-ui/core/es/colors/lightGreen.js create mode 100644 node_modules/@material-ui/core/es/colors/lime.js create mode 100644 node_modules/@material-ui/core/es/colors/orange.js create mode 100644 node_modules/@material-ui/core/es/colors/pink.js create mode 100644 node_modules/@material-ui/core/es/colors/purple.js create mode 100644 node_modules/@material-ui/core/es/colors/red.js create mode 100644 node_modules/@material-ui/core/es/colors/teal.js create mode 100644 node_modules/@material-ui/core/es/colors/yellow.js create mode 100644 node_modules/@material-ui/core/es/index.js create mode 100644 node_modules/@material-ui/core/es/internal/SwitchBase.js create mode 100644 node_modules/@material-ui/core/es/internal/animate.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/ArrowDownward.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/ArrowDropDown.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/Cancel.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/CheckBox.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/CheckBoxOutlineBlank.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/CheckCircle.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/Close.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/IndeterminateCheckBox.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/KeyboardArrowLeft.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/KeyboardArrowRight.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/MoreHoriz.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/Person.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/RadioButtonChecked.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/RadioButtonUnchecked.js create mode 100644 node_modules/@material-ui/core/es/internal/svg-icons/Warning.js create mode 100644 node_modules/@material-ui/core/es/locale/index.js create mode 100644 node_modules/@material-ui/core/es/styles/MuiThemeProvider.js create mode 100644 node_modules/@material-ui/core/es/styles/colorManipulator.js create mode 100644 node_modules/@material-ui/core/es/styles/createBreakpoints.js create mode 100644 node_modules/@material-ui/core/es/styles/createMixins.js create mode 100644 node_modules/@material-ui/core/es/styles/createMuiStrictModeTheme.js create mode 100644 node_modules/@material-ui/core/es/styles/createMuiTheme.js create mode 100644 node_modules/@material-ui/core/es/styles/createPalette.js create mode 100644 node_modules/@material-ui/core/es/styles/createSpacing.js create mode 100644 node_modules/@material-ui/core/es/styles/createStyles.js create mode 100644 node_modules/@material-ui/core/es/styles/createTypography.js create mode 100644 node_modules/@material-ui/core/es/styles/cssUtils.js create mode 100644 node_modules/@material-ui/core/es/styles/defaultTheme.js create mode 100644 node_modules/@material-ui/core/es/styles/index.js create mode 100644 node_modules/@material-ui/core/es/styles/makeStyles.js create mode 100644 node_modules/@material-ui/core/es/styles/responsiveFontSizes.js create mode 100644 node_modules/@material-ui/core/es/styles/shadows.js create mode 100644 node_modules/@material-ui/core/es/styles/shape.js create mode 100644 node_modules/@material-ui/core/es/styles/styled.js create mode 100644 node_modules/@material-ui/core/es/styles/transitions.js create mode 100644 node_modules/@material-ui/core/es/styles/useTheme.js create mode 100644 node_modules/@material-ui/core/es/styles/withStyles.js create mode 100644 node_modules/@material-ui/core/es/styles/withTheme.js create mode 100644 node_modules/@material-ui/core/es/styles/zIndex.js create mode 100644 node_modules/@material-ui/core/es/test-utils/RenderMode.js create mode 100644 node_modules/@material-ui/core/es/test-utils/createMount.js create mode 100644 node_modules/@material-ui/core/es/test-utils/createRender.js create mode 100644 node_modules/@material-ui/core/es/test-utils/createShallow.js create mode 100644 node_modules/@material-ui/core/es/test-utils/describeConformance.js create mode 100644 node_modules/@material-ui/core/es/test-utils/findOutermostIntrinsic.js create mode 100644 node_modules/@material-ui/core/es/test-utils/getClasses.js create mode 100644 node_modules/@material-ui/core/es/test-utils/index.js create mode 100644 node_modules/@material-ui/core/es/test-utils/testRef.js create mode 100644 node_modules/@material-ui/core/es/test-utils/until.js create mode 100644 node_modules/@material-ui/core/es/test-utils/unwrap.js create mode 100644 node_modules/@material-ui/core/es/transitions/utils.js create mode 100644 node_modules/@material-ui/core/es/useMediaQuery/index.js create mode 100644 node_modules/@material-ui/core/es/useMediaQuery/useMediaQuery.js create mode 100644 node_modules/@material-ui/core/es/useMediaQuery/useMediaQueryTheme.js create mode 100644 node_modules/@material-ui/core/es/useScrollTrigger/index.js create mode 100644 node_modules/@material-ui/core/es/useScrollTrigger/useScrollTrigger.js create mode 100644 node_modules/@material-ui/core/es/utils/capitalize.js create mode 100644 node_modules/@material-ui/core/es/utils/createChainedFunction.js create mode 100644 node_modules/@material-ui/core/es/utils/createSvgIcon.js create mode 100644 node_modules/@material-ui/core/es/utils/debounce.js create mode 100644 node_modules/@material-ui/core/es/utils/deprecatedPropType.js create mode 100644 node_modules/@material-ui/core/es/utils/getScrollbarSize.js create mode 100644 node_modules/@material-ui/core/es/utils/index.js create mode 100644 node_modules/@material-ui/core/es/utils/isMuiElement.js create mode 100644 node_modules/@material-ui/core/es/utils/ownerDocument.js create mode 100644 node_modules/@material-ui/core/es/utils/ownerWindow.js create mode 100644 node_modules/@material-ui/core/es/utils/requirePropFactory.js create mode 100644 node_modules/@material-ui/core/es/utils/scrollLeft.js create mode 100644 node_modules/@material-ui/core/es/utils/setRef.js create mode 100644 node_modules/@material-ui/core/es/utils/unstable_useId.js create mode 100644 node_modules/@material-ui/core/es/utils/unsupportedProp.js create mode 100644 node_modules/@material-ui/core/es/utils/useControlled.js create mode 100644 node_modules/@material-ui/core/es/utils/useEventCallback.js create mode 100644 node_modules/@material-ui/core/es/utils/useForkRef.js create mode 100644 node_modules/@material-ui/core/es/utils/useIsFocusVisible.js create mode 100644 node_modules/@material-ui/core/es/withMobileDialog/index.js create mode 100644 node_modules/@material-ui/core/es/withMobileDialog/withMobileDialog.js create mode 100644 node_modules/@material-ui/core/es/withWidth/index.js create mode 100644 node_modules/@material-ui/core/es/withWidth/withWidth.js create mode 100644 node_modules/@material-ui/core/esm/Accordion/Accordion.js create mode 100644 node_modules/@material-ui/core/esm/Accordion/AccordionContext.js create mode 100644 node_modules/@material-ui/core/esm/Accordion/index.js create mode 100644 node_modules/@material-ui/core/esm/AccordionActions/AccordionActions.js create mode 100644 node_modules/@material-ui/core/esm/AccordionActions/index.js create mode 100644 node_modules/@material-ui/core/esm/AccordionDetails/AccordionDetails.js create mode 100644 node_modules/@material-ui/core/esm/AccordionDetails/index.js create mode 100644 node_modules/@material-ui/core/esm/AccordionSummary/AccordionSummary.js create mode 100644 node_modules/@material-ui/core/esm/AccordionSummary/index.js create mode 100644 node_modules/@material-ui/core/esm/AppBar/AppBar.js create mode 100644 node_modules/@material-ui/core/esm/AppBar/index.js create mode 100644 node_modules/@material-ui/core/esm/Avatar/Avatar.js create mode 100644 node_modules/@material-ui/core/esm/Avatar/index.js create mode 100644 node_modules/@material-ui/core/esm/Backdrop/Backdrop.js create mode 100644 node_modules/@material-ui/core/esm/Backdrop/index.js create mode 100644 node_modules/@material-ui/core/esm/Badge/Badge.js create mode 100644 node_modules/@material-ui/core/esm/Badge/index.js create mode 100755 node_modules/@material-ui/core/esm/BottomNavigation/BottomNavigation.js create mode 100644 node_modules/@material-ui/core/esm/BottomNavigation/index.js create mode 100644 node_modules/@material-ui/core/esm/BottomNavigationAction/BottomNavigationAction.js create mode 100644 node_modules/@material-ui/core/esm/BottomNavigationAction/index.js create mode 100644 node_modules/@material-ui/core/esm/Box/Box.js create mode 100644 node_modules/@material-ui/core/esm/Box/index.js create mode 100644 node_modules/@material-ui/core/esm/Breadcrumbs/BreadcrumbCollapsed.js create mode 100644 node_modules/@material-ui/core/esm/Breadcrumbs/Breadcrumbs.js create mode 100644 node_modules/@material-ui/core/esm/Breadcrumbs/index.js create mode 100644 node_modules/@material-ui/core/esm/Button/Button.js create mode 100644 node_modules/@material-ui/core/esm/Button/index.js create mode 100644 node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js create mode 100644 node_modules/@material-ui/core/esm/ButtonBase/Ripple.js create mode 100644 node_modules/@material-ui/core/esm/ButtonBase/TouchRipple.js create mode 100644 node_modules/@material-ui/core/esm/ButtonBase/index.js create mode 100644 node_modules/@material-ui/core/esm/ButtonGroup/ButtonGroup.js create mode 100644 node_modules/@material-ui/core/esm/ButtonGroup/index.js create mode 100644 node_modules/@material-ui/core/esm/Card/Card.js create mode 100644 node_modules/@material-ui/core/esm/Card/index.js create mode 100644 node_modules/@material-ui/core/esm/CardActionArea/CardActionArea.js create mode 100644 node_modules/@material-ui/core/esm/CardActionArea/index.js create mode 100644 node_modules/@material-ui/core/esm/CardActions/CardActions.js create mode 100644 node_modules/@material-ui/core/esm/CardActions/index.js create mode 100644 node_modules/@material-ui/core/esm/CardContent/CardContent.js create mode 100644 node_modules/@material-ui/core/esm/CardContent/index.js create mode 100644 node_modules/@material-ui/core/esm/CardHeader/CardHeader.js create mode 100644 node_modules/@material-ui/core/esm/CardHeader/index.js create mode 100644 node_modules/@material-ui/core/esm/CardMedia/CardMedia.js create mode 100644 node_modules/@material-ui/core/esm/CardMedia/index.js create mode 100644 node_modules/@material-ui/core/esm/Checkbox/Checkbox.js create mode 100644 node_modules/@material-ui/core/esm/Checkbox/index.js create mode 100644 node_modules/@material-ui/core/esm/Chip/Chip.js create mode 100644 node_modules/@material-ui/core/esm/Chip/index.js create mode 100644 node_modules/@material-ui/core/esm/CircularProgress/CircularProgress.js create mode 100644 node_modules/@material-ui/core/esm/CircularProgress/index.js create mode 100644 node_modules/@material-ui/core/esm/ClickAwayListener/ClickAwayListener.js create mode 100644 node_modules/@material-ui/core/esm/ClickAwayListener/index.js create mode 100644 node_modules/@material-ui/core/esm/Collapse/Collapse.js create mode 100644 node_modules/@material-ui/core/esm/Collapse/index.js create mode 100644 node_modules/@material-ui/core/esm/Container/Container.js create mode 100644 node_modules/@material-ui/core/esm/Container/index.js create mode 100644 node_modules/@material-ui/core/esm/CssBaseline/CssBaseline.js create mode 100644 node_modules/@material-ui/core/esm/CssBaseline/index.js create mode 100644 node_modules/@material-ui/core/esm/Dialog/Dialog.js create mode 100644 node_modules/@material-ui/core/esm/Dialog/index.js create mode 100644 node_modules/@material-ui/core/esm/DialogActions/DialogActions.js create mode 100644 node_modules/@material-ui/core/esm/DialogActions/index.js create mode 100644 node_modules/@material-ui/core/esm/DialogContent/DialogContent.js create mode 100644 node_modules/@material-ui/core/esm/DialogContent/index.js create mode 100644 node_modules/@material-ui/core/esm/DialogContentText/DialogContentText.js create mode 100644 node_modules/@material-ui/core/esm/DialogContentText/index.js create mode 100644 node_modules/@material-ui/core/esm/DialogTitle/DialogTitle.js create mode 100644 node_modules/@material-ui/core/esm/DialogTitle/index.js create mode 100644 node_modules/@material-ui/core/esm/Divider/Divider.js create mode 100644 node_modules/@material-ui/core/esm/Divider/index.js create mode 100644 node_modules/@material-ui/core/esm/Drawer/Drawer.js create mode 100644 node_modules/@material-ui/core/esm/Drawer/index.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanel/ExpansionPanel.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanel/ExpansionPanelContext.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanel/index.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanelActions/ExpansionPanelActions.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanelActions/index.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanelDetails/ExpansionPanelDetails.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanelDetails/index.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanelSummary/ExpansionPanelSummary.js create mode 100644 node_modules/@material-ui/core/esm/ExpansionPanelSummary/index.js create mode 100644 node_modules/@material-ui/core/esm/Fab/Fab.js create mode 100644 node_modules/@material-ui/core/esm/Fab/index.js create mode 100644 node_modules/@material-ui/core/esm/Fade/Fade.js create mode 100644 node_modules/@material-ui/core/esm/Fade/index.js create mode 100644 node_modules/@material-ui/core/esm/FilledInput/FilledInput.js create mode 100644 node_modules/@material-ui/core/esm/FilledInput/index.js create mode 100644 node_modules/@material-ui/core/esm/FormControl/FormControl.js create mode 100644 node_modules/@material-ui/core/esm/FormControl/FormControlContext.js create mode 100644 node_modules/@material-ui/core/esm/FormControl/formControlState.js create mode 100644 node_modules/@material-ui/core/esm/FormControl/index.js create mode 100644 node_modules/@material-ui/core/esm/FormControl/useFormControl.js create mode 100644 node_modules/@material-ui/core/esm/FormControlLabel/FormControlLabel.js create mode 100644 node_modules/@material-ui/core/esm/FormControlLabel/index.js create mode 100644 node_modules/@material-ui/core/esm/FormGroup/FormGroup.js create mode 100644 node_modules/@material-ui/core/esm/FormGroup/index.js create mode 100644 node_modules/@material-ui/core/esm/FormHelperText/FormHelperText.js create mode 100644 node_modules/@material-ui/core/esm/FormHelperText/index.js create mode 100644 node_modules/@material-ui/core/esm/FormLabel/FormLabel.js create mode 100644 node_modules/@material-ui/core/esm/FormLabel/index.js create mode 100644 node_modules/@material-ui/core/esm/Grid/Grid.js create mode 100644 node_modules/@material-ui/core/esm/Grid/index.js create mode 100644 node_modules/@material-ui/core/esm/GridList/GridList.js create mode 100644 node_modules/@material-ui/core/esm/GridList/index.js create mode 100644 node_modules/@material-ui/core/esm/GridListTile/GridListTile.js create mode 100644 node_modules/@material-ui/core/esm/GridListTile/index.js create mode 100644 node_modules/@material-ui/core/esm/GridListTileBar/GridListTileBar.js create mode 100644 node_modules/@material-ui/core/esm/GridListTileBar/index.js create mode 100644 node_modules/@material-ui/core/esm/Grow/Grow.js create mode 100644 node_modules/@material-ui/core/esm/Grow/index.js create mode 100644 node_modules/@material-ui/core/esm/Hidden/Hidden.js create mode 100644 node_modules/@material-ui/core/esm/Hidden/HiddenCss.js create mode 100644 node_modules/@material-ui/core/esm/Hidden/HiddenJs.js create mode 100644 node_modules/@material-ui/core/esm/Hidden/index.js create mode 100644 node_modules/@material-ui/core/esm/Icon/Icon.js create mode 100644 node_modules/@material-ui/core/esm/Icon/index.js create mode 100644 node_modules/@material-ui/core/esm/IconButton/IconButton.js create mode 100644 node_modules/@material-ui/core/esm/IconButton/index.js create mode 100644 node_modules/@material-ui/core/esm/Input/Input.js create mode 100644 node_modules/@material-ui/core/esm/Input/index.js create mode 100644 node_modules/@material-ui/core/esm/InputAdornment/InputAdornment.js create mode 100644 node_modules/@material-ui/core/esm/InputAdornment/index.js create mode 100644 node_modules/@material-ui/core/esm/InputBase/InputBase.js create mode 100644 node_modules/@material-ui/core/esm/InputBase/index.js create mode 100644 node_modules/@material-ui/core/esm/InputBase/utils.js create mode 100644 node_modules/@material-ui/core/esm/InputLabel/InputLabel.js create mode 100644 node_modules/@material-ui/core/esm/InputLabel/index.js create mode 100644 node_modules/@material-ui/core/esm/LinearProgress/LinearProgress.js create mode 100644 node_modules/@material-ui/core/esm/LinearProgress/index.js create mode 100644 node_modules/@material-ui/core/esm/Link/Link.js create mode 100644 node_modules/@material-ui/core/esm/Link/index.js create mode 100644 node_modules/@material-ui/core/esm/List/List.js create mode 100644 node_modules/@material-ui/core/esm/List/ListContext.js create mode 100644 node_modules/@material-ui/core/esm/List/index.js create mode 100644 node_modules/@material-ui/core/esm/ListItem/ListItem.js create mode 100644 node_modules/@material-ui/core/esm/ListItem/index.js create mode 100644 node_modules/@material-ui/core/esm/ListItemAvatar/ListItemAvatar.js create mode 100644 node_modules/@material-ui/core/esm/ListItemAvatar/index.js create mode 100644 node_modules/@material-ui/core/esm/ListItemIcon/ListItemIcon.js create mode 100644 node_modules/@material-ui/core/esm/ListItemIcon/index.js create mode 100644 node_modules/@material-ui/core/esm/ListItemSecondaryAction/ListItemSecondaryAction.js create mode 100644 node_modules/@material-ui/core/esm/ListItemSecondaryAction/index.js create mode 100644 node_modules/@material-ui/core/esm/ListItemText/ListItemText.js create mode 100644 node_modules/@material-ui/core/esm/ListItemText/index.js create mode 100644 node_modules/@material-ui/core/esm/ListSubheader/ListSubheader.js create mode 100644 node_modules/@material-ui/core/esm/ListSubheader/index.js create mode 100644 node_modules/@material-ui/core/esm/Menu/Menu.js create mode 100644 node_modules/@material-ui/core/esm/Menu/index.js create mode 100644 node_modules/@material-ui/core/esm/MenuItem/MenuItem.js create mode 100644 node_modules/@material-ui/core/esm/MenuItem/index.js create mode 100644 node_modules/@material-ui/core/esm/MenuList/MenuList.js create mode 100644 node_modules/@material-ui/core/esm/MenuList/index.js create mode 100644 node_modules/@material-ui/core/esm/MobileStepper/MobileStepper.js create mode 100644 node_modules/@material-ui/core/esm/MobileStepper/index.js create mode 100644 node_modules/@material-ui/core/esm/Modal/Modal.js create mode 100644 node_modules/@material-ui/core/esm/Modal/ModalManager.js create mode 100644 node_modules/@material-ui/core/esm/Modal/SimpleBackdrop.js create mode 100644 node_modules/@material-ui/core/esm/Modal/index.js create mode 100644 node_modules/@material-ui/core/esm/NativeSelect/NativeSelect.js create mode 100644 node_modules/@material-ui/core/esm/NativeSelect/NativeSelectInput.js create mode 100644 node_modules/@material-ui/core/esm/NativeSelect/index.js create mode 100644 node_modules/@material-ui/core/esm/NoSsr/NoSsr.js create mode 100644 node_modules/@material-ui/core/esm/NoSsr/index.js create mode 100644 node_modules/@material-ui/core/esm/OutlinedInput/NotchedOutline.js create mode 100644 node_modules/@material-ui/core/esm/OutlinedInput/OutlinedInput.js create mode 100644 node_modules/@material-ui/core/esm/OutlinedInput/index.js create mode 100644 node_modules/@material-ui/core/esm/Paper/Paper.js create mode 100644 node_modules/@material-ui/core/esm/Paper/index.js create mode 100644 node_modules/@material-ui/core/esm/Popover/Popover.js create mode 100644 node_modules/@material-ui/core/esm/Popover/index.js create mode 100644 node_modules/@material-ui/core/esm/Popper/Popper.js create mode 100644 node_modules/@material-ui/core/esm/Popper/index.js create mode 100644 node_modules/@material-ui/core/esm/Portal/Portal.js create mode 100644 node_modules/@material-ui/core/esm/Portal/index.js create mode 100644 node_modules/@material-ui/core/esm/Radio/Radio.js create mode 100644 node_modules/@material-ui/core/esm/Radio/RadioButtonIcon.js create mode 100644 node_modules/@material-ui/core/esm/Radio/index.js create mode 100644 node_modules/@material-ui/core/esm/RadioGroup/RadioGroup.js create mode 100644 node_modules/@material-ui/core/esm/RadioGroup/RadioGroupContext.js create mode 100644 node_modules/@material-ui/core/esm/RadioGroup/index.js create mode 100644 node_modules/@material-ui/core/esm/RadioGroup/useRadioGroup.js create mode 100644 node_modules/@material-ui/core/esm/RootRef/RootRef.js create mode 100644 node_modules/@material-ui/core/esm/RootRef/index.js create mode 100644 node_modules/@material-ui/core/esm/ScopedCssBaseline/ScopedCssBaseline.js create mode 100644 node_modules/@material-ui/core/esm/ScopedCssBaseline/index.js create mode 100644 node_modules/@material-ui/core/esm/Select/Select.js create mode 100644 node_modules/@material-ui/core/esm/Select/SelectInput.js create mode 100644 node_modules/@material-ui/core/esm/Select/index.js create mode 100644 node_modules/@material-ui/core/esm/Slide/Slide.js create mode 100644 node_modules/@material-ui/core/esm/Slide/index.js create mode 100644 node_modules/@material-ui/core/esm/Slider/Slider.js create mode 100644 node_modules/@material-ui/core/esm/Slider/ValueLabel.js create mode 100644 node_modules/@material-ui/core/esm/Slider/index.js create mode 100644 node_modules/@material-ui/core/esm/Snackbar/Snackbar.js create mode 100644 node_modules/@material-ui/core/esm/Snackbar/index.js create mode 100644 node_modules/@material-ui/core/esm/SnackbarContent/SnackbarContent.js create mode 100644 node_modules/@material-ui/core/esm/SnackbarContent/index.js create mode 100644 node_modules/@material-ui/core/esm/Step/Step.js create mode 100644 node_modules/@material-ui/core/esm/Step/index.js create mode 100644 node_modules/@material-ui/core/esm/StepButton/StepButton.js create mode 100644 node_modules/@material-ui/core/esm/StepButton/index.js create mode 100644 node_modules/@material-ui/core/esm/StepConnector/StepConnector.js create mode 100644 node_modules/@material-ui/core/esm/StepConnector/index.js create mode 100644 node_modules/@material-ui/core/esm/StepContent/StepContent.js create mode 100644 node_modules/@material-ui/core/esm/StepContent/index.js create mode 100644 node_modules/@material-ui/core/esm/StepIcon/StepIcon.js create mode 100644 node_modules/@material-ui/core/esm/StepIcon/index.js create mode 100644 node_modules/@material-ui/core/esm/StepLabel/StepLabel.js create mode 100644 node_modules/@material-ui/core/esm/StepLabel/index.js create mode 100644 node_modules/@material-ui/core/esm/Stepper/Stepper.js create mode 100644 node_modules/@material-ui/core/esm/Stepper/index.js create mode 100644 node_modules/@material-ui/core/esm/SvgIcon/SvgIcon.js create mode 100644 node_modules/@material-ui/core/esm/SvgIcon/index.js create mode 100644 node_modules/@material-ui/core/esm/SwipeableDrawer/SwipeArea.js create mode 100644 node_modules/@material-ui/core/esm/SwipeableDrawer/SwipeableDrawer.js create mode 100644 node_modules/@material-ui/core/esm/SwipeableDrawer/index.js create mode 100644 node_modules/@material-ui/core/esm/Switch/Switch.js create mode 100644 node_modules/@material-ui/core/esm/Switch/index.js create mode 100644 node_modules/@material-ui/core/esm/Tab/Tab.js create mode 100644 node_modules/@material-ui/core/esm/Tab/index.js create mode 100644 node_modules/@material-ui/core/esm/TabScrollButton/TabScrollButton.js create mode 100644 node_modules/@material-ui/core/esm/TabScrollButton/index.js create mode 100644 node_modules/@material-ui/core/esm/Table/Table.js create mode 100644 node_modules/@material-ui/core/esm/Table/TableContext.js create mode 100644 node_modules/@material-ui/core/esm/Table/Tablelvl2Context.js create mode 100644 node_modules/@material-ui/core/esm/Table/index.js create mode 100644 node_modules/@material-ui/core/esm/TableBody/TableBody.js create mode 100644 node_modules/@material-ui/core/esm/TableBody/index.js create mode 100644 node_modules/@material-ui/core/esm/TableCell/TableCell.js create mode 100644 node_modules/@material-ui/core/esm/TableCell/index.js create mode 100644 node_modules/@material-ui/core/esm/TableContainer/TableContainer.js create mode 100644 node_modules/@material-ui/core/esm/TableContainer/index.js create mode 100644 node_modules/@material-ui/core/esm/TableFooter/TableFooter.js create mode 100644 node_modules/@material-ui/core/esm/TableFooter/index.js create mode 100644 node_modules/@material-ui/core/esm/TableHead/TableHead.js create mode 100644 node_modules/@material-ui/core/esm/TableHead/index.js create mode 100644 node_modules/@material-ui/core/esm/TablePagination/TablePagination.js create mode 100644 node_modules/@material-ui/core/esm/TablePagination/TablePaginationActions.js create mode 100644 node_modules/@material-ui/core/esm/TablePagination/index.js create mode 100644 node_modules/@material-ui/core/esm/TableRow/TableRow.js create mode 100644 node_modules/@material-ui/core/esm/TableRow/index.js create mode 100644 node_modules/@material-ui/core/esm/TableSortLabel/TableSortLabel.js create mode 100644 node_modules/@material-ui/core/esm/TableSortLabel/index.js create mode 100644 node_modules/@material-ui/core/esm/Tabs/ScrollbarSize.js create mode 100644 node_modules/@material-ui/core/esm/Tabs/TabIndicator.js create mode 100644 node_modules/@material-ui/core/esm/Tabs/Tabs.js create mode 100644 node_modules/@material-ui/core/esm/Tabs/index.js create mode 100644 node_modules/@material-ui/core/esm/TextField/TextField.js create mode 100644 node_modules/@material-ui/core/esm/TextField/index.js create mode 100644 node_modules/@material-ui/core/esm/TextareaAutosize/TextareaAutosize.js create mode 100644 node_modules/@material-ui/core/esm/TextareaAutosize/index.js create mode 100644 node_modules/@material-ui/core/esm/Toolbar/Toolbar.js create mode 100644 node_modules/@material-ui/core/esm/Toolbar/index.js create mode 100644 node_modules/@material-ui/core/esm/Tooltip/Tooltip.js create mode 100644 node_modules/@material-ui/core/esm/Tooltip/index.js create mode 100644 node_modules/@material-ui/core/esm/Typography/Typography.js create mode 100644 node_modules/@material-ui/core/esm/Typography/index.js create mode 100644 node_modules/@material-ui/core/esm/Unstable_TrapFocus/Unstable_TrapFocus.js create mode 100644 node_modules/@material-ui/core/esm/Unstable_TrapFocus/index.js create mode 100644 node_modules/@material-ui/core/esm/Zoom/Zoom.js create mode 100644 node_modules/@material-ui/core/esm/Zoom/index.js create mode 100644 node_modules/@material-ui/core/esm/colors/amber.js create mode 100644 node_modules/@material-ui/core/esm/colors/blue.js create mode 100644 node_modules/@material-ui/core/esm/colors/blueGrey.js create mode 100644 node_modules/@material-ui/core/esm/colors/brown.js create mode 100644 node_modules/@material-ui/core/esm/colors/common.js create mode 100644 node_modules/@material-ui/core/esm/colors/cyan.js create mode 100644 node_modules/@material-ui/core/esm/colors/deepOrange.js create mode 100644 node_modules/@material-ui/core/esm/colors/deepPurple.js create mode 100644 node_modules/@material-ui/core/esm/colors/green.js create mode 100644 node_modules/@material-ui/core/esm/colors/grey.js create mode 100644 node_modules/@material-ui/core/esm/colors/index.js create mode 100644 node_modules/@material-ui/core/esm/colors/indigo.js create mode 100644 node_modules/@material-ui/core/esm/colors/lightBlue.js create mode 100644 node_modules/@material-ui/core/esm/colors/lightGreen.js create mode 100644 node_modules/@material-ui/core/esm/colors/lime.js create mode 100644 node_modules/@material-ui/core/esm/colors/orange.js create mode 100644 node_modules/@material-ui/core/esm/colors/pink.js create mode 100644 node_modules/@material-ui/core/esm/colors/purple.js create mode 100644 node_modules/@material-ui/core/esm/colors/red.js create mode 100644 node_modules/@material-ui/core/esm/colors/teal.js create mode 100644 node_modules/@material-ui/core/esm/colors/yellow.js create mode 100644 node_modules/@material-ui/core/esm/index.js create mode 100644 node_modules/@material-ui/core/esm/internal/SwitchBase.js create mode 100644 node_modules/@material-ui/core/esm/internal/animate.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/ArrowDownward.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/ArrowDropDown.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/Cancel.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/CheckBox.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/CheckBoxOutlineBlank.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/CheckCircle.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/Close.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/IndeterminateCheckBox.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/KeyboardArrowLeft.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/KeyboardArrowRight.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/MoreHoriz.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/Person.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/RadioButtonChecked.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/RadioButtonUnchecked.js create mode 100644 node_modules/@material-ui/core/esm/internal/svg-icons/Warning.js create mode 100644 node_modules/@material-ui/core/esm/locale/index.js create mode 100644 node_modules/@material-ui/core/esm/styles/MuiThemeProvider.js create mode 100644 node_modules/@material-ui/core/esm/styles/colorManipulator.js create mode 100644 node_modules/@material-ui/core/esm/styles/createBreakpoints.js create mode 100644 node_modules/@material-ui/core/esm/styles/createMixins.js create mode 100644 node_modules/@material-ui/core/esm/styles/createMuiStrictModeTheme.js create mode 100644 node_modules/@material-ui/core/esm/styles/createMuiTheme.js create mode 100644 node_modules/@material-ui/core/esm/styles/createPalette.js create mode 100644 node_modules/@material-ui/core/esm/styles/createSpacing.js create mode 100644 node_modules/@material-ui/core/esm/styles/createStyles.js create mode 100644 node_modules/@material-ui/core/esm/styles/createTypography.js create mode 100644 node_modules/@material-ui/core/esm/styles/cssUtils.js create mode 100644 node_modules/@material-ui/core/esm/styles/defaultTheme.js create mode 100644 node_modules/@material-ui/core/esm/styles/index.js create mode 100644 node_modules/@material-ui/core/esm/styles/makeStyles.js create mode 100644 node_modules/@material-ui/core/esm/styles/responsiveFontSizes.js create mode 100644 node_modules/@material-ui/core/esm/styles/shadows.js create mode 100644 node_modules/@material-ui/core/esm/styles/shape.js create mode 100644 node_modules/@material-ui/core/esm/styles/styled.js create mode 100644 node_modules/@material-ui/core/esm/styles/transitions.js create mode 100644 node_modules/@material-ui/core/esm/styles/useTheme.js create mode 100644 node_modules/@material-ui/core/esm/styles/withStyles.js create mode 100644 node_modules/@material-ui/core/esm/styles/withTheme.js create mode 100644 node_modules/@material-ui/core/esm/styles/zIndex.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/RenderMode.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/createMount.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/createRender.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/createShallow.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/describeConformance.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/findOutermostIntrinsic.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/getClasses.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/index.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/testRef.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/until.js create mode 100644 node_modules/@material-ui/core/esm/test-utils/unwrap.js create mode 100644 node_modules/@material-ui/core/esm/transitions/utils.js create mode 100644 node_modules/@material-ui/core/esm/useMediaQuery/index.js create mode 100644 node_modules/@material-ui/core/esm/useMediaQuery/useMediaQuery.js create mode 100644 node_modules/@material-ui/core/esm/useMediaQuery/useMediaQueryTheme.js create mode 100644 node_modules/@material-ui/core/esm/useScrollTrigger/index.js create mode 100644 node_modules/@material-ui/core/esm/useScrollTrigger/useScrollTrigger.js create mode 100644 node_modules/@material-ui/core/esm/utils/capitalize.js create mode 100644 node_modules/@material-ui/core/esm/utils/createChainedFunction.js create mode 100644 node_modules/@material-ui/core/esm/utils/createSvgIcon.js create mode 100644 node_modules/@material-ui/core/esm/utils/debounce.js create mode 100644 node_modules/@material-ui/core/esm/utils/deprecatedPropType.js create mode 100644 node_modules/@material-ui/core/esm/utils/getScrollbarSize.js create mode 100644 node_modules/@material-ui/core/esm/utils/index.js create mode 100644 node_modules/@material-ui/core/esm/utils/isMuiElement.js create mode 100644 node_modules/@material-ui/core/esm/utils/ownerDocument.js create mode 100644 node_modules/@material-ui/core/esm/utils/ownerWindow.js create mode 100644 node_modules/@material-ui/core/esm/utils/requirePropFactory.js create mode 100644 node_modules/@material-ui/core/esm/utils/scrollLeft.js create mode 100644 node_modules/@material-ui/core/esm/utils/setRef.js create mode 100644 node_modules/@material-ui/core/esm/utils/unstable_useId.js create mode 100644 node_modules/@material-ui/core/esm/utils/unsupportedProp.js create mode 100644 node_modules/@material-ui/core/esm/utils/useControlled.js create mode 100644 node_modules/@material-ui/core/esm/utils/useEventCallback.js create mode 100644 node_modules/@material-ui/core/esm/utils/useForkRef.js create mode 100644 node_modules/@material-ui/core/esm/utils/useIsFocusVisible.js create mode 100644 node_modules/@material-ui/core/esm/withMobileDialog/index.js create mode 100644 node_modules/@material-ui/core/esm/withMobileDialog/withMobileDialog.js create mode 100644 node_modules/@material-ui/core/esm/withWidth/index.js create mode 100644 node_modules/@material-ui/core/esm/withWidth/withWidth.js create mode 100644 node_modules/@material-ui/core/index.d.ts create mode 100644 node_modules/@material-ui/core/index.js create mode 100644 node_modules/@material-ui/core/internal/SwitchBase.d.ts create mode 100644 node_modules/@material-ui/core/internal/SwitchBase.js create mode 100644 node_modules/@material-ui/core/internal/animate.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/ArrowDownward.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/ArrowDropDown.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/Cancel.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/CheckBox.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/CheckBoxOutlineBlank.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/CheckCircle.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/Close.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/IndeterminateCheckBox.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/KeyboardArrowLeft.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/KeyboardArrowRight.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/MoreHoriz.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/Person.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/RadioButtonChecked.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/RadioButtonUnchecked.js create mode 100644 node_modules/@material-ui/core/internal/svg-icons/Warning.js create mode 100644 node_modules/@material-ui/core/locale/index.d.ts create mode 100644 node_modules/@material-ui/core/locale/index.js create mode 100644 node_modules/@material-ui/core/package.json create mode 100644 node_modules/@material-ui/core/styles/MuiThemeProvider.js create mode 100644 node_modules/@material-ui/core/styles/colorManipulator.d.ts create mode 100644 node_modules/@material-ui/core/styles/colorManipulator.js create mode 100644 node_modules/@material-ui/core/styles/createBreakpoints.d.ts create mode 100644 node_modules/@material-ui/core/styles/createBreakpoints.js create mode 100644 node_modules/@material-ui/core/styles/createMixins.d.ts create mode 100644 node_modules/@material-ui/core/styles/createMixins.js create mode 100644 node_modules/@material-ui/core/styles/createMuiStrictModeTheme.js create mode 100644 node_modules/@material-ui/core/styles/createMuiTheme.d.ts create mode 100644 node_modules/@material-ui/core/styles/createMuiTheme.js create mode 100644 node_modules/@material-ui/core/styles/createPalette.d.ts create mode 100644 node_modules/@material-ui/core/styles/createPalette.js create mode 100644 node_modules/@material-ui/core/styles/createSpacing.d.ts create mode 100644 node_modules/@material-ui/core/styles/createSpacing.js create mode 100644 node_modules/@material-ui/core/styles/createStyles.d.ts create mode 100644 node_modules/@material-ui/core/styles/createStyles.js create mode 100644 node_modules/@material-ui/core/styles/createTypography.d.ts create mode 100644 node_modules/@material-ui/core/styles/createTypography.js create mode 100644 node_modules/@material-ui/core/styles/cssUtils.js create mode 100644 node_modules/@material-ui/core/styles/defaultTheme.js create mode 100644 node_modules/@material-ui/core/styles/index.d.ts create mode 100644 node_modules/@material-ui/core/styles/index.js create mode 100644 node_modules/@material-ui/core/styles/makeStyles.d.ts create mode 100644 node_modules/@material-ui/core/styles/makeStyles.js create mode 100644 node_modules/@material-ui/core/styles/overrides.d.ts create mode 100644 node_modules/@material-ui/core/styles/package.json create mode 100644 node_modules/@material-ui/core/styles/props.d.ts create mode 100644 node_modules/@material-ui/core/styles/responsiveFontSizes.d.ts create mode 100644 node_modules/@material-ui/core/styles/responsiveFontSizes.js create mode 100644 node_modules/@material-ui/core/styles/shadows.d.ts create mode 100644 node_modules/@material-ui/core/styles/shadows.js create mode 100644 node_modules/@material-ui/core/styles/shape.d.ts create mode 100644 node_modules/@material-ui/core/styles/shape.js create mode 100644 node_modules/@material-ui/core/styles/styled.d.ts create mode 100644 node_modules/@material-ui/core/styles/styled.js create mode 100644 node_modules/@material-ui/core/styles/transitions.d.ts create mode 100644 node_modules/@material-ui/core/styles/transitions.js create mode 100644 node_modules/@material-ui/core/styles/useTheme.d.ts create mode 100644 node_modules/@material-ui/core/styles/useTheme.js create mode 100644 node_modules/@material-ui/core/styles/withStyles.d.ts create mode 100644 node_modules/@material-ui/core/styles/withStyles.js create mode 100644 node_modules/@material-ui/core/styles/withTheme.d.ts create mode 100644 node_modules/@material-ui/core/styles/withTheme.js create mode 100644 node_modules/@material-ui/core/styles/zIndex.d.ts create mode 100644 node_modules/@material-ui/core/styles/zIndex.js create mode 100644 node_modules/@material-ui/core/test-utils/RenderMode.js create mode 100644 node_modules/@material-ui/core/test-utils/createMount.d.ts create mode 100644 node_modules/@material-ui/core/test-utils/createMount.js create mode 100644 node_modules/@material-ui/core/test-utils/createRender.d.ts create mode 100644 node_modules/@material-ui/core/test-utils/createRender.js create mode 100644 node_modules/@material-ui/core/test-utils/createShallow.d.ts create mode 100644 node_modules/@material-ui/core/test-utils/createShallow.js create mode 100644 node_modules/@material-ui/core/test-utils/describeConformance.js create mode 100644 node_modules/@material-ui/core/test-utils/findOutermostIntrinsic.d.ts create mode 100644 node_modules/@material-ui/core/test-utils/findOutermostIntrinsic.js create mode 100644 node_modules/@material-ui/core/test-utils/getClasses.d.ts create mode 100644 node_modules/@material-ui/core/test-utils/getClasses.js create mode 100644 node_modules/@material-ui/core/test-utils/index.d.ts create mode 100644 node_modules/@material-ui/core/test-utils/index.js create mode 100644 node_modules/@material-ui/core/test-utils/package.json create mode 100644 node_modules/@material-ui/core/test-utils/testRef.js create mode 100644 node_modules/@material-ui/core/test-utils/until.d.ts create mode 100644 node_modules/@material-ui/core/test-utils/until.js create mode 100644 node_modules/@material-ui/core/test-utils/unwrap.d.ts create mode 100644 node_modules/@material-ui/core/test-utils/unwrap.js create mode 100644 node_modules/@material-ui/core/transitions/index.d.ts create mode 100644 node_modules/@material-ui/core/transitions/transition.d.ts create mode 100644 node_modules/@material-ui/core/transitions/utils.js create mode 100644 node_modules/@material-ui/core/umd/material-ui.development.js create mode 100644 node_modules/@material-ui/core/umd/material-ui.production.min.js create mode 100644 node_modules/@material-ui/core/useMediaQuery/index.d.ts create mode 100644 node_modules/@material-ui/core/useMediaQuery/index.js create mode 100644 node_modules/@material-ui/core/useMediaQuery/package.json create mode 100644 node_modules/@material-ui/core/useMediaQuery/useMediaQuery.d.ts create mode 100644 node_modules/@material-ui/core/useMediaQuery/useMediaQuery.js create mode 100644 node_modules/@material-ui/core/useMediaQuery/useMediaQueryTheme.d.ts create mode 100644 node_modules/@material-ui/core/useMediaQuery/useMediaQueryTheme.js create mode 100644 node_modules/@material-ui/core/useScrollTrigger/index.d.ts create mode 100644 node_modules/@material-ui/core/useScrollTrigger/index.js create mode 100644 node_modules/@material-ui/core/useScrollTrigger/package.json create mode 100644 node_modules/@material-ui/core/useScrollTrigger/useScrollTrigger.d.ts create mode 100644 node_modules/@material-ui/core/useScrollTrigger/useScrollTrigger.js create mode 100644 node_modules/@material-ui/core/utils/capitalize.d.ts create mode 100644 node_modules/@material-ui/core/utils/capitalize.js create mode 100644 node_modules/@material-ui/core/utils/createChainedFunction.d.ts create mode 100644 node_modules/@material-ui/core/utils/createChainedFunction.js create mode 100644 node_modules/@material-ui/core/utils/createSvgIcon.d.ts create mode 100644 node_modules/@material-ui/core/utils/createSvgIcon.js create mode 100644 node_modules/@material-ui/core/utils/debounce.d.ts create mode 100644 node_modules/@material-ui/core/utils/debounce.js create mode 100644 node_modules/@material-ui/core/utils/deprecatedPropType.d.ts create mode 100644 node_modules/@material-ui/core/utils/deprecatedPropType.js create mode 100644 node_modules/@material-ui/core/utils/getScrollbarSize.js create mode 100644 node_modules/@material-ui/core/utils/index.d.ts create mode 100644 node_modules/@material-ui/core/utils/index.js create mode 100644 node_modules/@material-ui/core/utils/isMuiElement.d.ts create mode 100644 node_modules/@material-ui/core/utils/isMuiElement.js create mode 100644 node_modules/@material-ui/core/utils/ownerDocument.d.ts create mode 100644 node_modules/@material-ui/core/utils/ownerDocument.js create mode 100644 node_modules/@material-ui/core/utils/ownerWindow.d.ts create mode 100644 node_modules/@material-ui/core/utils/ownerWindow.js create mode 100644 node_modules/@material-ui/core/utils/package.json create mode 100644 node_modules/@material-ui/core/utils/requirePropFactory.d.ts create mode 100644 node_modules/@material-ui/core/utils/requirePropFactory.js create mode 100644 node_modules/@material-ui/core/utils/scrollLeft.js create mode 100644 node_modules/@material-ui/core/utils/setRef.d.ts create mode 100644 node_modules/@material-ui/core/utils/setRef.js create mode 100644 node_modules/@material-ui/core/utils/unstable_useId.js create mode 100644 node_modules/@material-ui/core/utils/unsupportedProp.d.ts create mode 100644 node_modules/@material-ui/core/utils/unsupportedProp.js create mode 100644 node_modules/@material-ui/core/utils/useControlled.d.ts create mode 100644 node_modules/@material-ui/core/utils/useControlled.js create mode 100644 node_modules/@material-ui/core/utils/useEventCallback.d.ts create mode 100644 node_modules/@material-ui/core/utils/useEventCallback.js create mode 100644 node_modules/@material-ui/core/utils/useForkRef.d.ts create mode 100644 node_modules/@material-ui/core/utils/useForkRef.js create mode 100644 node_modules/@material-ui/core/utils/useIsFocusVisible.d.ts create mode 100644 node_modules/@material-ui/core/utils/useIsFocusVisible.js create mode 100644 node_modules/@material-ui/core/withMobileDialog/index.d.ts create mode 100644 node_modules/@material-ui/core/withMobileDialog/index.js create mode 100644 node_modules/@material-ui/core/withMobileDialog/package.json create mode 100644 node_modules/@material-ui/core/withMobileDialog/withMobileDialog.d.ts create mode 100644 node_modules/@material-ui/core/withMobileDialog/withMobileDialog.js create mode 100644 node_modules/@material-ui/core/withWidth/index.d.ts create mode 100644 node_modules/@material-ui/core/withWidth/index.js create mode 100644 node_modules/@material-ui/core/withWidth/package.json create mode 100644 node_modules/@material-ui/core/withWidth/withWidth.d.ts create mode 100644 node_modules/@material-ui/core/withWidth/withWidth.js create mode 100644 node_modules/@material-ui/styles/CHANGELOG.md create mode 100644 node_modules/@material-ui/styles/LICENSE create mode 100644 node_modules/@material-ui/styles/README.md create mode 100644 node_modules/@material-ui/styles/ServerStyleSheets/ServerStyleSheets.d.ts create mode 100644 node_modules/@material-ui/styles/ServerStyleSheets/ServerStyleSheets.js create mode 100644 node_modules/@material-ui/styles/ServerStyleSheets/index.d.ts create mode 100644 node_modules/@material-ui/styles/ServerStyleSheets/index.js create mode 100644 node_modules/@material-ui/styles/ServerStyleSheets/package.json create mode 100644 node_modules/@material-ui/styles/StylesProvider/StylesProvider.d.ts create mode 100644 node_modules/@material-ui/styles/StylesProvider/StylesProvider.js create mode 100644 node_modules/@material-ui/styles/StylesProvider/index.d.ts create mode 100644 node_modules/@material-ui/styles/StylesProvider/index.js create mode 100644 node_modules/@material-ui/styles/StylesProvider/package.json create mode 100644 node_modules/@material-ui/styles/ThemeProvider/ThemeProvider.d.ts create mode 100644 node_modules/@material-ui/styles/ThemeProvider/ThemeProvider.js create mode 100644 node_modules/@material-ui/styles/ThemeProvider/index.d.ts create mode 100644 node_modules/@material-ui/styles/ThemeProvider/index.js create mode 100644 node_modules/@material-ui/styles/ThemeProvider/nested.js create mode 100644 node_modules/@material-ui/styles/ThemeProvider/package.json create mode 100644 node_modules/@material-ui/styles/createGenerateClassName/createGenerateClassName.d.ts create mode 100644 node_modules/@material-ui/styles/createGenerateClassName/createGenerateClassName.js create mode 100644 node_modules/@material-ui/styles/createGenerateClassName/createGenerateClassNameHash.js create mode 100644 node_modules/@material-ui/styles/createGenerateClassName/index.d.ts create mode 100644 node_modules/@material-ui/styles/createGenerateClassName/index.js create mode 100644 node_modules/@material-ui/styles/createGenerateClassName/package.json create mode 100644 node_modules/@material-ui/styles/createStyles/createStyles.d.ts create mode 100644 node_modules/@material-ui/styles/createStyles/createStyles.js create mode 100644 node_modules/@material-ui/styles/createStyles/index.d.ts create mode 100644 node_modules/@material-ui/styles/createStyles/index.js create mode 100644 node_modules/@material-ui/styles/createStyles/package.json create mode 100644 node_modules/@material-ui/styles/defaultTheme/index.d.ts create mode 100644 node_modules/@material-ui/styles/es/ServerStyleSheets/ServerStyleSheets.js create mode 100644 node_modules/@material-ui/styles/es/ServerStyleSheets/index.js create mode 100644 node_modules/@material-ui/styles/es/StylesProvider/StylesProvider.js create mode 100644 node_modules/@material-ui/styles/es/StylesProvider/index.js create mode 100644 node_modules/@material-ui/styles/es/ThemeProvider/ThemeProvider.js create mode 100644 node_modules/@material-ui/styles/es/ThemeProvider/index.js create mode 100644 node_modules/@material-ui/styles/es/ThemeProvider/nested.js create mode 100644 node_modules/@material-ui/styles/es/createGenerateClassName/createGenerateClassName.js create mode 100644 node_modules/@material-ui/styles/es/createGenerateClassName/createGenerateClassNameHash.js create mode 100644 node_modules/@material-ui/styles/es/createGenerateClassName/index.js create mode 100644 node_modules/@material-ui/styles/es/createStyles/createStyles.js create mode 100644 node_modules/@material-ui/styles/es/createStyles/index.js create mode 100644 node_modules/@material-ui/styles/es/getStylesCreator/getStylesCreator.js create mode 100644 node_modules/@material-ui/styles/es/getStylesCreator/index.js create mode 100644 node_modules/@material-ui/styles/es/getStylesCreator/noopTheme.js create mode 100644 node_modules/@material-ui/styles/es/getThemeProps/getThemeProps.js create mode 100644 node_modules/@material-ui/styles/es/getThemeProps/index.js create mode 100644 node_modules/@material-ui/styles/es/index.js create mode 100644 node_modules/@material-ui/styles/es/jssPreset/index.js create mode 100644 node_modules/@material-ui/styles/es/jssPreset/jssPreset.js create mode 100644 node_modules/@material-ui/styles/es/makeStyles/index.js create mode 100644 node_modules/@material-ui/styles/es/makeStyles/indexCounter.js create mode 100644 node_modules/@material-ui/styles/es/makeStyles/makeStyles.js create mode 100644 node_modules/@material-ui/styles/es/makeStyles/multiKeyStore.js create mode 100644 node_modules/@material-ui/styles/es/mergeClasses/index.js create mode 100644 node_modules/@material-ui/styles/es/mergeClasses/mergeClasses.js create mode 100644 node_modules/@material-ui/styles/es/styled/index.js create mode 100644 node_modules/@material-ui/styles/es/styled/styled.js create mode 100644 node_modules/@material-ui/styles/es/useTheme/ThemeContext.js create mode 100644 node_modules/@material-ui/styles/es/useTheme/index.js create mode 100644 node_modules/@material-ui/styles/es/useTheme/useTheme.js create mode 100644 node_modules/@material-ui/styles/es/withStyles/index.js create mode 100644 node_modules/@material-ui/styles/es/withStyles/withStyles.js create mode 100644 node_modules/@material-ui/styles/es/withTheme/index.js create mode 100644 node_modules/@material-ui/styles/es/withTheme/withTheme.js create mode 100644 node_modules/@material-ui/styles/esm/ServerStyleSheets/ServerStyleSheets.js create mode 100644 node_modules/@material-ui/styles/esm/ServerStyleSheets/index.js create mode 100644 node_modules/@material-ui/styles/esm/StylesProvider/StylesProvider.js create mode 100644 node_modules/@material-ui/styles/esm/StylesProvider/index.js create mode 100644 node_modules/@material-ui/styles/esm/ThemeProvider/ThemeProvider.js create mode 100644 node_modules/@material-ui/styles/esm/ThemeProvider/index.js create mode 100644 node_modules/@material-ui/styles/esm/ThemeProvider/nested.js create mode 100644 node_modules/@material-ui/styles/esm/createGenerateClassName/createGenerateClassName.js create mode 100644 node_modules/@material-ui/styles/esm/createGenerateClassName/createGenerateClassNameHash.js create mode 100644 node_modules/@material-ui/styles/esm/createGenerateClassName/index.js create mode 100644 node_modules/@material-ui/styles/esm/createStyles/createStyles.js create mode 100644 node_modules/@material-ui/styles/esm/createStyles/index.js create mode 100644 node_modules/@material-ui/styles/esm/getStylesCreator/getStylesCreator.js create mode 100644 node_modules/@material-ui/styles/esm/getStylesCreator/index.js create mode 100644 node_modules/@material-ui/styles/esm/getStylesCreator/noopTheme.js create mode 100644 node_modules/@material-ui/styles/esm/getThemeProps/getThemeProps.js create mode 100644 node_modules/@material-ui/styles/esm/getThemeProps/index.js create mode 100644 node_modules/@material-ui/styles/esm/index.js create mode 100644 node_modules/@material-ui/styles/esm/jssPreset/index.js create mode 100644 node_modules/@material-ui/styles/esm/jssPreset/jssPreset.js create mode 100644 node_modules/@material-ui/styles/esm/makeStyles/index.js create mode 100644 node_modules/@material-ui/styles/esm/makeStyles/indexCounter.js create mode 100644 node_modules/@material-ui/styles/esm/makeStyles/makeStyles.js create mode 100644 node_modules/@material-ui/styles/esm/makeStyles/multiKeyStore.js create mode 100644 node_modules/@material-ui/styles/esm/mergeClasses/index.js create mode 100644 node_modules/@material-ui/styles/esm/mergeClasses/mergeClasses.js create mode 100644 node_modules/@material-ui/styles/esm/styled/index.js create mode 100644 node_modules/@material-ui/styles/esm/styled/styled.js create mode 100644 node_modules/@material-ui/styles/esm/useTheme/ThemeContext.js create mode 100644 node_modules/@material-ui/styles/esm/useTheme/index.js create mode 100644 node_modules/@material-ui/styles/esm/useTheme/useTheme.js create mode 100644 node_modules/@material-ui/styles/esm/withStyles/index.js create mode 100644 node_modules/@material-ui/styles/esm/withStyles/withStyles.js create mode 100644 node_modules/@material-ui/styles/esm/withTheme/index.js create mode 100644 node_modules/@material-ui/styles/esm/withTheme/withTheme.js create mode 100644 node_modules/@material-ui/styles/getStylesCreator/getStylesCreator.d.ts create mode 100644 node_modules/@material-ui/styles/getStylesCreator/getStylesCreator.js create mode 100644 node_modules/@material-ui/styles/getStylesCreator/index.d.ts create mode 100644 node_modules/@material-ui/styles/getStylesCreator/index.js create mode 100644 node_modules/@material-ui/styles/getStylesCreator/noopTheme.js create mode 100644 node_modules/@material-ui/styles/getStylesCreator/package.json create mode 100644 node_modules/@material-ui/styles/getThemeProps/getThemeProps.d.ts create mode 100644 node_modules/@material-ui/styles/getThemeProps/getThemeProps.js create mode 100644 node_modules/@material-ui/styles/getThemeProps/index.d.ts create mode 100644 node_modules/@material-ui/styles/getThemeProps/index.js create mode 100644 node_modules/@material-ui/styles/getThemeProps/package.json create mode 100644 node_modules/@material-ui/styles/index.d.ts create mode 100644 node_modules/@material-ui/styles/index.js create mode 100644 node_modules/@material-ui/styles/jssPreset/index.d.ts create mode 100644 node_modules/@material-ui/styles/jssPreset/index.js create mode 100644 node_modules/@material-ui/styles/jssPreset/jssPreset.d.ts create mode 100644 node_modules/@material-ui/styles/jssPreset/jssPreset.js create mode 100644 node_modules/@material-ui/styles/jssPreset/package.json create mode 100644 node_modules/@material-ui/styles/makeStyles/index.d.ts create mode 100644 node_modules/@material-ui/styles/makeStyles/index.js create mode 100644 node_modules/@material-ui/styles/makeStyles/indexCounter.js create mode 100644 node_modules/@material-ui/styles/makeStyles/makeStyles.d.ts create mode 100644 node_modules/@material-ui/styles/makeStyles/makeStyles.js create mode 100644 node_modules/@material-ui/styles/makeStyles/multiKeyStore.js create mode 100644 node_modules/@material-ui/styles/makeStyles/package.json create mode 100644 node_modules/@material-ui/styles/mergeClasses/index.d.ts create mode 100644 node_modules/@material-ui/styles/mergeClasses/index.js create mode 100644 node_modules/@material-ui/styles/mergeClasses/mergeClasses.d.ts create mode 100644 node_modules/@material-ui/styles/mergeClasses/mergeClasses.js create mode 100644 node_modules/@material-ui/styles/mergeClasses/package.json create mode 100644 node_modules/@material-ui/styles/package.json create mode 100644 node_modules/@material-ui/styles/styled/index.d.ts create mode 100644 node_modules/@material-ui/styles/styled/index.js create mode 100644 node_modules/@material-ui/styles/styled/package.json create mode 100644 node_modules/@material-ui/styles/styled/styled.d.ts create mode 100644 node_modules/@material-ui/styles/styled/styled.js create mode 100644 node_modules/@material-ui/styles/useTheme/ThemeContext.js create mode 100644 node_modules/@material-ui/styles/useTheme/index.d.ts create mode 100644 node_modules/@material-ui/styles/useTheme/index.js create mode 100644 node_modules/@material-ui/styles/useTheme/package.json create mode 100644 node_modules/@material-ui/styles/useTheme/useTheme.d.ts create mode 100644 node_modules/@material-ui/styles/useTheme/useTheme.js create mode 100644 node_modules/@material-ui/styles/withStyles/index.d.ts create mode 100644 node_modules/@material-ui/styles/withStyles/index.js create mode 100644 node_modules/@material-ui/styles/withStyles/package.json create mode 100644 node_modules/@material-ui/styles/withStyles/withStyles.d.ts create mode 100644 node_modules/@material-ui/styles/withStyles/withStyles.js create mode 100644 node_modules/@material-ui/styles/withTheme/index.d.ts create mode 100644 node_modules/@material-ui/styles/withTheme/index.js create mode 100644 node_modules/@material-ui/styles/withTheme/package.json create mode 100644 node_modules/@material-ui/styles/withTheme/withTheme.d.ts create mode 100644 node_modules/@material-ui/styles/withTheme/withTheme.js create mode 100644 node_modules/@material-ui/system/CHANGELOG.md create mode 100644 node_modules/@material-ui/system/LICENSE create mode 100644 node_modules/@material-ui/system/README.md create mode 100644 node_modules/@material-ui/system/borders.js create mode 100644 node_modules/@material-ui/system/breakpoints.js create mode 100644 node_modules/@material-ui/system/compose.js create mode 100644 node_modules/@material-ui/system/css.js create mode 100644 node_modules/@material-ui/system/display.js create mode 100644 node_modules/@material-ui/system/es/borders.js create mode 100644 node_modules/@material-ui/system/es/breakpoints.js create mode 100644 node_modules/@material-ui/system/es/compose.js create mode 100644 node_modules/@material-ui/system/es/css.js create mode 100644 node_modules/@material-ui/system/es/display.js create mode 100644 node_modules/@material-ui/system/es/flexbox.js create mode 100644 node_modules/@material-ui/system/es/grid.js create mode 100644 node_modules/@material-ui/system/es/index.js create mode 100644 node_modules/@material-ui/system/es/memoize.js create mode 100644 node_modules/@material-ui/system/es/merge.js create mode 100644 node_modules/@material-ui/system/es/palette.js create mode 100644 node_modules/@material-ui/system/es/positions.js create mode 100644 node_modules/@material-ui/system/es/responsivePropType.js create mode 100644 node_modules/@material-ui/system/es/shadows.js create mode 100644 node_modules/@material-ui/system/es/sizing.js create mode 100644 node_modules/@material-ui/system/es/spacing.js create mode 100644 node_modules/@material-ui/system/es/style.js create mode 100644 node_modules/@material-ui/system/es/typography.js create mode 100644 node_modules/@material-ui/system/esm/borders.js create mode 100644 node_modules/@material-ui/system/esm/breakpoints.js create mode 100644 node_modules/@material-ui/system/esm/compose.js create mode 100644 node_modules/@material-ui/system/esm/css.js create mode 100644 node_modules/@material-ui/system/esm/display.js create mode 100644 node_modules/@material-ui/system/esm/flexbox.js create mode 100644 node_modules/@material-ui/system/esm/grid.js create mode 100644 node_modules/@material-ui/system/esm/index.js create mode 100644 node_modules/@material-ui/system/esm/memoize.js create mode 100644 node_modules/@material-ui/system/esm/merge.js create mode 100644 node_modules/@material-ui/system/esm/palette.js create mode 100644 node_modules/@material-ui/system/esm/positions.js create mode 100644 node_modules/@material-ui/system/esm/responsivePropType.js create mode 100644 node_modules/@material-ui/system/esm/shadows.js create mode 100644 node_modules/@material-ui/system/esm/sizing.js create mode 100644 node_modules/@material-ui/system/esm/spacing.js create mode 100644 node_modules/@material-ui/system/esm/style.js create mode 100644 node_modules/@material-ui/system/esm/typography.js create mode 100644 node_modules/@material-ui/system/flexbox.js create mode 100644 node_modules/@material-ui/system/grid.js create mode 100644 node_modules/@material-ui/system/index.d.ts create mode 100644 node_modules/@material-ui/system/index.js create mode 100644 node_modules/@material-ui/system/memoize.js create mode 100644 node_modules/@material-ui/system/merge.js create mode 100644 node_modules/@material-ui/system/package.json create mode 100644 node_modules/@material-ui/system/palette.js create mode 100644 node_modules/@material-ui/system/positions.js create mode 100644 node_modules/@material-ui/system/responsivePropType.js create mode 100644 node_modules/@material-ui/system/shadows.js create mode 100644 node_modules/@material-ui/system/sizing.js create mode 100644 node_modules/@material-ui/system/spacing.js create mode 100644 node_modules/@material-ui/system/style.js create mode 100644 node_modules/@material-ui/system/typography.js create mode 100644 node_modules/@material-ui/types/README.md create mode 100644 node_modules/@material-ui/types/index.d.ts create mode 100644 node_modules/@material-ui/types/package.json create mode 100644 node_modules/@material-ui/utils/CHANGELOG.md create mode 100644 node_modules/@material-ui/utils/HTMLElementType.js create mode 100644 node_modules/@material-ui/utils/LICENSE create mode 100644 node_modules/@material-ui/utils/README.md create mode 100644 node_modules/@material-ui/utils/chainPropTypes.js create mode 100644 node_modules/@material-ui/utils/deepmerge.js create mode 100644 node_modules/@material-ui/utils/elementAcceptingRef.js create mode 100644 node_modules/@material-ui/utils/elementTypeAcceptingRef.js create mode 100644 node_modules/@material-ui/utils/es/HTMLElementType.js create mode 100644 node_modules/@material-ui/utils/es/chainPropTypes.js create mode 100644 node_modules/@material-ui/utils/es/deepmerge.js create mode 100644 node_modules/@material-ui/utils/es/elementAcceptingRef.js create mode 100644 node_modules/@material-ui/utils/es/elementTypeAcceptingRef.js create mode 100644 node_modules/@material-ui/utils/es/exactProp.js create mode 100644 node_modules/@material-ui/utils/es/formatMuiErrorMessage.js create mode 100644 node_modules/@material-ui/utils/es/getDisplayName.js create mode 100644 node_modules/@material-ui/utils/es/index.js create mode 100644 node_modules/@material-ui/utils/es/ponyfillGlobal.js create mode 100644 node_modules/@material-ui/utils/es/refType.js create mode 100644 node_modules/@material-ui/utils/esm/HTMLElementType.js create mode 100644 node_modules/@material-ui/utils/esm/chainPropTypes.js create mode 100644 node_modules/@material-ui/utils/esm/deepmerge.js create mode 100644 node_modules/@material-ui/utils/esm/elementAcceptingRef.js create mode 100644 node_modules/@material-ui/utils/esm/elementTypeAcceptingRef.js create mode 100644 node_modules/@material-ui/utils/esm/exactProp.js create mode 100644 node_modules/@material-ui/utils/esm/formatMuiErrorMessage.js create mode 100644 node_modules/@material-ui/utils/esm/getDisplayName.js create mode 100644 node_modules/@material-ui/utils/esm/index.js create mode 100644 node_modules/@material-ui/utils/esm/ponyfillGlobal.js create mode 100644 node_modules/@material-ui/utils/esm/refType.js create mode 100644 node_modules/@material-ui/utils/exactProp.js create mode 100644 node_modules/@material-ui/utils/formatMuiErrorMessage.js create mode 100644 node_modules/@material-ui/utils/getDisplayName.js create mode 100644 node_modules/@material-ui/utils/index.js create mode 100644 node_modules/@material-ui/utils/package.json create mode 100644 node_modules/@material-ui/utils/ponyfillGlobal.js create mode 100644 node_modules/@material-ui/utils/refType.js create mode 100644 node_modules/@types/prop-types/LICENSE create mode 100644 node_modules/@types/prop-types/README.md create mode 100644 node_modules/@types/prop-types/index.d.ts create mode 100644 node_modules/@types/prop-types/package.json create mode 100644 node_modules/@types/react-transition-group/CSSTransition.d.ts create mode 100644 node_modules/@types/react-transition-group/LICENSE create mode 100644 node_modules/@types/react-transition-group/README.md create mode 100644 node_modules/@types/react-transition-group/SwitchTransition.d.ts create mode 100644 node_modules/@types/react-transition-group/Transition.d.ts create mode 100644 node_modules/@types/react-transition-group/TransitionGroup.d.ts create mode 100644 node_modules/@types/react-transition-group/config.d.ts create mode 100644 node_modules/@types/react-transition-group/index.d.ts create mode 100644 node_modules/@types/react-transition-group/package.json create mode 100644 node_modules/@types/react/LICENSE create mode 100644 node_modules/@types/react/README.md create mode 100644 node_modules/@types/react/experimental.d.ts create mode 100644 node_modules/@types/react/global.d.ts create mode 100644 node_modules/@types/react/index.d.ts create mode 100644 node_modules/@types/react/jsx-dev-runtime.d.ts create mode 100644 node_modules/@types/react/jsx-runtime.d.ts create mode 100644 node_modules/@types/react/node_modules/csstype/LICENSE create mode 100644 node_modules/@types/react/node_modules/csstype/README.md create mode 100644 node_modules/@types/react/node_modules/csstype/index.d.ts create mode 100644 node_modules/@types/react/node_modules/csstype/index.js.flow create mode 100644 node_modules/@types/react/node_modules/csstype/package.json create mode 100644 node_modules/@types/react/package.json create mode 100644 node_modules/clsx/clsx.d.ts create mode 100644 node_modules/clsx/dist/clsx.js create mode 100644 node_modules/clsx/dist/clsx.m.js create mode 100644 node_modules/clsx/dist/clsx.min.js create mode 100644 node_modules/clsx/license create mode 100644 node_modules/clsx/package.json create mode 100644 node_modules/clsx/readme.md create mode 100644 node_modules/css-vendor/LICENSE create mode 100755 node_modules/css-vendor/changelog.md create mode 100644 node_modules/css-vendor/dist/css-vendor.cjs.js create mode 100644 node_modules/css-vendor/dist/css-vendor.esm.js create mode 100644 node_modules/css-vendor/dist/css-vendor.js create mode 100644 node_modules/css-vendor/dist/css-vendor.min.js create mode 100644 node_modules/css-vendor/package.json create mode 100644 node_modules/css-vendor/readme.md create mode 100644 node_modules/csstype/LICENSE create mode 100644 node_modules/csstype/README.md create mode 100644 node_modules/csstype/index.d.ts create mode 100644 node_modules/csstype/index.js.flow create mode 100644 node_modules/csstype/package.json create mode 100644 node_modules/dom-helpers/LICENSE create mode 100644 node_modules/dom-helpers/README.md create mode 100644 node_modules/dom-helpers/activeElement/package.json create mode 100644 node_modules/dom-helpers/addClass/package.json create mode 100644 node_modules/dom-helpers/addEventListener/package.json create mode 100644 node_modules/dom-helpers/animate/package.json create mode 100644 node_modules/dom-helpers/animationFrame/package.json create mode 100644 node_modules/dom-helpers/camelize/package.json create mode 100644 node_modules/dom-helpers/camelizeStyle/package.json create mode 100644 node_modules/dom-helpers/canUseDOM/package.json create mode 100644 node_modules/dom-helpers/cjs/activeElement.d.ts create mode 100644 node_modules/dom-helpers/cjs/activeElement.js create mode 100644 node_modules/dom-helpers/cjs/addClass.d.ts create mode 100644 node_modules/dom-helpers/cjs/addClass.js create mode 100644 node_modules/dom-helpers/cjs/addEventListener.d.ts create mode 100644 node_modules/dom-helpers/cjs/addEventListener.js create mode 100644 node_modules/dom-helpers/cjs/animate.d.ts create mode 100644 node_modules/dom-helpers/cjs/animate.js create mode 100644 node_modules/dom-helpers/cjs/animationFrame.d.ts create mode 100644 node_modules/dom-helpers/cjs/animationFrame.js create mode 100644 node_modules/dom-helpers/cjs/camelize.d.ts create mode 100644 node_modules/dom-helpers/cjs/camelize.js create mode 100644 node_modules/dom-helpers/cjs/camelizeStyle.d.ts create mode 100644 node_modules/dom-helpers/cjs/camelizeStyle.js create mode 100644 node_modules/dom-helpers/cjs/canUseDOM.d.ts create mode 100644 node_modules/dom-helpers/cjs/canUseDOM.js create mode 100644 node_modules/dom-helpers/cjs/closest.d.ts create mode 100644 node_modules/dom-helpers/cjs/closest.js create mode 100644 node_modules/dom-helpers/cjs/contains.d.ts create mode 100644 node_modules/dom-helpers/cjs/contains.js create mode 100644 node_modules/dom-helpers/cjs/css.d.ts create mode 100644 node_modules/dom-helpers/cjs/css.js create mode 100644 node_modules/dom-helpers/cjs/filterEventHandler.d.ts create mode 100644 node_modules/dom-helpers/cjs/filterEventHandler.js create mode 100644 node_modules/dom-helpers/cjs/getComputedStyle.d.ts create mode 100644 node_modules/dom-helpers/cjs/getComputedStyle.js create mode 100644 node_modules/dom-helpers/cjs/getScrollAccessor.d.ts create mode 100644 node_modules/dom-helpers/cjs/getScrollAccessor.js create mode 100644 node_modules/dom-helpers/cjs/hasClass.d.ts create mode 100644 node_modules/dom-helpers/cjs/hasClass.js create mode 100644 node_modules/dom-helpers/cjs/height.d.ts create mode 100644 node_modules/dom-helpers/cjs/height.js create mode 100644 node_modules/dom-helpers/cjs/hyphenate.d.ts create mode 100644 node_modules/dom-helpers/cjs/hyphenate.js create mode 100644 node_modules/dom-helpers/cjs/hyphenateStyle.d.ts create mode 100644 node_modules/dom-helpers/cjs/hyphenateStyle.js create mode 100644 node_modules/dom-helpers/cjs/index.d.ts create mode 100644 node_modules/dom-helpers/cjs/index.js create mode 100644 node_modules/dom-helpers/cjs/isDocument.d.ts create mode 100644 node_modules/dom-helpers/cjs/isDocument.js create mode 100644 node_modules/dom-helpers/cjs/isTransform.d.ts create mode 100644 node_modules/dom-helpers/cjs/isTransform.js create mode 100644 node_modules/dom-helpers/cjs/isWindow.d.ts create mode 100644 node_modules/dom-helpers/cjs/isWindow.js create mode 100644 node_modules/dom-helpers/cjs/listen.d.ts create mode 100644 node_modules/dom-helpers/cjs/listen.js create mode 100644 node_modules/dom-helpers/cjs/matches.d.ts create mode 100644 node_modules/dom-helpers/cjs/matches.js create mode 100644 node_modules/dom-helpers/cjs/offset.d.ts create mode 100644 node_modules/dom-helpers/cjs/offset.js create mode 100644 node_modules/dom-helpers/cjs/offsetParent.d.ts create mode 100644 node_modules/dom-helpers/cjs/offsetParent.js create mode 100644 node_modules/dom-helpers/cjs/ownerDocument.d.ts create mode 100644 node_modules/dom-helpers/cjs/ownerDocument.js create mode 100644 node_modules/dom-helpers/cjs/ownerWindow.d.ts create mode 100644 node_modules/dom-helpers/cjs/ownerWindow.js create mode 100644 node_modules/dom-helpers/cjs/position.d.ts create mode 100644 node_modules/dom-helpers/cjs/position.js create mode 100644 node_modules/dom-helpers/cjs/querySelectorAll.d.ts create mode 100644 node_modules/dom-helpers/cjs/querySelectorAll.js create mode 100644 node_modules/dom-helpers/cjs/removeClass.d.ts create mode 100644 node_modules/dom-helpers/cjs/removeClass.js create mode 100644 node_modules/dom-helpers/cjs/removeEventListener.d.ts create mode 100644 node_modules/dom-helpers/cjs/removeEventListener.js create mode 100644 node_modules/dom-helpers/cjs/scrollLeft.d.ts create mode 100644 node_modules/dom-helpers/cjs/scrollLeft.js create mode 100644 node_modules/dom-helpers/cjs/scrollParent.d.ts create mode 100644 node_modules/dom-helpers/cjs/scrollParent.js create mode 100644 node_modules/dom-helpers/cjs/scrollTo.d.ts create mode 100644 node_modules/dom-helpers/cjs/scrollTo.js create mode 100644 node_modules/dom-helpers/cjs/scrollTop.d.ts create mode 100644 node_modules/dom-helpers/cjs/scrollTop.js create mode 100644 node_modules/dom-helpers/cjs/scrollbarSize.d.ts create mode 100644 node_modules/dom-helpers/cjs/scrollbarSize.js create mode 100644 node_modules/dom-helpers/cjs/toggleClass.d.ts create mode 100644 node_modules/dom-helpers/cjs/toggleClass.js create mode 100644 node_modules/dom-helpers/cjs/transitionEnd.d.ts create mode 100644 node_modules/dom-helpers/cjs/transitionEnd.js create mode 100644 node_modules/dom-helpers/cjs/types.d.ts create mode 100644 node_modules/dom-helpers/cjs/width.d.ts create mode 100644 node_modules/dom-helpers/cjs/width.js create mode 100644 node_modules/dom-helpers/closest/package.json create mode 100644 node_modules/dom-helpers/contains/package.json create mode 100644 node_modules/dom-helpers/css/package.json create mode 100644 node_modules/dom-helpers/esm/activeElement.d.ts create mode 100644 node_modules/dom-helpers/esm/activeElement.js create mode 100644 node_modules/dom-helpers/esm/addClass.d.ts create mode 100644 node_modules/dom-helpers/esm/addClass.js create mode 100644 node_modules/dom-helpers/esm/addEventListener.d.ts create mode 100644 node_modules/dom-helpers/esm/addEventListener.js create mode 100644 node_modules/dom-helpers/esm/animate.d.ts create mode 100644 node_modules/dom-helpers/esm/animate.js create mode 100644 node_modules/dom-helpers/esm/animationFrame.d.ts create mode 100644 node_modules/dom-helpers/esm/animationFrame.js create mode 100644 node_modules/dom-helpers/esm/camelize.d.ts create mode 100644 node_modules/dom-helpers/esm/camelize.js create mode 100644 node_modules/dom-helpers/esm/camelizeStyle.d.ts create mode 100644 node_modules/dom-helpers/esm/camelizeStyle.js create mode 100644 node_modules/dom-helpers/esm/canUseDOM.d.ts create mode 100644 node_modules/dom-helpers/esm/canUseDOM.js create mode 100644 node_modules/dom-helpers/esm/closest.d.ts create mode 100644 node_modules/dom-helpers/esm/closest.js create mode 100644 node_modules/dom-helpers/esm/contains.d.ts create mode 100644 node_modules/dom-helpers/esm/contains.js create mode 100644 node_modules/dom-helpers/esm/css.d.ts create mode 100644 node_modules/dom-helpers/esm/css.js create mode 100644 node_modules/dom-helpers/esm/filterEventHandler.d.ts create mode 100644 node_modules/dom-helpers/esm/filterEventHandler.js create mode 100644 node_modules/dom-helpers/esm/getComputedStyle.d.ts create mode 100644 node_modules/dom-helpers/esm/getComputedStyle.js create mode 100644 node_modules/dom-helpers/esm/getScrollAccessor.d.ts create mode 100644 node_modules/dom-helpers/esm/getScrollAccessor.js create mode 100644 node_modules/dom-helpers/esm/hasClass.d.ts create mode 100644 node_modules/dom-helpers/esm/hasClass.js create mode 100644 node_modules/dom-helpers/esm/height.d.ts create mode 100644 node_modules/dom-helpers/esm/height.js create mode 100644 node_modules/dom-helpers/esm/hyphenate.d.ts create mode 100644 node_modules/dom-helpers/esm/hyphenate.js create mode 100644 node_modules/dom-helpers/esm/hyphenateStyle.d.ts create mode 100644 node_modules/dom-helpers/esm/hyphenateStyle.js create mode 100644 node_modules/dom-helpers/esm/index.d.ts create mode 100644 node_modules/dom-helpers/esm/index.js create mode 100644 node_modules/dom-helpers/esm/isDocument.d.ts create mode 100644 node_modules/dom-helpers/esm/isDocument.js create mode 100644 node_modules/dom-helpers/esm/isTransform.d.ts create mode 100644 node_modules/dom-helpers/esm/isTransform.js create mode 100644 node_modules/dom-helpers/esm/isWindow.d.ts create mode 100644 node_modules/dom-helpers/esm/isWindow.js create mode 100644 node_modules/dom-helpers/esm/listen.d.ts create mode 100644 node_modules/dom-helpers/esm/listen.js create mode 100644 node_modules/dom-helpers/esm/matches.d.ts create mode 100644 node_modules/dom-helpers/esm/matches.js create mode 100644 node_modules/dom-helpers/esm/offset.d.ts create mode 100644 node_modules/dom-helpers/esm/offset.js create mode 100644 node_modules/dom-helpers/esm/offsetParent.d.ts create mode 100644 node_modules/dom-helpers/esm/offsetParent.js create mode 100644 node_modules/dom-helpers/esm/ownerDocument.d.ts create mode 100644 node_modules/dom-helpers/esm/ownerDocument.js create mode 100644 node_modules/dom-helpers/esm/ownerWindow.d.ts create mode 100644 node_modules/dom-helpers/esm/ownerWindow.js create mode 100644 node_modules/dom-helpers/esm/position.d.ts create mode 100644 node_modules/dom-helpers/esm/position.js create mode 100644 node_modules/dom-helpers/esm/querySelectorAll.d.ts create mode 100644 node_modules/dom-helpers/esm/querySelectorAll.js create mode 100644 node_modules/dom-helpers/esm/removeClass.d.ts create mode 100644 node_modules/dom-helpers/esm/removeClass.js create mode 100644 node_modules/dom-helpers/esm/removeEventListener.d.ts create mode 100644 node_modules/dom-helpers/esm/removeEventListener.js create mode 100644 node_modules/dom-helpers/esm/scrollLeft.d.ts create mode 100644 node_modules/dom-helpers/esm/scrollLeft.js create mode 100644 node_modules/dom-helpers/esm/scrollParent.d.ts create mode 100644 node_modules/dom-helpers/esm/scrollParent.js create mode 100644 node_modules/dom-helpers/esm/scrollTo.d.ts create mode 100644 node_modules/dom-helpers/esm/scrollTo.js create mode 100644 node_modules/dom-helpers/esm/scrollTop.d.ts create mode 100644 node_modules/dom-helpers/esm/scrollTop.js create mode 100644 node_modules/dom-helpers/esm/scrollbarSize.d.ts create mode 100644 node_modules/dom-helpers/esm/scrollbarSize.js create mode 100644 node_modules/dom-helpers/esm/toggleClass.d.ts create mode 100644 node_modules/dom-helpers/esm/toggleClass.js create mode 100644 node_modules/dom-helpers/esm/transitionEnd.d.ts create mode 100644 node_modules/dom-helpers/esm/transitionEnd.js create mode 100644 node_modules/dom-helpers/esm/types.d.ts create mode 100644 node_modules/dom-helpers/esm/width.d.ts create mode 100644 node_modules/dom-helpers/esm/width.js create mode 100644 node_modules/dom-helpers/filterEventHandler/package.json create mode 100644 node_modules/dom-helpers/getComputedStyle/package.json create mode 100644 node_modules/dom-helpers/getScrollAccessor/package.json create mode 100644 node_modules/dom-helpers/hasClass/package.json create mode 100644 node_modules/dom-helpers/height/package.json create mode 100644 node_modules/dom-helpers/hyphenate/package.json create mode 100644 node_modules/dom-helpers/hyphenateStyle/package.json create mode 100644 node_modules/dom-helpers/isDocument/package.json create mode 100644 node_modules/dom-helpers/isTransform/package.json create mode 100644 node_modules/dom-helpers/isWindow/package.json create mode 100644 node_modules/dom-helpers/listen/package.json create mode 100644 node_modules/dom-helpers/matches/package.json create mode 100644 node_modules/dom-helpers/node_modules/csstype/LICENSE create mode 100644 node_modules/dom-helpers/node_modules/csstype/README.md create mode 100644 node_modules/dom-helpers/node_modules/csstype/index.d.ts create mode 100644 node_modules/dom-helpers/node_modules/csstype/index.js.flow create mode 100644 node_modules/dom-helpers/node_modules/csstype/package.json create mode 100644 node_modules/dom-helpers/offset/package.json create mode 100644 node_modules/dom-helpers/offsetParent/package.json create mode 100644 node_modules/dom-helpers/ownerDocument/package.json create mode 100644 node_modules/dom-helpers/ownerWindow/package.json create mode 100644 node_modules/dom-helpers/package.json create mode 100644 node_modules/dom-helpers/position/package.json create mode 100644 node_modules/dom-helpers/querySelectorAll/package.json create mode 100644 node_modules/dom-helpers/removeClass/package.json create mode 100644 node_modules/dom-helpers/removeEventListener/package.json create mode 100644 node_modules/dom-helpers/scrollLeft/package.json create mode 100644 node_modules/dom-helpers/scrollParent/package.json create mode 100644 node_modules/dom-helpers/scrollTo/package.json create mode 100644 node_modules/dom-helpers/scrollTop/package.json create mode 100644 node_modules/dom-helpers/scrollbarSize/package.json create mode 100644 node_modules/dom-helpers/toggleClass/package.json create mode 100644 node_modules/dom-helpers/transitionEnd/package.json create mode 100644 node_modules/dom-helpers/width/package.json create mode 100644 node_modules/hoist-non-react-statics/CHANGELOG.md create mode 100644 node_modules/hoist-non-react-statics/LICENSE.md create mode 100644 node_modules/hoist-non-react-statics/README.md create mode 100644 node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js create mode 100644 node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.js create mode 100644 node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.min.js create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/LICENSE create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/README.md create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/build-info.json create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/index.js create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/package.json create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/umd/react-is.development.js create mode 100644 node_modules/hoist-non-react-statics/node_modules/react-is/umd/react-is.production.min.js create mode 100644 node_modules/hoist-non-react-statics/package.json create mode 100644 node_modules/hoist-non-react-statics/src/index.js create mode 100644 node_modules/hyphenate-style-name/LICENSE create mode 100644 node_modules/hyphenate-style-name/README.md create mode 100644 node_modules/hyphenate-style-name/index.cjs.js create mode 100644 node_modules/hyphenate-style-name/index.js create mode 100644 node_modules/hyphenate-style-name/package.json create mode 100644 node_modules/indefinite-observable/AUTHORS create mode 100644 node_modules/indefinite-observable/CHANGELOG.md create mode 100644 node_modules/indefinite-observable/CONTRIBUTING.md create mode 100644 node_modules/indefinite-observable/LICENSE create mode 100644 node_modules/indefinite-observable/README.md create mode 100644 node_modules/indefinite-observable/dist/IndefiniteObservable.d.ts create mode 100644 node_modules/indefinite-observable/dist/IndefiniteObservable.js create mode 100644 node_modules/indefinite-observable/dist/IndefiniteObservable.js.map create mode 100644 node_modules/indefinite-observable/dist/indefinite-observable.bundle.js create mode 100644 node_modules/indefinite-observable/dist/index.d.ts create mode 100644 node_modules/indefinite-observable/dist/index.js create mode 100644 node_modules/indefinite-observable/dist/index.js.map create mode 100644 node_modules/indefinite-observable/dist/types.d.ts create mode 100644 node_modules/indefinite-observable/dist/types.js create mode 100644 node_modules/indefinite-observable/dist/types.js.map create mode 100644 node_modules/indefinite-observable/dist/wrapWithObserver.d.ts create mode 100644 node_modules/indefinite-observable/dist/wrapWithObserver.js create mode 100644 node_modules/indefinite-observable/dist/wrapWithObserver.js.map create mode 100644 node_modules/indefinite-observable/package.json create mode 100644 node_modules/indefinite-observable/rollupPlugins.js create mode 100644 node_modules/indefinite-observable/src/IndefiniteObservable.ts create mode 100644 node_modules/indefinite-observable/src/index.ts create mode 100644 node_modules/indefinite-observable/src/types.ts create mode 100644 node_modules/indefinite-observable/src/wrapWithObserver.ts create mode 100644 node_modules/indefinite-observable/tsconfig.json create mode 100644 node_modules/is-in-browser/.babelrc create mode 100644 node_modules/is-in-browser/.eslintrc create mode 100644 node_modules/is-in-browser/.npmignore create mode 100644 node_modules/is-in-browser/dist/index.d.ts create mode 100644 node_modules/is-in-browser/dist/index.js create mode 100644 node_modules/is-in-browser/dist/module.js create mode 100644 node_modules/is-in-browser/package.json create mode 100644 node_modules/is-in-browser/readme.md create mode 100644 node_modules/is-in-browser/src/index.d.ts create mode 100644 node_modules/is-in-browser/src/index.js create mode 100644 node_modules/is-in-browser/test/test1.js create mode 100644 node_modules/js-tokens/CHANGELOG.md create mode 100644 node_modules/js-tokens/LICENSE create mode 100644 node_modules/js-tokens/README.md create mode 100644 node_modules/js-tokens/index.js create mode 100644 node_modules/js-tokens/package.json create mode 100644 node_modules/jss-plugin-camel-case/LICENSE create mode 100644 node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.bundle.js create mode 100644 node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.cjs.js create mode 100644 node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.cjs.js.flow create mode 100644 node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.esm.js create mode 100644 node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.js create mode 100644 node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.js.map create mode 100644 node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.min.js create mode 100644 node_modules/jss-plugin-camel-case/package.json create mode 100644 node_modules/jss-plugin-camel-case/readme.md create mode 100644 node_modules/jss-plugin-camel-case/src/index.d.ts create mode 100644 node_modules/jss-plugin-camel-case/src/index.js create mode 100644 node_modules/jss-plugin-default-unit/LICENSE create mode 100644 node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.bundle.js create mode 100644 node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.cjs.js create mode 100644 node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.cjs.js.flow create mode 100644 node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.esm.js create mode 100644 node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.js create mode 100644 node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.js.map create mode 100644 node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.min.js create mode 100644 node_modules/jss-plugin-default-unit/package.json create mode 100644 node_modules/jss-plugin-default-unit/readme.md create mode 100644 node_modules/jss-plugin-default-unit/src/defaultUnits.js create mode 100644 node_modules/jss-plugin-default-unit/src/index.d.ts create mode 100644 node_modules/jss-plugin-default-unit/src/index.js create mode 100644 node_modules/jss-plugin-global/LICENSE create mode 100644 node_modules/jss-plugin-global/dist/jss-plugin-global.bundle.js create mode 100644 node_modules/jss-plugin-global/dist/jss-plugin-global.cjs.js create mode 100644 node_modules/jss-plugin-global/dist/jss-plugin-global.cjs.js.flow create mode 100644 node_modules/jss-plugin-global/dist/jss-plugin-global.esm.js create mode 100644 node_modules/jss-plugin-global/dist/jss-plugin-global.js create mode 100644 node_modules/jss-plugin-global/dist/jss-plugin-global.js.map create mode 100644 node_modules/jss-plugin-global/dist/jss-plugin-global.min.js create mode 100644 node_modules/jss-plugin-global/package.json create mode 100644 node_modules/jss-plugin-global/readme.md create mode 100644 node_modules/jss-plugin-global/src/index.d.ts create mode 100644 node_modules/jss-plugin-global/src/index.js create mode 100644 node_modules/jss-plugin-nested/LICENSE create mode 100644 node_modules/jss-plugin-nested/dist/jss-plugin-nested.bundle.js create mode 100644 node_modules/jss-plugin-nested/dist/jss-plugin-nested.cjs.js create mode 100644 node_modules/jss-plugin-nested/dist/jss-plugin-nested.cjs.js.flow create mode 100644 node_modules/jss-plugin-nested/dist/jss-plugin-nested.esm.js create mode 100644 node_modules/jss-plugin-nested/dist/jss-plugin-nested.js create mode 100644 node_modules/jss-plugin-nested/dist/jss-plugin-nested.js.map create mode 100644 node_modules/jss-plugin-nested/dist/jss-plugin-nested.min.js create mode 100644 node_modules/jss-plugin-nested/package.json create mode 100644 node_modules/jss-plugin-nested/readme.md create mode 100644 node_modules/jss-plugin-nested/src/index.d.ts create mode 100644 node_modules/jss-plugin-nested/src/index.js create mode 100644 node_modules/jss-plugin-props-sort/LICENSE create mode 100644 node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.bundle.js create mode 100644 node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.cjs.js create mode 100644 node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.cjs.js.flow create mode 100644 node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.esm.js create mode 100644 node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.js create mode 100644 node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.js.map create mode 100644 node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.min.js create mode 100644 node_modules/jss-plugin-props-sort/package.json create mode 100644 node_modules/jss-plugin-props-sort/readme.md create mode 100644 node_modules/jss-plugin-props-sort/src/index.d.ts create mode 100644 node_modules/jss-plugin-props-sort/src/index.js create mode 100644 node_modules/jss-plugin-rule-value-function/LICENSE create mode 100644 node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.bundle.js create mode 100644 node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.cjs.js create mode 100644 node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.cjs.js.flow create mode 100644 node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.esm.js create mode 100644 node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.js create mode 100644 node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.js.map create mode 100644 node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.min.js create mode 100644 node_modules/jss-plugin-rule-value-function/package.json create mode 100644 node_modules/jss-plugin-rule-value-function/readme.md create mode 100644 node_modules/jss-plugin-rule-value-function/src/index.d.ts create mode 100644 node_modules/jss-plugin-rule-value-function/src/index.js create mode 100644 node_modules/jss-plugin-vendor-prefixer/LICENSE create mode 100644 node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.bundle.js create mode 100644 node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.cjs.js create mode 100644 node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.cjs.js.flow create mode 100644 node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.esm.js create mode 100644 node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.js create mode 100644 node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.js.map create mode 100644 node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.min.js create mode 100644 node_modules/jss-plugin-vendor-prefixer/package.json create mode 100644 node_modules/jss-plugin-vendor-prefixer/readme.md create mode 100644 node_modules/jss-plugin-vendor-prefixer/src/index.d.ts create mode 100644 node_modules/jss-plugin-vendor-prefixer/src/index.js create mode 100644 node_modules/jss/LICENSE create mode 100644 node_modules/jss/dist/jss.bundle.js create mode 100644 node_modules/jss/dist/jss.cjs.js create mode 100644 node_modules/jss/dist/jss.cjs.js.flow create mode 100644 node_modules/jss/dist/jss.esm.js create mode 100644 node_modules/jss/dist/jss.js create mode 100644 node_modules/jss/dist/jss.js.map create mode 100644 node_modules/jss/dist/jss.min.js create mode 100644 node_modules/jss/node_modules/csstype/LICENSE create mode 100644 node_modules/jss/node_modules/csstype/README.md create mode 100644 node_modules/jss/node_modules/csstype/index.d.ts create mode 100644 node_modules/jss/node_modules/csstype/index.js.flow create mode 100644 node_modules/jss/node_modules/csstype/package.json create mode 100644 node_modules/jss/package.json create mode 100644 node_modules/jss/readme.md create mode 100644 node_modules/jss/src/DomRenderer.js create mode 100644 node_modules/jss/src/Jss.js create mode 100644 node_modules/jss/src/PluginsRegistry.js create mode 100644 node_modules/jss/src/RuleList.js create mode 100644 node_modules/jss/src/SheetsManager.js create mode 100644 node_modules/jss/src/SheetsRegistry.js create mode 100644 node_modules/jss/src/StyleSheet.js create mode 100644 node_modules/jss/src/index.d.ts create mode 100644 node_modules/jss/src/index.js create mode 100644 node_modules/jss/src/plugins/conditionalRule.js create mode 100644 node_modules/jss/src/plugins/fontFaceRule.js create mode 100644 node_modules/jss/src/plugins/index.js create mode 100644 node_modules/jss/src/plugins/keyframeRule.js create mode 100644 node_modules/jss/src/plugins/keyframesRule.js create mode 100644 node_modules/jss/src/plugins/simpleRule.js create mode 100644 node_modules/jss/src/plugins/styleRule.js create mode 100644 node_modules/jss/src/plugins/viewportRule.js create mode 100644 node_modules/jss/src/sheets.js create mode 100644 node_modules/jss/src/types/cssom.js create mode 100644 node_modules/jss/src/types/dom.js create mode 100644 node_modules/jss/src/types/index.js create mode 100644 node_modules/jss/src/types/jss.js create mode 100644 node_modules/jss/src/utils/cloneStyle.js create mode 100644 node_modules/jss/src/utils/createGenerateId.js create mode 100644 node_modules/jss/src/utils/createRule.js create mode 100644 node_modules/jss/src/utils/escape.js create mode 100644 node_modules/jss/src/utils/getDynamicStyles.js create mode 100644 node_modules/jss/src/utils/globalThis.js create mode 100644 node_modules/jss/src/utils/moduleId.js create mode 100644 node_modules/jss/src/utils/toCss.js create mode 100644 node_modules/jss/src/utils/toCssValue.js create mode 100644 node_modules/loose-envify/LICENSE create mode 100644 node_modules/loose-envify/README.md create mode 100755 node_modules/loose-envify/cli.js create mode 100644 node_modules/loose-envify/custom.js create mode 100644 node_modules/loose-envify/index.js create mode 100644 node_modules/loose-envify/loose-envify.js create mode 100644 node_modules/loose-envify/package.json create mode 100644 node_modules/loose-envify/replace.js create mode 100644 node_modules/object-assign/index.js create mode 100644 node_modules/object-assign/license create mode 100644 node_modules/object-assign/package.json create mode 100644 node_modules/object-assign/readme.md create mode 100644 node_modules/popper.js/README.md create mode 100644 node_modules/popper.js/dist/esm/popper-utils.js create mode 100644 node_modules/popper.js/dist/esm/popper-utils.js.map create mode 100644 node_modules/popper.js/dist/esm/popper-utils.min.js create mode 100644 node_modules/popper.js/dist/esm/popper-utils.min.js.map create mode 100644 node_modules/popper.js/dist/esm/popper.js create mode 100644 node_modules/popper.js/dist/esm/popper.js.map create mode 100644 node_modules/popper.js/dist/esm/popper.min.js create mode 100644 node_modules/popper.js/dist/esm/popper.min.js.map create mode 100644 node_modules/popper.js/dist/popper-utils.js create mode 100644 node_modules/popper.js/dist/popper-utils.js.map create mode 100644 node_modules/popper.js/dist/popper-utils.min.js create mode 100644 node_modules/popper.js/dist/popper-utils.min.js.map create mode 100644 node_modules/popper.js/dist/popper.js create mode 100644 node_modules/popper.js/dist/popper.js.map create mode 100644 node_modules/popper.js/dist/popper.min.js create mode 100644 node_modules/popper.js/dist/popper.min.js.map create mode 100644 node_modules/popper.js/dist/umd/popper-utils.js create mode 100644 node_modules/popper.js/dist/umd/popper-utils.js.map create mode 100644 node_modules/popper.js/dist/umd/popper-utils.min.js create mode 100644 node_modules/popper.js/dist/umd/popper-utils.min.js.map create mode 100644 node_modules/popper.js/dist/umd/popper.js create mode 100644 node_modules/popper.js/dist/umd/popper.js.flow create mode 100644 node_modules/popper.js/dist/umd/popper.js.map create mode 100644 node_modules/popper.js/dist/umd/popper.min.js create mode 100644 node_modules/popper.js/dist/umd/popper.min.js.map create mode 100644 node_modules/popper.js/index.d.ts create mode 100644 node_modules/popper.js/index.js.flow create mode 100644 node_modules/popper.js/package.json create mode 100644 node_modules/popper.js/src/index.js create mode 100644 node_modules/popper.js/src/methods/defaults.js create mode 100644 node_modules/popper.js/src/methods/destroy.js create mode 100644 node_modules/popper.js/src/methods/disableEventListeners.js create mode 100644 node_modules/popper.js/src/methods/enableEventListeners.js create mode 100644 node_modules/popper.js/src/methods/placements.js create mode 100644 node_modules/popper.js/src/methods/update.js create mode 100644 node_modules/popper.js/src/modifiers/applyStyle.js create mode 100644 node_modules/popper.js/src/modifiers/arrow.js create mode 100644 node_modules/popper.js/src/modifiers/computeStyle.js create mode 100644 node_modules/popper.js/src/modifiers/flip.js create mode 100644 node_modules/popper.js/src/modifiers/hide.js create mode 100644 node_modules/popper.js/src/modifiers/index.js create mode 100644 node_modules/popper.js/src/modifiers/inner.js create mode 100644 node_modules/popper.js/src/modifiers/keepTogether.js create mode 100644 node_modules/popper.js/src/modifiers/offset.js create mode 100644 node_modules/popper.js/src/modifiers/preventOverflow.js create mode 100644 node_modules/popper.js/src/modifiers/shift.js create mode 100644 node_modules/popper.js/src/utils/clockwise.js create mode 100644 node_modules/popper.js/src/utils/computeAutoPlacement.js create mode 100644 node_modules/popper.js/src/utils/debounce.js create mode 100644 node_modules/popper.js/src/utils/find.js create mode 100644 node_modules/popper.js/src/utils/findCommonOffsetParent.js create mode 100644 node_modules/popper.js/src/utils/findIndex.js create mode 100644 node_modules/popper.js/src/utils/getBordersSize.js create mode 100644 node_modules/popper.js/src/utils/getBoundaries.js create mode 100644 node_modules/popper.js/src/utils/getBoundingClientRect.js create mode 100644 node_modules/popper.js/src/utils/getClientRect.js create mode 100644 node_modules/popper.js/src/utils/getFixedPositionOffsetParent.js create mode 100644 node_modules/popper.js/src/utils/getOffsetParent.js create mode 100644 node_modules/popper.js/src/utils/getOffsetRect.js create mode 100644 node_modules/popper.js/src/utils/getOffsetRectRelativeToArbitraryNode.js create mode 100644 node_modules/popper.js/src/utils/getOppositePlacement.js create mode 100644 node_modules/popper.js/src/utils/getOppositeVariation.js create mode 100644 node_modules/popper.js/src/utils/getOuterSizes.js create mode 100644 node_modules/popper.js/src/utils/getParentNode.js create mode 100644 node_modules/popper.js/src/utils/getPopperOffsets.js create mode 100644 node_modules/popper.js/src/utils/getReferenceNode.js create mode 100644 node_modules/popper.js/src/utils/getReferenceOffsets.js create mode 100644 node_modules/popper.js/src/utils/getRoot.js create mode 100644 node_modules/popper.js/src/utils/getRoundedOffsets.js create mode 100644 node_modules/popper.js/src/utils/getScroll.js create mode 100644 node_modules/popper.js/src/utils/getScrollParent.js create mode 100644 node_modules/popper.js/src/utils/getStyleComputedProperty.js create mode 100644 node_modules/popper.js/src/utils/getSupportedPropertyName.js create mode 100644 node_modules/popper.js/src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js create mode 100644 node_modules/popper.js/src/utils/getWindow.js create mode 100644 node_modules/popper.js/src/utils/getWindowSizes.js create mode 100644 node_modules/popper.js/src/utils/includeScroll.js create mode 100644 node_modules/popper.js/src/utils/index.js create mode 100644 node_modules/popper.js/src/utils/isBrowser.js create mode 100644 node_modules/popper.js/src/utils/isFixed.js create mode 100644 node_modules/popper.js/src/utils/isFunction.js create mode 100644 node_modules/popper.js/src/utils/isIE.js create mode 100644 node_modules/popper.js/src/utils/isModifierEnabled.js create mode 100644 node_modules/popper.js/src/utils/isModifierRequired.js create mode 100644 node_modules/popper.js/src/utils/isNumeric.js create mode 100644 node_modules/popper.js/src/utils/isOffsetContainer.js create mode 100644 node_modules/popper.js/src/utils/removeEventListeners.js create mode 100644 node_modules/popper.js/src/utils/runModifiers.js create mode 100644 node_modules/popper.js/src/utils/setAttributes.js create mode 100644 node_modules/popper.js/src/utils/setStyles.js create mode 100644 node_modules/popper.js/src/utils/setupEventListeners.js create mode 100644 node_modules/prop-types/CHANGELOG.md create mode 100644 node_modules/prop-types/LICENSE create mode 100644 node_modules/prop-types/README.md create mode 100644 node_modules/prop-types/checkPropTypes.js create mode 100644 node_modules/prop-types/factory.js create mode 100644 node_modules/prop-types/factoryWithThrowingShims.js create mode 100644 node_modules/prop-types/factoryWithTypeCheckers.js create mode 100644 node_modules/prop-types/index.js create mode 100644 node_modules/prop-types/lib/ReactPropTypesSecret.js create mode 100644 node_modules/prop-types/node_modules/react-is/LICENSE create mode 100644 node_modules/prop-types/node_modules/react-is/README.md create mode 100644 node_modules/prop-types/node_modules/react-is/build-info.json create mode 100644 node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js create mode 100644 node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js create mode 100644 node_modules/prop-types/node_modules/react-is/index.js create mode 100644 node_modules/prop-types/node_modules/react-is/package.json create mode 100644 node_modules/prop-types/node_modules/react-is/umd/react-is.development.js create mode 100644 node_modules/prop-types/node_modules/react-is/umd/react-is.production.min.js create mode 100644 node_modules/prop-types/package.json create mode 100644 node_modules/prop-types/prop-types.js create mode 100644 node_modules/prop-types/prop-types.min.js create mode 100644 node_modules/react-is/LICENSE create mode 100644 node_modules/react-is/README.md create mode 100644 node_modules/react-is/build-info.json create mode 100644 node_modules/react-is/cjs/react-is.development.js create mode 100644 node_modules/react-is/cjs/react-is.production.min.js create mode 100644 node_modules/react-is/index.js create mode 100644 node_modules/react-is/package.json create mode 100644 node_modules/react-is/umd/react-is.development.js create mode 100644 node_modules/react-is/umd/react-is.production.min.js create mode 100644 node_modules/react-transition-group/CSSTransition/package.json create mode 100644 node_modules/react-transition-group/LICENSE create mode 100644 node_modules/react-transition-group/README.md create mode 100644 node_modules/react-transition-group/ReplaceTransition/package.json create mode 100644 node_modules/react-transition-group/SwitchTransition/package.json create mode 100644 node_modules/react-transition-group/Transition/package.json create mode 100644 node_modules/react-transition-group/TransitionGroup/package.json create mode 100644 node_modules/react-transition-group/TransitionGroupContext/package.json create mode 100644 node_modules/react-transition-group/cjs/CSSTransition.js create mode 100644 node_modules/react-transition-group/cjs/ReplaceTransition.js create mode 100644 node_modules/react-transition-group/cjs/SwitchTransition.js create mode 100644 node_modules/react-transition-group/cjs/Transition.js create mode 100644 node_modules/react-transition-group/cjs/TransitionGroup.js create mode 100644 node_modules/react-transition-group/cjs/TransitionGroupContext.js create mode 100644 node_modules/react-transition-group/cjs/config.js create mode 100644 node_modules/react-transition-group/cjs/index.js create mode 100644 node_modules/react-transition-group/cjs/utils/ChildMapping.js create mode 100644 node_modules/react-transition-group/cjs/utils/PropTypes.js create mode 100644 node_modules/react-transition-group/cjs/utils/SimpleSet.js create mode 100644 node_modules/react-transition-group/config/package.json create mode 100644 node_modules/react-transition-group/dist/react-transition-group.js create mode 100644 node_modules/react-transition-group/dist/react-transition-group.min.js create mode 100644 node_modules/react-transition-group/esm/CSSTransition.js create mode 100644 node_modules/react-transition-group/esm/ReplaceTransition.js create mode 100644 node_modules/react-transition-group/esm/SwitchTransition.js create mode 100644 node_modules/react-transition-group/esm/Transition.js create mode 100644 node_modules/react-transition-group/esm/TransitionGroup.js create mode 100644 node_modules/react-transition-group/esm/TransitionGroupContext.js create mode 100644 node_modules/react-transition-group/esm/config.js create mode 100644 node_modules/react-transition-group/esm/index.js create mode 100644 node_modules/react-transition-group/esm/utils/ChildMapping.js create mode 100644 node_modules/react-transition-group/esm/utils/PropTypes.js create mode 100644 node_modules/react-transition-group/esm/utils/SimpleSet.js create mode 100644 node_modules/react-transition-group/package.json create mode 100644 node_modules/regenerator-runtime/LICENSE create mode 100644 node_modules/regenerator-runtime/README.md create mode 100644 node_modules/regenerator-runtime/package.json create mode 100644 node_modules/regenerator-runtime/path.js create mode 100644 node_modules/regenerator-runtime/runtime.js create mode 100644 node_modules/symbol-observable/CHANGELOG.md create mode 100644 node_modules/symbol-observable/es/index.js create mode 100644 node_modules/symbol-observable/es/ponyfill.js create mode 100644 node_modules/symbol-observable/index.d.ts create mode 100644 node_modules/symbol-observable/index.js create mode 100644 node_modules/symbol-observable/lib/index.js create mode 100644 node_modules/symbol-observable/lib/ponyfill.js create mode 100644 node_modules/symbol-observable/license create mode 100644 node_modules/symbol-observable/package.json create mode 100644 node_modules/symbol-observable/readme.md create mode 100644 node_modules/tiny-warning/LICENSE create mode 100644 node_modules/tiny-warning/README.md create mode 100644 node_modules/tiny-warning/dist/tiny-warning.cjs.js create mode 100644 node_modules/tiny-warning/dist/tiny-warning.cjs.js.flow create mode 100644 node_modules/tiny-warning/dist/tiny-warning.esm.js create mode 100644 node_modules/tiny-warning/dist/tiny-warning.js create mode 100644 node_modules/tiny-warning/dist/tiny-warning.min.js create mode 100644 node_modules/tiny-warning/package.json create mode 100644 node_modules/tiny-warning/src/index.d.ts create mode 100644 node_modules/tiny-warning/src/index.js create mode 100644 package-lock.json diff --git a/github-user-card/.gitignore b/github-user-card/.gitignore new file mode 100644 index 0000000000..4d29575de8 --- /dev/null +++ b/github-user-card/.gitignore @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/github-user-card/README.md b/github-user-card/README.md new file mode 100644 index 0000000000..0c83cde2ce --- /dev/null +++ b/github-user-card/README.md @@ -0,0 +1,70 @@ +# Getting Started with Create React App + +This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). + +## Available Scripts + +In the project directory, you can run: + +### `npm start` + +Runs the app in the development mode.\ +Open [http://localhost:3000](http://localhost:3000) to view it in the browser. + +The page will reload if you make edits.\ +You will also see any lint errors in the console. + +### `npm test` + +Launches the test runner in the interactive watch mode.\ +See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. + +### `npm run build` + +Builds the app for production to the `build` folder.\ +It correctly bundles React in production mode and optimizes the build for the best performance. + +The build is minified and the filenames include the hashes.\ +Your app is ready to be deployed! + +See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. + +### `npm run eject` + +**Note: this is a one-way operation. Once you `eject`, you can’t go back!** + +If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. + +Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. + +You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. + +## Learn More + +You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). + +To learn React, check out the [React documentation](https://reactjs.org/). + +### Code Splitting + +This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) + +### Analyzing the Bundle Size + +This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) + +### Making a Progressive Web App + +This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) + +### Advanced Configuration + +This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) + +### Deployment + +This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) + +### `npm run build` fails to minify + +This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) diff --git a/github-user-card/package-lock.json b/github-user-card/package-lock.json new file mode 100644 index 0000000000..e31a4ce802 --- /dev/null +++ b/github-user-card/package-lock.json @@ -0,0 +1,16682 @@ +{ + "name": "github-user-card", + "version": "0.1.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, + "@babel/compat-data": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.13.tgz", + "integrity": "sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==" + }, + "@babel/core": { + "version": "7.12.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz", + "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.1", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.1", + "@babel/parser": "^7.12.3", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.12.1", + "@babel/types": "^7.12.1", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/generator": { + "version": "7.12.15", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz", + "integrity": "sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==", + "requires": { + "@babel/types": "^7.12.13", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz", + "integrity": "sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", + "integrity": "sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==", + "requires": { + "@babel/helper-explode-assignable-expression": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz", + "integrity": "sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==", + "requires": { + "@babel/compat-data": "^7.12.13", + "@babel/helper-validator-option": "^7.12.16", + "browserslist": "^4.14.5", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.16.tgz", + "integrity": "sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow==", + "requires": { + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-member-expression-to-functions": "^7.12.16", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.16.tgz", + "integrity": "sha512-jAcQ1biDYZBdaAxB4yg46/XirgX7jBDiMHDbwYQOgtViLBXGxJpZQ24jutmBqAIB/q+AwB6j+NbBXjKxEY8vqg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "regexpu-core": "^4.7.1" + } + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz", + "integrity": "sha512-5loeRNvMo9mx1dA/d6yNi+YiKziJZFylZnCo1nmFF4qPU4yJ14abhWESuSMQSlQxWdxdOFzxXjk/PpfudTtYyw==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.12.13.tgz", + "integrity": "sha512-KSC5XSj5HreRhYQtZ3cnSnQwDzgnbdUDEFsxkN0m6Q3WrCRt72xrnZ8+h+pX7YxM7hr87zIO3a/v5p/H3TrnVw==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz", + "integrity": "sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-module-imports": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz", + "integrity": "sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-module-transforms": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz", + "integrity": "sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==", + "requires": { + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13", + "@babel/helper-simple-access": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.12.11", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13", + "lodash": "^4.17.19" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz", + "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz", + "integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==" + }, + "@babel/helper-remap-async-to-generator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.13.tgz", + "integrity": "sha512-Qa6PU9vNcj1NZacZZI1Mvwt+gXDH6CTfgAkSjeRMLE8HxtDK76+YDId6NQR+z7Rgd5arhD2cIbS74r0SxD6PDA==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-wrap-function": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-replace-supers": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz", + "integrity": "sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.12.13", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-simple-access": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz", + "integrity": "sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz", + "integrity": "sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==", + "requires": { + "@babel/types": "^7.12.1" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/helper-validator-option": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz", + "integrity": "sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==" + }, + "@babel/helper-wrap-function": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.13.tgz", + "integrity": "sha512-t0aZFEmBJ1LojdtJnhOaQEVejnzYhyjWHSsNSNo8vOYRbAJNh6r6GQF7pd36SqG7OKGbn+AewVQ/0IfYfIuGdw==", + "requires": { + "@babel/helper-function-name": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helpers": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.13.tgz", + "integrity": "sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz", + "integrity": "sha512-1KH46Hx4WqP77f978+5Ye/VUbuwQld2hph70yaw2hXS2v7ER2f3nlpNMu909HO2rbvP0NKLlMVDPh9KXklVMhA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-remap-async-to-generator": "^7.12.13", + "@babel/plugin-syntax-async-generators": "^7.8.0" + } + }, + "@babel/plugin-proposal-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.13.tgz", + "integrity": "sha512-8SCJ0Ddrpwv4T7Gwb33EmW1V9PY5lggTO+A8WjyIwxrSHDUyBw4MtF96ifn1n8H806YlxbVCoKXbbmzD6RD+cA==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-proposal-decorators": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz", + "integrity": "sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.12.1", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-decorators": "^7.12.1" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz", + "integrity": "sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-dynamic-import": "^7.8.0" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz", + "integrity": "sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.13.tgz", + "integrity": "sha512-v9eEi4GiORDg8x+Dmi5r8ibOe0VXoKDeNPYcTTxdGN4eOWikrJfDJCJrr1l5gKGvsNyGJbrfMftC2dTL6oz7pg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-json-strings": "^7.8.0" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.13.tgz", + "integrity": "sha512-fqmiD3Lz7jVdK6kabeSr1PZlWSUVqSitmHEe3Z00dtGTKieWnX9beafvavc32kjORa5Bai4QNHgFDwWJP+WtSQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.13.tgz", + "integrity": "sha512-Qoxpy+OxhDBI5kRqliJFAl4uWXk3Bn24WeFstPH0iLymFehSAUR8MHpqU7njyXv/qbo7oN6yTy5bfCmXdKpo1Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz", + "integrity": "sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.13.tgz", + "integrity": "sha512-WvA1okB/0OS/N3Ldb3sziSrXg6sRphsBgqiccfcQq7woEn5wQLNX82Oc4PlaFcdwcWHuQXAtb8ftbS8Fbsg/sg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-transform-parameters": "^7.12.13" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.13.tgz", + "integrity": "sha512-9+MIm6msl9sHWg58NvqpNpLtuFbmpFYk37x8kgnGzAHvX35E1FyAwSUt5hIkSoWJFSAH+iwU8bJ4fcD1zKXOzg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz", + "integrity": "sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.0" + } + }, + "@babel/plugin-proposal-private-methods": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.13.tgz", + "integrity": "sha512-sV0V57uUwpauixvR7s2o75LmwJI6JECwm5oPUY5beZB1nBl2i37hc7CJGqB5G+58fur5Y6ugvl3LRONk5x34rg==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", + "integrity": "sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-decorators": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz", + "integrity": "sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-flow": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.13.tgz", + "integrity": "sha512-J/RYxnlSLXZLVR7wTRsozxKT8qbsx1mNKJzXEEjQ0Kjx1ZACcyHgbanNWNCFtc36IzuWhYWPpvJFFoexoOWFmA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-jsx": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz", + "integrity": "sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@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==", + "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==", + "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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-top-level-await": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", + "integrity": "sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-typescript": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz", + "integrity": "sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-arrow-functions": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.13.tgz", + "integrity": "sha512-tBtuN6qtCTd+iHzVZVOMNp+L04iIJBpqkdY42tWbmjIT5wvR2kx7gxMBsyhQtFzHwBbyGi9h8J8r9HgnOpQHxg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.13.tgz", + "integrity": "sha512-psM9QHcHaDr+HZpRuJcE1PXESuGWSCcbiGFFhhwfzdbTxaGDVzuVtdNYliAwcRo3GFg0Bc8MmI+AvIGYIJG04A==", + "requires": { + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-remap-async-to-generator": "^7.12.13" + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz", + "integrity": "sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz", + "integrity": "sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.13.tgz", + "integrity": "sha512-cqZlMlhCC1rVnxE5ZGMtIb896ijL90xppMiuWXcwcOAuFczynpd3KYemb91XFFPi3wJSe/OcrX9lXoowatkkxA==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-computed-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.13.tgz", + "integrity": "sha512-dDfuROUPGK1mTtLKyDPUavmj2b6kFu82SmgpztBFEO974KMjJT+Ytj3/oWsTUMBmgPcp9J5Pc1SlcAYRpJ2hRA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.13.tgz", + "integrity": "sha512-Dn83KykIFzjhA3FDPA1z4N+yfF3btDGhjnJwxIj0T43tP0flCujnU8fKgEkf0C1biIpSv9NZegPBQ1J6jYkwvQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-dotall-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz", + "integrity": "sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-duplicate-keys": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz", + "integrity": "sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz", + "integrity": "sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==", + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-flow-strip-types": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.12.1.tgz", + "integrity": "sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-flow": "^7.12.1" + } + }, + "@babel/plugin-transform-for-of": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.13.tgz", + "integrity": "sha512-xCbdgSzXYmHGyVX3+BsQjcd4hv4vA/FDy7Kc8eOpzKmBBPEOTurt0w5fCRQaGl+GSBORKgJdstQ1rHl4jbNseQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz", + "integrity": "sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==", + "requires": { + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-literals": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz", + "integrity": "sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-member-expression-literals": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz", + "integrity": "sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.13.tgz", + "integrity": "sha512-JHLOU0o81m5UqG0Ulz/fPC68/v+UTuGTWaZBUwpEk1fYQ1D9LfKV6MPn4ttJKqRo5Lm460fkzjLTL4EHvCprvA==", + "requires": { + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.13.tgz", + "integrity": "sha512-OGQoeVXVi1259HjuoDnsQMlMkT9UkZT9TpXAsqWplS/M0N1g3TJAn/ByOCeQu7mfjc5WpSsRU+jV1Hd89ts0kQ==", + "requires": { + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-simple-access": "^7.12.13", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-systemjs": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.13.tgz", + "integrity": "sha512-aHfVjhZ8QekaNF/5aNdStCGzwTbU7SI5hUybBKlMzqIMC7w7Ho8hx5a4R/DkTHfRfLwHGGxSpFt9BfxKCoXKoA==", + "requires": { + "@babel/helper-hoist-variables": "^7.12.13", + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-validator-identifier": "^7.12.11", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.13.tgz", + "integrity": "sha512-BgZndyABRML4z6ibpi7Z98m4EVLFI9tVsZDADC14AElFaNHHBcJIovflJ6wtCqFxwy2YJ1tJhGRsr0yLPKoN+w==", + "requires": { + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", + "integrity": "sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.12.13" + } + }, + "@babel/plugin-transform-new-target": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz", + "integrity": "sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-object-super": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz", + "integrity": "sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.13.tgz", + "integrity": "sha512-e7QqwZalNiBRHCpJg/P8s/VJeSRYgmtWySs1JwvfwPqhBbiWfOcHDKdeAi6oAyIimoKWBlwc8oTgbZHdhCoVZA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-property-literals": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz", + "integrity": "sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-react-constant-elements": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.12.13.tgz", + "integrity": "sha512-qmzKVTn46Upvtxv8LQoQ8mTCdUC83AOVQIQm57e9oekLT5cmK9GOMOfcWhe8jMNx4UJXn/UDhVZ/7lGofVNeDQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-react-display-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.13.tgz", + "integrity": "sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-react-jsx": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.16.tgz", + "integrity": "sha512-dNu0vAbIk8OkqJfGtYF6ADk6jagoyAl+Ks5aoltbAlfoKv8d6yooi3j+kObeSQaCj9PgN6KMZPB90wWyek5TmQ==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-jsx": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/plugin-transform-react-jsx-development": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.16.tgz", + "integrity": "sha512-GOp5SkMC4zhHwLbOSYhF+WpIZSf5bGzaKQTT9jWkemJRDM/CE6FtPydXjEYO3pHcna2Zjvg4mQ1lfjOR/4jsaQ==", + "requires": { + "@babel/plugin-transform-react-jsx": "^7.12.16" + } + }, + "@babel/plugin-transform-react-jsx-self": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.13.tgz", + "integrity": "sha512-FXYw98TTJ125GVCCkFLZXlZ1qGcsYqNQhVBQcZjyrwf8FEUtVfKIoidnO8S0q+KBQpDYNTmiGo1gn67Vti04lQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-react-jsx-source": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.13.tgz", + "integrity": "sha512-O5JJi6fyfih0WfDgIJXksSPhGP/G0fQpfxYy87sDc+1sFmsCS6wr3aAn+whbzkhbjtq4VMqLRaSzR6IsshIC0Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-react-pure-annotations": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz", + "integrity": "sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-regenerator": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz", + "integrity": "sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA==", + "requires": { + "regenerator-transform": "^0.14.2" + } + }, + "@babel/plugin-transform-reserved-words": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz", + "integrity": "sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-runtime": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz", + "integrity": "sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==", + "requires": { + "@babel/helper-module-imports": "^7.12.1", + "@babel/helper-plugin-utils": "^7.10.4", + "resolve": "^1.8.1", + "semver": "^5.5.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/plugin-transform-shorthand-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz", + "integrity": "sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-spread": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.13.tgz", + "integrity": "sha512-dUCrqPIowjqk5pXsx1zPftSq4sT0aCeZVAxhdgs3AMgyaDmoUT0G+5h3Dzja27t76aUEIJWlFgPJqJ/d4dbTtg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" + } + }, + "@babel/plugin-transform-sticky-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz", + "integrity": "sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-template-literals": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.13.tgz", + "integrity": "sha512-arIKlWYUgmNsF28EyfmiQHJLJFlAJNYkuQO10jL46ggjBpeb2re1P9K9YGxNJB45BqTbaslVysXDYm/g3sN/Qg==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-typeof-symbol": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz", + "integrity": "sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-typescript": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.16.tgz", + "integrity": "sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.12.16", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-typescript": "^7.12.13" + } + }, + "@babel/plugin-transform-unicode-escapes": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz", + "integrity": "sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-transform-unicode-regex": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz", + "integrity": "sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/preset-env": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.16.tgz", + "integrity": "sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==", + "requires": { + "@babel/compat-data": "^7.12.13", + "@babel/helper-compilation-targets": "^7.12.16", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-validator-option": "^7.12.16", + "@babel/plugin-proposal-async-generator-functions": "^7.12.13", + "@babel/plugin-proposal-class-properties": "^7.12.13", + "@babel/plugin-proposal-dynamic-import": "^7.12.16", + "@babel/plugin-proposal-export-namespace-from": "^7.12.13", + "@babel/plugin-proposal-json-strings": "^7.12.13", + "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", + "@babel/plugin-proposal-numeric-separator": "^7.12.13", + "@babel/plugin-proposal-object-rest-spread": "^7.12.13", + "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", + "@babel/plugin-proposal-optional-chaining": "^7.12.16", + "@babel/plugin-proposal-private-methods": "^7.12.13", + "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", + "@babel/plugin-syntax-async-generators": "^7.8.0", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-dynamic-import": "^7.8.0", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.0", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.0", + "@babel/plugin-syntax-top-level-await": "^7.12.13", + "@babel/plugin-transform-arrow-functions": "^7.12.13", + "@babel/plugin-transform-async-to-generator": "^7.12.13", + "@babel/plugin-transform-block-scoped-functions": "^7.12.13", + "@babel/plugin-transform-block-scoping": "^7.12.13", + "@babel/plugin-transform-classes": "^7.12.13", + "@babel/plugin-transform-computed-properties": "^7.12.13", + "@babel/plugin-transform-destructuring": "^7.12.13", + "@babel/plugin-transform-dotall-regex": "^7.12.13", + "@babel/plugin-transform-duplicate-keys": "^7.12.13", + "@babel/plugin-transform-exponentiation-operator": "^7.12.13", + "@babel/plugin-transform-for-of": "^7.12.13", + "@babel/plugin-transform-function-name": "^7.12.13", + "@babel/plugin-transform-literals": "^7.12.13", + "@babel/plugin-transform-member-expression-literals": "^7.12.13", + "@babel/plugin-transform-modules-amd": "^7.12.13", + "@babel/plugin-transform-modules-commonjs": "^7.12.13", + "@babel/plugin-transform-modules-systemjs": "^7.12.13", + "@babel/plugin-transform-modules-umd": "^7.12.13", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", + "@babel/plugin-transform-new-target": "^7.12.13", + "@babel/plugin-transform-object-super": "^7.12.13", + "@babel/plugin-transform-parameters": "^7.12.13", + "@babel/plugin-transform-property-literals": "^7.12.13", + "@babel/plugin-transform-regenerator": "^7.12.13", + "@babel/plugin-transform-reserved-words": "^7.12.13", + "@babel/plugin-transform-shorthand-properties": "^7.12.13", + "@babel/plugin-transform-spread": "^7.12.13", + "@babel/plugin-transform-sticky-regex": "^7.12.13", + "@babel/plugin-transform-template-literals": "^7.12.13", + "@babel/plugin-transform-typeof-symbol": "^7.12.13", + "@babel/plugin-transform-unicode-escapes": "^7.12.13", + "@babel/plugin-transform-unicode-regex": "^7.12.13", + "@babel/preset-modules": "^0.1.3", + "@babel/types": "^7.12.13", + "core-js-compat": "^3.8.0", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/preset-modules": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz", + "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==", + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + } + }, + "@babel/preset-react": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.13.tgz", + "integrity": "sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-transform-react-display-name": "^7.12.13", + "@babel/plugin-transform-react-jsx": "^7.12.13", + "@babel/plugin-transform-react-jsx-development": "^7.12.12", + "@babel/plugin-transform-react-pure-annotations": "^7.12.1" + } + }, + "@babel/preset-typescript": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz", + "integrity": "sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-transform-typescript": "^7.12.1" + } + }, + "@babel/runtime": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/runtime-corejs3": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.13.tgz", + "integrity": "sha512-8fSpqYRETHATtNitsCXq8QQbKJP31/KnDl2Wz2Vtui9nKzjss2ysuZtyVsWjBtvkeEFo346gkwjYPab1hvrXkQ==", + "requires": { + "core-js-pure": "^3.0.0", + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/traverse": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz", + "integrity": "sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + } + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + }, + "@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" + }, + "@cnakazawa/watch": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz", + "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==", + "requires": { + "exec-sh": "^0.3.2", + "minimist": "^1.2.0" + } + }, + "@csstools/convert-colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", + "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==" + }, + "@csstools/normalize.css": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz", + "integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==" + }, + "@emotion/hash": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", + "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" + }, + "@eslint/eslintrc": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.3.0.tgz", + "integrity": "sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==", + "requires": { + "ajv": "^6.12.4", + "debug": "^4.1.1", + "espree": "^7.3.0", + "globals": "^12.1.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^3.13.1", + "lodash": "^4.17.20", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "globals": { + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", + "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "requires": { + "type-fest": "^0.8.1" + } + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + } + } + }, + "@hapi/address": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", + "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==" + }, + "@hapi/bourne": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz", + "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==" + }, + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==" + }, + "@hapi/joi": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz", + "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==", + "requires": { + "@hapi/address": "2.x.x", + "@hapi/bourne": "1.x.x", + "@hapi/hoek": "8.x.x", + "@hapi/topo": "3.x.x" + } + }, + "@hapi/topo": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz", + "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==", + "requires": { + "@hapi/hoek": "^8.3.0" + } + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + } + } + }, + "@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" + }, + "@jest/console": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz", + "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==", + "requires": { + "@jest/types": "^26.6.2", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^26.6.2", + "jest-util": "^26.6.2", + "slash": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/core": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz", + "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==", + "requires": { + "@jest/console": "^26.6.2", + "@jest/reporters": "^26.6.2", + "@jest/test-result": "^26.6.2", + "@jest/transform": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.4", + "jest-changed-files": "^26.6.2", + "jest-config": "^26.6.3", + "jest-haste-map": "^26.6.2", + "jest-message-util": "^26.6.2", + "jest-regex-util": "^26.0.0", + "jest-resolve": "^26.6.2", + "jest-resolve-dependencies": "^26.6.3", + "jest-runner": "^26.6.3", + "jest-runtime": "^26.6.3", + "jest-snapshot": "^26.6.2", + "jest-util": "^26.6.2", + "jest-validate": "^26.6.2", + "jest-watcher": "^26.6.2", + "micromatch": "^4.0.2", + "p-each-series": "^2.1.0", + "rimraf": "^3.0.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-resolve": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", + "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", + "requires": { + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^26.6.2", + "read-pkg-up": "^7.0.1", + "resolve": "^1.18.1", + "slash": "^3.0.0" + } + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "dependencies": { + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/environment": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz", + "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==", + "requires": { + "@jest/fake-timers": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/node": "*", + "jest-mock": "^26.6.2" + } + }, + "@jest/fake-timers": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz", + "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==", + "requires": { + "@jest/types": "^26.6.2", + "@sinonjs/fake-timers": "^6.0.1", + "@types/node": "*", + "jest-message-util": "^26.6.2", + "jest-mock": "^26.6.2", + "jest-util": "^26.6.2" + } + }, + "@jest/globals": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz", + "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==", + "requires": { + "@jest/environment": "^26.6.2", + "@jest/types": "^26.6.2", + "expect": "^26.6.2" + } + }, + "@jest/reporters": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz", + "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==", + "requires": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^26.6.2", + "@jest/test-result": "^26.6.2", + "@jest/transform": "^26.6.2", + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.2", + "graceful-fs": "^4.2.4", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^4.0.3", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.0.2", + "jest-haste-map": "^26.6.2", + "jest-resolve": "^26.6.2", + "jest-util": "^26.6.2", + "jest-worker": "^26.6.2", + "node-notifier": "^8.0.0", + "slash": "^3.0.0", + "source-map": "^0.6.0", + "string-length": "^4.0.1", + "terminal-link": "^2.0.0", + "v8-to-istanbul": "^7.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-resolve": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", + "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", + "requires": { + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^26.6.2", + "read-pkg-up": "^7.0.1", + "resolve": "^1.18.1", + "slash": "^3.0.0" + } + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "dependencies": { + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/source-map": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz", + "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==", + "requires": { + "callsites": "^3.0.0", + "graceful-fs": "^4.2.4", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@jest/test-result": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz", + "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==", + "requires": { + "@jest/console": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + } + }, + "@jest/test-sequencer": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz", + "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==", + "requires": { + "@jest/test-result": "^26.6.2", + "graceful-fs": "^4.2.4", + "jest-haste-map": "^26.6.2", + "jest-runner": "^26.6.3", + "jest-runtime": "^26.6.3" + } + }, + "@jest/transform": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz", + "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==", + "requires": { + "@babel/core": "^7.1.0", + "@jest/types": "^26.6.2", + "babel-plugin-istanbul": "^6.0.0", + "chalk": "^4.0.0", + "convert-source-map": "^1.4.0", + "fast-json-stable-stringify": "^2.0.0", + "graceful-fs": "^4.2.4", + "jest-haste-map": "^26.6.2", + "jest-regex-util": "^26.0.0", + "jest-util": "^26.6.2", + "micromatch": "^4.0.2", + "pirates": "^4.0.1", + "slash": "^3.0.0", + "source-map": "^0.6.1", + "write-file-atomic": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/types": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", + "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", + "requires": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^15.0.0", + "chalk": "^4.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@material-ui/core": { + "version": "4.11.3", + "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.11.3.tgz", + "integrity": "sha512-Adt40rGW6Uds+cAyk3pVgcErpzU/qxc7KBR94jFHBYretU4AtWZltYcNsbeMn9tXL86jjVL1kuGcIHsgLgFGRw==", + "requires": { + "@babel/runtime": "^7.4.4", + "@material-ui/styles": "^4.11.3", + "@material-ui/system": "^4.11.3", + "@material-ui/types": "^5.1.0", + "@material-ui/utils": "^4.11.2", + "@types/react-transition-group": "^4.2.0", + "clsx": "^1.0.4", + "hoist-non-react-statics": "^3.3.2", + "popper.js": "1.16.1-lts", + "prop-types": "^15.7.2", + "react-is": "^16.8.0 || ^17.0.0", + "react-transition-group": "^4.4.0" + } + }, + "@material-ui/styles": { + "version": "4.11.3", + "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.3.tgz", + "integrity": "sha512-HzVzCG+PpgUGMUYEJ2rTEmQYeonGh41BYfILNFb/1ueqma+p1meSdu4RX6NjxYBMhf7k+jgfHFTTz+L1SXL/Zg==", + "requires": { + "@babel/runtime": "^7.4.4", + "@emotion/hash": "^0.8.0", + "@material-ui/types": "^5.1.0", + "@material-ui/utils": "^4.11.2", + "clsx": "^1.0.4", + "csstype": "^2.5.2", + "hoist-non-react-statics": "^3.3.2", + "jss": "^10.5.1", + "jss-plugin-camel-case": "^10.5.1", + "jss-plugin-default-unit": "^10.5.1", + "jss-plugin-global": "^10.5.1", + "jss-plugin-nested": "^10.5.1", + "jss-plugin-props-sort": "^10.5.1", + "jss-plugin-rule-value-function": "^10.5.1", + "jss-plugin-vendor-prefixer": "^10.5.1", + "prop-types": "^15.7.2" + } + }, + "@material-ui/system": { + "version": "4.11.3", + "resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.11.3.tgz", + "integrity": "sha512-SY7otguNGol41Mu2Sg6KbBP1ZRFIbFLHGK81y4KYbsV2yIcaEPOmsCK6zwWlp+2yTV3J/VwT6oSBARtGIVdXPw==", + "requires": { + "@babel/runtime": "^7.4.4", + "@material-ui/utils": "^4.11.2", + "csstype": "^2.5.2", + "prop-types": "^15.7.2" + } + }, + "@material-ui/types": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz", + "integrity": "sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==" + }, + "@material-ui/utils": { + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.2.tgz", + "integrity": "sha512-Uul8w38u+PICe2Fg2pDKCaIG7kOyhowZ9vjiC1FsVwPABTW8vPPKfF6OvxRq3IiBaI1faOJmgdvMG7rMJARBhA==", + "requires": { + "@babel/runtime": "^7.4.4", + "prop-types": "^15.7.2", + "react-is": "^16.8.0 || ^17.0.0" + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", + "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", + "requires": { + "@nodelib/fs.stat": "2.0.4", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", + "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==" + }, + "@nodelib/fs.walk": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", + "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", + "requires": { + "@nodelib/fs.scandir": "2.1.4", + "fastq": "^1.6.0" + } + }, + "@npmcli/move-file": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", + "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", + "requires": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "dependencies": { + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + } + } + }, + "@pmmmwh/react-refresh-webpack-plugin": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz", + "integrity": "sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ==", + "requires": { + "ansi-html": "^0.0.7", + "error-stack-parser": "^2.0.6", + "html-entities": "^1.2.1", + "native-url": "^0.2.6", + "schema-utils": "^2.6.5", + "source-map": "^0.7.3" + }, + "dependencies": { + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" + } + } + }, + "@rollup/plugin-node-resolve": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz", + "integrity": "sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==", + "requires": { + "@rollup/pluginutils": "^3.0.8", + "@types/resolve": "0.0.8", + "builtin-modules": "^3.1.0", + "is-module": "^1.0.0", + "resolve": "^1.14.2" + } + }, + "@rollup/plugin-replace": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.3.4.tgz", + "integrity": "sha512-waBhMzyAtjCL1GwZes2jaE9MjuQ/DQF2BatH3fRivUF3z0JBFrU0U6iBNC/4WR+2rLKhaAhPWDNPYp4mI6RqdQ==", + "requires": { + "@rollup/pluginutils": "^3.1.0", + "magic-string": "^0.25.7" + } + }, + "@rollup/pluginutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "requires": { + "@types/estree": "0.0.39", + "estree-walker": "^1.0.1", + "picomatch": "^2.2.2" + }, + "dependencies": { + "@types/estree": { + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" + } + } + }, + "@sinonjs/commons": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.2.tgz", + "integrity": "sha512-sruwd86RJHdsVf/AtBoijDmUqJp3B6hF/DGC23C+JaegnDHaZyewCjoVGTdg3J0uz3Zs7NnIT05OBOmML72lQw==", + "requires": { + "type-detect": "4.0.8" + } + }, + "@sinonjs/fake-timers": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz", + "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", + "requires": { + "@sinonjs/commons": "^1.7.0" + } + }, + "@surma/rollup-plugin-off-main-thread": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz", + "integrity": "sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==", + "requires": { + "ejs": "^2.6.1", + "magic-string": "^0.25.0" + } + }, + "@svgr/babel-plugin-add-jsx-attribute": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==" + }, + "@svgr/babel-plugin-remove-jsx-attribute": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==" + }, + "@svgr/babel-plugin-remove-jsx-empty-expression": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", + "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==" + }, + "@svgr/babel-plugin-replace-jsx-attribute-value": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", + "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==" + }, + "@svgr/babel-plugin-svg-dynamic-title": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", + "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==" + }, + "@svgr/babel-plugin-svg-em-dimensions": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", + "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==" + }, + "@svgr/babel-plugin-transform-react-native-svg": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", + "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==" + }, + "@svgr/babel-plugin-transform-svg-component": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", + "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==" + }, + "@svgr/babel-preset": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", + "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", + "requires": { + "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", + "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", + "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", + "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", + "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", + "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", + "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", + "@svgr/babel-plugin-transform-svg-component": "^5.5.0" + } + }, + "@svgr/core": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", + "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", + "requires": { + "@svgr/plugin-jsx": "^5.5.0", + "camelcase": "^6.2.0", + "cosmiconfig": "^7.0.0" + } + }, + "@svgr/hast-util-to-babel-ast": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", + "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", + "requires": { + "@babel/types": "^7.12.6" + } + }, + "@svgr/plugin-jsx": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", + "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", + "requires": { + "@babel/core": "^7.12.3", + "@svgr/babel-preset": "^5.5.0", + "@svgr/hast-util-to-babel-ast": "^5.5.0", + "svg-parser": "^2.0.2" + } + }, + "@svgr/plugin-svgo": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", + "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", + "requires": { + "cosmiconfig": "^7.0.0", + "deepmerge": "^4.2.2", + "svgo": "^1.2.2" + } + }, + "@svgr/webpack": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", + "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", + "requires": { + "@babel/core": "^7.12.3", + "@babel/plugin-transform-react-constant-elements": "^7.12.1", + "@babel/preset-env": "^7.12.1", + "@babel/preset-react": "^7.12.5", + "@svgr/core": "^5.5.0", + "@svgr/plugin-jsx": "^5.5.0", + "@svgr/plugin-svgo": "^5.5.0", + "loader-utils": "^2.0.0" + } + }, + "@testing-library/dom": { + "version": "7.29.4", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.29.4.tgz", + "integrity": "sha512-CtrJRiSYEfbtNGtEsd78mk1n1v2TUbeABlNIcOCJdDfkN5/JTOwQEbbQpoSRxGqzcWPgStMvJ4mNolSuBRv1NA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^4.2.0", + "aria-query": "^4.2.2", + "chalk": "^4.1.0", + "dom-accessibility-api": "^0.5.4", + "lz-string": "^1.4.4", + "pretty-format": "^26.6.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@testing-library/jest-dom": { + "version": "5.11.9", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz", + "integrity": "sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ==", + "requires": { + "@babel/runtime": "^7.9.2", + "@types/testing-library__jest-dom": "^5.9.1", + "aria-query": "^4.2.2", + "chalk": "^3.0.0", + "css": "^3.0.0", + "css.escape": "^1.5.1", + "lodash": "^4.17.15", + "redent": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "css": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz", + "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==", + "requires": { + "inherits": "^2.0.4", + "source-map": "^0.6.1", + "source-map-resolve": "^0.6.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "source-map-resolve": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz", + "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==", + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@testing-library/react": { + "version": "11.2.5", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.5.tgz", + "integrity": "sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==", + "requires": { + "@babel/runtime": "^7.12.5", + "@testing-library/dom": "^7.28.1" + } + }, + "@testing-library/user-event": { + "version": "12.7.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.7.1.tgz", + "integrity": "sha512-COfCkYgcxc+P9+pEAIGlmBuIDjO91Chf9GOBHI8AhIiMyaoOrKVPQny1uf0HIAYNoHKL5slhkqOPP2ZyNaVQGw==", + "requires": { + "@babel/runtime": "^7.12.5" + } + }, + "@types/anymatch": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-1.3.1.tgz", + "integrity": "sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==" + }, + "@types/aria-query": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.1.tgz", + "integrity": "sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg==" + }, + "@types/babel__core": { + "version": "7.1.12", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.12.tgz", + "integrity": "sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ==", + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "@types/babel__generator": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.2.tgz", + "integrity": "sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==", + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@types/babel__template": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.0.tgz", + "integrity": "sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==", + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@types/babel__traverse": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.11.0.tgz", + "integrity": "sha512-kSjgDMZONiIfSH1Nxcr5JIRMwUetDki63FSQfpTCz8ogF3Ulqm8+mr5f78dUYs6vMiB6gBusQqfQmBvHZj/lwg==", + "requires": { + "@babel/types": "^7.3.0" + } + }, + "@types/eslint": { + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.6.tgz", + "integrity": "sha512-I+1sYH+NPQ3/tVqCeUSBwTE/0heyvtXqpIopUUArlBm0Kpocb8FbMa3AZ/ASKIFpN3rnEx932TTXDbt9OXsNDw==", + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "@types/estree": { + "version": "0.0.46", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz", + "integrity": "sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==" + }, + "@types/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", + "requires": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/graceful-fs": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", + "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "requires": { + "@types/node": "*" + } + }, + "@types/html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA==" + }, + "@types/istanbul-lib-coverage": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", + "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" + }, + "@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "requires": { + "@types/istanbul-lib-coverage": "*" + } + }, + "@types/istanbul-reports": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz", + "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==", + "requires": { + "@types/istanbul-lib-report": "*" + } + }, + "@types/jest": { + "version": "26.0.20", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", + "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", + "requires": { + "jest-diff": "^26.0.0", + "pretty-format": "^26.0.0" + } + }, + "@types/json-schema": { + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz", + "integrity": "sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==" + }, + "@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" + }, + "@types/minimatch": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", + "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" + }, + "@types/node": { + "version": "14.14.27", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.27.tgz", + "integrity": "sha512-Ecfmo4YDQPwuqTCl1yBxLV5ihKfRlkBmzUEDcfIRvDxOTGQEeikr317Ln7Gcv0tjA8dVgKI3rniqW2G1OyKDng==" + }, + "@types/normalize-package-data": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==" + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + }, + "@types/prettier": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.2.1.tgz", + "integrity": "sha512-DxZZbyMAM9GWEzXL+BMZROWz9oo6A9EilwwOMET2UVu2uZTqMWS5S69KVtuVKaRjCUpcrOXRalet86/OpG4kqw==" + }, + "@types/prop-types": { + "version": "15.7.3", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz", + "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==" + }, + "@types/q": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", + "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" + }, + "@types/react": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.2.tgz", + "integrity": "sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA==", + "requires": { + "@types/prop-types": "*", + "csstype": "^3.0.2" + }, + "dependencies": { + "csstype": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz", + "integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==" + } + } + }, + "@types/react-transition-group": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.0.tgz", + "integrity": "sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w==", + "requires": { + "@types/react": "*" + } + }, + "@types/resolve": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz", + "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/source-list-map": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", + "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==" + }, + "@types/stack-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.0.tgz", + "integrity": "sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==" + }, + "@types/tapable": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.6.tgz", + "integrity": "sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==" + }, + "@types/testing-library__jest-dom": { + "version": "5.9.5", + "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.5.tgz", + "integrity": "sha512-ggn3ws+yRbOHog9GxnXiEZ/35Mow6YtPZpd7Z5mKDeZS/o7zx3yAle0ov/wjhVB5QT4N2Dt+GNoGCdqkBGCajQ==", + "requires": { + "@types/jest": "*" + } + }, + "@types/uglify-js": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.12.0.tgz", + "integrity": "sha512-sYAF+CF9XZ5cvEBkI7RtrG9g2GtMBkviTnBxYYyq+8BWvO4QtXfwwR6a2LFwCi4evMKZfpv6U43ViYvv17Wz3Q==", + "requires": { + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@types/webpack": { + "version": "4.41.26", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.26.tgz", + "integrity": "sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==", + "requires": { + "@types/anymatch": "*", + "@types/node": "*", + "@types/tapable": "*", + "@types/uglify-js": "*", + "@types/webpack-sources": "*", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@types/webpack-sources": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.1.0.tgz", + "integrity": "sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==", + "requires": { + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.7.3" + }, + "dependencies": { + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" + } + } + }, + "@types/yargs": { + "version": "15.0.13", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.13.tgz", + "integrity": "sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==", + "requires": { + "@types/yargs-parser": "*" + } + }, + "@types/yargs-parser": { + "version": "20.2.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.0.tgz", + "integrity": "sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==" + }, + "@typescript-eslint/eslint-plugin": { + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.0.tgz", + "integrity": "sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ==", + "requires": { + "@typescript-eslint/experimental-utils": "4.15.0", + "@typescript-eslint/scope-manager": "4.15.0", + "debug": "^4.1.1", + "functional-red-black-tree": "^1.0.1", + "lodash": "^4.17.15", + "regexpp": "^3.0.0", + "semver": "^7.3.2", + "tsutils": "^3.17.1" + } + }, + "@typescript-eslint/experimental-utils": { + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz", + "integrity": "sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==", + "requires": { + "@types/json-schema": "^7.0.3", + "@typescript-eslint/scope-manager": "4.15.0", + "@typescript-eslint/types": "4.15.0", + "@typescript-eslint/typescript-estree": "4.15.0", + "eslint-scope": "^5.0.0", + "eslint-utils": "^2.0.0" + } + }, + "@typescript-eslint/parser": { + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.15.0.tgz", + "integrity": "sha512-L6Dtbq8Bc7g2aZwnIBETpmUa9XDKCMzKVwAArnGp5Mn7PRNFjf3mUzq8UeBjL3K8t311hvevnyqXAMSmxO8Gpg==", + "requires": { + "@typescript-eslint/scope-manager": "4.15.0", + "@typescript-eslint/types": "4.15.0", + "@typescript-eslint/typescript-estree": "4.15.0", + "debug": "^4.1.1" + } + }, + "@typescript-eslint/scope-manager": { + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz", + "integrity": "sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g==", + "requires": { + "@typescript-eslint/types": "4.15.0", + "@typescript-eslint/visitor-keys": "4.15.0" + } + }, + "@typescript-eslint/types": { + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.15.0.tgz", + "integrity": "sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==" + }, + "@typescript-eslint/typescript-estree": { + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz", + "integrity": "sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA==", + "requires": { + "@typescript-eslint/types": "4.15.0", + "@typescript-eslint/visitor-keys": "4.15.0", + "debug": "^4.1.1", + "globby": "^11.0.1", + "is-glob": "^4.0.1", + "semver": "^7.3.2", + "tsutils": "^3.17.1" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz", + "integrity": "sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA==", + "requires": { + "@typescript-eslint/types": "4.15.0", + "eslint-visitor-keys": "^2.0.0" + } + }, + "@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "requires": { + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==" + }, + "@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==" + }, + "@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==" + }, + "@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", + "requires": { + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==" + }, + "@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", + "requires": { + "@webassemblyjs/ast": "1.9.0" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==" + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==" + }, + "@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "abab": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", + "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" + }, + "acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "requires": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + } + }, + "acorn-jsx": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz", + "integrity": "sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==" + }, + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" + }, + "address": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz", + "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==" + }, + "adjust-sourcemap-loader": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz", + "integrity": "sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==", + "requires": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" + } + }, + "aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==" + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" + }, + "alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" + }, + "ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==" + }, + "ansi-escapes": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz", + "integrity": "sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==", + "requires": { + "type-fest": "^0.11.0" + }, + "dependencies": { + "type-fest": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz", + "integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==" + } + } + }, + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" + }, + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "aria-query": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz", + "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==", + "requires": { + "@babel/runtime": "^7.10.2", + "@babel/runtime-corejs3": "^7.10.2" + } + }, + "arity-n": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz", + "integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U=" + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + }, + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + }, + "array-includes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.2.tgz", + "integrity": "sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1", + "get-intrinsic": "^1.0.1", + "is-string": "^1.0.5" + } + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "array.prototype.flat": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz", + "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1" + } + }, + "array.prototype.flatmap": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz", + "integrity": "sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1", + "function-bind": "^1.1.1" + } + }, + "arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" + }, + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "requires": { + "object-assign": "^4.1.1", + "util": "0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "requires": { + "inherits": "2.0.1" + } + } + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" + }, + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==" + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "requires": { + "lodash": "^4.17.14" + } + }, + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + }, + "async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + }, + "autoprefixer": { + "version": "9.8.6", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz", + "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==", + "requires": { + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001109", + "colorette": "^1.2.1", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", + "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" + }, + "axe-core": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.2.tgz", + "integrity": "sha512-V+Nq70NxKhYt89ArVcaNL9FDryB3vQOd+BFXZIfO3RP6rwtj+2yqqqdHEkacutglPaZLkJeuXKCjCJDMGPtPqg==" + }, + "axios": { + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "requires": { + "follow-redirects": "^1.10.0" + } + }, + "axobject-query": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", + "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==" + }, + "babel-eslint": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", + "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.7.0", + "@babel/traverse": "^7.7.0", + "@babel/types": "^7.7.0", + "eslint-visitor-keys": "^1.0.0", + "resolve": "^1.12.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" + } + } + }, + "babel-extract-comments": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz", + "integrity": "sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==", + "requires": { + "babylon": "^6.18.0" + } + }, + "babel-jest": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz", + "integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==", + "requires": { + "@jest/transform": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/babel__core": "^7.1.7", + "babel-plugin-istanbul": "^6.0.0", + "babel-preset-jest": "^26.6.2", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "slash": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "babel-loader": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz", + "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==", + "requires": { + "find-cache-dir": "^2.1.0", + "loader-utils": "^1.4.0", + "mkdirp": "^0.5.3", + "pify": "^4.0.1", + "schema-utils": "^2.6.5" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "requires": { + "object.assign": "^4.1.0" + } + }, + "babel-plugin-istanbul": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz", + "integrity": "sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^4.0.0", + "test-exclude": "^6.0.0" + } + }, + "babel-plugin-jest-hoist": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz", + "integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==", + "requires": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.0.0", + "@types/babel__traverse": "^7.0.6" + } + }, + "babel-plugin-macros": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", + "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "requires": { + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" + }, + "dependencies": { + "cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + } + } + } + }, + "babel-plugin-named-asset-import": { + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.7.tgz", + "integrity": "sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw==" + }, + "babel-plugin-syntax-object-rest-spread": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz", + "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=" + }, + "babel-plugin-transform-object-rest-spread": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz", + "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=", + "requires": { + "babel-plugin-syntax-object-rest-spread": "^6.8.0", + "babel-runtime": "^6.26.0" + } + }, + "babel-plugin-transform-react-remove-prop-types": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" + }, + "babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "requires": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + } + }, + "babel-preset-jest": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz", + "integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==", + "requires": { + "babel-plugin-jest-hoist": "^26.6.2", + "babel-preset-current-node-syntax": "^1.0.0" + } + }, + "babel-preset-react-app": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.0.tgz", + "integrity": "sha512-itL2z8v16khpuKutx5IH8UdCdSTuzrOhRFTEdIhveZ2i1iBKDrVE0ATa4sFVy+02GLucZNVBWtoarXBy0Msdpg==", + "requires": { + "@babel/core": "7.12.3", + "@babel/plugin-proposal-class-properties": "7.12.1", + "@babel/plugin-proposal-decorators": "7.12.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1", + "@babel/plugin-proposal-numeric-separator": "7.12.1", + "@babel/plugin-proposal-optional-chaining": "7.12.1", + "@babel/plugin-transform-flow-strip-types": "7.12.1", + "@babel/plugin-transform-react-display-name": "7.12.1", + "@babel/plugin-transform-runtime": "7.12.1", + "@babel/preset-env": "7.12.1", + "@babel/preset-react": "7.12.1", + "@babel/preset-typescript": "7.12.1", + "@babel/runtime": "7.12.1", + "babel-plugin-macros": "2.8.0", + "babel-plugin-transform-react-remove-prop-types": "0.4.24" + }, + "dependencies": { + "@babel/plugin-proposal-class-properties": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz", + "integrity": "sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.12.1", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz", + "integrity": "sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz", + "integrity": "sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz", + "integrity": "sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.0" + } + }, + "@babel/plugin-transform-react-display-name": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1.tgz", + "integrity": "sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/preset-env": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.1.tgz", + "integrity": "sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==", + "requires": { + "@babel/compat-data": "^7.12.1", + "@babel/helper-compilation-targets": "^7.12.1", + "@babel/helper-module-imports": "^7.12.1", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-validator-option": "^7.12.1", + "@babel/plugin-proposal-async-generator-functions": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.12.1", + "@babel/plugin-proposal-dynamic-import": "^7.12.1", + "@babel/plugin-proposal-export-namespace-from": "^7.12.1", + "@babel/plugin-proposal-json-strings": "^7.12.1", + "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", + "@babel/plugin-proposal-numeric-separator": "^7.12.1", + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", + "@babel/plugin-proposal-optional-catch-binding": "^7.12.1", + "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-proposal-private-methods": "^7.12.1", + "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", + "@babel/plugin-syntax-async-generators": "^7.8.0", + "@babel/plugin-syntax-class-properties": "^7.12.1", + "@babel/plugin-syntax-dynamic-import": "^7.8.0", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.0", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.0", + "@babel/plugin-syntax-top-level-await": "^7.12.1", + "@babel/plugin-transform-arrow-functions": "^7.12.1", + "@babel/plugin-transform-async-to-generator": "^7.12.1", + "@babel/plugin-transform-block-scoped-functions": "^7.12.1", + "@babel/plugin-transform-block-scoping": "^7.12.1", + "@babel/plugin-transform-classes": "^7.12.1", + "@babel/plugin-transform-computed-properties": "^7.12.1", + "@babel/plugin-transform-destructuring": "^7.12.1", + "@babel/plugin-transform-dotall-regex": "^7.12.1", + "@babel/plugin-transform-duplicate-keys": "^7.12.1", + "@babel/plugin-transform-exponentiation-operator": "^7.12.1", + "@babel/plugin-transform-for-of": "^7.12.1", + "@babel/plugin-transform-function-name": "^7.12.1", + "@babel/plugin-transform-literals": "^7.12.1", + "@babel/plugin-transform-member-expression-literals": "^7.12.1", + "@babel/plugin-transform-modules-amd": "^7.12.1", + "@babel/plugin-transform-modules-commonjs": "^7.12.1", + "@babel/plugin-transform-modules-systemjs": "^7.12.1", + "@babel/plugin-transform-modules-umd": "^7.12.1", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1", + "@babel/plugin-transform-new-target": "^7.12.1", + "@babel/plugin-transform-object-super": "^7.12.1", + "@babel/plugin-transform-parameters": "^7.12.1", + "@babel/plugin-transform-property-literals": "^7.12.1", + "@babel/plugin-transform-regenerator": "^7.12.1", + "@babel/plugin-transform-reserved-words": "^7.12.1", + "@babel/plugin-transform-shorthand-properties": "^7.12.1", + "@babel/plugin-transform-spread": "^7.12.1", + "@babel/plugin-transform-sticky-regex": "^7.12.1", + "@babel/plugin-transform-template-literals": "^7.12.1", + "@babel/plugin-transform-typeof-symbol": "^7.12.1", + "@babel/plugin-transform-unicode-escapes": "^7.12.1", + "@babel/plugin-transform-unicode-regex": "^7.12.1", + "@babel/preset-modules": "^0.1.3", + "@babel/types": "^7.12.1", + "core-js-compat": "^3.6.2", + "semver": "^5.5.0" + } + }, + "@babel/preset-react": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.1.tgz", + "integrity": "sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-transform-react-display-name": "^7.12.1", + "@babel/plugin-transform-react-jsx": "^7.12.1", + "@babel/plugin-transform-react-jsx-development": "^7.12.1", + "@babel/plugin-transform-react-jsx-self": "^7.12.1", + "@babel/plugin-transform-react-jsx-source": "^7.12.1", + "@babel/plugin-transform-react-pure-annotations": "^7.12.1" + } + }, + "@babel/runtime": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", + "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "requires": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + }, + "dependencies": { + "core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==" + }, + "regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" + } + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "bfj": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz", + "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==", + "requires": { + "bluebird": "^3.5.5", + "check-types": "^11.1.1", + "hoopy": "^0.1.4", + "tryer": "^1.0.1" + } + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "optional": true + }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "bn.js": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz", + "integrity": "sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ==" + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + } + } + }, + "bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "requires": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + }, + "browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "requires": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "requires": { + "pako": "~1.0.5" + } + }, + "browserslist": { + "version": "4.16.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.3.tgz", + "integrity": "sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==", + "requires": { + "caniuse-lite": "^1.0.30001181", + "colorette": "^1.2.1", + "electron-to-chromium": "^1.3.649", + "escalade": "^3.1.1", + "node-releases": "^1.1.70" + } + }, + "bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "requires": { + "node-int64": "^0.4.0" + } + }, + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" + }, + "builtin-modules": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz", + "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==" + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "cacache": { + "version": "15.0.5", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz", + "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==", + "requires": { + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.0", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" + }, + "dependencies": { + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + } + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "caller-callsite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "requires": { + "callsites": "^2.0.0" + }, + "dependencies": { + "callsites": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" + } + } + }, + "caller-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "requires": { + "caller-callsite": "^2.0.0" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + }, + "camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "requires": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } + } + }, + "camelcase": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", + "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==" + }, + "caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "caniuse-lite": { + "version": "1.0.30001187", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001187.tgz", + "integrity": "sha512-w7/EP1JRZ9552CyrThUnay2RkZ1DXxKe/Q2swTC4+LElLh9RRYrL1Z+27LlakB8kzY0fSmHw9mc7XYDUKAKWMA==" + }, + "capture-exit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", + "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", + "requires": { + "rsvp": "^4.8.4" + } + }, + "case-sensitive-paths-webpack-plugin": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz", + "integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" + }, + "check-types": { + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz", + "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==" + }, + "chokidar": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "optional": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.3.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.5.0" + } + }, + "chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" + }, + "chrome-trace-event": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", + "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", + "requires": { + "tslib": "^1.9.0" + } + }, + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "cjs-module-lexer": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz", + "integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==" + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "clean-css": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", + "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==", + "requires": { + "source-map": "~0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "clsx": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", + "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==" + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=" + }, + "coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "requires": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + } + }, + "collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/color/-/color-3.1.3.tgz", + "integrity": "sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==", + "requires": { + "color-convert": "^1.9.1", + "color-string": "^1.5.4" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "color-string": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz", + "integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==", + "requires": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "colorette": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz", + "integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==" + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + }, + "common-tags": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz", + "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==" + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "compose-function": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz", + "integrity": "sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=", + "requires": { + "arity-n": "^1.0.4" + } + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "confusing-browser-globals": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz", + "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==" + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" + }, + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + }, + "contains-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz", + "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=" + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "requires": { + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + }, + "dependencies": { + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + }, + "core-js": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.3.tgz", + "integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q==" + }, + "core-js-compat": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.3.tgz", + "integrity": "sha512-1sCb0wBXnBIL16pfFG1Gkvei6UzvKyTNYpiC41yrdjEv0UoJoq9E/abTMzyYJ6JpTkAj15dLjbqifIzEBDVvog==", + "requires": { + "browserslist": "^4.16.1", + "semver": "7.0.0" + }, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==" + } + } + }, + "core-js-pure": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.8.3.tgz", + "integrity": "sha512-V5qQZVAr9K0xu7jXg1M7qTEwuxUgqr7dUOezGaNa7i+Xn9oXAU/d1fzqD9ObuwpVQOaorO5s70ckyi1woP9lVA==" + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "cosmiconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", + "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, + "create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "crypto-random-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", + "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=" + }, + "css": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", + "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", + "requires": { + "inherits": "^2.0.3", + "source-map": "^0.6.1", + "source-map-resolve": "^0.5.2", + "urix": "^0.1.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "css-blank-pseudo": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz", + "integrity": "sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==", + "requires": { + "postcss": "^7.0.5" + } + }, + "css-color-names": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", + "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=" + }, + "css-declaration-sorter": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz", + "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==", + "requires": { + "postcss": "^7.0.1", + "timsort": "^0.3.0" + } + }, + "css-has-pseudo": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz", + "integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==", + "requires": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^5.0.0-rc.4" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "css-loader": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-4.3.0.tgz", + "integrity": "sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==", + "requires": { + "camelcase": "^6.0.0", + "cssesc": "^3.0.0", + "icss-utils": "^4.1.1", + "loader-utils": "^2.0.0", + "postcss": "^7.0.32", + "postcss-modules-extract-imports": "^2.0.0", + "postcss-modules-local-by-default": "^3.0.3", + "postcss-modules-scope": "^2.2.0", + "postcss-modules-values": "^3.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^2.7.1", + "semver": "^7.3.2" + } + }, + "css-prefers-color-scheme": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz", + "integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==", + "requires": { + "postcss": "^7.0.5" + } + }, + "css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "requires": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + }, + "css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "requires": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "css-vendor": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz", + "integrity": "sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==", + "requires": { + "@babel/runtime": "^7.8.3", + "is-in-browser": "^1.0.2" + } + }, + "css-what": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", + "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==" + }, + "css.escape": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", + "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=" + }, + "cssdb": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz", + "integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==" + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" + }, + "cssnano": { + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz", + "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==", + "requires": { + "cosmiconfig": "^5.0.0", + "cssnano-preset-default": "^4.0.7", + "is-resolvable": "^1.0.0", + "postcss": "^7.0.0" + }, + "dependencies": { + "cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "requires": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + } + }, + "import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "requires": { + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + } + } + }, + "cssnano-preset-default": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz", + "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==", + "requires": { + "css-declaration-sorter": "^4.0.1", + "cssnano-util-raw-cache": "^4.0.1", + "postcss": "^7.0.0", + "postcss-calc": "^7.0.1", + "postcss-colormin": "^4.0.3", + "postcss-convert-values": "^4.0.1", + "postcss-discard-comments": "^4.0.2", + "postcss-discard-duplicates": "^4.0.2", + "postcss-discard-empty": "^4.0.1", + "postcss-discard-overridden": "^4.0.1", + "postcss-merge-longhand": "^4.0.11", + "postcss-merge-rules": "^4.0.3", + "postcss-minify-font-values": "^4.0.2", + "postcss-minify-gradients": "^4.0.2", + "postcss-minify-params": "^4.0.2", + "postcss-minify-selectors": "^4.0.2", + "postcss-normalize-charset": "^4.0.1", + "postcss-normalize-display-values": "^4.0.2", + "postcss-normalize-positions": "^4.0.2", + "postcss-normalize-repeat-style": "^4.0.2", + "postcss-normalize-string": "^4.0.2", + "postcss-normalize-timing-functions": "^4.0.2", + "postcss-normalize-unicode": "^4.0.1", + "postcss-normalize-url": "^4.0.1", + "postcss-normalize-whitespace": "^4.0.2", + "postcss-ordered-values": "^4.1.2", + "postcss-reduce-initial": "^4.0.3", + "postcss-reduce-transforms": "^4.0.2", + "postcss-svgo": "^4.0.2", + "postcss-unique-selectors": "^4.0.1" + } + }, + "cssnano-util-get-arguments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz", + "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=" + }, + "cssnano-util-get-match": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz", + "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=" + }, + "cssnano-util-raw-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz", + "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==", + "requires": { + "postcss": "^7.0.0" + } + }, + "cssnano-util-same-parent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz", + "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==" + }, + "csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "requires": { + "css-tree": "^1.1.2" + }, + "dependencies": { + "css-tree": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz", + "integrity": "sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ==", + "requires": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + } + }, + "mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "cssom": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" + }, + "cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "requires": { + "cssom": "~0.3.6" + }, + "dependencies": { + "cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + } + } + }, + "csstype": { + "version": "2.6.14", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.14.tgz", + "integrity": "sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==" + }, + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" + }, + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, + "damerau-levenshtein": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", + "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==" + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "data-urls": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "requires": { + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decimal.js": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz", + "integrity": "sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==" + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=" + }, + "deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "requires": { + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + } + }, + "deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=" + }, + "deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==" + }, + "default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "requires": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "requires": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "dependencies": { + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, + "p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" + }, + "detect-node": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", + "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" + }, + "detect-port-alt": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", + "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", + "requires": { + "address": "^1.0.1", + "debug": "^2.6.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "diff-sequences": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz", + "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==" + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "requires": { + "path-type": "^4.0.0" + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" + }, + "dns-packet": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", + "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "requires": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "requires": { + "buffer-indexof": "^1.0.0" + } + }, + "doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "requires": { + "esutils": "^2.0.2" + } + }, + "dom-accessibility-api": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz", + "integrity": "sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ==" + }, + "dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "requires": { + "utila": "~0.4" + } + }, + "dom-helpers": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.0.tgz", + "integrity": "sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ==", + "requires": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + }, + "dependencies": { + "csstype": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz", + "integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==" + } + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz", + "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==" + } + } + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + }, + "domexception": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "requires": { + "webidl-conversions": "^5.0.0" + }, + "dependencies": { + "webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==" + } + } + }, + "domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } + } + }, + "dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "requires": { + "is-obj": "^2.0.0" + } + }, + "dotenv": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz", + "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==" + }, + "dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" + }, + "duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "ejs": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", + "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" + }, + "electron-to-chromium": { + "version": "1.3.664", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.664.tgz", + "integrity": "sha512-yb8LrTQXQnh9yhnaIHLk6CYugF/An50T20+X0h++hjjhVfgSp1DGoMSYycF8/aD5eiqS4QwaNhiduFvK8rifRg==" + }, + "elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "requires": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "emittery": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz", + "integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==" + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", + "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "requires": { + "ansi-colors": "^4.1.1" + } + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" + }, + "errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "error-stack-parser": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz", + "integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==", + "requires": { + "stackframe": "^1.1.1" + } + }, + "es-abstract": { + "version": "1.18.0-next.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.2.tgz", + "integrity": "sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw==", + "requires": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-negative-zero": "^2.0.1", + "is-regex": "^1.1.1", + "object-inspect": "^1.9.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.3", + "string.prototype.trimstart": "^1.0.3" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es5-ext": { + "version": "0.10.53", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", + "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", + "requires": { + "es6-iterator": "~2.0.3", + "es6-symbol": "~3.1.3", + "next-tick": "~1.0.0" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "requires": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "escodegen": { + "version": "1.14.3", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", + "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", + "requires": { + "esprima": "^4.0.1", + "estraverse": "^4.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.6.1" + }, + "dependencies": { + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + } + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "requires": { + "prelude-ls": "~1.1.2" + } + } + } + }, + "eslint": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.20.0.tgz", + "integrity": "sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==", + "requires": { + "@babel/code-frame": "7.12.11", + "@eslint/eslintrc": "^0.3.0", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.0.1", + "doctrine": "^3.0.0", + "enquirer": "^2.3.5", + "eslint-scope": "^5.1.1", + "eslint-utils": "^2.1.0", + "eslint-visitor-keys": "^2.0.0", + "espree": "^7.3.1", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "file-entry-cache": "^6.0.0", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^5.0.0", + "globals": "^12.1.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^3.13.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash": "^4.17.20", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "progress": "^2.0.0", + "regexpp": "^3.1.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", + "table": "^6.0.4", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "globals": { + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", + "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "requires": { + "type-fest": "^0.8.1" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "eslint-config-react-app": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz", + "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==", + "requires": { + "confusing-browser-globals": "^1.0.10" + } + }, + "eslint-import-resolver-node": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz", + "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==", + "requires": { + "debug": "^2.6.9", + "resolve": "^1.13.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "eslint-module-utils": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz", + "integrity": "sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==", + "requires": { + "debug": "^2.6.9", + "pkg-dir": "^2.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "requires": { + "locate-path": "^2.0.0" + } + }, + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "requires": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "requires": { + "p-limit": "^1.1.0" + } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "pkg-dir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz", + "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", + "requires": { + "find-up": "^2.1.0" + } + } + } + }, + "eslint-plugin-flowtype": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz", + "integrity": "sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ==", + "requires": { + "lodash": "^4.17.15", + "string-natural-compare": "^3.0.1" + } + }, + "eslint-plugin-import": { + "version": "2.22.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz", + "integrity": "sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==", + "requires": { + "array-includes": "^3.1.1", + "array.prototype.flat": "^1.2.3", + "contains-path": "^0.1.0", + "debug": "^2.6.9", + "doctrine": "1.5.0", + "eslint-import-resolver-node": "^0.3.4", + "eslint-module-utils": "^2.6.0", + "has": "^1.0.3", + "minimatch": "^3.0.4", + "object.values": "^1.1.1", + "read-pkg-up": "^2.0.0", + "resolve": "^1.17.0", + "tsconfig-paths": "^3.9.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "doctrine": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz", + "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", + "requires": { + "esutils": "^2.0.2", + "isarray": "^1.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "eslint-plugin-jest": { + "version": "24.1.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.3.tgz", + "integrity": "sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg==", + "requires": { + "@typescript-eslint/experimental-utils": "^4.0.1" + } + }, + "eslint-plugin-jsx-a11y": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz", + "integrity": "sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==", + "requires": { + "@babel/runtime": "^7.11.2", + "aria-query": "^4.2.2", + "array-includes": "^3.1.1", + "ast-types-flow": "^0.0.7", + "axe-core": "^4.0.2", + "axobject-query": "^2.2.0", + "damerau-levenshtein": "^1.0.6", + "emoji-regex": "^9.0.0", + "has": "^1.0.3", + "jsx-ast-utils": "^3.1.0", + "language-tags": "^1.0.5" + }, + "dependencies": { + "emoji-regex": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.1.tgz", + "integrity": "sha512-117l1H6U4X3Krn+MrzYrL57d5H7siRHWraBs7s+LjRuFK7Fe7hJqnJ0skWlinqsycVLU5YAo6L8CsEYQ0V5prg==" + } + } + }, + "eslint-plugin-react": { + "version": "7.22.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz", + "integrity": "sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==", + "requires": { + "array-includes": "^3.1.1", + "array.prototype.flatmap": "^1.2.3", + "doctrine": "^2.1.0", + "has": "^1.0.3", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "object.entries": "^1.1.2", + "object.fromentries": "^2.0.2", + "object.values": "^1.1.1", + "prop-types": "^15.7.2", + "resolve": "^1.18.1", + "string.prototype.matchall": "^4.0.2" + }, + "dependencies": { + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "requires": { + "esutils": "^2.0.2" + } + } + } + }, + "eslint-plugin-react-hooks": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz", + "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==" + }, + "eslint-plugin-testing-library": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.1.tgz", + "integrity": "sha512-nQIFe2muIFv2oR2zIuXE4vTbcFNx8hZKRzgHZqJg8rfopIWwoTwtlbCCNELT/jXzVe1uZF68ALGYoDXjLczKiQ==", + "requires": { + "@typescript-eslint/experimental-utils": "^3.10.1" + }, + "dependencies": { + "@typescript-eslint/experimental-utils": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz", + "integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==", + "requires": { + "@types/json-schema": "^7.0.3", + "@typescript-eslint/types": "3.10.1", + "@typescript-eslint/typescript-estree": "3.10.1", + "eslint-scope": "^5.0.0", + "eslint-utils": "^2.0.0" + } + }, + "@typescript-eslint/types": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz", + "integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==" + }, + "@typescript-eslint/typescript-estree": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz", + "integrity": "sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==", + "requires": { + "@typescript-eslint/types": "3.10.1", + "@typescript-eslint/visitor-keys": "3.10.1", + "debug": "^4.1.1", + "glob": "^7.1.6", + "is-glob": "^4.0.1", + "lodash": "^4.17.15", + "semver": "^7.3.2", + "tsutils": "^3.17.1" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz", + "integrity": "sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==", + "requires": { + "eslint-visitor-keys": "^1.1.0" + } + }, + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" + } + } + }, + "eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + } + }, + "eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "requires": { + "eslint-visitor-keys": "^1.1.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" + } + } + }, + "eslint-visitor-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz", + "integrity": "sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==" + }, + "eslint-webpack-plugin": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.1.tgz", + "integrity": "sha512-LB6baXTm62IwSu5gxj4xQ8URsMc1Wk95WLcK8pFklLvk4i66lS5v5knpVzCLG9u7NXYThfIMdvr/lYe2A3ZbWw==", + "requires": { + "@types/eslint": "^7.2.6", + "arrify": "^2.0.1", + "jest-worker": "^26.6.2", + "micromatch": "^4.0.2", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "espree": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", + "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", + "requires": { + "acorn": "^7.4.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^1.3.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" + } + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "requires": { + "estraverse": "^5.1.0" + }, + "dependencies": { + "estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==" + } + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "requires": { + "estraverse": "^5.2.0" + }, + "dependencies": { + "estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==" + } + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + }, + "estree-walker": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "events": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz", + "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==" + }, + "eventsource": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", + "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "requires": { + "original": "^1.0.0" + } + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "exec-sh": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz", + "integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==" + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=" + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "expect": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz", + "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==", + "requires": { + "@jest/types": "^26.6.2", + "ansi-styles": "^4.0.0", + "jest-get-type": "^26.3.0", + "jest-matcher-utils": "^26.6.2", + "jest-message-util": "^26.6.2", + "jest-regex-util": "^26.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + } + } + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + } + } + }, + "ext": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", + "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", + "requires": { + "type": "^2.0.0" + }, + "dependencies": { + "type": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-2.2.0.tgz", + "integrity": "sha512-M/u37b4oSGlusaU8ZB96BfFPWQ8MbsZYXB+kXGMiDj6IKinkcNaQvmirBuWj8mAXqP6LYn1rQvbTYum3yPhaOA==" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "fast-glob": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz", + "integrity": "sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==", + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", + "micromatch": "^4.0.2", + "picomatch": "^2.2.1" + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" + }, + "fastq": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.10.1.tgz", + "integrity": "sha512-AWuv6Ery3pM+dY7LYS8YIaCiQvUaos9OB1RyNgaOWnaX+Tik7Onvcsf8x8c+YtDeT0maYLniBip2hox5KtEXXA==", + "requires": { + "reusify": "^1.0.4" + } + }, + "faye-websocket": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", + "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "fb-watchman": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", + "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", + "requires": { + "bser": "2.1.1" + } + }, + "figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" + }, + "file-entry-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz", + "integrity": "sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==", + "requires": { + "flat-cache": "^3.0.4" + } + }, + "file-loader": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.1.1.tgz", + "integrity": "sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw==", + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "optional": true + }, + "filesize": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.1.0.tgz", + "integrity": "sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==" + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.1.1.tgz", + "integrity": "sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==" + }, + "flatten": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz", + "integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==" + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "follow-redirects": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz", + "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==" + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "fork-ts-checker-webpack-plugin": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", + "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", + "requires": { + "@babel/code-frame": "^7.5.5", + "chalk": "^2.4.1", + "micromatch": "^3.1.10", + "minimatch": "^3.0.4", + "semver": "^5.6.0", + "tapable": "^1.0.0", + "worker-rpc": "^0.1.0" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "requires": { + "minipass": "^3.0.0" + } + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "requires": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" + }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, + "globby": { + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz", + "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==", + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + } + }, + "graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==" + }, + "growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", + "optional": true + }, + "gzip-size": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz", + "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==", + "requires": { + "duplexer": "^0.1.1", + "pify": "^4.0.1" + } + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, + "harmony-reflect": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.1.tgz", + "integrity": "sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA==" + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "hex-color-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", + "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "requires": { + "react-is": "^16.7.0" + } + }, + "hoopy": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", + "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==" + }, + "hosted-git-info": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", + "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==" + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "hsl-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", + "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=" + }, + "hsla-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", + "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=" + }, + "html-comment-regex": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz", + "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==" + }, + "html-encoding-sniffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "requires": { + "whatwg-encoding": "^1.0.5" + } + }, + "html-entities": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==" + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "requires": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + } + }, + "html-webpack-plugin": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz", + "integrity": "sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==", + "requires": { + "@types/html-minifier-terser": "^5.0.0", + "@types/tapable": "^1.0.5", + "@types/webpack": "^4.41.8", + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.15", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", + "util.promisify": "1.0.0" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "util.promisify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "requires": { + "define-properties": "^1.1.2", + "object.getownpropertydescriptors": "^2.0.3" + } + } + } + }, + "htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "requires": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + }, + "dependencies": { + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" + } + } + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "requires": { + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" + }, + "human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" + }, + "hyphenate-style-name": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", + "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "icss-utils": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", + "requires": { + "postcss": "^7.0.14" + } + }, + "identity-obj-proxy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", + "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=", + "requires": { + "harmony-reflect": "^1.4.6" + } + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" + }, + "ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==" + }, + "immer": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/immer/-/immer-7.0.9.tgz", + "integrity": "sha512-Vs/gxoM4DqNAYR7pugIxi0Xc8XAun/uy7AQu4fLLqaTBHxjOP9pJ266Q9MWA/ly4z6rAFZbvViOtihxUZ7O28A==" + }, + "import-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", + "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", + "requires": { + "import-from": "^2.1.0" + } + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "import-from": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", + "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", + "requires": { + "resolve-from": "^3.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + } + } + }, + "import-local": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz", + "integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==", + "requires": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "dependencies": { + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + } + } + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "indefinite-observable": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/indefinite-observable/-/indefinite-observable-2.0.1.tgz", + "integrity": "sha512-G8vgmork+6H9S8lUAg1gtXEj2JxIQTo0g2PbFiYOdjkziSI0F7UYBiVwhZRuixhBCNGczAls34+5HJPyZysvxQ==", + "requires": { + "symbol-observable": "1.2.0" + } + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + }, + "indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=" + }, + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "requires": { + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" + } + }, + "internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "requires": { + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + } + }, + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + }, + "ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-absolute-url": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz", + "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=" + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-arguments": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz", + "integrity": "sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==", + "requires": { + "call-bind": "^1.0.0" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "optional": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-callable": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz", + "integrity": "sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==" + }, + "is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "requires": { + "ci-info": "^2.0.0" + } + }, + "is-color-stop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz", + "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=", + "requires": { + "css-color-names": "^0.0.4", + "hex-color-regex": "^1.1.0", + "hsl-regex": "^1.0.0", + "hsla-regex": "^1.0.0", + "rgb-regex": "^1.0.1", + "rgba-regex": "^1.0.0" + } + }, + "is-core-module": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz", + "integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==", + "requires": { + "has": "^1.0.3" + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=" + }, + "is-docker": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz", + "integrity": "sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==" + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-in-browser": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz", + "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=" + }, + "is-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=" + }, + "is-negative-zero": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", + "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==" + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + }, + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" + }, + "is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "requires": { + "is-path-inside": "^2.1.0" + } + }, + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "requires": { + "path-is-inside": "^1.0.2" + } + }, + "is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=" + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "is-potential-custom-element-name": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz", + "integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c=" + }, + "is-regex": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz", + "integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==", + "requires": { + "call-bind": "^1.0.2", + "has-symbols": "^1.0.1" + } + }, + "is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=" + }, + "is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==" + }, + "is-root": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", + "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==" + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-string": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz", + "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==" + }, + "is-svg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz", + "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==", + "requires": { + "html-comment-regex": "^1.1.0" + } + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "requires": { + "is-docker": "^2.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==" + }, + "istanbul-lib-instrument": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", + "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "requires": { + "@babel/core": "^7.7.5", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.0.0", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "istanbul-reports": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "jest": { + "version": "26.6.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-26.6.0.tgz", + "integrity": "sha512-jxTmrvuecVISvKFFhOkjsWRZV7sFqdSUAd1ajOKY+/QE/aLBVstsJ/dX8GczLzwiT6ZEwwmZqtCUHLHHQVzcfA==", + "requires": { + "@jest/core": "^26.6.0", + "import-local": "^3.0.2", + "jest-cli": "^26.6.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-cli": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz", + "integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==", + "requires": { + "@jest/core": "^26.6.3", + "@jest/test-result": "^26.6.2", + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.4", + "import-local": "^3.0.2", + "is-ci": "^2.0.0", + "jest-config": "^26.6.3", + "jest-util": "^26.6.2", + "jest-validate": "^26.6.2", + "prompts": "^2.0.1", + "yargs": "^15.4.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-changed-files": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz", + "integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==", + "requires": { + "@jest/types": "^26.6.2", + "execa": "^4.0.0", + "throat": "^5.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "execa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", + "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", + "requires": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "requires": { + "pump": "^3.0.0" + } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "requires": { + "path-key": "^3.0.0" + } + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "jest-circus": { + "version": "26.6.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-26.6.0.tgz", + "integrity": "sha512-L2/Y9szN6FJPWFK8kzWXwfp+FOR7xq0cUL4lIsdbIdwz3Vh6P1nrpcqOleSzr28zOtSHQNV9Z7Tl+KkuK7t5Ng==", + "requires": { + "@babel/traverse": "^7.1.0", + "@jest/environment": "^26.6.0", + "@jest/test-result": "^26.6.0", + "@jest/types": "^26.6.0", + "@types/babel__traverse": "^7.0.4", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^0.7.0", + "expect": "^26.6.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^26.6.0", + "jest-matcher-utils": "^26.6.0", + "jest-message-util": "^26.6.0", + "jest-runner": "^26.6.0", + "jest-runtime": "^26.6.0", + "jest-snapshot": "^26.6.0", + "jest-util": "^26.6.0", + "pretty-format": "^26.6.0", + "stack-utils": "^2.0.2", + "throat": "^5.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-config": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz", + "integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==", + "requires": { + "@babel/core": "^7.1.0", + "@jest/test-sequencer": "^26.6.3", + "@jest/types": "^26.6.2", + "babel-jest": "^26.6.3", + "chalk": "^4.0.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.1", + "graceful-fs": "^4.2.4", + "jest-environment-jsdom": "^26.6.2", + "jest-environment-node": "^26.6.2", + "jest-get-type": "^26.3.0", + "jest-jasmine2": "^26.6.3", + "jest-regex-util": "^26.0.0", + "jest-resolve": "^26.6.2", + "jest-util": "^26.6.2", + "jest-validate": "^26.6.2", + "micromatch": "^4.0.2", + "pretty-format": "^26.6.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-resolve": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", + "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", + "requires": { + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^26.6.2", + "read-pkg-up": "^7.0.1", + "resolve": "^1.18.1", + "slash": "^3.0.0" + } + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "dependencies": { + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-diff": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz", + "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", + "requires": { + "chalk": "^4.0.0", + "diff-sequences": "^26.6.2", + "jest-get-type": "^26.3.0", + "pretty-format": "^26.6.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-docblock": { + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz", + "integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==", + "requires": { + "detect-newline": "^3.0.0" + } + }, + "jest-each": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz", + "integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==", + "requires": { + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "jest-get-type": "^26.3.0", + "jest-util": "^26.6.2", + "pretty-format": "^26.6.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-environment-jsdom": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz", + "integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==", + "requires": { + "@jest/environment": "^26.6.2", + "@jest/fake-timers": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/node": "*", + "jest-mock": "^26.6.2", + "jest-util": "^26.6.2", + "jsdom": "^16.4.0" + } + }, + "jest-environment-node": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz", + "integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==", + "requires": { + "@jest/environment": "^26.6.2", + "@jest/fake-timers": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/node": "*", + "jest-mock": "^26.6.2", + "jest-util": "^26.6.2" + } + }, + "jest-get-type": { + "version": "26.3.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz", + "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==" + }, + "jest-haste-map": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz", + "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==", + "requires": { + "@jest/types": "^26.6.2", + "@types/graceful-fs": "^4.1.2", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.1.2", + "graceful-fs": "^4.2.4", + "jest-regex-util": "^26.0.0", + "jest-serializer": "^26.6.2", + "jest-util": "^26.6.2", + "jest-worker": "^26.6.2", + "micromatch": "^4.0.2", + "sane": "^4.0.3", + "walker": "^1.0.7" + } + }, + "jest-jasmine2": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz", + "integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==", + "requires": { + "@babel/traverse": "^7.1.0", + "@jest/environment": "^26.6.2", + "@jest/source-map": "^26.6.2", + "@jest/test-result": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "expect": "^26.6.2", + "is-generator-fn": "^2.0.0", + "jest-each": "^26.6.2", + "jest-matcher-utils": "^26.6.2", + "jest-message-util": "^26.6.2", + "jest-runtime": "^26.6.3", + "jest-snapshot": "^26.6.2", + "jest-util": "^26.6.2", + "pretty-format": "^26.6.2", + "throat": "^5.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-leak-detector": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz", + "integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==", + "requires": { + "jest-get-type": "^26.3.0", + "pretty-format": "^26.6.2" + } + }, + "jest-matcher-utils": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz", + "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==", + "requires": { + "chalk": "^4.0.0", + "jest-diff": "^26.6.2", + "jest-get-type": "^26.3.0", + "pretty-format": "^26.6.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-message-util": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz", + "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==", + "requires": { + "@babel/code-frame": "^7.0.0", + "@jest/types": "^26.6.2", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "micromatch": "^4.0.2", + "pretty-format": "^26.6.2", + "slash": "^3.0.0", + "stack-utils": "^2.0.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-mock": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz", + "integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==", + "requires": { + "@jest/types": "^26.6.2", + "@types/node": "*" + } + }, + "jest-pnp-resolver": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", + "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==" + }, + "jest-regex-util": { + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz", + "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==" + }, + "jest-resolve": { + "version": "26.6.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.0.tgz", + "integrity": "sha512-tRAz2bwraHufNp+CCmAD8ciyCpXCs1NQxB5EJAmtCFy6BN81loFEGWKzYu26Y62lAJJe4X4jg36Kf+NsQyiStQ==", + "requires": { + "@jest/types": "^26.6.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^26.6.0", + "read-pkg-up": "^7.0.1", + "resolve": "^1.17.0", + "slash": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "dependencies": { + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-resolve-dependencies": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz", + "integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==", + "requires": { + "@jest/types": "^26.6.2", + "jest-regex-util": "^26.0.0", + "jest-snapshot": "^26.6.2" + } + }, + "jest-runner": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz", + "integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==", + "requires": { + "@jest/console": "^26.6.2", + "@jest/environment": "^26.6.2", + "@jest/test-result": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.7.1", + "exit": "^0.1.2", + "graceful-fs": "^4.2.4", + "jest-config": "^26.6.3", + "jest-docblock": "^26.0.0", + "jest-haste-map": "^26.6.2", + "jest-leak-detector": "^26.6.2", + "jest-message-util": "^26.6.2", + "jest-resolve": "^26.6.2", + "jest-runtime": "^26.6.3", + "jest-util": "^26.6.2", + "jest-worker": "^26.6.2", + "source-map-support": "^0.5.6", + "throat": "^5.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-resolve": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", + "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", + "requires": { + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^26.6.2", + "read-pkg-up": "^7.0.1", + "resolve": "^1.18.1", + "slash": "^3.0.0" + } + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "dependencies": { + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-runtime": { + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz", + "integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==", + "requires": { + "@jest/console": "^26.6.2", + "@jest/environment": "^26.6.2", + "@jest/fake-timers": "^26.6.2", + "@jest/globals": "^26.6.2", + "@jest/source-map": "^26.6.2", + "@jest/test-result": "^26.6.2", + "@jest/transform": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/yargs": "^15.0.0", + "chalk": "^4.0.0", + "cjs-module-lexer": "^0.6.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.4", + "jest-config": "^26.6.3", + "jest-haste-map": "^26.6.2", + "jest-message-util": "^26.6.2", + "jest-mock": "^26.6.2", + "jest-regex-util": "^26.0.0", + "jest-resolve": "^26.6.2", + "jest-snapshot": "^26.6.2", + "jest-util": "^26.6.2", + "jest-validate": "^26.6.2", + "slash": "^3.0.0", + "strip-bom": "^4.0.0", + "yargs": "^15.4.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-resolve": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", + "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", + "requires": { + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^26.6.2", + "read-pkg-up": "^7.0.1", + "resolve": "^1.18.1", + "slash": "^3.0.0" + } + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "dependencies": { + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + } + }, + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-serializer": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz", + "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==", + "requires": { + "@types/node": "*", + "graceful-fs": "^4.2.4" + } + }, + "jest-snapshot": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz", + "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==", + "requires": { + "@babel/types": "^7.0.0", + "@jest/types": "^26.6.2", + "@types/babel__traverse": "^7.0.4", + "@types/prettier": "^2.0.0", + "chalk": "^4.0.0", + "expect": "^26.6.2", + "graceful-fs": "^4.2.4", + "jest-diff": "^26.6.2", + "jest-get-type": "^26.3.0", + "jest-haste-map": "^26.6.2", + "jest-matcher-utils": "^26.6.2", + "jest-message-util": "^26.6.2", + "jest-resolve": "^26.6.2", + "natural-compare": "^1.4.0", + "pretty-format": "^26.6.2", + "semver": "^7.3.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-resolve": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", + "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", + "requires": { + "@jest/types": "^26.6.2", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^26.6.2", + "read-pkg-up": "^7.0.1", + "resolve": "^1.18.1", + "slash": "^3.0.0" + } + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "dependencies": { + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-util": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", + "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", + "requires": { + "@jest/types": "^26.6.2", + "@types/node": "*", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.4", + "is-ci": "^2.0.0", + "micromatch": "^4.0.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-validate": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz", + "integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==", + "requires": { + "@jest/types": "^26.6.2", + "camelcase": "^6.0.0", + "chalk": "^4.0.0", + "jest-get-type": "^26.3.0", + "leven": "^3.1.0", + "pretty-format": "^26.6.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-watch-typeahead": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.6.1.tgz", + "integrity": "sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg==", + "requires": { + "ansi-escapes": "^4.3.1", + "chalk": "^4.0.0", + "jest-regex-util": "^26.0.0", + "jest-watcher": "^26.3.0", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-watcher": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz", + "integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==", + "requires": { + "@jest/test-result": "^26.6.2", + "@jest/types": "^26.6.2", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "jest-util": "^26.6.2", + "string-length": "^4.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-worker": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "jsdom": { + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz", + "integrity": "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==", + "requires": { + "abab": "^2.0.3", + "acorn": "^7.1.1", + "acorn-globals": "^6.0.0", + "cssom": "^0.4.4", + "cssstyle": "^2.2.0", + "data-urls": "^2.0.0", + "decimal.js": "^10.2.0", + "domexception": "^2.0.1", + "escodegen": "^1.14.1", + "html-encoding-sniffer": "^2.0.1", + "is-potential-custom-element-name": "^1.0.0", + "nwsapi": "^2.2.0", + "parse5": "5.1.1", + "request": "^2.88.2", + "request-promise-native": "^1.0.8", + "saxes": "^5.0.0", + "symbol-tree": "^3.2.4", + "tough-cookie": "^3.0.1", + "w3c-hr-time": "^1.0.2", + "w3c-xmlserializer": "^2.0.0", + "webidl-conversions": "^6.1.0", + "whatwg-encoding": "^1.0.5", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0", + "ws": "^7.2.3", + "xml-name-validator": "^3.0.0" + } + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json3": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", + "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==" + }, + "json5": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", + "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "jss": { + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/jss/-/jss-10.5.1.tgz", + "integrity": "sha512-hbbO3+FOTqVdd7ZUoTiwpHzKXIo5vGpMNbuXH1a0wubRSWLWSBvwvaq4CiHH/U42CmjOnp6lVNNs/l+Z7ZdDmg==", + "requires": { + "@babel/runtime": "^7.3.1", + "csstype": "^3.0.2", + "indefinite-observable": "^2.0.1", + "is-in-browser": "^1.1.3", + "tiny-warning": "^1.0.2" + }, + "dependencies": { + "csstype": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz", + "integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==" + } + } + }, + "jss-plugin-camel-case": { + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.5.1.tgz", + "integrity": "sha512-9+oymA7wPtswm+zxVti1qiowC5q7bRdCJNORtns2JUj/QHp2QPXYwSNRD8+D2Cy3/CEMtdJzlNnt5aXmpS6NAg==", + "requires": { + "@babel/runtime": "^7.3.1", + "hyphenate-style-name": "^1.0.3", + "jss": "10.5.1" + } + }, + "jss-plugin-default-unit": { + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.5.1.tgz", + "integrity": "sha512-D48hJBc9Tj3PusvlillHW8Fz0y/QqA7MNmTYDQaSB/7mTrCZjt7AVRROExoOHEtd2qIYKOYJW3Jc2agnvsXRlQ==", + "requires": { + "@babel/runtime": "^7.3.1", + "jss": "10.5.1" + } + }, + "jss-plugin-global": { + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.5.1.tgz", + "integrity": "sha512-jX4XpNgoaB8yPWw/gA1aPXJEoX0LNpvsROPvxlnYe+SE0JOhuvF7mA6dCkgpXBxfTWKJsno7cDSCgzHTocRjCQ==", + "requires": { + "@babel/runtime": "^7.3.1", + "jss": "10.5.1" + } + }, + "jss-plugin-nested": { + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.5.1.tgz", + "integrity": "sha512-xXkWKOCljuwHNjSYcXrCxBnjd8eJp90KVFW1rlhvKKRXnEKVD6vdKXYezk2a89uKAHckSvBvBoDGsfZrldWqqQ==", + "requires": { + "@babel/runtime": "^7.3.1", + "jss": "10.5.1", + "tiny-warning": "^1.0.2" + } + }, + "jss-plugin-props-sort": { + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.5.1.tgz", + "integrity": "sha512-t+2vcevNmMg4U/jAuxlfjKt46D/jHzCPEjsjLRj/J56CvP7Iy03scsUP58Iw8mVnaV36xAUZH2CmAmAdo8994g==", + "requires": { + "@babel/runtime": "^7.3.1", + "jss": "10.5.1" + } + }, + "jss-plugin-rule-value-function": { + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.5.1.tgz", + "integrity": "sha512-3gjrSxsy4ka/lGQsTDY8oYYtkt2esBvQiceGBB4PykXxHoGRz14tbCK31Zc6DHEnIeqsjMUGbq+wEly5UViStQ==", + "requires": { + "@babel/runtime": "^7.3.1", + "jss": "10.5.1", + "tiny-warning": "^1.0.2" + } + }, + "jss-plugin-vendor-prefixer": { + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.5.1.tgz", + "integrity": "sha512-cLkH6RaPZWHa1TqSfd2vszNNgxT1W0omlSjAd6hCFHp3KIocSrW21gaHjlMU26JpTHwkc+tJTCQOmE/O1A4FKQ==", + "requires": { + "@babel/runtime": "^7.3.1", + "css-vendor": "^2.0.8", + "jss": "10.5.1" + } + }, + "jsx-ast-utils": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz", + "integrity": "sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==", + "requires": { + "array-includes": "^3.1.2", + "object.assign": "^4.1.2" + } + }, + "killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" + }, + "klona": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz", + "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==" + }, + "language-subtag-registry": { + "version": "0.3.21", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz", + "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==" + }, + "language-tags": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", + "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=", + "requires": { + "language-subtag-registry": "~0.3.2" + } + }, + "last-call-webpack-plugin": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz", + "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==", + "requires": { + "lodash": "^4.17.5", + "webpack-sources": "^1.1.0" + } + }, + "leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" + }, + "levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "requires": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + } + }, + "lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" + }, + "load-json-file": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", + "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, + "loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==" + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + }, + "lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" + }, + "lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" + }, + "lodash.template": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", + "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", + "requires": { + "lodash._reinterpolate": "^3.0.0", + "lodash.templatesettings": "^4.0.0" + } + }, + "lodash.templatesettings": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", + "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", + "requires": { + "lodash._reinterpolate": "^3.0.0" + } + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" + }, + "loglevel": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz", + "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==" + }, + "loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "requires": { + "js-tokens": "^3.0.0 || ^4.0.0" + } + }, + "lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "requires": { + "tslib": "^2.0.3" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "lz-string": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz", + "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=" + }, + "magic-string": { + "version": "0.25.7", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", + "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", + "requires": { + "sourcemap-codec": "^1.4.4" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "makeerror": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz", + "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=", + "requires": { + "tmpl": "1.0.x" + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "requires": { + "object-visit": "^1.0.0" + } + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "microevent.ts": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz", + "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==" + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.45.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz", + "integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==" + }, + "mime-types": { + "version": "2.1.28", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz", + "integrity": "sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==", + "requires": { + "mime-db": "1.45.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + }, + "min-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + }, + "mini-css-extract-plugin": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz", + "integrity": "sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA==", + "requires": { + "loader-utils": "^1.1.0", + "normalize-url": "1.9.1", + "schema-utils": "^1.0.0", + "webpack-sources": "^1.1.0" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "minipass": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", + "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", + "requires": { + "yallist": "^4.0.0" + } + }, + "minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "requires": { + "minipass": "^3.0.0" + } + }, + "minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "requires": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + } + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "requires": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + } + }, + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", + "requires": { + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" + }, + "dependencies": { + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "requires": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + } + }, + "multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" + }, + "nan": { + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz", + "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==", + "optional": true + }, + "nanoid": { + "version": "3.1.20", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", + "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==" + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + } + }, + "native-url": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/native-url/-/native-url-0.2.6.tgz", + "integrity": "sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==", + "requires": { + "querystring": "^0.2.0" + } + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "next-tick": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", + "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, + "no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "requires": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } + } + }, + "node-forge": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==" + }, + "node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" + }, + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + } + } + }, + "node-modules-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", + "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=" + }, + "node-notifier": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.1.tgz", + "integrity": "sha512-BvEXF+UmsnAfYfoapKM9nGxnP+Wn7P91YfXmrKnfcYCx6VBeoN5Ez5Ogck6I8Bi5k4RlpqRYaw75pAwzX9OphA==", + "optional": true, + "requires": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.2", + "shellwords": "^0.1.1", + "uuid": "^8.3.0", + "which": "^2.0.2" + }, + "dependencies": { + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "optional": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "node-releases": { + "version": "1.1.70", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.70.tgz", + "integrity": "sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw==" + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=" + }, + "normalize-url": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", + "requires": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "requires": { + "path-key": "^2.0.0" + } + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "requires": { + "boolbase": "~1.0.0" + } + }, + "num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=" + }, + "nwsapi": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", + "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "object-inspect": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", + "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==" + }, + "object-is": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz", + "integrity": "sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "^3.0.0" + } + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + }, + "object.entries": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.3.tgz", + "integrity": "sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1", + "has": "^1.0.3" + } + }, + "object.fromentries": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.3.tgz", + "integrity": "sha512-IDUSMXs6LOSJBWE++L0lzIbSqHl9KDCfff2x/JSEIDtEUavUnyMYC2ZGay/04Zq4UT8lvd4xNhU4/YHKibAOlw==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1", + "has": "^1.0.3" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz", + "integrity": "sha512-6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "^3.0.1" + } + }, + "object.values": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.2.tgz", + "integrity": "sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1", + "has": "^1.0.3" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "open": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-7.4.0.tgz", + "integrity": "sha512-PGoBCX/lclIWlpS/R2PQuIR4NJoXh6X5AwVzE7WXnWRGvHg7+4TBCgsujUgiPpm0K1y4qvQeWnCWVTpTKZBtvA==", + "requires": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + } + }, + "opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "requires": { + "is-wsl": "^1.1.0" + }, + "dependencies": { + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + } + } + }, + "optimize-css-assets-webpack-plugin": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz", + "integrity": "sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A==", + "requires": { + "cssnano": "^4.1.10", + "last-call-webpack-plugin": "^3.0.0" + } + }, + "optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "requires": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + } + }, + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "requires": { + "url-parse": "^1.4.3" + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + }, + "p-each-series": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz", + "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==" + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "requires": { + "retry": "^0.12.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "requires": { + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "requires": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "requires": { + "callsites": "^3.0.0" + } + }, + "parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "requires": { + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==" + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } + } + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + }, + "pbkdf2": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz", + "integrity": "sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==", + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "^2.0.0" + } + }, + "pirates": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz", + "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==", + "requires": { + "node-modules-regexp": "^1.0.0" + } + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "requires": { + "find-up": "^3.0.0" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + } + } + }, + "pkg-up": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "requires": { + "find-up": "^3.0.0" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + } + } + }, + "pnp-webpack-plugin": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz", + "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==", + "requires": { + "ts-pnp": "^1.1.6" + } + }, + "popper.js": { + "version": "1.16.1-lts", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz", + "integrity": "sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==" + }, + "portfinder": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", + "requires": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.5" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + }, + "postcss": { + "version": "7.0.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", + "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-attribute-case-insensitive": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz", + "integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^6.0.2" + } + }, + "postcss-browser-comments": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz", + "integrity": "sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig==", + "requires": { + "postcss": "^7" + } + }, + "postcss-calc": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz", + "integrity": "sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==", + "requires": { + "postcss": "^7.0.27", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.0.2" + } + }, + "postcss-color-functional-notation": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz", + "integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-gray": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz", + "integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.5", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-hex-alpha": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz", + "integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==", + "requires": { + "postcss": "^7.0.14", + "postcss-values-parser": "^2.0.1" + } + }, + "postcss-color-mod-function": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz", + "integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-rebeccapurple": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz", + "integrity": "sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-colormin": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz", + "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==", + "requires": { + "browserslist": "^4.0.0", + "color": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-convert-values": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz", + "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-custom-media": { + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz", + "integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==", + "requires": { + "postcss": "^7.0.14" + } + }, + "postcss-custom-properties": { + "version": "8.0.11", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz", + "integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==", + "requires": { + "postcss": "^7.0.17", + "postcss-values-parser": "^2.0.1" + } + }, + "postcss-custom-selectors": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz", + "integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-dir-pseudo-class": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz", + "integrity": "sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-discard-comments": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz", + "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-duplicates": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz", + "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-empty": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz", + "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-overridden": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz", + "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-double-position-gradients": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz", + "integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==", + "requires": { + "postcss": "^7.0.5", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-env-function": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz", + "integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-flexbugs-fixes": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz", + "integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==", + "requires": { + "postcss": "^7.0.26" + } + }, + "postcss-focus-visible": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz", + "integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-focus-within": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz", + "integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-font-variant": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz", + "integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-gap-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz", + "integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-image-set-function": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz", + "integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-initial": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz", + "integrity": "sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==", + "requires": { + "lodash.template": "^4.5.0", + "postcss": "^7.0.2" + } + }, + "postcss-lab-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz", + "integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-load-config": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz", + "integrity": "sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==", + "requires": { + "cosmiconfig": "^5.0.0", + "import-cwd": "^2.0.0" + }, + "dependencies": { + "cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "requires": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + } + }, + "import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "requires": { + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + } + } + }, + "postcss-loader": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz", + "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", + "requires": { + "loader-utils": "^1.1.0", + "postcss": "^7.0.0", + "postcss-load-config": "^2.0.0", + "schema-utils": "^1.0.0" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "postcss-logical": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-3.0.0.tgz", + "integrity": "sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-media-minmax": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz", + "integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-merge-longhand": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz", + "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==", + "requires": { + "css-color-names": "0.0.4", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "stylehacks": "^4.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-merge-rules": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz", + "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "cssnano-util-same-parent": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0", + "vendors": "^1.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-minify-font-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz", + "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-gradients": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz", + "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "is-color-stop": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-params": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz", + "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==", + "requires": { + "alphanum-sort": "^1.0.0", + "browserslist": "^4.0.0", + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "uniqs": "^2.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-selectors": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz", + "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==", + "requires": { + "alphanum-sort": "^1.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-modules-extract-imports": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", + "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", + "requires": { + "postcss": "^7.0.5" + } + }, + "postcss-modules-local-by-default": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", + "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==", + "requires": { + "icss-utils": "^4.1.1", + "postcss": "^7.0.32", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + } + }, + "postcss-modules-scope": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", + "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", + "requires": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0" + } + }, + "postcss-modules-values": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", + "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", + "requires": { + "icss-utils": "^4.0.0", + "postcss": "^7.0.6" + } + }, + "postcss-nesting": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz", + "integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-normalize": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-8.0.1.tgz", + "integrity": "sha512-rt9JMS/m9FHIRroDDBGSMsyW1c0fkvOJPy62ggxSHUldJO7B195TqFMqIf+lY5ezpDcYOV4j86aUp3/XbxzCCQ==", + "requires": { + "@csstools/normalize.css": "^10.1.0", + "browserslist": "^4.6.2", + "postcss": "^7.0.17", + "postcss-browser-comments": "^3.0.0", + "sanitize.css": "^10.0.0" + } + }, + "postcss-normalize-charset": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz", + "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-normalize-display-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz", + "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-positions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz", + "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-repeat-style": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz", + "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-string": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz", + "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==", + "requires": { + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-timing-functions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz", + "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-unicode": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz", + "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==", + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-url": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz", + "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==", + "requires": { + "is-absolute-url": "^2.0.0", + "normalize-url": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "normalize-url": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", + "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-whitespace": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz", + "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-ordered-values": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz", + "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-overflow-shorthand": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz", + "integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-page-break": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz", + "integrity": "sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-place": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz", + "integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-preset-env": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz", + "integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==", + "requires": { + "autoprefixer": "^9.6.1", + "browserslist": "^4.6.4", + "caniuse-lite": "^1.0.30000981", + "css-blank-pseudo": "^0.1.4", + "css-has-pseudo": "^0.10.0", + "css-prefers-color-scheme": "^3.1.1", + "cssdb": "^4.4.0", + "postcss": "^7.0.17", + "postcss-attribute-case-insensitive": "^4.0.1", + "postcss-color-functional-notation": "^2.0.1", + "postcss-color-gray": "^5.0.0", + "postcss-color-hex-alpha": "^5.0.3", + "postcss-color-mod-function": "^3.0.3", + "postcss-color-rebeccapurple": "^4.0.1", + "postcss-custom-media": "^7.0.8", + "postcss-custom-properties": "^8.0.11", + "postcss-custom-selectors": "^5.1.2", + "postcss-dir-pseudo-class": "^5.0.0", + "postcss-double-position-gradients": "^1.0.0", + "postcss-env-function": "^2.0.2", + "postcss-focus-visible": "^4.0.0", + "postcss-focus-within": "^3.0.0", + "postcss-font-variant": "^4.0.0", + "postcss-gap-properties": "^2.0.0", + "postcss-image-set-function": "^3.0.1", + "postcss-initial": "^3.0.0", + "postcss-lab-function": "^2.0.1", + "postcss-logical": "^3.0.0", + "postcss-media-minmax": "^4.0.0", + "postcss-nesting": "^7.0.0", + "postcss-overflow-shorthand": "^2.0.0", + "postcss-page-break": "^2.0.0", + "postcss-place": "^4.0.1", + "postcss-pseudo-class-any-link": "^6.0.0", + "postcss-replace-overflow-wrap": "^3.0.0", + "postcss-selector-matches": "^4.0.0", + "postcss-selector-not": "^4.0.0" + } + }, + "postcss-pseudo-class-any-link": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz", + "integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-reduce-initial": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz", + "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0" + } + }, + "postcss-reduce-transforms": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz", + "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-replace-overflow-wrap": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz", + "integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-safe-parser": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz", + "integrity": "sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==", + "requires": { + "postcss": "^8.1.0" + }, + "dependencies": { + "postcss": { + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz", + "integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==", + "requires": { + "colorette": "^1.2.1", + "nanoid": "^3.1.20", + "source-map": "^0.6.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "postcss-selector-matches": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz", + "integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==", + "requires": { + "balanced-match": "^1.0.0", + "postcss": "^7.0.2" + } + }, + "postcss-selector-not": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz", + "integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==", + "requires": { + "balanced-match": "^1.0.0", + "postcss": "^7.0.2" + } + }, + "postcss-selector-parser": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz", + "integrity": "sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==", + "requires": { + "cssesc": "^3.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1", + "util-deprecate": "^1.0.2" + } + }, + "postcss-svgo": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz", + "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==", + "requires": { + "is-svg": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "svgo": "^1.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-unique-selectors": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz", + "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==", + "requires": { + "alphanum-sort": "^1.0.0", + "postcss": "^7.0.0", + "uniqs": "^2.0.0" + } + }, + "postcss-value-parser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", + "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==" + }, + "postcss-values-parser": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz", + "integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==", + "requires": { + "flatten": "^1.0.2", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" + }, + "pretty-bytes": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz", + "integrity": "sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA==" + }, + "pretty-error": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", + "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", + "requires": { + "lodash": "^4.17.20", + "renderkid": "^2.0.4" + } + }, + "pretty-format": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz", + "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", + "requires": { + "@jest/types": "^26.6.2", + "ansi-regex": "^5.0.0", + "ansi-styles": "^4.0.0", + "react-is": "^17.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "react-is": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz", + "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==" + } + } + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==" + }, + "promise": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz", + "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==", + "requires": { + "asap": "~2.0.6" + } + }, + "promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" + }, + "prompts": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", + "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + } + }, + "prop-types": { + "version": "15.7.2", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", + "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", + "requires": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.8.1" + } + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + }, + "dependencies": { + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + } + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "query-string": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", + "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", + "requires": { + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + } + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" + }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, + "queue-microtask": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.2.tgz", + "integrity": "sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==" + }, + "raf": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", + "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", + "requires": { + "performance-now": "^2.1.0" + } + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + } + } + }, + "react": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.1.tgz", + "integrity": "sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "react-app-polyfill": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz", + "integrity": "sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==", + "requires": { + "core-js": "^3.6.5", + "object-assign": "^4.1.1", + "promise": "^8.1.0", + "raf": "^3.4.1", + "regenerator-runtime": "^0.13.7", + "whatwg-fetch": "^3.4.1" + } + }, + "react-dev-utils": { + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-11.0.2.tgz", + "integrity": "sha512-xG7GlMoYkrgc2M1kDCHKRywXMDbFnjOB+/VzpytQyYBusEzR8NlGTMmUbvN86k94yyKu5XReHB8eZC2JZrNchQ==", + "requires": { + "@babel/code-frame": "7.10.4", + "address": "1.1.2", + "browserslist": "4.14.2", + "chalk": "2.4.2", + "cross-spawn": "7.0.3", + "detect-port-alt": "1.1.6", + "escape-string-regexp": "2.0.0", + "filesize": "6.1.0", + "find-up": "4.1.0", + "fork-ts-checker-webpack-plugin": "4.1.6", + "global-modules": "2.0.0", + "globby": "11.0.1", + "gzip-size": "5.1.1", + "immer": "7.0.9", + "is-root": "2.1.0", + "loader-utils": "2.0.0", + "open": "^7.0.2", + "pkg-up": "3.1.0", + "prompts": "2.4.0", + "react-error-overlay": "^6.0.9", + "recursive-readdir": "2.2.2", + "shell-quote": "1.7.2", + "strip-ansi": "6.0.0", + "text-table": "0.2.0" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "browserslist": { + "version": "4.14.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz", + "integrity": "sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==", + "requires": { + "caniuse-lite": "^1.0.30001125", + "electron-to-chromium": "^1.3.564", + "escalade": "^3.0.2", + "node-releases": "^1.1.61" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" + }, + "globby": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.1.tgz", + "integrity": "sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==", + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + } + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "react-dom": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.1.tgz", + "integrity": "sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "scheduler": "^0.20.1" + } + }, + "react-error-overlay": { + "version": "6.0.9", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz", + "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" + }, + "react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "react-refresh": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz", + "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==" + }, + "react-scripts": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-4.0.2.tgz", + "integrity": "sha512-okaWNaGDGtnXyM2CLMUl8gYZnAubgxEulC40FYjsxn5bbj+G/mDINdy24wHz4Vypb/LWtIe8rdBU78k/74v8Mw==", + "requires": { + "@babel/core": "7.12.3", + "@pmmmwh/react-refresh-webpack-plugin": "0.4.3", + "@svgr/webpack": "5.5.0", + "@typescript-eslint/eslint-plugin": "^4.5.0", + "@typescript-eslint/parser": "^4.5.0", + "babel-eslint": "^10.1.0", + "babel-jest": "^26.6.0", + "babel-loader": "8.1.0", + "babel-plugin-named-asset-import": "^0.3.7", + "babel-preset-react-app": "^10.0.0", + "bfj": "^7.0.2", + "camelcase": "^6.1.0", + "case-sensitive-paths-webpack-plugin": "2.3.0", + "css-loader": "4.3.0", + "dotenv": "8.2.0", + "dotenv-expand": "5.1.0", + "eslint": "^7.11.0", + "eslint-config-react-app": "^6.0.0", + "eslint-plugin-flowtype": "^5.2.0", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-jest": "^24.1.0", + "eslint-plugin-jsx-a11y": "^6.3.1", + "eslint-plugin-react": "^7.21.5", + "eslint-plugin-react-hooks": "^4.2.0", + "eslint-plugin-testing-library": "^3.9.2", + "eslint-webpack-plugin": "^2.1.0", + "file-loader": "6.1.1", + "fs-extra": "^9.0.1", + "fsevents": "^2.1.3", + "html-webpack-plugin": "4.5.0", + "identity-obj-proxy": "3.0.0", + "jest": "26.6.0", + "jest-circus": "26.6.0", + "jest-resolve": "26.6.0", + "jest-watch-typeahead": "0.6.1", + "mini-css-extract-plugin": "0.11.3", + "optimize-css-assets-webpack-plugin": "5.0.4", + "pnp-webpack-plugin": "1.6.4", + "postcss-flexbugs-fixes": "4.2.1", + "postcss-loader": "3.0.0", + "postcss-normalize": "8.0.1", + "postcss-preset-env": "6.7.0", + "postcss-safe-parser": "5.0.2", + "prompts": "2.4.0", + "react-app-polyfill": "^2.0.0", + "react-dev-utils": "^11.0.2", + "react-refresh": "^0.8.3", + "resolve": "1.18.1", + "resolve-url-loader": "^3.1.2", + "sass-loader": "^10.0.5", + "semver": "7.3.2", + "style-loader": "1.3.0", + "terser-webpack-plugin": "4.2.3", + "ts-pnp": "1.2.0", + "url-loader": "4.1.1", + "webpack": "4.44.2", + "webpack-dev-server": "3.11.0", + "webpack-manifest-plugin": "2.2.0", + "workbox-webpack-plugin": "5.1.4" + } + }, + "react-transition-group": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz", + "integrity": "sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==", + "requires": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + } + }, + "read-pkg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", + "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", + "requires": { + "load-json-file": "^2.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^2.0.0" + }, + "dependencies": { + "path-type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", + "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", + "requires": { + "pify": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, + "read-pkg-up": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^2.0.0" + }, + "dependencies": { + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "requires": { + "locate-path": "^2.0.0" + } + }, + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "requires": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "requires": { + "p-limit": "^1.1.0" + } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + } + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "optional": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "recursive-readdir": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz", + "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==", + "requires": { + "minimatch": "3.0.4" + } + }, + "redent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "requires": { + "indent-string": "^4.0.0", + "strip-indent": "^3.0.0" + } + }, + "regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + }, + "regenerate-unicode-properties": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz", + "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==", + "requires": { + "regenerate": "^1.4.0" + } + }, + "regenerator-runtime": { + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" + }, + "regenerator-transform": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", + "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", + "requires": { + "@babel/runtime": "^7.8.4" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + } + }, + "regex-parser": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", + "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==" + }, + "regexp.prototype.flags": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz", + "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==", + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, + "regexpp": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz", + "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==" + }, + "regexpu-core": { + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz", + "integrity": "sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==", + "requires": { + "regenerate": "^1.4.0", + "regenerate-unicode-properties": "^8.2.0", + "regjsgen": "^0.5.1", + "regjsparser": "^0.6.4", + "unicode-match-property-ecmascript": "^1.0.4", + "unicode-match-property-value-ecmascript": "^1.2.0" + } + }, + "regjsgen": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", + "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==" + }, + "regjsparser": { + "version": "0.6.7", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.7.tgz", + "integrity": "sha512-ib77G0uxsA2ovgiYbCVGx4Pv3PSttAx2vIwidqQzbL2U5S4Q+j00HdSAneSBuyVcMvEnTXMjiGgB+DlXozVhpQ==", + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=" + } + } + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=" + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "renderkid": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.5.tgz", + "integrity": "sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ==", + "requires": { + "css-select": "^2.0.2", + "dom-converter": "^0.2", + "htmlparser2": "^3.10.1", + "lodash": "^4.17.20", + "strip-ansi": "^3.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "request-promise-core": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz", + "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==", + "requires": { + "lodash": "^4.17.19" + } + }, + "request-promise-native": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz", + "integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==", + "requires": { + "request-promise-core": "1.1.4", + "stealthy-require": "^1.1.1", + "tough-cookie": "^2.3.3" + }, + "dependencies": { + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "resolve": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz", + "integrity": "sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==", + "requires": { + "is-core-module": "^2.0.0", + "path-parse": "^1.0.6" + } + }, + "resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "requires": { + "resolve-from": "^5.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + } + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "resolve-url-loader": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz", + "integrity": "sha512-QEb4A76c8Mi7I3xNKXlRKQSlLBwjUV/ULFMP+G7n3/7tJZ8MG5wsZ3ucxP1Jz8Vevn6fnJsxDx9cIls+utGzPQ==", + "requires": { + "adjust-sourcemap-loader": "3.0.0", + "camelcase": "5.3.1", + "compose-function": "3.0.3", + "convert-source-map": "1.7.0", + "es6-iterator": "2.0.3", + "loader-utils": "1.2.3", + "postcss": "7.0.21", + "rework": "1.0.1", + "rework-visit": "1.0.0", + "source-map": "0.6.1" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "emojis-list": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", + "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", + "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^2.0.0", + "json5": "^1.0.1" + } + }, + "postcss": { + "version": "7.0.21", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz", + "integrity": "sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==", + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + }, + "rework": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz", + "integrity": "sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=", + "requires": { + "convert-source-map": "^0.3.3", + "css": "^2.0.0" + }, + "dependencies": { + "convert-source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", + "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA=" + } + } + }, + "rework-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rework-visit/-/rework-visit-1.0.0.tgz", + "integrity": "sha1-mUWygD8hni96ygCtuLyfZA+ELJo=" + }, + "rgb-regex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", + "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=" + }, + "rgba-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", + "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=" + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "rollup": { + "version": "1.32.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz", + "integrity": "sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==", + "requires": { + "@types/estree": "*", + "@types/node": "*", + "acorn": "^7.1.0" + } + }, + "rollup-plugin-babel": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz", + "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==", + "requires": { + "@babel/helper-module-imports": "^7.0.0", + "rollup-pluginutils": "^2.8.1" + } + }, + "rollup-plugin-terser": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-5.3.1.tgz", + "integrity": "sha512-1pkwkervMJQGFYvM9nscrUoncPwiKR/K+bHdjv6PFgRo3cgPHoRT83y2Aa3GvINj4539S15t/tpFPb775TDs6w==", + "requires": { + "@babel/code-frame": "^7.5.5", + "jest-worker": "^24.9.0", + "rollup-pluginutils": "^2.8.2", + "serialize-javascript": "^4.0.0", + "terser": "^4.6.2" + }, + "dependencies": { + "jest-worker": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz", + "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==", + "requires": { + "merge-stream": "^2.0.0", + "supports-color": "^6.1.0" + } + }, + "serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "rollup-pluginutils": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", + "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==", + "requires": { + "estree-walker": "^0.6.1" + }, + "dependencies": { + "estree-walker": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", + "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==" + } + } + }, + "rsvp": { + "version": "4.8.5", + "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", + "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==" + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "requires": { + "aproba": "^1.1.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "requires": { + "ret": "~0.1.10" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sane": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz", + "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==", + "requires": { + "@cnakazawa/watch": "^1.0.3", + "anymatch": "^2.0.0", + "capture-exit": "^2.0.0", + "exec-sh": "^0.3.2", + "execa": "^1.0.0", + "fb-watchman": "^2.0.0", + "micromatch": "^3.1.4", + "minimist": "^1.1.1", + "walker": "~1.0.5" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "sanitize.css": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-10.0.0.tgz", + "integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==" + }, + "sass-loader": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.1.1.tgz", + "integrity": "sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==", + "requires": { + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "neo-async": "^2.6.2", + "schema-utils": "^3.0.0", + "semver": "^7.3.2" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "requires": { + "xmlchars": "^2.2.0" + } + }, + "scheduler": { + "version": "0.20.1", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.1.tgz", + "integrity": "sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + } + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + }, + "selfsigned": { + "version": "1.10.8", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.8.tgz", + "integrity": "sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w==", + "requires": { + "node-forge": "^0.10.0" + } + }, + "semver": { + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", + "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "serialize-javascript": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz", + "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "shell-quote": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", + "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" + }, + "shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", + "optional": true + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "requires": { + "is-arrayish": "^0.3.1" + }, + "dependencies": { + "is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" + } + } + }, + "sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + }, + "slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "requires": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + } + } + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "sockjs": { + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz", + "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==", + "requires": { + "faye-websocket": "^0.10.0", + "uuid": "^3.4.0", + "websocket-driver": "0.6.5" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "sockjs-client": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", + "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", + "requires": { + "debug": "^3.2.5", + "eventsource": "^1.0.7", + "faye-websocket": "~0.11.1", + "inherits": "^2.0.3", + "json3": "^3.3.2", + "url-parse": "^1.4.3" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "faye-websocket": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", + "requires": { + "websocket-driver": ">=0.5.1" + } + } + } + }, + "sort-keys": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", + "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", + "requires": { + "is-plain-obj": "^1.0.0" + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==" + }, + "sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" + }, + "spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" + }, + "spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz", + "integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==" + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "^3.0.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "requires": { + "minipass": "^3.1.1" + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + }, + "stack-utils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==", + "requires": { + "escape-string-regexp": "^2.0.0" + }, + "dependencies": { + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" + } + } + }, + "stackframe": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.0.tgz", + "integrity": "sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==" + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "stealthy-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", + "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=" + }, + "stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "requires": { + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" + } + }, + "stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + }, + "strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" + }, + "string-length": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz", + "integrity": "sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw==", + "requires": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + } + }, + "string-natural-compare": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" + }, + "string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "string.prototype.matchall": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.3.tgz", + "integrity": "sha512-OBxYDA2ifZQ2e13cP82dWFMaCV9CGF8GzmN4fljBVw5O5wep0lu4gacm1OL6MjROoUnB8VbkWRThqkV2YFLNxw==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1", + "has-symbols": "^1.0.1", + "internal-slot": "^1.0.2", + "regexp.prototype.flags": "^1.3.0", + "side-channel": "^1.0.3" + } + }, + "string.prototype.trimend": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz", + "integrity": "sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + } + }, + "string.prototype.trimstart": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz", + "integrity": "sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "requires": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "dependencies": { + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=" + } + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=" + }, + "strip-comments": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz", + "integrity": "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==", + "requires": { + "babel-extract-comments": "^1.0.0", + "babel-plugin-transform-object-rest-spread": "^6.26.0" + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + }, + "strip-indent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "requires": { + "min-indent": "^1.0.0" + } + }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + }, + "style-loader": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", + "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^2.7.0" + } + }, + "stylehacks": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz", + "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==", + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "supports-hyperlinks": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz", + "integrity": "sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==", + "requires": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "svg-parser": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + }, + "svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "requires": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + } + }, + "symbol-observable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", + "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" + }, + "symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + }, + "table": { + "version": "6.0.7", + "resolved": "https://registry.npmjs.org/table/-/table-6.0.7.tgz", + "integrity": "sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==", + "requires": { + "ajv": "^7.0.2", + "lodash": "^4.17.20", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.0" + }, + "dependencies": { + "ajv": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.0.tgz", + "integrity": "sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + } + } + }, + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" + }, + "tar": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz", + "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==", + "requires": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "dependencies": { + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + } + } + }, + "temp-dir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz", + "integrity": "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=" + }, + "tempy": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.3.0.tgz", + "integrity": "sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ==", + "requires": { + "temp-dir": "^1.0.0", + "type-fest": "^0.3.1", + "unique-string": "^1.0.0" + }, + "dependencies": { + "type-fest": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", + "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==" + } + } + }, + "terminal-link": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "requires": { + "ansi-escapes": "^4.2.1", + "supports-hyperlinks": "^2.0.0" + } + }, + "terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "terser-webpack-plugin": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz", + "integrity": "sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==", + "requires": { + "cacache": "^15.0.5", + "find-cache-dir": "^3.3.1", + "jest-worker": "^26.5.0", + "p-limit": "^3.0.2", + "schema-utils": "^3.0.0", + "serialize-javascript": "^5.0.1", + "source-map": "^0.6.1", + "terser": "^5.3.4", + "webpack-sources": "^1.4.3" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + } + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + } + }, + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "terser": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.6.0.tgz", + "integrity": "sha512-vyqLMoqadC1uR0vywqOZzriDYzgEkNJFK4q9GeyOBHIbiECHiWLKcWfbQWAUaPfxkjDhapSlZB9f7fkMrvkVjA==", + "requires": { + "commander": "^2.20.0", + "source-map": "~0.7.2", + "source-map-support": "~0.5.19" + }, + "dependencies": { + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" + } + } + } + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" + }, + "throat": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", + "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==" + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "requires": { + "setimmediate": "^1.0.4" + } + }, + "timsort": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", + "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" + }, + "tiny-warning": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" + }, + "tmpl": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz", + "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=" + }, + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "tough-cookie": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz", + "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==", + "requires": { + "ip-regex": "^2.1.0", + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "tr46": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz", + "integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==", + "requires": { + "punycode": "^2.1.1" + } + }, + "tryer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", + "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" + }, + "ts-pnp": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", + "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==" + }, + "tsconfig-paths": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz", + "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==", + "requires": { + "@types/json5": "^0.0.29", + "json5": "^1.0.1", + "minimist": "^1.2.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + } + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "tsutils": { + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.20.0.tgz", + "integrity": "sha512-RYbuQuvkhuqVeXweWT3tJLKOEJ/UUw9GjNEZGWdrLLlM+611o1gwLHBpxoFJKKl25fLprp2eVthtKs5JOrNeXg==", + "requires": { + "tslib": "^1.8.1" + } + }, + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + }, + "type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "requires": { + "prelude-ls": "^1.2.1" + } + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "unicode-canonical-property-names-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", + "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==" + }, + "unicode-match-property-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", + "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==", + "requires": { + "unicode-canonical-property-names-ecmascript": "^1.0.4", + "unicode-property-aliases-ecmascript": "^1.0.4" + } + }, + "unicode-match-property-value-ecmascript": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz", + "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==" + }, + "unicode-property-aliases-ecmascript": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz", + "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==" + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + } + }, + "uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=" + }, + "uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=" + }, + "unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "requires": { + "unique-slug": "^2.0.0" + } + }, + "unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "requires": { + "imurmurhash": "^0.1.4" + } + }, + "unique-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", + "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", + "requires": { + "crypto-random-string": "^1.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + } + } + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "requires": { + "punycode": "^2.1.0" + } + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + } + } + }, + "url-loader": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", + "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", + "requires": { + "loader-utils": "^2.0.0", + "mime-types": "^2.1.27", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "url-parse": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", + "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + }, + "util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "util.promisify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.2", + "has-symbols": "^1.0.1", + "object.getownpropertydescriptors": "^2.1.0" + }, + "dependencies": { + "es-abstract": { + "version": "1.17.7", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", + "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + } + } + }, + "utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "optional": true + }, + "v8-compile-cache": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz", + "integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==" + }, + "v8-to-istanbul": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.0.tgz", + "integrity": "sha512-uXUVqNUCLa0AH1vuVxzi+MI4RfxEOKt9pBgKwHbgH7st8Kv2P1m+jvWNnektzBh5QShF3ODgKmUFCf38LnVz1g==", + "requires": { + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0", + "source-map": "^0.7.3" + }, + "dependencies": { + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" + } + } + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "vendors": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", + "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "requires": { + "browser-process-hrtime": "^1.0.0" + } + }, + "w3c-xmlserializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", + "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", + "requires": { + "xml-name-validator": "^3.0.0" + } + }, + "walker": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz", + "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=", + "requires": { + "makeerror": "1.0.x" + } + }, + "watchpack": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", + "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", + "requires": { + "chokidar": "^3.4.1", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0", + "watchpack-chokidar2": "^2.0.1" + } + }, + "watchpack-chokidar2": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", + "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", + "optional": true, + "requires": { + "chokidar": "^2.1.8" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "optional": true, + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "optional": true + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "optional": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "optional": true, + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "optional": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "optional": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "optional": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "optional": true, + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "optional": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "optional": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "optional": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "optional": true, + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "optional": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "requires": { + "minimalistic-assert": "^1.0.0" + } + }, + "web-vitals": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.0.tgz", + "integrity": "sha512-1cx54eRxY/+M0KNKdNpNnuXAXG+vJEvwScV4DiV9rOYDguHoeDIzm09ghBohOPtkqPO5OtPC14FWkNva3SDisg==" + }, + "webidl-conversions": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", + "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" + }, + "webpack": { + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz", + "integrity": "sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/wasm-edit": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "acorn": "^6.4.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.3.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.3", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.7.4", + "webpack-sources": "^1.4.1" + }, + "dependencies": { + "acorn": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", + "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "requires": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" + }, + "eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "ssri": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", + "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "terser-webpack-plugin": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", + "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", + "requires": { + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + } + }, + "webpack-dev-middleware": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", + "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", + "requires": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "mime": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.0.tgz", + "integrity": "sha512-ft3WayFSFUVBuJj7BMLKAQcSlItKtfjsKDDsii3rqFDAZ7t11zRe8ASw/GlmivGwVUYtwkQrxiGGpL6gFvB0ag==" + } + } + }, + "webpack-dev-server": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz", + "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==", + "requires": { + "ansi-html": "0.0.7", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.3.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.8", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.26", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.7", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "0.3.20", + "sockjs-client": "1.4.0", + "spdy": "^4.0.2", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "^13.3.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "requires": { + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" + } + }, + "is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==" + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "resolve-cwd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "requires": { + "resolve-from": "^3.0.0" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "requires": { + "async-limiter": "~1.0.0" + } + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "requires": { + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==" + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "webpack-manifest-plugin": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz", + "integrity": "sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==", + "requires": { + "fs-extra": "^7.0.0", + "lodash": ">=3.5 <5", + "object.entries": "^1.1.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + } + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "websocket-driver": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", + "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", + "requires": { + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" + }, + "whatwg-encoding": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "requires": { + "iconv-lite": "0.4.24" + } + }, + "whatwg-fetch": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz", + "integrity": "sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A==" + }, + "whatwg-mimetype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" + }, + "whatwg-url": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz", + "integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==", + "requires": { + "lodash.sortby": "^4.7.0", + "tr46": "^2.0.2", + "webidl-conversions": "^6.1.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" + }, + "workbox-background-sync": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz", + "integrity": "sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "workbox-broadcast-update": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz", + "integrity": "sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "workbox-build": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-5.1.4.tgz", + "integrity": "sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==", + "requires": { + "@babel/core": "^7.8.4", + "@babel/preset-env": "^7.8.4", + "@babel/runtime": "^7.8.4", + "@hapi/joi": "^15.1.0", + "@rollup/plugin-node-resolve": "^7.1.1", + "@rollup/plugin-replace": "^2.3.1", + "@surma/rollup-plugin-off-main-thread": "^1.1.1", + "common-tags": "^1.8.0", + "fast-json-stable-stringify": "^2.1.0", + "fs-extra": "^8.1.0", + "glob": "^7.1.6", + "lodash.template": "^4.5.0", + "pretty-bytes": "^5.3.0", + "rollup": "^1.31.1", + "rollup-plugin-babel": "^4.3.3", + "rollup-plugin-terser": "^5.3.1", + "source-map": "^0.7.3", + "source-map-url": "^0.4.0", + "stringify-object": "^3.3.0", + "strip-comments": "^1.0.2", + "tempy": "^0.3.0", + "upath": "^1.2.0", + "workbox-background-sync": "^5.1.4", + "workbox-broadcast-update": "^5.1.4", + "workbox-cacheable-response": "^5.1.4", + "workbox-core": "^5.1.4", + "workbox-expiration": "^5.1.4", + "workbox-google-analytics": "^5.1.4", + "workbox-navigation-preload": "^5.1.4", + "workbox-precaching": "^5.1.4", + "workbox-range-requests": "^5.1.4", + "workbox-routing": "^5.1.4", + "workbox-strategies": "^5.1.4", + "workbox-streams": "^5.1.4", + "workbox-sw": "^5.1.4", + "workbox-window": "^5.1.4" + }, + "dependencies": { + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + } + }, + "workbox-cacheable-response": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz", + "integrity": "sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "workbox-core": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-5.1.4.tgz", + "integrity": "sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg==" + }, + "workbox-expiration": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-5.1.4.tgz", + "integrity": "sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "workbox-google-analytics": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz", + "integrity": "sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==", + "requires": { + "workbox-background-sync": "^5.1.4", + "workbox-core": "^5.1.4", + "workbox-routing": "^5.1.4", + "workbox-strategies": "^5.1.4" + } + }, + "workbox-navigation-preload": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-5.1.4.tgz", + "integrity": "sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "workbox-precaching": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-5.1.4.tgz", + "integrity": "sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "workbox-range-requests": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-5.1.4.tgz", + "integrity": "sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "workbox-routing": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-5.1.4.tgz", + "integrity": "sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "workbox-strategies": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-5.1.4.tgz", + "integrity": "sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==", + "requires": { + "workbox-core": "^5.1.4", + "workbox-routing": "^5.1.4" + } + }, + "workbox-streams": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-5.1.4.tgz", + "integrity": "sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==", + "requires": { + "workbox-core": "^5.1.4", + "workbox-routing": "^5.1.4" + } + }, + "workbox-sw": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-5.1.4.tgz", + "integrity": "sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA==" + }, + "workbox-webpack-plugin": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-5.1.4.tgz", + "integrity": "sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ==", + "requires": { + "@babel/runtime": "^7.5.5", + "fast-json-stable-stringify": "^2.0.0", + "source-map-url": "^0.4.0", + "upath": "^1.1.2", + "webpack-sources": "^1.3.0", + "workbox-build": "^5.1.4" + } + }, + "workbox-window": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-5.1.4.tgz", + "integrity": "sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw==", + "requires": { + "workbox-core": "^5.1.4" + } + }, + "worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "requires": { + "errno": "~0.1.7" + } + }, + "worker-rpc": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz", + "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==", + "requires": { + "microevent.ts": "~0.1.1" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "ws": { + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz", + "integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==" + }, + "xml-name-validator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" + }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yaml": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz", + "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==" + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + } + } + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + } +} diff --git a/github-user-card/package.json b/github-user-card/package.json new file mode 100644 index 0000000000..734c82679c --- /dev/null +++ b/github-user-card/package.json @@ -0,0 +1,40 @@ +{ + "name": "github-user-card", + "version": "0.1.0", + "private": true, + "dependencies": { + "@material-ui/core": "^4.11.3", + "@testing-library/jest-dom": "^5.11.9", + "@testing-library/react": "^11.2.5", + "@testing-library/user-event": "^12.7.1", + "axios": "^0.21.1", + "react": "^17.0.1", + "react-dom": "^17.0.1", + "react-scripts": "4.0.2", + "web-vitals": "^1.1.0" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } +} diff --git a/github-user-card/public/favicon.ico b/github-user-card/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..a11777cc471a4344702741ab1c8a588998b1311a GIT binary patch literal 3870 zcma);c{J4h9>;%nil|2-o+rCuEF-(I%-F}ijC~o(k~HKAkr0)!FCj~d>`RtpD?8b; zXOC1OD!V*IsqUwzbMF1)-gEDD=A573Z-&G7^LoAC9|WO7Xc0Cx1g^Zu0u_SjAPB3vGa^W|sj)80f#V0@M_CAZTIO(t--xg= z!sii`1giyH7EKL_+Wi0ab<)&E_0KD!3Rp2^HNB*K2@PHCs4PWSA32*-^7d{9nH2_E zmC{C*N*)(vEF1_aMamw2A{ZH5aIDqiabnFdJ|y0%aS|64E$`s2ccV~3lR!u<){eS` z#^Mx6o(iP1Ix%4dv`t@!&Za-K@mTm#vadc{0aWDV*_%EiGK7qMC_(`exc>-$Gb9~W!w_^{*pYRm~G zBN{nA;cm^w$VWg1O^^<6vY`1XCD|s_zv*g*5&V#wv&s#h$xlUilPe4U@I&UXZbL z0)%9Uj&@yd03n;!7do+bfixH^FeZ-Ema}s;DQX2gY+7g0s(9;`8GyvPY1*vxiF&|w z>!vA~GA<~JUqH}d;DfBSi^IT*#lrzXl$fNpq0_T1tA+`A$1?(gLb?e#0>UELvljtQ zK+*74m0jn&)5yk8mLBv;=@}c{t0ztT<v;Avck$S6D`Z)^c0(jiwKhQsn|LDRY&w(Fmi91I7H6S;b0XM{e zXp0~(T@k_r-!jkLwd1_Vre^v$G4|kh4}=Gi?$AaJ)3I+^m|Zyj#*?Kp@w(lQdJZf4 z#|IJW5z+S^e9@(6hW6N~{pj8|NO*>1)E=%?nNUAkmv~OY&ZV;m-%?pQ_11)hAr0oAwILrlsGawpxx4D43J&K=n+p3WLnlDsQ$b(9+4 z?mO^hmV^F8MV{4Lx>(Q=aHhQ1){0d*(e&s%G=i5rq3;t{JC zmgbn5Nkl)t@fPH$v;af26lyhH!k+#}_&aBK4baYPbZy$5aFx4}ka&qxl z$=Rh$W;U)>-=S-0=?7FH9dUAd2(q#4TCAHky!$^~;Dz^j|8_wuKc*YzfdAht@Q&ror?91Dm!N03=4=O!a)I*0q~p0g$Fm$pmr$ zb;wD;STDIi$@M%y1>p&_>%?UP($15gou_ue1u0!4(%81;qcIW8NyxFEvXpiJ|H4wz z*mFT(qVx1FKufG11hByuX%lPk4t#WZ{>8ka2efjY`~;AL6vWyQKpJun2nRiZYDij$ zP>4jQXPaP$UC$yIVgGa)jDV;F0l^n(V=HMRB5)20V7&r$jmk{UUIe zVjKroK}JAbD>B`2cwNQ&GDLx8{pg`7hbA~grk|W6LgiZ`8y`{Iq0i>t!3p2}MS6S+ zO_ruKyAElt)rdS>CtF7j{&6rP-#c=7evGMt7B6`7HG|-(WL`bDUAjyn+k$mx$CH;q2Dz4x;cPP$hW=`pFfLO)!jaCL@V2+F)So3}vg|%O*^T1j>C2lx zsURO-zIJC$^$g2byVbRIo^w>UxK}74^TqUiRR#7s_X$e)$6iYG1(PcW7un-va-S&u zHk9-6Zn&>T==A)lM^D~bk{&rFzCi35>UR!ZjQkdSiNX*-;l4z9j*7|q`TBl~Au`5& z+c)*8?#-tgUR$Zd%Q3bs96w6k7q@#tUn`5rj+r@_sAVVLqco|6O{ILX&U-&-cbVa3 zY?ngHR@%l{;`ri%H*0EhBWrGjv!LE4db?HEWb5mu*t@{kv|XwK8?npOshmzf=vZA@ zVSN9sL~!sn?r(AK)Q7Jk2(|M67Uy3I{eRy z_l&Y@A>;vjkWN5I2xvFFTLX0i+`{qz7C_@bo`ZUzDugfq4+>a3?1v%)O+YTd6@Ul7 zAfLfm=nhZ`)P~&v90$&UcF+yXm9sq!qCx3^9gzIcO|Y(js^Fj)Rvq>nQAHI92ap=P z10A4@prk+AGWCb`2)dQYFuR$|H6iDE8p}9a?#nV2}LBCoCf(Xi2@szia7#gY>b|l!-U`c}@ zLdhvQjc!BdLJvYvzzzngnw51yRYCqh4}$oRCy-z|v3Hc*d|?^Wj=l~18*E~*cR_kU z{XsxM1i{V*4GujHQ3DBpl2w4FgFR48Nma@HPgnyKoIEY-MqmMeY=I<%oG~l!f<+FN z1ZY^;10j4M4#HYXP zw5eJpA_y(>uLQ~OucgxDLuf}fVs272FaMxhn4xnDGIyLXnw>Xsd^J8XhcWIwIoQ9} z%FoSJTAGW(SRGwJwb=@pY7r$uQRK3Zd~XbxU)ts!4XsJrCycrWSI?e!IqwqIR8+Jh zlRjZ`UO1I!BtJR_2~7AbkbSm%XQqxEPkz6BTGWx8e}nQ=w7bZ|eVP4?*Tb!$(R)iC z9)&%bS*u(lXqzitAN)Oo=&Ytn>%Hzjc<5liuPi>zC_nw;Z0AE3Y$Jao_Q90R-gl~5 z_xAb2J%eArrC1CN4G$}-zVvCqF1;H;abAu6G*+PDHSYFx@Tdbfox*uEd3}BUyYY-l zTfEsOqsi#f9^FoLO;ChK<554qkri&Av~SIM*{fEYRE?vH7pTAOmu2pz3X?Wn*!ROX ztd54huAk&mFBemMooL33RV-*1f0Q3_(7hl$<#*|WF9P!;r;4_+X~k~uKEqdzZ$5Al zV63XN@)j$FN#cCD;ek1R#l zv%pGrhB~KWgoCj%GT?%{@@o(AJGt*PG#l3i>lhmb_twKH^EYvacVY-6bsCl5*^~L0 zonm@lk2UvvTKr2RS%}T>^~EYqdL1q4nD%0n&Xqr^cK^`J5W;lRRB^R-O8b&HENO||mo0xaD+S=I8RTlIfVgqN@SXDr2&-)we--K7w= zJVU8?Z+7k9dy;s;^gDkQa`0nz6N{T?(A&Iz)2!DEecLyRa&FI!id#5Z7B*O2=PsR0 zEvc|8{NS^)!d)MDX(97Xw}m&kEO@5jqRaDZ!+%`wYOI<23q|&js`&o4xvjP7D_xv@ z5hEwpsp{HezI9!~6O{~)lLR@oF7?J7i>1|5a~UuoN=q&6N}EJPV_GD`&M*v8Y`^2j zKII*d_@Fi$+i*YEW+Hbzn{iQk~yP z>7N{S4)r*!NwQ`(qcN#8SRQsNK6>{)X12nbF`*7#ecO7I)Q$uZsV+xS4E7aUn+U(K baj7?x%VD!5Cxk2YbYLNVeiXvvpMCWYo=by@ literal 0 HcmV?d00001 diff --git a/github-user-card/public/index.html b/github-user-card/public/index.html new file mode 100644 index 0000000000..aa069f27cb --- /dev/null +++ b/github-user-card/public/index.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + React App + + + +
+ + + diff --git a/github-user-card/public/manifest.json b/github-user-card/public/manifest.json new file mode 100644 index 0000000000..080d6c77ac --- /dev/null +++ b/github-user-card/public/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/github-user-card/public/robots.txt b/github-user-card/public/robots.txt new file mode 100644 index 0000000000..e9e57dc4d4 --- /dev/null +++ b/github-user-card/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/github-user-card/src/App.css b/github-user-card/src/App.css new file mode 100644 index 0000000000..74b5e05345 --- /dev/null +++ b/github-user-card/src/App.css @@ -0,0 +1,38 @@ +.App { + text-align: center; +} + +.App-logo { + height: 40vmin; + pointer-events: none; +} + +@media (prefers-reduced-motion: no-preference) { + .App-logo { + animation: App-logo-spin infinite 20s linear; + } +} + +.App-header { + background-color: #282c34; + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; +} + +.App-link { + color: #61dafb; +} + +@keyframes App-logo-spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} diff --git a/github-user-card/src/App.js b/github-user-card/src/App.js new file mode 100644 index 0000000000..747bb0a52b --- /dev/null +++ b/github-user-card/src/App.js @@ -0,0 +1,16 @@ +import React, { Component } from 'react' +import GithubCard from './components/GithubCard' + + +export class App extends Component { + + render() { + return ( +
+ +
+ ) + } +} + +export default App diff --git a/github-user-card/src/App.test.js b/github-user-card/src/App.test.js new file mode 100644 index 0000000000..1f03afeece --- /dev/null +++ b/github-user-card/src/App.test.js @@ -0,0 +1,8 @@ +import { render, screen } from '@testing-library/react'; +import App from './App'; + +test('renders learn react link', () => { + render(); + const linkElement = screen.getByText(/learn react/i); + expect(linkElement).toBeInTheDocument(); +}); diff --git a/github-user-card/src/components/GithubCard.js b/github-user-card/src/components/GithubCard.js new file mode 100644 index 0000000000..ffa3356a30 --- /dev/null +++ b/github-user-card/src/components/GithubCard.js @@ -0,0 +1,37 @@ +import React, { Component } from 'react' +import Avatar from '@material-ui/core/Avatar'; +import axios from 'axios' + + +export class GithubCard extends Component { + constructor() { + super(); + this.state = { + user: [] + } + } + + componentDidMount(){ + axios.get('https://api.github.com/users/iam-saeed') + .then(res => {this.setState({ + ...this.state, + user: res.data + })}) + } + + render() { + return ( +
+

{this.state.user.login}

+

Full Name:{this.state.user.name}

+

Bio: {this.state.user.bio}

+

Location: {this.state.user.location}

+

Current Company:{this.state.user.company}

+

Following: {this.state.user.following}

+

Followers:{this.state.user.followers}

+
+ ) + } +} + +export default GithubCard \ No newline at end of file diff --git a/github-user-card/src/index.css b/github-user-card/src/index.css new file mode 100644 index 0000000000..ec2585e8c0 --- /dev/null +++ b/github-user-card/src/index.css @@ -0,0 +1,13 @@ +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +code { + font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + monospace; +} diff --git a/github-user-card/src/index.js b/github-user-card/src/index.js new file mode 100644 index 0000000000..ef2edf8ea3 --- /dev/null +++ b/github-user-card/src/index.js @@ -0,0 +1,17 @@ +import React from 'react'; +import ReactDOM from 'react-dom'; +import './index.css'; +import App from './App'; +import reportWebVitals from './reportWebVitals'; + +ReactDOM.render( + + + , + document.getElementById('root') +); + +// If you want to start measuring performance in your app, pass a function +// to log results (for example: reportWebVitals(console.log)) +// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals +reportWebVitals(); diff --git a/github-user-card/src/reportWebVitals.js b/github-user-card/src/reportWebVitals.js new file mode 100644 index 0000000000..5253d3ad9e --- /dev/null +++ b/github-user-card/src/reportWebVitals.js @@ -0,0 +1,13 @@ +const reportWebVitals = onPerfEntry => { + if (onPerfEntry && onPerfEntry instanceof Function) { + import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => { + getCLS(onPerfEntry); + getFID(onPerfEntry); + getFCP(onPerfEntry); + getLCP(onPerfEntry); + getTTFB(onPerfEntry); + }); + } +}; + +export default reportWebVitals; diff --git a/github-user-card/src/setupTests.js b/github-user-card/src/setupTests.js new file mode 100644 index 0000000000..8f2609b7b3 --- /dev/null +++ b/github-user-card/src/setupTests.js @@ -0,0 +1,5 @@ +// jest-dom adds custom jest matchers for asserting on DOM nodes. +// allows you to do things like: +// expect(element).toHaveTextContent(/react/i) +// learn more: https://github.com/testing-library/jest-dom +import '@testing-library/jest-dom'; diff --git a/node_modules/.bin/loose-envify b/node_modules/.bin/loose-envify new file mode 120000 index 0000000000..ed9009c5aa --- /dev/null +++ b/node_modules/.bin/loose-envify @@ -0,0 +1 @@ +../loose-envify/cli.js \ No newline at end of file diff --git a/node_modules/@babel/runtime/LICENSE b/node_modules/@babel/runtime/LICENSE new file mode 100644 index 0000000000..f31575ec77 --- /dev/null +++ b/node_modules/@babel/runtime/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/@babel/runtime/README.md b/node_modules/@babel/runtime/README.md new file mode 100644 index 0000000000..119c99d95d --- /dev/null +++ b/node_modules/@babel/runtime/README.md @@ -0,0 +1,19 @@ +# @babel/runtime + +> babel's modular runtime helpers + +See our website [@babel/runtime](https://babeljs.io/docs/en/babel-runtime) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/runtime +``` + +or using yarn: + +```sh +yarn add @babel/runtime +``` diff --git a/node_modules/@babel/runtime/helpers/AsyncGenerator.js b/node_modules/@babel/runtime/helpers/AsyncGenerator.js new file mode 100644 index 0000000000..5e2373061a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/AsyncGenerator.js @@ -0,0 +1,100 @@ +var AwaitValue = require("./AwaitValue"); + +function AsyncGenerator(gen) { + var front, back; + + function send(key, arg) { + return new Promise(function (resolve, reject) { + var request = { + key: key, + arg: arg, + resolve: resolve, + reject: reject, + next: null + }; + + if (back) { + back = back.next = request; + } else { + front = back = request; + resume(key, arg); + } + }); + } + + function resume(key, arg) { + try { + var result = gen[key](arg); + var value = result.value; + var wrappedAwait = value instanceof AwaitValue; + Promise.resolve(wrappedAwait ? value.wrapped : value).then(function (arg) { + if (wrappedAwait) { + resume(key === "return" ? "return" : "next", arg); + return; + } + + settle(result.done ? "return" : "normal", arg); + }, function (err) { + resume("throw", err); + }); + } catch (err) { + settle("throw", err); + } + } + + function settle(type, value) { + switch (type) { + case "return": + front.resolve({ + value: value, + done: true + }); + break; + + case "throw": + front.reject(value); + break; + + default: + front.resolve({ + value: value, + done: false + }); + break; + } + + front = front.next; + + if (front) { + resume(front.key, front.arg); + } else { + back = null; + } + } + + this._invoke = send; + + if (typeof gen["return"] !== "function") { + this["return"] = undefined; + } +} + +if (typeof Symbol === "function" && Symbol.asyncIterator) { + AsyncGenerator.prototype[Symbol.asyncIterator] = function () { + return this; + }; +} + +AsyncGenerator.prototype.next = function (arg) { + return this._invoke("next", arg); +}; + +AsyncGenerator.prototype["throw"] = function (arg) { + return this._invoke("throw", arg); +}; + +AsyncGenerator.prototype["return"] = function (arg) { + return this._invoke("return", arg); +}; + +module.exports = AsyncGenerator; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/AwaitValue.js b/node_modules/@babel/runtime/helpers/AwaitValue.js new file mode 100644 index 0000000000..f9f4184195 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/AwaitValue.js @@ -0,0 +1,5 @@ +function _AwaitValue(value) { + this.wrapped = value; +} + +module.exports = _AwaitValue; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js b/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js new file mode 100644 index 0000000000..b0b41ddd2f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js @@ -0,0 +1,30 @@ +function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { + var desc = {}; + Object.keys(descriptor).forEach(function (key) { + desc[key] = descriptor[key]; + }); + desc.enumerable = !!desc.enumerable; + desc.configurable = !!desc.configurable; + + if ('value' in desc || desc.initializer) { + desc.writable = true; + } + + desc = decorators.slice().reverse().reduce(function (desc, decorator) { + return decorator(target, property, desc) || desc; + }, desc); + + if (context && desc.initializer !== void 0) { + desc.value = desc.initializer ? desc.initializer.call(context) : void 0; + desc.initializer = undefined; + } + + if (desc.initializer === void 0) { + Object.defineProperty(target, property, desc); + desc = null; + } + + return desc; +} + +module.exports = _applyDecoratedDescriptor; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/arrayLikeToArray.js b/node_modules/@babel/runtime/helpers/arrayLikeToArray.js new file mode 100644 index 0000000000..d620194ea4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/arrayLikeToArray.js @@ -0,0 +1,11 @@ +function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + + for (var i = 0, arr2 = new Array(len); i < len; i++) { + arr2[i] = arr[i]; + } + + return arr2; +} + +module.exports = _arrayLikeToArray; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/arrayWithHoles.js b/node_modules/@babel/runtime/helpers/arrayWithHoles.js new file mode 100644 index 0000000000..5a62a8ce4b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/arrayWithHoles.js @@ -0,0 +1,5 @@ +function _arrayWithHoles(arr) { + if (Array.isArray(arr)) return arr; +} + +module.exports = _arrayWithHoles; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js b/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js new file mode 100644 index 0000000000..694681cb48 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js @@ -0,0 +1,7 @@ +var arrayLikeToArray = require("./arrayLikeToArray"); + +function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) return arrayLikeToArray(arr); +} + +module.exports = _arrayWithoutHoles; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/assertThisInitialized.js b/node_modules/@babel/runtime/helpers/assertThisInitialized.js new file mode 100644 index 0000000000..98d294983e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/assertThisInitialized.js @@ -0,0 +1,9 @@ +function _assertThisInitialized(self) { + if (self === void 0) { + throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); + } + + return self; +} + +module.exports = _assertThisInitialized; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js b/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js new file mode 100644 index 0000000000..c37ecf2c08 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js @@ -0,0 +1,58 @@ +function _asyncGeneratorDelegate(inner, awaitWrap) { + var iter = {}, + waiting = false; + + function pump(key, value) { + waiting = true; + value = new Promise(function (resolve) { + resolve(inner[key](value)); + }); + return { + done: false, + value: awaitWrap(value) + }; + } + + ; + + if (typeof Symbol === "function" && Symbol.iterator) { + iter[Symbol.iterator] = function () { + return this; + }; + } + + iter.next = function (value) { + if (waiting) { + waiting = false; + return value; + } + + return pump("next", value); + }; + + if (typeof inner["throw"] === "function") { + iter["throw"] = function (value) { + if (waiting) { + waiting = false; + throw value; + } + + return pump("throw", value); + }; + } + + if (typeof inner["return"] === "function") { + iter["return"] = function (value) { + if (waiting) { + waiting = false; + return value; + } + + return pump("return", value); + }; + } + + return iter; +} + +module.exports = _asyncGeneratorDelegate; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/asyncIterator.js b/node_modules/@babel/runtime/helpers/asyncIterator.js new file mode 100644 index 0000000000..ef5db274a2 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/asyncIterator.js @@ -0,0 +1,19 @@ +function _asyncIterator(iterable) { + var method; + + if (typeof Symbol !== "undefined") { + if (Symbol.asyncIterator) { + method = iterable[Symbol.asyncIterator]; + if (method != null) return method.call(iterable); + } + + if (Symbol.iterator) { + method = iterable[Symbol.iterator]; + if (method != null) return method.call(iterable); + } + } + + throw new TypeError("Object is not async iterable"); +} + +module.exports = _asyncIterator; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/asyncToGenerator.js b/node_modules/@babel/runtime/helpers/asyncToGenerator.js new file mode 100644 index 0000000000..f5db93df30 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/asyncToGenerator.js @@ -0,0 +1,37 @@ +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { + try { + var info = gen[key](arg); + var value = info.value; + } catch (error) { + reject(error); + return; + } + + if (info.done) { + resolve(value); + } else { + Promise.resolve(value).then(_next, _throw); + } +} + +function _asyncToGenerator(fn) { + return function () { + var self = this, + args = arguments; + return new Promise(function (resolve, reject) { + var gen = fn.apply(self, args); + + function _next(value) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); + } + + function _throw(err) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); + } + + _next(undefined); + }); + }; +} + +module.exports = _asyncToGenerator; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js b/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js new file mode 100644 index 0000000000..59f797af74 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js @@ -0,0 +1,7 @@ +var AwaitValue = require("./AwaitValue"); + +function _awaitAsyncGenerator(value) { + return new AwaitValue(value); +} + +module.exports = _awaitAsyncGenerator; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classCallCheck.js b/node_modules/@babel/runtime/helpers/classCallCheck.js new file mode 100644 index 0000000000..f389f2e82b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classCallCheck.js @@ -0,0 +1,7 @@ +function _classCallCheck(instance, Constructor) { + if (!(instance instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } +} + +module.exports = _classCallCheck; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classNameTDZError.js b/node_modules/@babel/runtime/helpers/classNameTDZError.js new file mode 100644 index 0000000000..8c1bdf5540 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classNameTDZError.js @@ -0,0 +1,5 @@ +function _classNameTDZError(name) { + throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys."); +} + +module.exports = _classNameTDZError; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js b/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js new file mode 100644 index 0000000000..fab91057a3 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js @@ -0,0 +1,28 @@ +function _classPrivateFieldDestructureSet(receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + + var descriptor = privateMap.get(receiver); + + if (descriptor.set) { + if (!("__destrObj" in descriptor)) { + descriptor.__destrObj = { + set value(v) { + descriptor.set.call(receiver, v); + } + + }; + } + + return descriptor.__destrObj; + } else { + if (!descriptor.writable) { + throw new TypeError("attempted to set read only private field"); + } + + return descriptor; + } +} + +module.exports = _classPrivateFieldDestructureSet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js b/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js new file mode 100644 index 0000000000..106c3cd90a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js @@ -0,0 +1,15 @@ +function _classPrivateFieldGet(receiver, privateMap) { + var descriptor = privateMap.get(receiver); + + if (!descriptor) { + throw new TypeError("attempted to get private field on non-instance"); + } + + if (descriptor.get) { + return descriptor.get.call(receiver); + } + + return descriptor.value; +} + +module.exports = _classPrivateFieldGet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js b/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js new file mode 100644 index 0000000000..64ed79df69 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js @@ -0,0 +1,9 @@ +function _classPrivateFieldBase(receiver, privateKey) { + if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { + throw new TypeError("attempted to use private field on non-instance"); + } + + return receiver; +} + +module.exports = _classPrivateFieldBase; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js b/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js new file mode 100644 index 0000000000..a1a6417a5e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js @@ -0,0 +1,7 @@ +var id = 0; + +function _classPrivateFieldKey(name) { + return "__private_" + id++ + "_" + name; +} + +module.exports = _classPrivateFieldKey; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js b/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js new file mode 100644 index 0000000000..c92f97a8e5 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js @@ -0,0 +1,21 @@ +function _classPrivateFieldSet(receiver, privateMap, value) { + var descriptor = privateMap.get(receiver); + + if (!descriptor) { + throw new TypeError("attempted to set private field on non-instance"); + } + + if (descriptor.set) { + descriptor.set.call(receiver, value); + } else { + if (!descriptor.writable) { + throw new TypeError("attempted to set read only private field"); + } + + descriptor.value = value; + } + + return value; +} + +module.exports = _classPrivateFieldSet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js b/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js new file mode 100644 index 0000000000..a3432b9a86 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js @@ -0,0 +1,9 @@ +function _classPrivateMethodGet(receiver, privateSet, fn) { + if (!privateSet.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + + return fn; +} + +module.exports = _classPrivateMethodGet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js b/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js new file mode 100644 index 0000000000..38472848c6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js @@ -0,0 +1,5 @@ +function _classPrivateMethodSet() { + throw new TypeError("attempted to reassign private method"); +} + +module.exports = _classPrivateMethodSet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js new file mode 100644 index 0000000000..c2b6766475 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js @@ -0,0 +1,13 @@ +function _classStaticPrivateFieldSpecGet(receiver, classConstructor, descriptor) { + if (receiver !== classConstructor) { + throw new TypeError("Private static access of wrong provenance"); + } + + if (descriptor.get) { + return descriptor.get.call(receiver); + } + + return descriptor.value; +} + +module.exports = _classStaticPrivateFieldSpecGet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js new file mode 100644 index 0000000000..8799fbb342 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js @@ -0,0 +1,19 @@ +function _classStaticPrivateFieldSpecSet(receiver, classConstructor, descriptor, value) { + if (receiver !== classConstructor) { + throw new TypeError("Private static access of wrong provenance"); + } + + if (descriptor.set) { + descriptor.set.call(receiver, value); + } else { + if (!descriptor.writable) { + throw new TypeError("attempted to set read only private field"); + } + + descriptor.value = value; + } + + return value; +} + +module.exports = _classStaticPrivateFieldSpecSet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js new file mode 100644 index 0000000000..f9b0d0033d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js @@ -0,0 +1,9 @@ +function _classStaticPrivateMethodGet(receiver, classConstructor, method) { + if (receiver !== classConstructor) { + throw new TypeError("Private static access of wrong provenance"); + } + + return method; +} + +module.exports = _classStaticPrivateMethodGet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js new file mode 100644 index 0000000000..89042da5d7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js @@ -0,0 +1,5 @@ +function _classStaticPrivateMethodSet() { + throw new TypeError("attempted to set read only static private field"); +} + +module.exports = _classStaticPrivateMethodSet; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/construct.js b/node_modules/@babel/runtime/helpers/construct.js new file mode 100644 index 0000000000..e6cccf077e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/construct.js @@ -0,0 +1,22 @@ +var setPrototypeOf = require("./setPrototypeOf"); + +var isNativeReflectConstruct = require("./isNativeReflectConstruct"); + +function _construct(Parent, args, Class) { + if (isNativeReflectConstruct()) { + module.exports = _construct = Reflect.construct; + } else { + module.exports = _construct = function _construct(Parent, args, Class) { + var a = [null]; + a.push.apply(a, args); + var Constructor = Function.bind.apply(Parent, a); + var instance = new Constructor(); + if (Class) setPrototypeOf(instance, Class.prototype); + return instance; + }; + } + + return _construct.apply(null, arguments); +} + +module.exports = _construct; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/createClass.js b/node_modules/@babel/runtime/helpers/createClass.js new file mode 100644 index 0000000000..f9d4841099 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/createClass.js @@ -0,0 +1,17 @@ +function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } +} + +function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + return Constructor; +} + +module.exports = _createClass; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js b/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js new file mode 100644 index 0000000000..fbb3743584 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js @@ -0,0 +1,60 @@ +var unsupportedIterableToArray = require("./unsupportedIterableToArray"); + +function _createForOfIteratorHelper(o, allowArrayLike) { + var it; + + if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { + if (Array.isArray(o) || (it = unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { + if (it) o = it; + var i = 0; + + var F = function F() {}; + + return { + s: F, + n: function n() { + if (i >= o.length) return { + done: true + }; + return { + done: false, + value: o[i++] + }; + }, + e: function e(_e) { + throw _e; + }, + f: F + }; + } + + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + + var normalCompletion = true, + didErr = false, + err; + return { + s: function s() { + it = o[Symbol.iterator](); + }, + n: function n() { + var step = it.next(); + normalCompletion = step.done; + return step; + }, + e: function e(_e2) { + didErr = true; + err = _e2; + }, + f: function f() { + try { + if (!normalCompletion && it["return"] != null) it["return"](); + } finally { + if (didErr) throw err; + } + } + }; +} + +module.exports = _createForOfIteratorHelper; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js b/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js new file mode 100644 index 0000000000..547d4b995b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js @@ -0,0 +1,28 @@ +var unsupportedIterableToArray = require("./unsupportedIterableToArray"); + +function _createForOfIteratorHelperLoose(o, allowArrayLike) { + var it; + + if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { + if (Array.isArray(o) || (it = unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { + if (it) o = it; + var i = 0; + return function () { + if (i >= o.length) return { + done: true + }; + return { + done: false, + value: o[i++] + }; + }; + } + + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + + it = o[Symbol.iterator](); + return it.next.bind(it); +} + +module.exports = _createForOfIteratorHelperLoose; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/createSuper.js b/node_modules/@babel/runtime/helpers/createSuper.js new file mode 100644 index 0000000000..fcf1283765 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/createSuper.js @@ -0,0 +1,24 @@ +var getPrototypeOf = require("./getPrototypeOf"); + +var isNativeReflectConstruct = require("./isNativeReflectConstruct"); + +var possibleConstructorReturn = require("./possibleConstructorReturn"); + +function _createSuper(Derived) { + var hasNativeReflectConstruct = isNativeReflectConstruct(); + return function _createSuperInternal() { + var Super = getPrototypeOf(Derived), + result; + + if (hasNativeReflectConstruct) { + var NewTarget = getPrototypeOf(this).constructor; + result = Reflect.construct(Super, arguments, NewTarget); + } else { + result = Super.apply(this, arguments); + } + + return possibleConstructorReturn(this, result); + }; +} + +module.exports = _createSuper; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/decorate.js b/node_modules/@babel/runtime/helpers/decorate.js new file mode 100644 index 0000000000..77c0b98085 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/decorate.js @@ -0,0 +1,400 @@ +var toArray = require("./toArray"); + +var toPropertyKey = require("./toPropertyKey"); + +function _decorate(decorators, factory, superClass, mixins) { + var api = _getDecoratorsApi(); + + if (mixins) { + for (var i = 0; i < mixins.length; i++) { + api = mixins[i](api); + } + } + + var r = factory(function initialize(O) { + api.initializeInstanceElements(O, decorated.elements); + }, superClass); + var decorated = api.decorateClass(_coalesceClassElements(r.d.map(_createElementDescriptor)), decorators); + api.initializeClassElements(r.F, decorated.elements); + return api.runClassFinishers(r.F, decorated.finishers); +} + +function _getDecoratorsApi() { + _getDecoratorsApi = function _getDecoratorsApi() { + return api; + }; + + var api = { + elementsDefinitionOrder: [["method"], ["field"]], + initializeInstanceElements: function initializeInstanceElements(O, elements) { + ["method", "field"].forEach(function (kind) { + elements.forEach(function (element) { + if (element.kind === kind && element.placement === "own") { + this.defineClassElement(O, element); + } + }, this); + }, this); + }, + initializeClassElements: function initializeClassElements(F, elements) { + var proto = F.prototype; + ["method", "field"].forEach(function (kind) { + elements.forEach(function (element) { + var placement = element.placement; + + if (element.kind === kind && (placement === "static" || placement === "prototype")) { + var receiver = placement === "static" ? F : proto; + this.defineClassElement(receiver, element); + } + }, this); + }, this); + }, + defineClassElement: function defineClassElement(receiver, element) { + var descriptor = element.descriptor; + + if (element.kind === "field") { + var initializer = element.initializer; + descriptor = { + enumerable: descriptor.enumerable, + writable: descriptor.writable, + configurable: descriptor.configurable, + value: initializer === void 0 ? void 0 : initializer.call(receiver) + }; + } + + Object.defineProperty(receiver, element.key, descriptor); + }, + decorateClass: function decorateClass(elements, decorators) { + var newElements = []; + var finishers = []; + var placements = { + "static": [], + prototype: [], + own: [] + }; + elements.forEach(function (element) { + this.addElementPlacement(element, placements); + }, this); + elements.forEach(function (element) { + if (!_hasDecorators(element)) return newElements.push(element); + var elementFinishersExtras = this.decorateElement(element, placements); + newElements.push(elementFinishersExtras.element); + newElements.push.apply(newElements, elementFinishersExtras.extras); + finishers.push.apply(finishers, elementFinishersExtras.finishers); + }, this); + + if (!decorators) { + return { + elements: newElements, + finishers: finishers + }; + } + + var result = this.decorateConstructor(newElements, decorators); + finishers.push.apply(finishers, result.finishers); + result.finishers = finishers; + return result; + }, + addElementPlacement: function addElementPlacement(element, placements, silent) { + var keys = placements[element.placement]; + + if (!silent && keys.indexOf(element.key) !== -1) { + throw new TypeError("Duplicated element (" + element.key + ")"); + } + + keys.push(element.key); + }, + decorateElement: function decorateElement(element, placements) { + var extras = []; + var finishers = []; + + for (var decorators = element.decorators, i = decorators.length - 1; i >= 0; i--) { + var keys = placements[element.placement]; + keys.splice(keys.indexOf(element.key), 1); + var elementObject = this.fromElementDescriptor(element); + var elementFinisherExtras = this.toElementFinisherExtras((0, decorators[i])(elementObject) || elementObject); + element = elementFinisherExtras.element; + this.addElementPlacement(element, placements); + + if (elementFinisherExtras.finisher) { + finishers.push(elementFinisherExtras.finisher); + } + + var newExtras = elementFinisherExtras.extras; + + if (newExtras) { + for (var j = 0; j < newExtras.length; j++) { + this.addElementPlacement(newExtras[j], placements); + } + + extras.push.apply(extras, newExtras); + } + } + + return { + element: element, + finishers: finishers, + extras: extras + }; + }, + decorateConstructor: function decorateConstructor(elements, decorators) { + var finishers = []; + + for (var i = decorators.length - 1; i >= 0; i--) { + var obj = this.fromClassDescriptor(elements); + var elementsAndFinisher = this.toClassDescriptor((0, decorators[i])(obj) || obj); + + if (elementsAndFinisher.finisher !== undefined) { + finishers.push(elementsAndFinisher.finisher); + } + + if (elementsAndFinisher.elements !== undefined) { + elements = elementsAndFinisher.elements; + + for (var j = 0; j < elements.length - 1; j++) { + for (var k = j + 1; k < elements.length; k++) { + if (elements[j].key === elements[k].key && elements[j].placement === elements[k].placement) { + throw new TypeError("Duplicated element (" + elements[j].key + ")"); + } + } + } + } + } + + return { + elements: elements, + finishers: finishers + }; + }, + fromElementDescriptor: function fromElementDescriptor(element) { + var obj = { + kind: element.kind, + key: element.key, + placement: element.placement, + descriptor: element.descriptor + }; + var desc = { + value: "Descriptor", + configurable: true + }; + Object.defineProperty(obj, Symbol.toStringTag, desc); + if (element.kind === "field") obj.initializer = element.initializer; + return obj; + }, + toElementDescriptors: function toElementDescriptors(elementObjects) { + if (elementObjects === undefined) return; + return toArray(elementObjects).map(function (elementObject) { + var element = this.toElementDescriptor(elementObject); + this.disallowProperty(elementObject, "finisher", "An element descriptor"); + this.disallowProperty(elementObject, "extras", "An element descriptor"); + return element; + }, this); + }, + toElementDescriptor: function toElementDescriptor(elementObject) { + var kind = String(elementObject.kind); + + if (kind !== "method" && kind !== "field") { + throw new TypeError('An element descriptor\'s .kind property must be either "method" or' + ' "field", but a decorator created an element descriptor with' + ' .kind "' + kind + '"'); + } + + var key = toPropertyKey(elementObject.key); + var placement = String(elementObject.placement); + + if (placement !== "static" && placement !== "prototype" && placement !== "own") { + throw new TypeError('An element descriptor\'s .placement property must be one of "static",' + ' "prototype" or "own", but a decorator created an element descriptor' + ' with .placement "' + placement + '"'); + } + + var descriptor = elementObject.descriptor; + this.disallowProperty(elementObject, "elements", "An element descriptor"); + var element = { + kind: kind, + key: key, + placement: placement, + descriptor: Object.assign({}, descriptor) + }; + + if (kind !== "field") { + this.disallowProperty(elementObject, "initializer", "A method descriptor"); + } else { + this.disallowProperty(descriptor, "get", "The property descriptor of a field descriptor"); + this.disallowProperty(descriptor, "set", "The property descriptor of a field descriptor"); + this.disallowProperty(descriptor, "value", "The property descriptor of a field descriptor"); + element.initializer = elementObject.initializer; + } + + return element; + }, + toElementFinisherExtras: function toElementFinisherExtras(elementObject) { + var element = this.toElementDescriptor(elementObject); + + var finisher = _optionalCallableProperty(elementObject, "finisher"); + + var extras = this.toElementDescriptors(elementObject.extras); + return { + element: element, + finisher: finisher, + extras: extras + }; + }, + fromClassDescriptor: function fromClassDescriptor(elements) { + var obj = { + kind: "class", + elements: elements.map(this.fromElementDescriptor, this) + }; + var desc = { + value: "Descriptor", + configurable: true + }; + Object.defineProperty(obj, Symbol.toStringTag, desc); + return obj; + }, + toClassDescriptor: function toClassDescriptor(obj) { + var kind = String(obj.kind); + + if (kind !== "class") { + throw new TypeError('A class descriptor\'s .kind property must be "class", but a decorator' + ' created a class descriptor with .kind "' + kind + '"'); + } + + this.disallowProperty(obj, "key", "A class descriptor"); + this.disallowProperty(obj, "placement", "A class descriptor"); + this.disallowProperty(obj, "descriptor", "A class descriptor"); + this.disallowProperty(obj, "initializer", "A class descriptor"); + this.disallowProperty(obj, "extras", "A class descriptor"); + + var finisher = _optionalCallableProperty(obj, "finisher"); + + var elements = this.toElementDescriptors(obj.elements); + return { + elements: elements, + finisher: finisher + }; + }, + runClassFinishers: function runClassFinishers(constructor, finishers) { + for (var i = 0; i < finishers.length; i++) { + var newConstructor = (0, finishers[i])(constructor); + + if (newConstructor !== undefined) { + if (typeof newConstructor !== "function") { + throw new TypeError("Finishers must return a constructor."); + } + + constructor = newConstructor; + } + } + + return constructor; + }, + disallowProperty: function disallowProperty(obj, name, objectType) { + if (obj[name] !== undefined) { + throw new TypeError(objectType + " can't have a ." + name + " property."); + } + } + }; + return api; +} + +function _createElementDescriptor(def) { + var key = toPropertyKey(def.key); + var descriptor; + + if (def.kind === "method") { + descriptor = { + value: def.value, + writable: true, + configurable: true, + enumerable: false + }; + } else if (def.kind === "get") { + descriptor = { + get: def.value, + configurable: true, + enumerable: false + }; + } else if (def.kind === "set") { + descriptor = { + set: def.value, + configurable: true, + enumerable: false + }; + } else if (def.kind === "field") { + descriptor = { + configurable: true, + writable: true, + enumerable: true + }; + } + + var element = { + kind: def.kind === "field" ? "field" : "method", + key: key, + placement: def["static"] ? "static" : def.kind === "field" ? "own" : "prototype", + descriptor: descriptor + }; + if (def.decorators) element.decorators = def.decorators; + if (def.kind === "field") element.initializer = def.value; + return element; +} + +function _coalesceGetterSetter(element, other) { + if (element.descriptor.get !== undefined) { + other.descriptor.get = element.descriptor.get; + } else { + other.descriptor.set = element.descriptor.set; + } +} + +function _coalesceClassElements(elements) { + var newElements = []; + + var isSameElement = function isSameElement(other) { + return other.kind === "method" && other.key === element.key && other.placement === element.placement; + }; + + for (var i = 0; i < elements.length; i++) { + var element = elements[i]; + var other; + + if (element.kind === "method" && (other = newElements.find(isSameElement))) { + if (_isDataDescriptor(element.descriptor) || _isDataDescriptor(other.descriptor)) { + if (_hasDecorators(element) || _hasDecorators(other)) { + throw new ReferenceError("Duplicated methods (" + element.key + ") can't be decorated."); + } + + other.descriptor = element.descriptor; + } else { + if (_hasDecorators(element)) { + if (_hasDecorators(other)) { + throw new ReferenceError("Decorators can't be placed on different accessors with for " + "the same property (" + element.key + ")."); + } + + other.decorators = element.decorators; + } + + _coalesceGetterSetter(element, other); + } + } else { + newElements.push(element); + } + } + + return newElements; +} + +function _hasDecorators(element) { + return element.decorators && element.decorators.length; +} + +function _isDataDescriptor(desc) { + return desc !== undefined && !(desc.value === undefined && desc.writable === undefined); +} + +function _optionalCallableProperty(obj, name) { + var value = obj[name]; + + if (value !== undefined && typeof value !== "function") { + throw new TypeError("Expected '" + name + "' to be a function"); + } + + return value; +} + +module.exports = _decorate; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/defaults.js b/node_modules/@babel/runtime/helpers/defaults.js new file mode 100644 index 0000000000..55ba1febf2 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/defaults.js @@ -0,0 +1,16 @@ +function _defaults(obj, defaults) { + var keys = Object.getOwnPropertyNames(defaults); + + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + var value = Object.getOwnPropertyDescriptor(defaults, key); + + if (value && value.configurable && obj[key] === undefined) { + Object.defineProperty(obj, key, value); + } + } + + return obj; +} + +module.exports = _defaults; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js b/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js new file mode 100644 index 0000000000..5d80ea1e37 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js @@ -0,0 +1,24 @@ +function _defineEnumerableProperties(obj, descs) { + for (var key in descs) { + var desc = descs[key]; + desc.configurable = desc.enumerable = true; + if ("value" in desc) desc.writable = true; + Object.defineProperty(obj, key, desc); + } + + if (Object.getOwnPropertySymbols) { + var objectSymbols = Object.getOwnPropertySymbols(descs); + + for (var i = 0; i < objectSymbols.length; i++) { + var sym = objectSymbols[i]; + var desc = descs[sym]; + desc.configurable = desc.enumerable = true; + if ("value" in desc) desc.writable = true; + Object.defineProperty(obj, sym, desc); + } + } + + return obj; +} + +module.exports = _defineEnumerableProperties; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/defineProperty.js b/node_modules/@babel/runtime/helpers/defineProperty.js new file mode 100644 index 0000000000..32a8d73f52 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/defineProperty.js @@ -0,0 +1,16 @@ +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + + return obj; +} + +module.exports = _defineProperty; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js b/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js new file mode 100644 index 0000000000..4e746cf881 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js @@ -0,0 +1,97 @@ +import AwaitValue from "@babel/runtime/helpers/esm/AwaitValue"; +export default function AsyncGenerator(gen) { + var front, back; + + function send(key, arg) { + return new Promise(function (resolve, reject) { + var request = { + key: key, + arg: arg, + resolve: resolve, + reject: reject, + next: null + }; + + if (back) { + back = back.next = request; + } else { + front = back = request; + resume(key, arg); + } + }); + } + + function resume(key, arg) { + try { + var result = gen[key](arg); + var value = result.value; + var wrappedAwait = value instanceof AwaitValue; + Promise.resolve(wrappedAwait ? value.wrapped : value).then(function (arg) { + if (wrappedAwait) { + resume(key === "return" ? "return" : "next", arg); + return; + } + + settle(result.done ? "return" : "normal", arg); + }, function (err) { + resume("throw", err); + }); + } catch (err) { + settle("throw", err); + } + } + + function settle(type, value) { + switch (type) { + case "return": + front.resolve({ + value: value, + done: true + }); + break; + + case "throw": + front.reject(value); + break; + + default: + front.resolve({ + value: value, + done: false + }); + break; + } + + front = front.next; + + if (front) { + resume(front.key, front.arg); + } else { + back = null; + } + } + + this._invoke = send; + + if (typeof gen["return"] !== "function") { + this["return"] = undefined; + } +} + +if (typeof Symbol === "function" && Symbol.asyncIterator) { + AsyncGenerator.prototype[Symbol.asyncIterator] = function () { + return this; + }; +} + +AsyncGenerator.prototype.next = function (arg) { + return this._invoke("next", arg); +}; + +AsyncGenerator.prototype["throw"] = function (arg) { + return this._invoke("throw", arg); +}; + +AsyncGenerator.prototype["return"] = function (arg) { + return this._invoke("return", arg); +}; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/AwaitValue.js b/node_modules/@babel/runtime/helpers/esm/AwaitValue.js new file mode 100644 index 0000000000..5237e18fdc --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/AwaitValue.js @@ -0,0 +1,3 @@ +export default function _AwaitValue(value) { + this.wrapped = value; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js b/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js new file mode 100644 index 0000000000..84b59617c0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js @@ -0,0 +1,28 @@ +export default function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { + var desc = {}; + Object.keys(descriptor).forEach(function (key) { + desc[key] = descriptor[key]; + }); + desc.enumerable = !!desc.enumerable; + desc.configurable = !!desc.configurable; + + if ('value' in desc || desc.initializer) { + desc.writable = true; + } + + desc = decorators.slice().reverse().reduce(function (desc, decorator) { + return decorator(target, property, desc) || desc; + }, desc); + + if (context && desc.initializer !== void 0) { + desc.value = desc.initializer ? desc.initializer.call(context) : void 0; + desc.initializer = undefined; + } + + if (desc.initializer === void 0) { + Object.defineProperty(target, property, desc); + desc = null; + } + + return desc; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js b/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js new file mode 100644 index 0000000000..edbeb8ee38 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js @@ -0,0 +1,9 @@ +export default function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + + for (var i = 0, arr2 = new Array(len); i < len; i++) { + arr2[i] = arr[i]; + } + + return arr2; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js b/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js new file mode 100644 index 0000000000..be734fc386 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js @@ -0,0 +1,3 @@ +export default function _arrayWithHoles(arr) { + if (Array.isArray(arr)) return arr; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js b/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js new file mode 100644 index 0000000000..80d4b5b62a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js @@ -0,0 +1,4 @@ +import arrayLikeToArray from "@babel/runtime/helpers/esm/arrayLikeToArray"; +export default function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) return arrayLikeToArray(arr); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js b/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js new file mode 100644 index 0000000000..bbf849ca50 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js @@ -0,0 +1,7 @@ +export default function _assertThisInitialized(self) { + if (self === void 0) { + throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); + } + + return self; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js b/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js new file mode 100644 index 0000000000..eb56fe59ab --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js @@ -0,0 +1,56 @@ +export default function _asyncGeneratorDelegate(inner, awaitWrap) { + var iter = {}, + waiting = false; + + function pump(key, value) { + waiting = true; + value = new Promise(function (resolve) { + resolve(inner[key](value)); + }); + return { + done: false, + value: awaitWrap(value) + }; + } + + ; + + if (typeof Symbol === "function" && Symbol.iterator) { + iter[Symbol.iterator] = function () { + return this; + }; + } + + iter.next = function (value) { + if (waiting) { + waiting = false; + return value; + } + + return pump("next", value); + }; + + if (typeof inner["throw"] === "function") { + iter["throw"] = function (value) { + if (waiting) { + waiting = false; + throw value; + } + + return pump("throw", value); + }; + } + + if (typeof inner["return"] === "function") { + iter["return"] = function (value) { + if (waiting) { + waiting = false; + return value; + } + + return pump("return", value); + }; + } + + return iter; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/asyncIterator.js b/node_modules/@babel/runtime/helpers/esm/asyncIterator.js new file mode 100644 index 0000000000..e03fa97820 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/asyncIterator.js @@ -0,0 +1,17 @@ +export default function _asyncIterator(iterable) { + var method; + + if (typeof Symbol !== "undefined") { + if (Symbol.asyncIterator) { + method = iterable[Symbol.asyncIterator]; + if (method != null) return method.call(iterable); + } + + if (Symbol.iterator) { + method = iterable[Symbol.iterator]; + if (method != null) return method.call(iterable); + } + } + + throw new TypeError("Object is not async iterable"); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js b/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js new file mode 100644 index 0000000000..2a25f543bf --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js @@ -0,0 +1,35 @@ +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { + try { + var info = gen[key](arg); + var value = info.value; + } catch (error) { + reject(error); + return; + } + + if (info.done) { + resolve(value); + } else { + Promise.resolve(value).then(_next, _throw); + } +} + +export default function _asyncToGenerator(fn) { + return function () { + var self = this, + args = arguments; + return new Promise(function (resolve, reject) { + var gen = fn.apply(self, args); + + function _next(value) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); + } + + function _throw(err) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); + } + + _next(undefined); + }); + }; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js b/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js new file mode 100644 index 0000000000..32db496386 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js @@ -0,0 +1,4 @@ +import AwaitValue from "@babel/runtime/helpers/esm/AwaitValue"; +export default function _awaitAsyncGenerator(value) { + return new AwaitValue(value); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classCallCheck.js b/node_modules/@babel/runtime/helpers/esm/classCallCheck.js new file mode 100644 index 0000000000..2f1738a3d6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classCallCheck.js @@ -0,0 +1,5 @@ +export default function _classCallCheck(instance, Constructor) { + if (!(instance instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js b/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js new file mode 100644 index 0000000000..f7b6dd5787 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js @@ -0,0 +1,3 @@ +export default function _classNameTDZError(name) { + throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys."); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js new file mode 100644 index 0000000000..1f265bc8e1 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js @@ -0,0 +1,26 @@ +export default function _classPrivateFieldDestructureSet(receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + + var descriptor = privateMap.get(receiver); + + if (descriptor.set) { + if (!("__destrObj" in descriptor)) { + descriptor.__destrObj = { + set value(v) { + descriptor.set.call(receiver, v); + } + + }; + } + + return descriptor.__destrObj; + } else { + if (!descriptor.writable) { + throw new TypeError("attempted to set read only private field"); + } + + return descriptor; + } +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js new file mode 100644 index 0000000000..f8287f1159 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js @@ -0,0 +1,13 @@ +export default function _classPrivateFieldGet(receiver, privateMap) { + var descriptor = privateMap.get(receiver); + + if (!descriptor) { + throw new TypeError("attempted to get private field on non-instance"); + } + + if (descriptor.get) { + return descriptor.get.call(receiver); + } + + return descriptor.value; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js new file mode 100644 index 0000000000..5b10916f47 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js @@ -0,0 +1,7 @@ +export default function _classPrivateFieldBase(receiver, privateKey) { + if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { + throw new TypeError("attempted to use private field on non-instance"); + } + + return receiver; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js new file mode 100644 index 0000000000..5b7e5ac020 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js @@ -0,0 +1,4 @@ +var id = 0; +export default function _classPrivateFieldKey(name) { + return "__private_" + id++ + "_" + name; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js new file mode 100644 index 0000000000..fb4e5d2b28 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js @@ -0,0 +1,19 @@ +export default function _classPrivateFieldSet(receiver, privateMap, value) { + var descriptor = privateMap.get(receiver); + + if (!descriptor) { + throw new TypeError("attempted to set private field on non-instance"); + } + + if (descriptor.set) { + descriptor.set.call(receiver, value); + } else { + if (!descriptor.writable) { + throw new TypeError("attempted to set read only private field"); + } + + descriptor.value = value; + } + + return value; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js new file mode 100644 index 0000000000..38b9d584de --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js @@ -0,0 +1,7 @@ +export default function _classPrivateMethodGet(receiver, privateSet, fn) { + if (!privateSet.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + + return fn; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js new file mode 100644 index 0000000000..2bbaf3a7a4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js @@ -0,0 +1,3 @@ +export default function _classPrivateMethodSet() { + throw new TypeError("attempted to reassign private method"); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js new file mode 100644 index 0000000000..75a9b7cea7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js @@ -0,0 +1,11 @@ +export default function _classStaticPrivateFieldSpecGet(receiver, classConstructor, descriptor) { + if (receiver !== classConstructor) { + throw new TypeError("Private static access of wrong provenance"); + } + + if (descriptor.get) { + return descriptor.get.call(receiver); + } + + return descriptor.value; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js new file mode 100644 index 0000000000..163279f22a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js @@ -0,0 +1,17 @@ +export default function _classStaticPrivateFieldSpecSet(receiver, classConstructor, descriptor, value) { + if (receiver !== classConstructor) { + throw new TypeError("Private static access of wrong provenance"); + } + + if (descriptor.set) { + descriptor.set.call(receiver, value); + } else { + if (!descriptor.writable) { + throw new TypeError("attempted to set read only private field"); + } + + descriptor.value = value; + } + + return value; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js new file mode 100644 index 0000000000..da9b1e57ea --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js @@ -0,0 +1,7 @@ +export default function _classStaticPrivateMethodGet(receiver, classConstructor, method) { + if (receiver !== classConstructor) { + throw new TypeError("Private static access of wrong provenance"); + } + + return method; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js new file mode 100644 index 0000000000..d5ab60a970 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js @@ -0,0 +1,3 @@ +export default function _classStaticPrivateMethodSet() { + throw new TypeError("attempted to set read only static private field"); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/construct.js b/node_modules/@babel/runtime/helpers/esm/construct.js new file mode 100644 index 0000000000..f9a94cd817 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/construct.js @@ -0,0 +1,18 @@ +import setPrototypeOf from "@babel/runtime/helpers/esm/setPrototypeOf"; +import isNativeReflectConstruct from "@babel/runtime/helpers/esm/isNativeReflectConstruct"; +export default function _construct(Parent, args, Class) { + if (isNativeReflectConstruct()) { + _construct = Reflect.construct; + } else { + _construct = function _construct(Parent, args, Class) { + var a = [null]; + a.push.apply(a, args); + var Constructor = Function.bind.apply(Parent, a); + var instance = new Constructor(); + if (Class) setPrototypeOf(instance, Class.prototype); + return instance; + }; + } + + return _construct.apply(null, arguments); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/createClass.js b/node_modules/@babel/runtime/helpers/esm/createClass.js new file mode 100644 index 0000000000..d6cf412203 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/createClass.js @@ -0,0 +1,15 @@ +function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } +} + +export default function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + return Constructor; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js b/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js new file mode 100644 index 0000000000..f929137ec9 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js @@ -0,0 +1,57 @@ +import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; +export default function _createForOfIteratorHelper(o, allowArrayLike) { + var it; + + if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { + if (Array.isArray(o) || (it = unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { + if (it) o = it; + var i = 0; + + var F = function F() {}; + + return { + s: F, + n: function n() { + if (i >= o.length) return { + done: true + }; + return { + done: false, + value: o[i++] + }; + }, + e: function e(_e) { + throw _e; + }, + f: F + }; + } + + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + + var normalCompletion = true, + didErr = false, + err; + return { + s: function s() { + it = o[Symbol.iterator](); + }, + n: function n() { + var step = it.next(); + normalCompletion = step.done; + return step; + }, + e: function e(_e2) { + didErr = true; + err = _e2; + }, + f: function f() { + try { + if (!normalCompletion && it["return"] != null) it["return"](); + } finally { + if (didErr) throw err; + } + } + }; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js b/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js new file mode 100644 index 0000000000..49b63899ff --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js @@ -0,0 +1,25 @@ +import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; +export default function _createForOfIteratorHelperLoose(o, allowArrayLike) { + var it; + + if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { + if (Array.isArray(o) || (it = unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { + if (it) o = it; + var i = 0; + return function () { + if (i >= o.length) return { + done: true + }; + return { + done: false, + value: o[i++] + }; + }; + } + + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + + it = o[Symbol.iterator](); + return it.next.bind(it); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/createSuper.js b/node_modules/@babel/runtime/helpers/esm/createSuper.js new file mode 100644 index 0000000000..456a95b346 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/createSuper.js @@ -0,0 +1,19 @@ +import getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf"; +import isNativeReflectConstruct from "@babel/runtime/helpers/esm/isNativeReflectConstruct"; +import possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn"; +export default function _createSuper(Derived) { + var hasNativeReflectConstruct = isNativeReflectConstruct(); + return function _createSuperInternal() { + var Super = getPrototypeOf(Derived), + result; + + if (hasNativeReflectConstruct) { + var NewTarget = getPrototypeOf(this).constructor; + result = Reflect.construct(Super, arguments, NewTarget); + } else { + result = Super.apply(this, arguments); + } + + return possibleConstructorReturn(this, result); + }; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/decorate.js b/node_modules/@babel/runtime/helpers/esm/decorate.js new file mode 100644 index 0000000000..04871f09fe --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/decorate.js @@ -0,0 +1,396 @@ +import toArray from "@babel/runtime/helpers/esm/toArray"; +import toPropertyKey from "@babel/runtime/helpers/esm/toPropertyKey"; +export default function _decorate(decorators, factory, superClass, mixins) { + var api = _getDecoratorsApi(); + + if (mixins) { + for (var i = 0; i < mixins.length; i++) { + api = mixins[i](api); + } + } + + var r = factory(function initialize(O) { + api.initializeInstanceElements(O, decorated.elements); + }, superClass); + var decorated = api.decorateClass(_coalesceClassElements(r.d.map(_createElementDescriptor)), decorators); + api.initializeClassElements(r.F, decorated.elements); + return api.runClassFinishers(r.F, decorated.finishers); +} + +function _getDecoratorsApi() { + _getDecoratorsApi = function _getDecoratorsApi() { + return api; + }; + + var api = { + elementsDefinitionOrder: [["method"], ["field"]], + initializeInstanceElements: function initializeInstanceElements(O, elements) { + ["method", "field"].forEach(function (kind) { + elements.forEach(function (element) { + if (element.kind === kind && element.placement === "own") { + this.defineClassElement(O, element); + } + }, this); + }, this); + }, + initializeClassElements: function initializeClassElements(F, elements) { + var proto = F.prototype; + ["method", "field"].forEach(function (kind) { + elements.forEach(function (element) { + var placement = element.placement; + + if (element.kind === kind && (placement === "static" || placement === "prototype")) { + var receiver = placement === "static" ? F : proto; + this.defineClassElement(receiver, element); + } + }, this); + }, this); + }, + defineClassElement: function defineClassElement(receiver, element) { + var descriptor = element.descriptor; + + if (element.kind === "field") { + var initializer = element.initializer; + descriptor = { + enumerable: descriptor.enumerable, + writable: descriptor.writable, + configurable: descriptor.configurable, + value: initializer === void 0 ? void 0 : initializer.call(receiver) + }; + } + + Object.defineProperty(receiver, element.key, descriptor); + }, + decorateClass: function decorateClass(elements, decorators) { + var newElements = []; + var finishers = []; + var placements = { + "static": [], + prototype: [], + own: [] + }; + elements.forEach(function (element) { + this.addElementPlacement(element, placements); + }, this); + elements.forEach(function (element) { + if (!_hasDecorators(element)) return newElements.push(element); + var elementFinishersExtras = this.decorateElement(element, placements); + newElements.push(elementFinishersExtras.element); + newElements.push.apply(newElements, elementFinishersExtras.extras); + finishers.push.apply(finishers, elementFinishersExtras.finishers); + }, this); + + if (!decorators) { + return { + elements: newElements, + finishers: finishers + }; + } + + var result = this.decorateConstructor(newElements, decorators); + finishers.push.apply(finishers, result.finishers); + result.finishers = finishers; + return result; + }, + addElementPlacement: function addElementPlacement(element, placements, silent) { + var keys = placements[element.placement]; + + if (!silent && keys.indexOf(element.key) !== -1) { + throw new TypeError("Duplicated element (" + element.key + ")"); + } + + keys.push(element.key); + }, + decorateElement: function decorateElement(element, placements) { + var extras = []; + var finishers = []; + + for (var decorators = element.decorators, i = decorators.length - 1; i >= 0; i--) { + var keys = placements[element.placement]; + keys.splice(keys.indexOf(element.key), 1); + var elementObject = this.fromElementDescriptor(element); + var elementFinisherExtras = this.toElementFinisherExtras((0, decorators[i])(elementObject) || elementObject); + element = elementFinisherExtras.element; + this.addElementPlacement(element, placements); + + if (elementFinisherExtras.finisher) { + finishers.push(elementFinisherExtras.finisher); + } + + var newExtras = elementFinisherExtras.extras; + + if (newExtras) { + for (var j = 0; j < newExtras.length; j++) { + this.addElementPlacement(newExtras[j], placements); + } + + extras.push.apply(extras, newExtras); + } + } + + return { + element: element, + finishers: finishers, + extras: extras + }; + }, + decorateConstructor: function decorateConstructor(elements, decorators) { + var finishers = []; + + for (var i = decorators.length - 1; i >= 0; i--) { + var obj = this.fromClassDescriptor(elements); + var elementsAndFinisher = this.toClassDescriptor((0, decorators[i])(obj) || obj); + + if (elementsAndFinisher.finisher !== undefined) { + finishers.push(elementsAndFinisher.finisher); + } + + if (elementsAndFinisher.elements !== undefined) { + elements = elementsAndFinisher.elements; + + for (var j = 0; j < elements.length - 1; j++) { + for (var k = j + 1; k < elements.length; k++) { + if (elements[j].key === elements[k].key && elements[j].placement === elements[k].placement) { + throw new TypeError("Duplicated element (" + elements[j].key + ")"); + } + } + } + } + } + + return { + elements: elements, + finishers: finishers + }; + }, + fromElementDescriptor: function fromElementDescriptor(element) { + var obj = { + kind: element.kind, + key: element.key, + placement: element.placement, + descriptor: element.descriptor + }; + var desc = { + value: "Descriptor", + configurable: true + }; + Object.defineProperty(obj, Symbol.toStringTag, desc); + if (element.kind === "field") obj.initializer = element.initializer; + return obj; + }, + toElementDescriptors: function toElementDescriptors(elementObjects) { + if (elementObjects === undefined) return; + return toArray(elementObjects).map(function (elementObject) { + var element = this.toElementDescriptor(elementObject); + this.disallowProperty(elementObject, "finisher", "An element descriptor"); + this.disallowProperty(elementObject, "extras", "An element descriptor"); + return element; + }, this); + }, + toElementDescriptor: function toElementDescriptor(elementObject) { + var kind = String(elementObject.kind); + + if (kind !== "method" && kind !== "field") { + throw new TypeError('An element descriptor\'s .kind property must be either "method" or' + ' "field", but a decorator created an element descriptor with' + ' .kind "' + kind + '"'); + } + + var key = toPropertyKey(elementObject.key); + var placement = String(elementObject.placement); + + if (placement !== "static" && placement !== "prototype" && placement !== "own") { + throw new TypeError('An element descriptor\'s .placement property must be one of "static",' + ' "prototype" or "own", but a decorator created an element descriptor' + ' with .placement "' + placement + '"'); + } + + var descriptor = elementObject.descriptor; + this.disallowProperty(elementObject, "elements", "An element descriptor"); + var element = { + kind: kind, + key: key, + placement: placement, + descriptor: Object.assign({}, descriptor) + }; + + if (kind !== "field") { + this.disallowProperty(elementObject, "initializer", "A method descriptor"); + } else { + this.disallowProperty(descriptor, "get", "The property descriptor of a field descriptor"); + this.disallowProperty(descriptor, "set", "The property descriptor of a field descriptor"); + this.disallowProperty(descriptor, "value", "The property descriptor of a field descriptor"); + element.initializer = elementObject.initializer; + } + + return element; + }, + toElementFinisherExtras: function toElementFinisherExtras(elementObject) { + var element = this.toElementDescriptor(elementObject); + + var finisher = _optionalCallableProperty(elementObject, "finisher"); + + var extras = this.toElementDescriptors(elementObject.extras); + return { + element: element, + finisher: finisher, + extras: extras + }; + }, + fromClassDescriptor: function fromClassDescriptor(elements) { + var obj = { + kind: "class", + elements: elements.map(this.fromElementDescriptor, this) + }; + var desc = { + value: "Descriptor", + configurable: true + }; + Object.defineProperty(obj, Symbol.toStringTag, desc); + return obj; + }, + toClassDescriptor: function toClassDescriptor(obj) { + var kind = String(obj.kind); + + if (kind !== "class") { + throw new TypeError('A class descriptor\'s .kind property must be "class", but a decorator' + ' created a class descriptor with .kind "' + kind + '"'); + } + + this.disallowProperty(obj, "key", "A class descriptor"); + this.disallowProperty(obj, "placement", "A class descriptor"); + this.disallowProperty(obj, "descriptor", "A class descriptor"); + this.disallowProperty(obj, "initializer", "A class descriptor"); + this.disallowProperty(obj, "extras", "A class descriptor"); + + var finisher = _optionalCallableProperty(obj, "finisher"); + + var elements = this.toElementDescriptors(obj.elements); + return { + elements: elements, + finisher: finisher + }; + }, + runClassFinishers: function runClassFinishers(constructor, finishers) { + for (var i = 0; i < finishers.length; i++) { + var newConstructor = (0, finishers[i])(constructor); + + if (newConstructor !== undefined) { + if (typeof newConstructor !== "function") { + throw new TypeError("Finishers must return a constructor."); + } + + constructor = newConstructor; + } + } + + return constructor; + }, + disallowProperty: function disallowProperty(obj, name, objectType) { + if (obj[name] !== undefined) { + throw new TypeError(objectType + " can't have a ." + name + " property."); + } + } + }; + return api; +} + +function _createElementDescriptor(def) { + var key = toPropertyKey(def.key); + var descriptor; + + if (def.kind === "method") { + descriptor = { + value: def.value, + writable: true, + configurable: true, + enumerable: false + }; + } else if (def.kind === "get") { + descriptor = { + get: def.value, + configurable: true, + enumerable: false + }; + } else if (def.kind === "set") { + descriptor = { + set: def.value, + configurable: true, + enumerable: false + }; + } else if (def.kind === "field") { + descriptor = { + configurable: true, + writable: true, + enumerable: true + }; + } + + var element = { + kind: def.kind === "field" ? "field" : "method", + key: key, + placement: def["static"] ? "static" : def.kind === "field" ? "own" : "prototype", + descriptor: descriptor + }; + if (def.decorators) element.decorators = def.decorators; + if (def.kind === "field") element.initializer = def.value; + return element; +} + +function _coalesceGetterSetter(element, other) { + if (element.descriptor.get !== undefined) { + other.descriptor.get = element.descriptor.get; + } else { + other.descriptor.set = element.descriptor.set; + } +} + +function _coalesceClassElements(elements) { + var newElements = []; + + var isSameElement = function isSameElement(other) { + return other.kind === "method" && other.key === element.key && other.placement === element.placement; + }; + + for (var i = 0; i < elements.length; i++) { + var element = elements[i]; + var other; + + if (element.kind === "method" && (other = newElements.find(isSameElement))) { + if (_isDataDescriptor(element.descriptor) || _isDataDescriptor(other.descriptor)) { + if (_hasDecorators(element) || _hasDecorators(other)) { + throw new ReferenceError("Duplicated methods (" + element.key + ") can't be decorated."); + } + + other.descriptor = element.descriptor; + } else { + if (_hasDecorators(element)) { + if (_hasDecorators(other)) { + throw new ReferenceError("Decorators can't be placed on different accessors with for " + "the same property (" + element.key + ")."); + } + + other.decorators = element.decorators; + } + + _coalesceGetterSetter(element, other); + } + } else { + newElements.push(element); + } + } + + return newElements; +} + +function _hasDecorators(element) { + return element.decorators && element.decorators.length; +} + +function _isDataDescriptor(desc) { + return desc !== undefined && !(desc.value === undefined && desc.writable === undefined); +} + +function _optionalCallableProperty(obj, name) { + var value = obj[name]; + + if (value !== undefined && typeof value !== "function") { + throw new TypeError("Expected '" + name + "' to be a function"); + } + + return value; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/defaults.js b/node_modules/@babel/runtime/helpers/esm/defaults.js new file mode 100644 index 0000000000..3de1d8ecfe --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/defaults.js @@ -0,0 +1,14 @@ +export default function _defaults(obj, defaults) { + var keys = Object.getOwnPropertyNames(defaults); + + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + var value = Object.getOwnPropertyDescriptor(defaults, key); + + if (value && value.configurable && obj[key] === undefined) { + Object.defineProperty(obj, key, value); + } + } + + return obj; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js b/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js new file mode 100644 index 0000000000..7981acd48f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js @@ -0,0 +1,22 @@ +export default function _defineEnumerableProperties(obj, descs) { + for (var key in descs) { + var desc = descs[key]; + desc.configurable = desc.enumerable = true; + if ("value" in desc) desc.writable = true; + Object.defineProperty(obj, key, desc); + } + + if (Object.getOwnPropertySymbols) { + var objectSymbols = Object.getOwnPropertySymbols(descs); + + for (var i = 0; i < objectSymbols.length; i++) { + var sym = objectSymbols[i]; + var desc = descs[sym]; + desc.configurable = desc.enumerable = true; + if ("value" in desc) desc.writable = true; + Object.defineProperty(obj, sym, desc); + } + } + + return obj; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/defineProperty.js b/node_modules/@babel/runtime/helpers/esm/defineProperty.js new file mode 100644 index 0000000000..7cf6e59fdf --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/defineProperty.js @@ -0,0 +1,14 @@ +export default function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + + return obj; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/extends.js b/node_modules/@babel/runtime/helpers/esm/extends.js new file mode 100644 index 0000000000..b9b138d829 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/extends.js @@ -0,0 +1,17 @@ +export default function _extends() { + _extends = Object.assign || function (target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + + return target; + }; + + return _extends.apply(this, arguments); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/get.js b/node_modules/@babel/runtime/helpers/esm/get.js new file mode 100644 index 0000000000..c228da9dff --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/get.js @@ -0,0 +1,20 @@ +import superPropBase from "@babel/runtime/helpers/esm/superPropBase"; +export default function _get(target, property, receiver) { + if (typeof Reflect !== "undefined" && Reflect.get) { + _get = Reflect.get; + } else { + _get = function _get(target, property, receiver) { + var base = superPropBase(target, property); + if (!base) return; + var desc = Object.getOwnPropertyDescriptor(base, property); + + if (desc.get) { + return desc.get.call(receiver); + } + + return desc.value; + }; + } + + return _get(target, property, receiver || target); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js b/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js new file mode 100644 index 0000000000..5abafe381f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js @@ -0,0 +1,6 @@ +export default function _getPrototypeOf(o) { + _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { + return o.__proto__ || Object.getPrototypeOf(o); + }; + return _getPrototypeOf(o); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/inherits.js b/node_modules/@babel/runtime/helpers/esm/inherits.js new file mode 100644 index 0000000000..8e2a7d6bd6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/inherits.js @@ -0,0 +1,15 @@ +import setPrototypeOf from "@babel/runtime/helpers/esm/setPrototypeOf"; +export default function _inherits(subClass, superClass) { + if (typeof superClass !== "function" && superClass !== null) { + throw new TypeError("Super expression must either be null or a function"); + } + + subClass.prototype = Object.create(superClass && superClass.prototype, { + constructor: { + value: subClass, + writable: true, + configurable: true + } + }); + if (superClass) setPrototypeOf(subClass, superClass); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js b/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js new file mode 100644 index 0000000000..772fd121f6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js @@ -0,0 +1,6 @@ +import setPrototypeOf from "@babel/runtime/helpers/esm/setPrototypeOf"; +export default function _inheritsLoose(subClass, superClass) { + subClass.prototype = Object.create(superClass.prototype); + subClass.prototype.constructor = subClass; + setPrototypeOf(subClass, superClass); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js b/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js new file mode 100644 index 0000000000..26fdea084d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js @@ -0,0 +1,9 @@ +export default function _initializerDefineProperty(target, property, descriptor, context) { + if (!descriptor) return; + Object.defineProperty(target, property, { + enumerable: descriptor.enumerable, + configurable: descriptor.configurable, + writable: descriptor.writable, + value: descriptor.initializer ? descriptor.initializer.call(context) : void 0 + }); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js b/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js new file mode 100644 index 0000000000..30d518cfd6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js @@ -0,0 +1,3 @@ +export default function _initializerWarningHelper(descriptor, context) { + throw new Error('Decorating class property failed. Please ensure that ' + 'proposal-class-properties is enabled and runs after the decorators transform.'); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/instanceof.js b/node_modules/@babel/runtime/helpers/esm/instanceof.js new file mode 100644 index 0000000000..8c43b71787 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/instanceof.js @@ -0,0 +1,7 @@ +export default function _instanceof(left, right) { + if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) { + return !!right[Symbol.hasInstance](left); + } else { + return left instanceof right; + } +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js b/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js new file mode 100644 index 0000000000..c2df7b6414 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js @@ -0,0 +1,5 @@ +export default function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js b/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js new file mode 100644 index 0000000000..2a2ab59cb4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js @@ -0,0 +1,53 @@ +import _typeof from "@babel/runtime/helpers/esm/typeof"; + +function _getRequireWildcardCache() { + if (typeof WeakMap !== "function") return null; + var cache = new WeakMap(); + + _getRequireWildcardCache = function _getRequireWildcardCache() { + return cache; + }; + + return cache; +} + +export default function _interopRequireWildcard(obj) { + if (obj && obj.__esModule) { + return obj; + } + + if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { + return { + "default": obj + }; + } + + var cache = _getRequireWildcardCache(); + + if (cache && cache.has(obj)) { + return cache.get(obj); + } + + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; + } + } + } + + newObj["default"] = obj; + + if (cache) { + cache.set(obj, newObj); + } + + return newObj; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js b/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js new file mode 100644 index 0000000000..7b1bc821f7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js @@ -0,0 +1,3 @@ +export default function _isNativeFunction(fn) { + return Function.toString.call(fn).indexOf("[native code]") !== -1; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js b/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js new file mode 100644 index 0000000000..9829e0fb7a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js @@ -0,0 +1,12 @@ +export default function _isNativeReflectConstruct() { + if (typeof Reflect === "undefined" || !Reflect.construct) return false; + if (Reflect.construct.sham) return false; + if (typeof Proxy === "function") return true; + + try { + Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); + return true; + } catch (e) { + return false; + } +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/iterableToArray.js b/node_modules/@babel/runtime/helpers/esm/iterableToArray.js new file mode 100644 index 0000000000..6cd6ae353c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/iterableToArray.js @@ -0,0 +1,3 @@ +export default function _iterableToArray(iter) { + if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js b/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js new file mode 100644 index 0000000000..6402595d35 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js @@ -0,0 +1,26 @@ +export default function _iterableToArrayLimit(arr, i) { + if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; + var _arr = []; + var _n = true; + var _d = false; + var _e = undefined; + + try { + for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"] != null) _i["return"](); + } finally { + if (_d) throw _e; + } + } + + return _arr; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js b/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js new file mode 100644 index 0000000000..025c0ea5fb --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js @@ -0,0 +1,12 @@ +export default function _iterableToArrayLimitLoose(arr, i) { + if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; + var _arr = []; + + for (var _iterator = arr[Symbol.iterator](), _step; !(_step = _iterator.next()).done;) { + _arr.push(_step.value); + + if (i && _arr.length === i) break; + } + + return _arr; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/jsx.js b/node_modules/@babel/runtime/helpers/esm/jsx.js new file mode 100644 index 0000000000..3a98cec849 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/jsx.js @@ -0,0 +1,46 @@ +var REACT_ELEMENT_TYPE; +export default function _createRawReactElement(type, props, key, children) { + if (!REACT_ELEMENT_TYPE) { + REACT_ELEMENT_TYPE = typeof Symbol === "function" && Symbol["for"] && Symbol["for"]("react.element") || 0xeac7; + } + + var defaultProps = type && type.defaultProps; + var childrenLength = arguments.length - 3; + + if (!props && childrenLength !== 0) { + props = { + children: void 0 + }; + } + + if (childrenLength === 1) { + props.children = children; + } else if (childrenLength > 1) { + var childArray = new Array(childrenLength); + + for (var i = 0; i < childrenLength; i++) { + childArray[i] = arguments[i + 3]; + } + + props.children = childArray; + } + + if (props && defaultProps) { + for (var propName in defaultProps) { + if (props[propName] === void 0) { + props[propName] = defaultProps[propName]; + } + } + } else if (!props) { + props = defaultProps || {}; + } + + return { + $$typeof: REACT_ELEMENT_TYPE, + type: type, + key: key === undefined ? null : '' + key, + ref: null, + props: props, + _owner: null + }; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js b/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js new file mode 100644 index 0000000000..bdea2188a1 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js @@ -0,0 +1,9 @@ +import arrayLikeToArray from "@babel/runtime/helpers/esm/arrayLikeToArray"; +export default function _maybeArrayLike(next, arr, i) { + if (arr && !Array.isArray(arr) && typeof arr.length === "number") { + var len = arr.length; + return arrayLikeToArray(arr, i !== void 0 && i < len ? i : len); + } + + return next(arr, i); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js b/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js new file mode 100644 index 0000000000..d6cd864377 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js @@ -0,0 +1,5 @@ +export default function _newArrowCheck(innerThis, boundThis) { + if (innerThis !== boundThis) { + throw new TypeError("Cannot instantiate an arrow function"); + } +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js b/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js new file mode 100644 index 0000000000..b349d006cd --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js @@ -0,0 +1,3 @@ +export default function _nonIterableRest() { + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js b/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js new file mode 100644 index 0000000000..82d8296142 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js @@ -0,0 +1,3 @@ +export default function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js b/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js new file mode 100644 index 0000000000..82b67d2cba --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js @@ -0,0 +1,3 @@ +export default function _objectDestructuringEmpty(obj) { + if (obj == null) throw new TypeError("Cannot destructure undefined"); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectSpread.js b/node_modules/@babel/runtime/helpers/esm/objectSpread.js new file mode 100644 index 0000000000..88b2a014e3 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectSpread.js @@ -0,0 +1,19 @@ +import defineProperty from "@babel/runtime/helpers/esm/defineProperty"; +export default function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? Object(arguments[i]) : {}; + var ownKeys = Object.keys(source); + + if (typeof Object.getOwnPropertySymbols === 'function') { + ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { + return Object.getOwnPropertyDescriptor(source, sym).enumerable; + })); + } + + ownKeys.forEach(function (key) { + defineProperty(target, key, source[key]); + }); + } + + return target; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectSpread2.js b/node_modules/@babel/runtime/helpers/esm/objectSpread2.js new file mode 100644 index 0000000000..5669da776e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectSpread2.js @@ -0,0 +1,35 @@ +import defineProperty from "@babel/runtime/helpers/esm/defineProperty"; + +function ownKeys(object, enumerableOnly) { + var keys = Object.keys(object); + + if (Object.getOwnPropertySymbols) { + var symbols = Object.getOwnPropertySymbols(object); + if (enumerableOnly) symbols = symbols.filter(function (sym) { + return Object.getOwnPropertyDescriptor(object, sym).enumerable; + }); + keys.push.apply(keys, symbols); + } + + return keys; +} + +export default function _objectSpread2(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + + if (i % 2) { + ownKeys(Object(source), true).forEach(function (key) { + defineProperty(target, key, source[key]); + }); + } else if (Object.getOwnPropertyDescriptors) { + Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); + } else { + ownKeys(Object(source)).forEach(function (key) { + Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); + }); + } + } + + return target; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js b/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js new file mode 100644 index 0000000000..bff7ea9dc8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js @@ -0,0 +1,19 @@ +import objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; +export default function _objectWithoutProperties(source, excluded) { + if (source == null) return {}; + var target = objectWithoutPropertiesLoose(source, excluded); + var key, i; + + if (Object.getOwnPropertySymbols) { + var sourceSymbolKeys = Object.getOwnPropertySymbols(source); + + for (i = 0; i < sourceSymbolKeys.length; i++) { + key = sourceSymbolKeys[i]; + if (excluded.indexOf(key) >= 0) continue; + if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; + target[key] = source[key]; + } + } + + return target; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js b/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js new file mode 100644 index 0000000000..c36815cebe --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js @@ -0,0 +1,14 @@ +export default function _objectWithoutPropertiesLoose(source, excluded) { + if (source == null) return {}; + var target = {}; + var sourceKeys = Object.keys(source); + var key, i; + + for (i = 0; i < sourceKeys.length; i++) { + key = sourceKeys[i]; + if (excluded.indexOf(key) >= 0) continue; + target[key] = source[key]; + } + + return target; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/package.json b/node_modules/@babel/runtime/helpers/esm/package.json new file mode 100644 index 0000000000..aead43de36 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js b/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js new file mode 100644 index 0000000000..88a8ef2c91 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js @@ -0,0 +1,9 @@ +import _typeof from "@babel/runtime/helpers/esm/typeof"; +import assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized"; +export default function _possibleConstructorReturn(self, call) { + if (call && (_typeof(call) === "object" || typeof call === "function")) { + return call; + } + + return assertThisInitialized(self); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/readOnlyError.js b/node_modules/@babel/runtime/helpers/esm/readOnlyError.js new file mode 100644 index 0000000000..166e40e5e7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/readOnlyError.js @@ -0,0 +1,3 @@ +export default function _readOnlyError(name) { + throw new TypeError("\"" + name + "\" is read-only"); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/set.js b/node_modules/@babel/runtime/helpers/esm/set.js new file mode 100644 index 0000000000..c07cc7e931 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/set.js @@ -0,0 +1,51 @@ +import superPropBase from "@babel/runtime/helpers/esm/superPropBase"; +import defineProperty from "@babel/runtime/helpers/esm/defineProperty"; + +function set(target, property, value, receiver) { + if (typeof Reflect !== "undefined" && Reflect.set) { + set = Reflect.set; + } else { + set = function set(target, property, value, receiver) { + var base = superPropBase(target, property); + var desc; + + if (base) { + desc = Object.getOwnPropertyDescriptor(base, property); + + if (desc.set) { + desc.set.call(receiver, value); + return true; + } else if (!desc.writable) { + return false; + } + } + + desc = Object.getOwnPropertyDescriptor(receiver, property); + + if (desc) { + if (!desc.writable) { + return false; + } + + desc.value = value; + Object.defineProperty(receiver, property, desc); + } else { + defineProperty(receiver, property, value); + } + + return true; + }; + } + + return set(target, property, value, receiver); +} + +export default function _set(target, property, value, receiver, isStrict) { + var s = set(target, property, value, receiver || target); + + if (!s && isStrict) { + throw new Error('failed to set property'); + } + + return value; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js b/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js new file mode 100644 index 0000000000..e6ef03e598 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js @@ -0,0 +1,8 @@ +export default function _setPrototypeOf(o, p) { + _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { + o.__proto__ = p; + return o; + }; + + return _setPrototypeOf(o, p); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js b/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js new file mode 100644 index 0000000000..cadd9bb5bf --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js @@ -0,0 +1,7 @@ +export default function _skipFirstGeneratorNext(fn) { + return function () { + var it = fn.apply(this, arguments); + it.next(); + return it; + }; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/slicedToArray.js b/node_modules/@babel/runtime/helpers/esm/slicedToArray.js new file mode 100644 index 0000000000..ee16a28237 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/slicedToArray.js @@ -0,0 +1,7 @@ +import arrayWithHoles from "@babel/runtime/helpers/esm/arrayWithHoles"; +import iterableToArrayLimit from "@babel/runtime/helpers/esm/iterableToArrayLimit"; +import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; +import nonIterableRest from "@babel/runtime/helpers/esm/nonIterableRest"; +export default function _slicedToArray(arr, i) { + return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js b/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js new file mode 100644 index 0000000000..a794b5d7e4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js @@ -0,0 +1,7 @@ +import arrayWithHoles from "@babel/runtime/helpers/esm/arrayWithHoles"; +import iterableToArrayLimitLoose from "@babel/runtime/helpers/esm/iterableToArrayLimitLoose"; +import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; +import nonIterableRest from "@babel/runtime/helpers/esm/nonIterableRest"; +export default function _slicedToArrayLoose(arr, i) { + return arrayWithHoles(arr) || iterableToArrayLimitLoose(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/superPropBase.js b/node_modules/@babel/runtime/helpers/esm/superPropBase.js new file mode 100644 index 0000000000..cff405fe5f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/superPropBase.js @@ -0,0 +1,9 @@ +import getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf"; +export default function _superPropBase(object, property) { + while (!Object.prototype.hasOwnProperty.call(object, property)) { + object = getPrototypeOf(object); + if (object === null) break; + } + + return object; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js b/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js new file mode 100644 index 0000000000..421f18abde --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js @@ -0,0 +1,11 @@ +export default function _taggedTemplateLiteral(strings, raw) { + if (!raw) { + raw = strings.slice(0); + } + + return Object.freeze(Object.defineProperties(strings, { + raw: { + value: Object.freeze(raw) + } + })); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js b/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js new file mode 100644 index 0000000000..c8f081e9ee --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js @@ -0,0 +1,8 @@ +export default function _taggedTemplateLiteralLoose(strings, raw) { + if (!raw) { + raw = strings.slice(0); + } + + strings.raw = raw; + return strings; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/tdz.js b/node_modules/@babel/runtime/helpers/esm/tdz.js new file mode 100644 index 0000000000..d5d0adc8a6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/tdz.js @@ -0,0 +1,3 @@ +export default function _tdzError(name) { + throw new ReferenceError(name + " is not defined - temporal dead zone"); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/temporalRef.js b/node_modules/@babel/runtime/helpers/esm/temporalRef.js new file mode 100644 index 0000000000..335b47aac9 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/temporalRef.js @@ -0,0 +1,5 @@ +import undef from "@babel/runtime/helpers/esm/temporalUndefined"; +import err from "@babel/runtime/helpers/esm/tdz"; +export default function _temporalRef(val, name) { + return val === undef ? err(name) : val; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js b/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js new file mode 100644 index 0000000000..1a35717342 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js @@ -0,0 +1 @@ +export default function _temporalUndefined() {} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toArray.js b/node_modules/@babel/runtime/helpers/esm/toArray.js new file mode 100644 index 0000000000..871eda8a3b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toArray.js @@ -0,0 +1,7 @@ +import arrayWithHoles from "@babel/runtime/helpers/esm/arrayWithHoles"; +import iterableToArray from "@babel/runtime/helpers/esm/iterableToArray"; +import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; +import nonIterableRest from "@babel/runtime/helpers/esm/nonIterableRest"; +export default function _toArray(arr) { + return arrayWithHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableRest(); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js b/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js new file mode 100644 index 0000000000..b5ef5c97d5 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js @@ -0,0 +1,7 @@ +import arrayWithoutHoles from "@babel/runtime/helpers/esm/arrayWithoutHoles"; +import iterableToArray from "@babel/runtime/helpers/esm/iterableToArray"; +import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; +import nonIterableSpread from "@babel/runtime/helpers/esm/nonIterableSpread"; +export default function _toConsumableArray(arr) { + return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toPrimitive.js b/node_modules/@babel/runtime/helpers/esm/toPrimitive.js new file mode 100644 index 0000000000..7b37ab9b00 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toPrimitive.js @@ -0,0 +1,13 @@ +import _typeof from "@babel/runtime/helpers/esm/typeof"; +export default function _toPrimitive(input, hint) { + if (_typeof(input) !== "object" || input === null) return input; + var prim = input[Symbol.toPrimitive]; + + if (prim !== undefined) { + var res = prim.call(input, hint || "default"); + if (_typeof(res) !== "object") return res; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + + return (hint === "string" ? String : Number)(input); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js b/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js new file mode 100644 index 0000000000..c0ab594185 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js @@ -0,0 +1,6 @@ +import _typeof from "@babel/runtime/helpers/esm/typeof"; +import toPrimitive from "@babel/runtime/helpers/esm/toPrimitive"; +export default function _toPropertyKey(arg) { + var key = toPrimitive(arg, "string"); + return _typeof(key) === "symbol" ? key : String(key); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/typeof.js b/node_modules/@babel/runtime/helpers/esm/typeof.js new file mode 100644 index 0000000000..eb444f73d8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/typeof.js @@ -0,0 +1,15 @@ +export default function _typeof(obj) { + "@babel/helpers - typeof"; + + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + _typeof = function _typeof(obj) { + return typeof obj; + }; + } else { + _typeof = function _typeof(obj) { + return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; + }; + } + + return _typeof(obj); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js b/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js new file mode 100644 index 0000000000..2de9ecf90b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js @@ -0,0 +1,9 @@ +import arrayLikeToArray from "@babel/runtime/helpers/esm/arrayLikeToArray"; +export default function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js b/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js new file mode 100644 index 0000000000..ece5d70f29 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js @@ -0,0 +1,6 @@ +import AsyncGenerator from "@babel/runtime/helpers/esm/AsyncGenerator"; +export default function _wrapAsyncGenerator(fn) { + return function () { + return new AsyncGenerator(fn.apply(this, arguments)); + }; +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js b/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js new file mode 100644 index 0000000000..e982d48736 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js @@ -0,0 +1,37 @@ +import getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf"; +import setPrototypeOf from "@babel/runtime/helpers/esm/setPrototypeOf"; +import isNativeFunction from "@babel/runtime/helpers/esm/isNativeFunction"; +import construct from "@babel/runtime/helpers/esm/construct"; +export default function _wrapNativeSuper(Class) { + var _cache = typeof Map === "function" ? new Map() : undefined; + + _wrapNativeSuper = function _wrapNativeSuper(Class) { + if (Class === null || !isNativeFunction(Class)) return Class; + + if (typeof Class !== "function") { + throw new TypeError("Super expression must either be null or a function"); + } + + if (typeof _cache !== "undefined") { + if (_cache.has(Class)) return _cache.get(Class); + + _cache.set(Class, Wrapper); + } + + function Wrapper() { + return construct(Class, arguments, getPrototypeOf(this).constructor); + } + + Wrapper.prototype = Object.create(Class.prototype, { + constructor: { + value: Wrapper, + enumerable: false, + writable: true, + configurable: true + } + }); + return setPrototypeOf(Wrapper, Class); + }; + + return _wrapNativeSuper(Class); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js b/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js new file mode 100644 index 0000000000..6ad3604be7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js @@ -0,0 +1,69 @@ +import _typeof from "@babel/runtime/helpers/esm/typeof"; +import wrapNativeSuper from "@babel/runtime/helpers/esm/wrapNativeSuper"; +import getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf"; +import possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn"; +import inherits from "@babel/runtime/helpers/esm/inherits"; +export default function _wrapRegExp(re, groups) { + _wrapRegExp = function _wrapRegExp(re, groups) { + return new BabelRegExp(re, undefined, groups); + }; + + var _RegExp = wrapNativeSuper(RegExp); + + var _super = RegExp.prototype; + + var _groups = new WeakMap(); + + function BabelRegExp(re, flags, groups) { + var _this = _RegExp.call(this, re, flags); + + _groups.set(_this, groups || _groups.get(re)); + + return _this; + } + + inherits(BabelRegExp, _RegExp); + + BabelRegExp.prototype.exec = function (str) { + var result = _super.exec.call(this, str); + + if (result) result.groups = buildGroups(result, this); + return result; + }; + + BabelRegExp.prototype[Symbol.replace] = function (str, substitution) { + if (typeof substitution === "string") { + var groups = _groups.get(this); + + return _super[Symbol.replace].call(this, str, substitution.replace(/\$<([^>]+)>/g, function (_, name) { + return "$" + groups[name]; + })); + } else if (typeof substitution === "function") { + var _this = this; + + return _super[Symbol.replace].call(this, str, function () { + var args = []; + args.push.apply(args, arguments); + + if (_typeof(args[args.length - 1]) !== "object") { + args.push(buildGroups(args, _this)); + } + + return substitution.apply(this, args); + }); + } else { + return _super[Symbol.replace].call(this, str, substitution); + } + }; + + function buildGroups(result, re) { + var g = _groups.get(re); + + return Object.keys(g).reduce(function (groups, name) { + groups[name] = result[g[name]]; + return groups; + }, Object.create(null)); + } + + return _wrapRegExp.apply(this, arguments); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js b/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js new file mode 100644 index 0000000000..9170bd45d8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js @@ -0,0 +1,3 @@ +export default function _writeOnlyError(name) { + throw new TypeError("\"" + name + "\" is write-only"); +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/extends.js b/node_modules/@babel/runtime/helpers/extends.js new file mode 100644 index 0000000000..1816877e21 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/extends.js @@ -0,0 +1,19 @@ +function _extends() { + module.exports = _extends = Object.assign || function (target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + + return target; + }; + + return _extends.apply(this, arguments); +} + +module.exports = _extends; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/get.js b/node_modules/@babel/runtime/helpers/get.js new file mode 100644 index 0000000000..31ffc656cb --- /dev/null +++ b/node_modules/@babel/runtime/helpers/get.js @@ -0,0 +1,23 @@ +var superPropBase = require("./superPropBase"); + +function _get(target, property, receiver) { + if (typeof Reflect !== "undefined" && Reflect.get) { + module.exports = _get = Reflect.get; + } else { + module.exports = _get = function _get(target, property, receiver) { + var base = superPropBase(target, property); + if (!base) return; + var desc = Object.getOwnPropertyDescriptor(base, property); + + if (desc.get) { + return desc.get.call(receiver); + } + + return desc.value; + }; + } + + return _get(target, property, receiver || target); +} + +module.exports = _get; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/getPrototypeOf.js b/node_modules/@babel/runtime/helpers/getPrototypeOf.js new file mode 100644 index 0000000000..5fc9a169c8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/getPrototypeOf.js @@ -0,0 +1,8 @@ +function _getPrototypeOf(o) { + module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { + return o.__proto__ || Object.getPrototypeOf(o); + }; + return _getPrototypeOf(o); +} + +module.exports = _getPrototypeOf; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/inherits.js b/node_modules/@babel/runtime/helpers/inherits.js new file mode 100644 index 0000000000..6b4f286d0f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/inherits.js @@ -0,0 +1,18 @@ +var setPrototypeOf = require("./setPrototypeOf"); + +function _inherits(subClass, superClass) { + if (typeof superClass !== "function" && superClass !== null) { + throw new TypeError("Super expression must either be null or a function"); + } + + subClass.prototype = Object.create(superClass && superClass.prototype, { + constructor: { + value: subClass, + writable: true, + configurable: true + } + }); + if (superClass) setPrototypeOf(subClass, superClass); +} + +module.exports = _inherits; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/inheritsLoose.js b/node_modules/@babel/runtime/helpers/inheritsLoose.js new file mode 100644 index 0000000000..4c0d93f95a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/inheritsLoose.js @@ -0,0 +1,9 @@ +var setPrototypeOf = require("./setPrototypeOf"); + +function _inheritsLoose(subClass, superClass) { + subClass.prototype = Object.create(superClass.prototype); + subClass.prototype.constructor = subClass; + setPrototypeOf(subClass, superClass); +} + +module.exports = _inheritsLoose; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/initializerDefineProperty.js b/node_modules/@babel/runtime/helpers/initializerDefineProperty.js new file mode 100644 index 0000000000..4caa5ca605 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/initializerDefineProperty.js @@ -0,0 +1,11 @@ +function _initializerDefineProperty(target, property, descriptor, context) { + if (!descriptor) return; + Object.defineProperty(target, property, { + enumerable: descriptor.enumerable, + configurable: descriptor.configurable, + writable: descriptor.writable, + value: descriptor.initializer ? descriptor.initializer.call(context) : void 0 + }); +} + +module.exports = _initializerDefineProperty; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/initializerWarningHelper.js b/node_modules/@babel/runtime/helpers/initializerWarningHelper.js new file mode 100644 index 0000000000..50ec82cd49 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/initializerWarningHelper.js @@ -0,0 +1,5 @@ +function _initializerWarningHelper(descriptor, context) { + throw new Error('Decorating class property failed. Please ensure that ' + 'proposal-class-properties is enabled and runs after the decorators transform.'); +} + +module.exports = _initializerWarningHelper; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/instanceof.js b/node_modules/@babel/runtime/helpers/instanceof.js new file mode 100644 index 0000000000..efe134c135 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/instanceof.js @@ -0,0 +1,9 @@ +function _instanceof(left, right) { + if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) { + return !!right[Symbol.hasInstance](left); + } else { + return left instanceof right; + } +} + +module.exports = _instanceof; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/interopRequireDefault.js b/node_modules/@babel/runtime/helpers/interopRequireDefault.js new file mode 100644 index 0000000000..f713d130bf --- /dev/null +++ b/node_modules/@babel/runtime/helpers/interopRequireDefault.js @@ -0,0 +1,7 @@ +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} + +module.exports = _interopRequireDefault; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/interopRequireWildcard.js b/node_modules/@babel/runtime/helpers/interopRequireWildcard.js new file mode 100644 index 0000000000..90209ad1ee --- /dev/null +++ b/node_modules/@babel/runtime/helpers/interopRequireWildcard.js @@ -0,0 +1,55 @@ +var _typeof = require("@babel/runtime/helpers/typeof"); + +function _getRequireWildcardCache() { + if (typeof WeakMap !== "function") return null; + var cache = new WeakMap(); + + _getRequireWildcardCache = function _getRequireWildcardCache() { + return cache; + }; + + return cache; +} + +function _interopRequireWildcard(obj) { + if (obj && obj.__esModule) { + return obj; + } + + if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { + return { + "default": obj + }; + } + + var cache = _getRequireWildcardCache(); + + if (cache && cache.has(obj)) { + return cache.get(obj); + } + + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; + } + } + } + + newObj["default"] = obj; + + if (cache) { + cache.set(obj, newObj); + } + + return newObj; +} + +module.exports = _interopRequireWildcard; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/isNativeFunction.js b/node_modules/@babel/runtime/helpers/isNativeFunction.js new file mode 100644 index 0000000000..e2dc3ed7b4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/isNativeFunction.js @@ -0,0 +1,5 @@ +function _isNativeFunction(fn) { + return Function.toString.call(fn).indexOf("[native code]") !== -1; +} + +module.exports = _isNativeFunction; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js b/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js new file mode 100644 index 0000000000..4dc5853ea8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js @@ -0,0 +1,14 @@ +function _isNativeReflectConstruct() { + if (typeof Reflect === "undefined" || !Reflect.construct) return false; + if (Reflect.construct.sham) return false; + if (typeof Proxy === "function") return true; + + try { + Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); + return true; + } catch (e) { + return false; + } +} + +module.exports = _isNativeReflectConstruct; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/iterableToArray.js b/node_modules/@babel/runtime/helpers/iterableToArray.js new file mode 100644 index 0000000000..954244b9fe --- /dev/null +++ b/node_modules/@babel/runtime/helpers/iterableToArray.js @@ -0,0 +1,5 @@ +function _iterableToArray(iter) { + if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); +} + +module.exports = _iterableToArray; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js b/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js new file mode 100644 index 0000000000..548e6393aa --- /dev/null +++ b/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js @@ -0,0 +1,28 @@ +function _iterableToArrayLimit(arr, i) { + if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; + var _arr = []; + var _n = true; + var _d = false; + var _e = undefined; + + try { + for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"] != null) _i["return"](); + } finally { + if (_d) throw _e; + } + } + + return _arr; +} + +module.exports = _iterableToArrayLimit; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js b/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js new file mode 100644 index 0000000000..e1a959f4c7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js @@ -0,0 +1,14 @@ +function _iterableToArrayLimitLoose(arr, i) { + if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; + var _arr = []; + + for (var _iterator = arr[Symbol.iterator](), _step; !(_step = _iterator.next()).done;) { + _arr.push(_step.value); + + if (i && _arr.length === i) break; + } + + return _arr; +} + +module.exports = _iterableToArrayLimitLoose; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/jsx.js b/node_modules/@babel/runtime/helpers/jsx.js new file mode 100644 index 0000000000..4b1ee5496d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/jsx.js @@ -0,0 +1,49 @@ +var REACT_ELEMENT_TYPE; + +function _createRawReactElement(type, props, key, children) { + if (!REACT_ELEMENT_TYPE) { + REACT_ELEMENT_TYPE = typeof Symbol === "function" && Symbol["for"] && Symbol["for"]("react.element") || 0xeac7; + } + + var defaultProps = type && type.defaultProps; + var childrenLength = arguments.length - 3; + + if (!props && childrenLength !== 0) { + props = { + children: void 0 + }; + } + + if (childrenLength === 1) { + props.children = children; + } else if (childrenLength > 1) { + var childArray = new Array(childrenLength); + + for (var i = 0; i < childrenLength; i++) { + childArray[i] = arguments[i + 3]; + } + + props.children = childArray; + } + + if (props && defaultProps) { + for (var propName in defaultProps) { + if (props[propName] === void 0) { + props[propName] = defaultProps[propName]; + } + } + } else if (!props) { + props = defaultProps || {}; + } + + return { + $$typeof: REACT_ELEMENT_TYPE, + type: type, + key: key === undefined ? null : '' + key, + ref: null, + props: props, + _owner: null + }; +} + +module.exports = _createRawReactElement; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/maybeArrayLike.js b/node_modules/@babel/runtime/helpers/maybeArrayLike.js new file mode 100644 index 0000000000..0a09c43506 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/maybeArrayLike.js @@ -0,0 +1,12 @@ +var arrayLikeToArray = require("./arrayLikeToArray"); + +function _maybeArrayLike(next, arr, i) { + if (arr && !Array.isArray(arr) && typeof arr.length === "number") { + var len = arr.length; + return arrayLikeToArray(arr, i !== void 0 && i < len ? i : len); + } + + return next(arr, i); +} + +module.exports = _maybeArrayLike; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/newArrowCheck.js b/node_modules/@babel/runtime/helpers/newArrowCheck.js new file mode 100644 index 0000000000..9b59f58c87 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/newArrowCheck.js @@ -0,0 +1,7 @@ +function _newArrowCheck(innerThis, boundThis) { + if (innerThis !== boundThis) { + throw new TypeError("Cannot instantiate an arrow function"); + } +} + +module.exports = _newArrowCheck; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/nonIterableRest.js b/node_modules/@babel/runtime/helpers/nonIterableRest.js new file mode 100644 index 0000000000..5b3a52eeda --- /dev/null +++ b/node_modules/@babel/runtime/helpers/nonIterableRest.js @@ -0,0 +1,5 @@ +function _nonIterableRest() { + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} + +module.exports = _nonIterableRest; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/nonIterableSpread.js b/node_modules/@babel/runtime/helpers/nonIterableSpread.js new file mode 100644 index 0000000000..65457a224b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/nonIterableSpread.js @@ -0,0 +1,5 @@ +function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} + +module.exports = _nonIterableSpread; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js b/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js new file mode 100644 index 0000000000..1d5c04a716 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js @@ -0,0 +1,5 @@ +function _objectDestructuringEmpty(obj) { + if (obj == null) throw new TypeError("Cannot destructure undefined"); +} + +module.exports = _objectDestructuringEmpty; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectSpread.js b/node_modules/@babel/runtime/helpers/objectSpread.js new file mode 100644 index 0000000000..ad8036e30a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectSpread.js @@ -0,0 +1,22 @@ +var defineProperty = require("./defineProperty"); + +function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? Object(arguments[i]) : {}; + var ownKeys = Object.keys(source); + + if (typeof Object.getOwnPropertySymbols === 'function') { + ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { + return Object.getOwnPropertyDescriptor(source, sym).enumerable; + })); + } + + ownKeys.forEach(function (key) { + defineProperty(target, key, source[key]); + }); + } + + return target; +} + +module.exports = _objectSpread; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectSpread2.js b/node_modules/@babel/runtime/helpers/objectSpread2.js new file mode 100644 index 0000000000..f067f3ec20 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectSpread2.js @@ -0,0 +1,37 @@ +var defineProperty = require("./defineProperty"); + +function ownKeys(object, enumerableOnly) { + var keys = Object.keys(object); + + if (Object.getOwnPropertySymbols) { + var symbols = Object.getOwnPropertySymbols(object); + if (enumerableOnly) symbols = symbols.filter(function (sym) { + return Object.getOwnPropertyDescriptor(object, sym).enumerable; + }); + keys.push.apply(keys, symbols); + } + + return keys; +} + +function _objectSpread2(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + + if (i % 2) { + ownKeys(Object(source), true).forEach(function (key) { + defineProperty(target, key, source[key]); + }); + } else if (Object.getOwnPropertyDescriptors) { + Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); + } else { + ownKeys(Object(source)).forEach(function (key) { + Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); + }); + } + } + + return target; +} + +module.exports = _objectSpread2; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectWithoutProperties.js b/node_modules/@babel/runtime/helpers/objectWithoutProperties.js new file mode 100644 index 0000000000..253d33c95b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectWithoutProperties.js @@ -0,0 +1,22 @@ +var objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose"); + +function _objectWithoutProperties(source, excluded) { + if (source == null) return {}; + var target = objectWithoutPropertiesLoose(source, excluded); + var key, i; + + if (Object.getOwnPropertySymbols) { + var sourceSymbolKeys = Object.getOwnPropertySymbols(source); + + for (i = 0; i < sourceSymbolKeys.length; i++) { + key = sourceSymbolKeys[i]; + if (excluded.indexOf(key) >= 0) continue; + if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; + target[key] = source[key]; + } + } + + return target; +} + +module.exports = _objectWithoutProperties; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js b/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js new file mode 100644 index 0000000000..a58c56b002 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js @@ -0,0 +1,16 @@ +function _objectWithoutPropertiesLoose(source, excluded) { + if (source == null) return {}; + var target = {}; + var sourceKeys = Object.keys(source); + var key, i; + + for (i = 0; i < sourceKeys.length; i++) { + key = sourceKeys[i]; + if (excluded.indexOf(key) >= 0) continue; + target[key] = source[key]; + } + + return target; +} + +module.exports = _objectWithoutPropertiesLoose; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js b/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js new file mode 100644 index 0000000000..7262929ffb --- /dev/null +++ b/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js @@ -0,0 +1,13 @@ +var _typeof = require("@babel/runtime/helpers/typeof"); + +var assertThisInitialized = require("./assertThisInitialized"); + +function _possibleConstructorReturn(self, call) { + if (call && (_typeof(call) === "object" || typeof call === "function")) { + return call; + } + + return assertThisInitialized(self); +} + +module.exports = _possibleConstructorReturn; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/readOnlyError.js b/node_modules/@babel/runtime/helpers/readOnlyError.js new file mode 100644 index 0000000000..9888f6dc63 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/readOnlyError.js @@ -0,0 +1,5 @@ +function _readOnlyError(name) { + throw new TypeError("\"" + name + "\" is read-only"); +} + +module.exports = _readOnlyError; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/set.js b/node_modules/@babel/runtime/helpers/set.js new file mode 100644 index 0000000000..97fa8c3575 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/set.js @@ -0,0 +1,54 @@ +var superPropBase = require("./superPropBase"); + +var defineProperty = require("./defineProperty"); + +function set(target, property, value, receiver) { + if (typeof Reflect !== "undefined" && Reflect.set) { + set = Reflect.set; + } else { + set = function set(target, property, value, receiver) { + var base = superPropBase(target, property); + var desc; + + if (base) { + desc = Object.getOwnPropertyDescriptor(base, property); + + if (desc.set) { + desc.set.call(receiver, value); + return true; + } else if (!desc.writable) { + return false; + } + } + + desc = Object.getOwnPropertyDescriptor(receiver, property); + + if (desc) { + if (!desc.writable) { + return false; + } + + desc.value = value; + Object.defineProperty(receiver, property, desc); + } else { + defineProperty(receiver, property, value); + } + + return true; + }; + } + + return set(target, property, value, receiver); +} + +function _set(target, property, value, receiver, isStrict) { + var s = set(target, property, value, receiver || target); + + if (!s && isStrict) { + throw new Error('failed to set property'); + } + + return value; +} + +module.exports = _set; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/setPrototypeOf.js b/node_modules/@babel/runtime/helpers/setPrototypeOf.js new file mode 100644 index 0000000000..d86e2fc345 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/setPrototypeOf.js @@ -0,0 +1,10 @@ +function _setPrototypeOf(o, p) { + module.exports = _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { + o.__proto__ = p; + return o; + }; + + return _setPrototypeOf(o, p); +} + +module.exports = _setPrototypeOf; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js b/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js new file mode 100644 index 0000000000..e1d6c86bf0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js @@ -0,0 +1,9 @@ +function _skipFirstGeneratorNext(fn) { + return function () { + var it = fn.apply(this, arguments); + it.next(); + return it; + }; +} + +module.exports = _skipFirstGeneratorNext; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/slicedToArray.js b/node_modules/@babel/runtime/helpers/slicedToArray.js new file mode 100644 index 0000000000..4255ab9831 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/slicedToArray.js @@ -0,0 +1,13 @@ +var arrayWithHoles = require("./arrayWithHoles"); + +var iterableToArrayLimit = require("./iterableToArrayLimit"); + +var unsupportedIterableToArray = require("./unsupportedIterableToArray"); + +var nonIterableRest = require("./nonIterableRest"); + +function _slicedToArray(arr, i) { + return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); +} + +module.exports = _slicedToArray; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js b/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js new file mode 100644 index 0000000000..7304013354 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js @@ -0,0 +1,13 @@ +var arrayWithHoles = require("./arrayWithHoles"); + +var iterableToArrayLimitLoose = require("./iterableToArrayLimitLoose"); + +var unsupportedIterableToArray = require("./unsupportedIterableToArray"); + +var nonIterableRest = require("./nonIterableRest"); + +function _slicedToArrayLoose(arr, i) { + return arrayWithHoles(arr) || iterableToArrayLimitLoose(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); +} + +module.exports = _slicedToArrayLoose; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/superPropBase.js b/node_modules/@babel/runtime/helpers/superPropBase.js new file mode 100644 index 0000000000..bbb34a2d11 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/superPropBase.js @@ -0,0 +1,12 @@ +var getPrototypeOf = require("./getPrototypeOf"); + +function _superPropBase(object, property) { + while (!Object.prototype.hasOwnProperty.call(object, property)) { + object = getPrototypeOf(object); + if (object === null) break; + } + + return object; +} + +module.exports = _superPropBase; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js b/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js new file mode 100644 index 0000000000..bdcc1e9d65 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js @@ -0,0 +1,13 @@ +function _taggedTemplateLiteral(strings, raw) { + if (!raw) { + raw = strings.slice(0); + } + + return Object.freeze(Object.defineProperties(strings, { + raw: { + value: Object.freeze(raw) + } + })); +} + +module.exports = _taggedTemplateLiteral; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js b/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js new file mode 100644 index 0000000000..beced54185 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js @@ -0,0 +1,10 @@ +function _taggedTemplateLiteralLoose(strings, raw) { + if (!raw) { + raw = strings.slice(0); + } + + strings.raw = raw; + return strings; +} + +module.exports = _taggedTemplateLiteralLoose; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/tdz.js b/node_modules/@babel/runtime/helpers/tdz.js new file mode 100644 index 0000000000..6075e8d39c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/tdz.js @@ -0,0 +1,5 @@ +function _tdzError(name) { + throw new ReferenceError(name + " is not defined - temporal dead zone"); +} + +module.exports = _tdzError; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/temporalRef.js b/node_modules/@babel/runtime/helpers/temporalRef.js new file mode 100644 index 0000000000..8aa5e5e58d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/temporalRef.js @@ -0,0 +1,9 @@ +var temporalUndefined = require("./temporalUndefined"); + +var tdz = require("./tdz"); + +function _temporalRef(val, name) { + return val === temporalUndefined ? tdz(name) : val; +} + +module.exports = _temporalRef; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/temporalUndefined.js b/node_modules/@babel/runtime/helpers/temporalUndefined.js new file mode 100644 index 0000000000..416d9b3a52 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/temporalUndefined.js @@ -0,0 +1,3 @@ +function _temporalUndefined() {} + +module.exports = _temporalUndefined; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toArray.js b/node_modules/@babel/runtime/helpers/toArray.js new file mode 100644 index 0000000000..f113822988 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toArray.js @@ -0,0 +1,13 @@ +var arrayWithHoles = require("./arrayWithHoles"); + +var iterableToArray = require("./iterableToArray"); + +var unsupportedIterableToArray = require("./unsupportedIterableToArray"); + +var nonIterableRest = require("./nonIterableRest"); + +function _toArray(arr) { + return arrayWithHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableRest(); +} + +module.exports = _toArray; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toConsumableArray.js b/node_modules/@babel/runtime/helpers/toConsumableArray.js new file mode 100644 index 0000000000..ec51d2ec88 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toConsumableArray.js @@ -0,0 +1,13 @@ +var arrayWithoutHoles = require("./arrayWithoutHoles"); + +var iterableToArray = require("./iterableToArray"); + +var unsupportedIterableToArray = require("./unsupportedIterableToArray"); + +var nonIterableSpread = require("./nonIterableSpread"); + +function _toConsumableArray(arr) { + return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); +} + +module.exports = _toConsumableArray; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toPrimitive.js b/node_modules/@babel/runtime/helpers/toPrimitive.js new file mode 100644 index 0000000000..436137d13b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toPrimitive.js @@ -0,0 +1,16 @@ +var _typeof = require("@babel/runtime/helpers/typeof"); + +function _toPrimitive(input, hint) { + if (_typeof(input) !== "object" || input === null) return input; + var prim = input[Symbol.toPrimitive]; + + if (prim !== undefined) { + var res = prim.call(input, hint || "default"); + if (_typeof(res) !== "object") return res; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + + return (hint === "string" ? String : Number)(input); +} + +module.exports = _toPrimitive; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toPropertyKey.js b/node_modules/@babel/runtime/helpers/toPropertyKey.js new file mode 100644 index 0000000000..fe042a9544 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toPropertyKey.js @@ -0,0 +1,10 @@ +var _typeof = require("@babel/runtime/helpers/typeof"); + +var toPrimitive = require("./toPrimitive"); + +function _toPropertyKey(arg) { + var key = toPrimitive(arg, "string"); + return _typeof(key) === "symbol" ? key : String(key); +} + +module.exports = _toPropertyKey; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/typeof.js b/node_modules/@babel/runtime/helpers/typeof.js new file mode 100644 index 0000000000..cad12330ae --- /dev/null +++ b/node_modules/@babel/runtime/helpers/typeof.js @@ -0,0 +1,17 @@ +function _typeof(obj) { + "@babel/helpers - typeof"; + + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + module.exports = _typeof = function _typeof(obj) { + return typeof obj; + }; + } else { + module.exports = _typeof = function _typeof(obj) { + return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; + }; + } + + return _typeof(obj); +} + +module.exports = _typeof; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js b/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js new file mode 100644 index 0000000000..3d3e12aab0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js @@ -0,0 +1,12 @@ +var arrayLikeToArray = require("./arrayLikeToArray"); + +function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); +} + +module.exports = _unsupportedIterableToArray; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js b/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js new file mode 100644 index 0000000000..11554f3d02 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js @@ -0,0 +1,9 @@ +var AsyncGenerator = require("./AsyncGenerator"); + +function _wrapAsyncGenerator(fn) { + return function () { + return new AsyncGenerator(fn.apply(this, arguments)); + }; +} + +module.exports = _wrapAsyncGenerator; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/wrapNativeSuper.js b/node_modules/@babel/runtime/helpers/wrapNativeSuper.js new file mode 100644 index 0000000000..3d4bd7a0a2 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/wrapNativeSuper.js @@ -0,0 +1,43 @@ +var getPrototypeOf = require("./getPrototypeOf"); + +var setPrototypeOf = require("./setPrototypeOf"); + +var isNativeFunction = require("./isNativeFunction"); + +var construct = require("./construct"); + +function _wrapNativeSuper(Class) { + var _cache = typeof Map === "function" ? new Map() : undefined; + + module.exports = _wrapNativeSuper = function _wrapNativeSuper(Class) { + if (Class === null || !isNativeFunction(Class)) return Class; + + if (typeof Class !== "function") { + throw new TypeError("Super expression must either be null or a function"); + } + + if (typeof _cache !== "undefined") { + if (_cache.has(Class)) return _cache.get(Class); + + _cache.set(Class, Wrapper); + } + + function Wrapper() { + return construct(Class, arguments, getPrototypeOf(this).constructor); + } + + Wrapper.prototype = Object.create(Class.prototype, { + constructor: { + value: Wrapper, + enumerable: false, + writable: true, + configurable: true + } + }); + return setPrototypeOf(Wrapper, Class); + }; + + return _wrapNativeSuper(Class); +} + +module.exports = _wrapNativeSuper; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/wrapRegExp.js b/node_modules/@babel/runtime/helpers/wrapRegExp.js new file mode 100644 index 0000000000..75ed826a45 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/wrapRegExp.js @@ -0,0 +1,76 @@ +var _typeof = require("@babel/runtime/helpers/typeof"); + +var wrapNativeSuper = require("./wrapNativeSuper"); + +var getPrototypeOf = require("./getPrototypeOf"); + +var possibleConstructorReturn = require("./possibleConstructorReturn"); + +var inherits = require("./inherits"); + +function _wrapRegExp(re, groups) { + module.exports = _wrapRegExp = function _wrapRegExp(re, groups) { + return new BabelRegExp(re, undefined, groups); + }; + + var _RegExp = wrapNativeSuper(RegExp); + + var _super = RegExp.prototype; + + var _groups = new WeakMap(); + + function BabelRegExp(re, flags, groups) { + var _this = _RegExp.call(this, re, flags); + + _groups.set(_this, groups || _groups.get(re)); + + return _this; + } + + inherits(BabelRegExp, _RegExp); + + BabelRegExp.prototype.exec = function (str) { + var result = _super.exec.call(this, str); + + if (result) result.groups = buildGroups(result, this); + return result; + }; + + BabelRegExp.prototype[Symbol.replace] = function (str, substitution) { + if (typeof substitution === "string") { + var groups = _groups.get(this); + + return _super[Symbol.replace].call(this, str, substitution.replace(/\$<([^>]+)>/g, function (_, name) { + return "$" + groups[name]; + })); + } else if (typeof substitution === "function") { + var _this = this; + + return _super[Symbol.replace].call(this, str, function () { + var args = []; + args.push.apply(args, arguments); + + if (_typeof(args[args.length - 1]) !== "object") { + args.push(buildGroups(args, _this)); + } + + return substitution.apply(this, args); + }); + } else { + return _super[Symbol.replace].call(this, str, substitution); + } + }; + + function buildGroups(result, re) { + var g = _groups.get(re); + + return Object.keys(g).reduce(function (groups, name) { + groups[name] = result[g[name]]; + return groups; + }, Object.create(null)); + } + + return _wrapRegExp.apply(this, arguments); +} + +module.exports = _wrapRegExp; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/writeOnlyError.js b/node_modules/@babel/runtime/helpers/writeOnlyError.js new file mode 100644 index 0000000000..a499a8e899 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/writeOnlyError.js @@ -0,0 +1,5 @@ +function _writeOnlyError(name) { + throw new TypeError("\"" + name + "\" is write-only"); +} + +module.exports = _writeOnlyError; \ No newline at end of file diff --git a/node_modules/@babel/runtime/package.json b/node_modules/@babel/runtime/package.json new file mode 100644 index 0000000000..e5168face6 --- /dev/null +++ b/node_modules/@babel/runtime/package.json @@ -0,0 +1,234 @@ +{ + "_from": "@babel/runtime@^7.4.4", + "_id": "@babel/runtime@7.12.13", + "_inBundle": false, + "_integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", + "_location": "/@babel/runtime", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "@babel/runtime@^7.4.4", + "name": "@babel/runtime", + "escapedName": "@babel%2fruntime", + "scope": "@babel", + "rawSpec": "^7.4.4", + "saveSpec": null, + "fetchSpec": "^7.4.4" + }, + "_requiredBy": [ + "/@material-ui/core", + "/@material-ui/styles", + "/@material-ui/system", + "/@material-ui/utils", + "/css-vendor", + "/dom-helpers", + "/jss", + "/jss-plugin-camel-case", + "/jss-plugin-default-unit", + "/jss-plugin-global", + "/jss-plugin-nested", + "/jss-plugin-props-sort", + "/jss-plugin-rule-value-function", + "/jss-plugin-vendor-prefixer", + "/react-transition-group" + ], + "_resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "_shasum": "0a21452352b02542db0ffb928ac2d3ca7cb6d66d", + "_spec": "@babel/runtime@^7.4.4", + "_where": "/Users/saeedkhan/git/React-Github-User-Card/node_modules/@material-ui/core", + "author": { + "name": "Sebastian McKenzie", + "email": "sebmck@gmail.com" + }, + "bugs": { + "url": "https://github.com/babel/babel/issues" + }, + "bundleDependencies": false, + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "deprecated": false, + "description": "babel's modular runtime helpers", + "exports": { + "./helpers/": "./helpers/", + "./helpers/typeof": "./helpers/typeof.js", + "./helpers/jsx": "./helpers/jsx.js", + "./helpers/asyncIterator": "./helpers/asyncIterator.js", + "./helpers/AwaitValue": "./helpers/AwaitValue.js", + "./helpers/AsyncGenerator": "./helpers/AsyncGenerator.js", + "./helpers/wrapAsyncGenerator": "./helpers/wrapAsyncGenerator.js", + "./helpers/awaitAsyncGenerator": "./helpers/awaitAsyncGenerator.js", + "./helpers/asyncGeneratorDelegate": "./helpers/asyncGeneratorDelegate.js", + "./helpers/asyncToGenerator": "./helpers/asyncToGenerator.js", + "./helpers/classCallCheck": "./helpers/classCallCheck.js", + "./helpers/createClass": "./helpers/createClass.js", + "./helpers/defineEnumerableProperties": "./helpers/defineEnumerableProperties.js", + "./helpers/defaults": "./helpers/defaults.js", + "./helpers/defineProperty": "./helpers/defineProperty.js", + "./helpers/extends": "./helpers/extends.js", + "./helpers/objectSpread": "./helpers/objectSpread.js", + "./helpers/objectSpread2": "./helpers/objectSpread2.js", + "./helpers/inherits": "./helpers/inherits.js", + "./helpers/inheritsLoose": "./helpers/inheritsLoose.js", + "./helpers/getPrototypeOf": "./helpers/getPrototypeOf.js", + "./helpers/setPrototypeOf": "./helpers/setPrototypeOf.js", + "./helpers/isNativeReflectConstruct": "./helpers/isNativeReflectConstruct.js", + "./helpers/construct": "./helpers/construct.js", + "./helpers/isNativeFunction": "./helpers/isNativeFunction.js", + "./helpers/wrapNativeSuper": "./helpers/wrapNativeSuper.js", + "./helpers/instanceof": "./helpers/instanceof.js", + "./helpers/interopRequireDefault": "./helpers/interopRequireDefault.js", + "./helpers/interopRequireWildcard": "./helpers/interopRequireWildcard.js", + "./helpers/newArrowCheck": "./helpers/newArrowCheck.js", + "./helpers/objectDestructuringEmpty": "./helpers/objectDestructuringEmpty.js", + "./helpers/objectWithoutPropertiesLoose": "./helpers/objectWithoutPropertiesLoose.js", + "./helpers/objectWithoutProperties": "./helpers/objectWithoutProperties.js", + "./helpers/assertThisInitialized": "./helpers/assertThisInitialized.js", + "./helpers/possibleConstructorReturn": "./helpers/possibleConstructorReturn.js", + "./helpers/createSuper": "./helpers/createSuper.js", + "./helpers/superPropBase": "./helpers/superPropBase.js", + "./helpers/get": "./helpers/get.js", + "./helpers/set": "./helpers/set.js", + "./helpers/taggedTemplateLiteral": "./helpers/taggedTemplateLiteral.js", + "./helpers/taggedTemplateLiteralLoose": "./helpers/taggedTemplateLiteralLoose.js", + "./helpers/readOnlyError": "./helpers/readOnlyError.js", + "./helpers/writeOnlyError": "./helpers/writeOnlyError.js", + "./helpers/classNameTDZError": "./helpers/classNameTDZError.js", + "./helpers/temporalUndefined": "./helpers/temporalUndefined.js", + "./helpers/tdz": "./helpers/tdz.js", + "./helpers/temporalRef": "./helpers/temporalRef.js", + "./helpers/slicedToArray": "./helpers/slicedToArray.js", + "./helpers/slicedToArrayLoose": "./helpers/slicedToArrayLoose.js", + "./helpers/toArray": "./helpers/toArray.js", + "./helpers/toConsumableArray": "./helpers/toConsumableArray.js", + "./helpers/arrayWithoutHoles": "./helpers/arrayWithoutHoles.js", + "./helpers/arrayWithHoles": "./helpers/arrayWithHoles.js", + "./helpers/maybeArrayLike": "./helpers/maybeArrayLike.js", + "./helpers/iterableToArray": "./helpers/iterableToArray.js", + "./helpers/iterableToArrayLimit": "./helpers/iterableToArrayLimit.js", + "./helpers/iterableToArrayLimitLoose": "./helpers/iterableToArrayLimitLoose.js", + "./helpers/unsupportedIterableToArray": "./helpers/unsupportedIterableToArray.js", + "./helpers/arrayLikeToArray": "./helpers/arrayLikeToArray.js", + "./helpers/nonIterableSpread": "./helpers/nonIterableSpread.js", + "./helpers/nonIterableRest": "./helpers/nonIterableRest.js", + "./helpers/createForOfIteratorHelper": "./helpers/createForOfIteratorHelper.js", + "./helpers/createForOfIteratorHelperLoose": "./helpers/createForOfIteratorHelperLoose.js", + "./helpers/skipFirstGeneratorNext": "./helpers/skipFirstGeneratorNext.js", + "./helpers/toPrimitive": "./helpers/toPrimitive.js", + "./helpers/toPropertyKey": "./helpers/toPropertyKey.js", + "./helpers/initializerWarningHelper": "./helpers/initializerWarningHelper.js", + "./helpers/initializerDefineProperty": "./helpers/initializerDefineProperty.js", + "./helpers/applyDecoratedDescriptor": "./helpers/applyDecoratedDescriptor.js", + "./helpers/classPrivateFieldLooseKey": "./helpers/classPrivateFieldLooseKey.js", + "./helpers/classPrivateFieldLooseBase": "./helpers/classPrivateFieldLooseBase.js", + "./helpers/classPrivateFieldGet": "./helpers/classPrivateFieldGet.js", + "./helpers/classPrivateFieldSet": "./helpers/classPrivateFieldSet.js", + "./helpers/classPrivateFieldDestructureSet": "./helpers/classPrivateFieldDestructureSet.js", + "./helpers/classStaticPrivateFieldSpecGet": "./helpers/classStaticPrivateFieldSpecGet.js", + "./helpers/classStaticPrivateFieldSpecSet": "./helpers/classStaticPrivateFieldSpecSet.js", + "./helpers/classStaticPrivateMethodGet": "./helpers/classStaticPrivateMethodGet.js", + "./helpers/classStaticPrivateMethodSet": "./helpers/classStaticPrivateMethodSet.js", + "./helpers/decorate": "./helpers/decorate.js", + "./helpers/classPrivateMethodGet": "./helpers/classPrivateMethodGet.js", + "./helpers/classPrivateMethodSet": "./helpers/classPrivateMethodSet.js", + "./helpers/wrapRegExp": "./helpers/wrapRegExp.js", + "./helpers/esm/typeof": "./helpers/esm/typeof.js", + "./helpers/esm/jsx": "./helpers/esm/jsx.js", + "./helpers/esm/asyncIterator": "./helpers/esm/asyncIterator.js", + "./helpers/esm/AwaitValue": "./helpers/esm/AwaitValue.js", + "./helpers/esm/AsyncGenerator": "./helpers/esm/AsyncGenerator.js", + "./helpers/esm/wrapAsyncGenerator": "./helpers/esm/wrapAsyncGenerator.js", + "./helpers/esm/awaitAsyncGenerator": "./helpers/esm/awaitAsyncGenerator.js", + "./helpers/esm/asyncGeneratorDelegate": "./helpers/esm/asyncGeneratorDelegate.js", + "./helpers/esm/asyncToGenerator": "./helpers/esm/asyncToGenerator.js", + "./helpers/esm/classCallCheck": "./helpers/esm/classCallCheck.js", + "./helpers/esm/createClass": "./helpers/esm/createClass.js", + "./helpers/esm/defineEnumerableProperties": "./helpers/esm/defineEnumerableProperties.js", + "./helpers/esm/defaults": "./helpers/esm/defaults.js", + "./helpers/esm/defineProperty": "./helpers/esm/defineProperty.js", + "./helpers/esm/extends": "./helpers/esm/extends.js", + "./helpers/esm/objectSpread": "./helpers/esm/objectSpread.js", + "./helpers/esm/objectSpread2": "./helpers/esm/objectSpread2.js", + "./helpers/esm/inherits": "./helpers/esm/inherits.js", + "./helpers/esm/inheritsLoose": "./helpers/esm/inheritsLoose.js", + "./helpers/esm/getPrototypeOf": "./helpers/esm/getPrototypeOf.js", + "./helpers/esm/setPrototypeOf": "./helpers/esm/setPrototypeOf.js", + "./helpers/esm/isNativeReflectConstruct": "./helpers/esm/isNativeReflectConstruct.js", + "./helpers/esm/construct": "./helpers/esm/construct.js", + "./helpers/esm/isNativeFunction": "./helpers/esm/isNativeFunction.js", + "./helpers/esm/wrapNativeSuper": "./helpers/esm/wrapNativeSuper.js", + "./helpers/esm/instanceof": "./helpers/esm/instanceof.js", + "./helpers/esm/interopRequireDefault": "./helpers/esm/interopRequireDefault.js", + "./helpers/esm/interopRequireWildcard": "./helpers/esm/interopRequireWildcard.js", + "./helpers/esm/newArrowCheck": "./helpers/esm/newArrowCheck.js", + "./helpers/esm/objectDestructuringEmpty": "./helpers/esm/objectDestructuringEmpty.js", + "./helpers/esm/objectWithoutPropertiesLoose": "./helpers/esm/objectWithoutPropertiesLoose.js", + "./helpers/esm/objectWithoutProperties": "./helpers/esm/objectWithoutProperties.js", + "./helpers/esm/assertThisInitialized": "./helpers/esm/assertThisInitialized.js", + "./helpers/esm/possibleConstructorReturn": "./helpers/esm/possibleConstructorReturn.js", + "./helpers/esm/createSuper": "./helpers/esm/createSuper.js", + "./helpers/esm/superPropBase": "./helpers/esm/superPropBase.js", + "./helpers/esm/get": "./helpers/esm/get.js", + "./helpers/esm/set": "./helpers/esm/set.js", + "./helpers/esm/taggedTemplateLiteral": "./helpers/esm/taggedTemplateLiteral.js", + "./helpers/esm/taggedTemplateLiteralLoose": "./helpers/esm/taggedTemplateLiteralLoose.js", + "./helpers/esm/readOnlyError": "./helpers/esm/readOnlyError.js", + "./helpers/esm/writeOnlyError": "./helpers/esm/writeOnlyError.js", + "./helpers/esm/classNameTDZError": "./helpers/esm/classNameTDZError.js", + "./helpers/esm/temporalUndefined": "./helpers/esm/temporalUndefined.js", + "./helpers/esm/tdz": "./helpers/esm/tdz.js", + "./helpers/esm/temporalRef": "./helpers/esm/temporalRef.js", + "./helpers/esm/slicedToArray": "./helpers/esm/slicedToArray.js", + "./helpers/esm/slicedToArrayLoose": "./helpers/esm/slicedToArrayLoose.js", + "./helpers/esm/toArray": "./helpers/esm/toArray.js", + "./helpers/esm/toConsumableArray": "./helpers/esm/toConsumableArray.js", + "./helpers/esm/arrayWithoutHoles": "./helpers/esm/arrayWithoutHoles.js", + "./helpers/esm/arrayWithHoles": "./helpers/esm/arrayWithHoles.js", + "./helpers/esm/maybeArrayLike": "./helpers/esm/maybeArrayLike.js", + "./helpers/esm/iterableToArray": "./helpers/esm/iterableToArray.js", + "./helpers/esm/iterableToArrayLimit": "./helpers/esm/iterableToArrayLimit.js", + "./helpers/esm/iterableToArrayLimitLoose": "./helpers/esm/iterableToArrayLimitLoose.js", + "./helpers/esm/unsupportedIterableToArray": "./helpers/esm/unsupportedIterableToArray.js", + "./helpers/esm/arrayLikeToArray": "./helpers/esm/arrayLikeToArray.js", + "./helpers/esm/nonIterableSpread": "./helpers/esm/nonIterableSpread.js", + "./helpers/esm/nonIterableRest": "./helpers/esm/nonIterableRest.js", + "./helpers/esm/createForOfIteratorHelper": "./helpers/esm/createForOfIteratorHelper.js", + "./helpers/esm/createForOfIteratorHelperLoose": "./helpers/esm/createForOfIteratorHelperLoose.js", + "./helpers/esm/skipFirstGeneratorNext": "./helpers/esm/skipFirstGeneratorNext.js", + "./helpers/esm/toPrimitive": "./helpers/esm/toPrimitive.js", + "./helpers/esm/toPropertyKey": "./helpers/esm/toPropertyKey.js", + "./helpers/esm/initializerWarningHelper": "./helpers/esm/initializerWarningHelper.js", + "./helpers/esm/initializerDefineProperty": "./helpers/esm/initializerDefineProperty.js", + "./helpers/esm/applyDecoratedDescriptor": "./helpers/esm/applyDecoratedDescriptor.js", + "./helpers/esm/classPrivateFieldLooseKey": "./helpers/esm/classPrivateFieldLooseKey.js", + "./helpers/esm/classPrivateFieldLooseBase": "./helpers/esm/classPrivateFieldLooseBase.js", + "./helpers/esm/classPrivateFieldGet": "./helpers/esm/classPrivateFieldGet.js", + "./helpers/esm/classPrivateFieldSet": "./helpers/esm/classPrivateFieldSet.js", + "./helpers/esm/classPrivateFieldDestructureSet": "./helpers/esm/classPrivateFieldDestructureSet.js", + "./helpers/esm/classStaticPrivateFieldSpecGet": "./helpers/esm/classStaticPrivateFieldSpecGet.js", + "./helpers/esm/classStaticPrivateFieldSpecSet": "./helpers/esm/classStaticPrivateFieldSpecSet.js", + "./helpers/esm/classStaticPrivateMethodGet": "./helpers/esm/classStaticPrivateMethodGet.js", + "./helpers/esm/classStaticPrivateMethodSet": "./helpers/esm/classStaticPrivateMethodSet.js", + "./helpers/esm/decorate": "./helpers/esm/decorate.js", + "./helpers/esm/classPrivateMethodGet": "./helpers/esm/classPrivateMethodGet.js", + "./helpers/esm/classPrivateMethodSet": "./helpers/esm/classPrivateMethodSet.js", + "./helpers/esm/wrapRegExp": "./helpers/esm/wrapRegExp.js", + "./package": "./package.json", + "./package.json": "./package.json", + "./regenerator": "./regenerator/index.js", + "./regenerator/": "./regenerator/" + }, + "homepage": "https://babel.dev/docs/en/next/babel-runtime", + "license": "MIT", + "name": "@babel/runtime", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/babel/babel.git", + "directory": "packages/babel-runtime" + }, + "version": "7.12.13" +} diff --git a/node_modules/@babel/runtime/regenerator/index.js b/node_modules/@babel/runtime/regenerator/index.js new file mode 100644 index 0000000000..9fd4158a6d --- /dev/null +++ b/node_modules/@babel/runtime/regenerator/index.js @@ -0,0 +1 @@ +module.exports = require("regenerator-runtime"); diff --git a/node_modules/@emotion/hash/CHANGELOG.md b/node_modules/@emotion/hash/CHANGELOG.md new file mode 100644 index 0000000000..562e812f04 --- /dev/null +++ b/node_modules/@emotion/hash/CHANGELOG.md @@ -0,0 +1,25 @@ +# @emotion/hash + +## 0.8.0 + +### Minor Changes + +- [`446e756`](https://github.com/emotion-js/emotion/commit/446e75661c4aa01e51d1466472a212940c19cd82) [#1775](https://github.com/emotion-js/emotion/pull/1775) Thanks [@kripod](https://github.com/kripod)! - Optimized hashing for performance while also reducing the size of the function. + +## 0.7.4 + +### Patch Changes + +- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file + +## 0.7.3 + +### Patch Changes + +- [c81c0033](https://github.com/emotion-js/emotion/commit/c81c0033c490210077da0e9c3f9fa1a22fcd9c96) [#1503](https://github.com/emotion-js/emotion/pull/1503) Thanks [@Andarist](https://github.com/Andarist)! - Add TS types to util packages - hash, memoize & weak-memoize + +## 0.7.2 + +### Patch Changes + +- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pull/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool diff --git a/node_modules/@emotion/hash/LICENSE b/node_modules/@emotion/hash/LICENSE new file mode 100644 index 0000000000..56e808dea1 --- /dev/null +++ b/node_modules/@emotion/hash/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Emotion team and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/@emotion/hash/README.md b/node_modules/@emotion/hash/README.md new file mode 100644 index 0000000000..1a0693affa --- /dev/null +++ b/node_modules/@emotion/hash/README.md @@ -0,0 +1,11 @@ +# @emotion/hash + +> A MurmurHash2 implementation + +```jsx +import hash from '@emotion/hash' + +hash('some-string') // 12fj1d +``` + +The source of this is from https://github.com/garycourt/murmurhash-js/blob/master/murmurhash2_gc.js. diff --git a/node_modules/@emotion/hash/dist/hash.browser.cjs.js b/node_modules/@emotion/hash/dist/hash.browser.cjs.js new file mode 100644 index 0000000000..5389645071 --- /dev/null +++ b/node_modules/@emotion/hash/dist/hash.browser.cjs.js @@ -0,0 +1,59 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +/* eslint-disable */ +// Inspired by https://github.com/garycourt/murmurhash-js +// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86 +function murmur2(str) { + // 'm' and 'r' are mixing constants generated offline. + // They're not really 'magic', they just happen to work well. + // const m = 0x5bd1e995; + // const r = 24; + // Initialize the hash + var h = 0; // Mix 4 bytes at a time into the hash + + var k, + i = 0, + len = str.length; + + for (; len >= 4; ++i, len -= 4) { + k = str.charCodeAt(i) & 0xff | (str.charCodeAt(++i) & 0xff) << 8 | (str.charCodeAt(++i) & 0xff) << 16 | (str.charCodeAt(++i) & 0xff) << 24; + k = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16); + k ^= + /* k >>> r: */ + k >>> 24; + h = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16) ^ + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + } // Handle the last few bytes of the input array + + + switch (len) { + case 3: + h ^= (str.charCodeAt(i + 2) & 0xff) << 16; + + case 2: + h ^= (str.charCodeAt(i + 1) & 0xff) << 8; + + case 1: + h ^= str.charCodeAt(i) & 0xff; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + } // Do a few final mixes of the hash to ensure the last few + // bytes are well-incorporated. + + + h ^= h >>> 13; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + return ((h ^ h >>> 15) >>> 0).toString(36); +} + +exports.default = murmur2; diff --git a/node_modules/@emotion/hash/dist/hash.browser.esm.js b/node_modules/@emotion/hash/dist/hash.browser.esm.js new file mode 100644 index 0000000000..c1c6eb324b --- /dev/null +++ b/node_modules/@emotion/hash/dist/hash.browser.esm.js @@ -0,0 +1,55 @@ +/* eslint-disable */ +// Inspired by https://github.com/garycourt/murmurhash-js +// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86 +function murmur2(str) { + // 'm' and 'r' are mixing constants generated offline. + // They're not really 'magic', they just happen to work well. + // const m = 0x5bd1e995; + // const r = 24; + // Initialize the hash + var h = 0; // Mix 4 bytes at a time into the hash + + var k, + i = 0, + len = str.length; + + for (; len >= 4; ++i, len -= 4) { + k = str.charCodeAt(i) & 0xff | (str.charCodeAt(++i) & 0xff) << 8 | (str.charCodeAt(++i) & 0xff) << 16 | (str.charCodeAt(++i) & 0xff) << 24; + k = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16); + k ^= + /* k >>> r: */ + k >>> 24; + h = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16) ^ + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + } // Handle the last few bytes of the input array + + + switch (len) { + case 3: + h ^= (str.charCodeAt(i + 2) & 0xff) << 16; + + case 2: + h ^= (str.charCodeAt(i + 1) & 0xff) << 8; + + case 1: + h ^= str.charCodeAt(i) & 0xff; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + } // Do a few final mixes of the hash to ensure the last few + // bytes are well-incorporated. + + + h ^= h >>> 13; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + return ((h ^ h >>> 15) >>> 0).toString(36); +} + +export default murmur2; diff --git a/node_modules/@emotion/hash/dist/hash.cjs.dev.js b/node_modules/@emotion/hash/dist/hash.cjs.dev.js new file mode 100644 index 0000000000..5389645071 --- /dev/null +++ b/node_modules/@emotion/hash/dist/hash.cjs.dev.js @@ -0,0 +1,59 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +/* eslint-disable */ +// Inspired by https://github.com/garycourt/murmurhash-js +// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86 +function murmur2(str) { + // 'm' and 'r' are mixing constants generated offline. + // They're not really 'magic', they just happen to work well. + // const m = 0x5bd1e995; + // const r = 24; + // Initialize the hash + var h = 0; // Mix 4 bytes at a time into the hash + + var k, + i = 0, + len = str.length; + + for (; len >= 4; ++i, len -= 4) { + k = str.charCodeAt(i) & 0xff | (str.charCodeAt(++i) & 0xff) << 8 | (str.charCodeAt(++i) & 0xff) << 16 | (str.charCodeAt(++i) & 0xff) << 24; + k = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16); + k ^= + /* k >>> r: */ + k >>> 24; + h = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16) ^ + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + } // Handle the last few bytes of the input array + + + switch (len) { + case 3: + h ^= (str.charCodeAt(i + 2) & 0xff) << 16; + + case 2: + h ^= (str.charCodeAt(i + 1) & 0xff) << 8; + + case 1: + h ^= str.charCodeAt(i) & 0xff; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + } // Do a few final mixes of the hash to ensure the last few + // bytes are well-incorporated. + + + h ^= h >>> 13; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + return ((h ^ h >>> 15) >>> 0).toString(36); +} + +exports.default = murmur2; diff --git a/node_modules/@emotion/hash/dist/hash.cjs.js b/node_modules/@emotion/hash/dist/hash.cjs.js new file mode 100644 index 0000000000..3b823b54dc --- /dev/null +++ b/node_modules/@emotion/hash/dist/hash.cjs.js @@ -0,0 +1,7 @@ +'use strict'; + +if (process.env.NODE_ENV === "production") { + module.exports = require("./hash.cjs.prod.js"); +} else { + module.exports = require("./hash.cjs.dev.js"); +} diff --git a/node_modules/@emotion/hash/dist/hash.cjs.js.flow b/node_modules/@emotion/hash/dist/hash.cjs.js.flow new file mode 100644 index 0000000000..7188963710 --- /dev/null +++ b/node_modules/@emotion/hash/dist/hash.cjs.js.flow @@ -0,0 +1,3 @@ +// @flow +export * from "../src/index.js"; +export { default } from "../src/index.js"; diff --git a/node_modules/@emotion/hash/dist/hash.cjs.prod.js b/node_modules/@emotion/hash/dist/hash.cjs.prod.js new file mode 100644 index 0000000000..8a685a30b6 --- /dev/null +++ b/node_modules/@emotion/hash/dist/hash.cjs.prod.js @@ -0,0 +1,21 @@ +"use strict"; + +function murmur2(str) { + for (var k, h = 0, i = 0, len = str.length; len >= 4; ++i, len -= 4) k = 1540483477 * (65535 & (k = 255 & str.charCodeAt(i) | (255 & str.charCodeAt(++i)) << 8 | (255 & str.charCodeAt(++i)) << 16 | (255 & str.charCodeAt(++i)) << 24)) + (59797 * (k >>> 16) << 16), + h = 1540483477 * (65535 & (k ^= k >>> 24)) + (59797 * (k >>> 16) << 16) ^ 1540483477 * (65535 & h) + (59797 * (h >>> 16) << 16); + switch (len) { + case 3: + h ^= (255 & str.charCodeAt(i + 2)) << 16; + + case 2: + h ^= (255 & str.charCodeAt(i + 1)) << 8; + + case 1: + h = 1540483477 * (65535 & (h ^= 255 & str.charCodeAt(i))) + (59797 * (h >>> 16) << 16); + } + return (((h = 1540483477 * (65535 & (h ^= h >>> 13)) + (59797 * (h >>> 16) << 16)) ^ h >>> 15) >>> 0).toString(36); +} + +Object.defineProperty(exports, "__esModule", { + value: !0 +}), exports.default = murmur2; diff --git a/node_modules/@emotion/hash/dist/hash.esm.js b/node_modules/@emotion/hash/dist/hash.esm.js new file mode 100644 index 0000000000..c1c6eb324b --- /dev/null +++ b/node_modules/@emotion/hash/dist/hash.esm.js @@ -0,0 +1,55 @@ +/* eslint-disable */ +// Inspired by https://github.com/garycourt/murmurhash-js +// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86 +function murmur2(str) { + // 'm' and 'r' are mixing constants generated offline. + // They're not really 'magic', they just happen to work well. + // const m = 0x5bd1e995; + // const r = 24; + // Initialize the hash + var h = 0; // Mix 4 bytes at a time into the hash + + var k, + i = 0, + len = str.length; + + for (; len >= 4; ++i, len -= 4) { + k = str.charCodeAt(i) & 0xff | (str.charCodeAt(++i) & 0xff) << 8 | (str.charCodeAt(++i) & 0xff) << 16 | (str.charCodeAt(++i) & 0xff) << 24; + k = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16); + k ^= + /* k >>> r: */ + k >>> 24; + h = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16) ^ + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + } // Handle the last few bytes of the input array + + + switch (len) { + case 3: + h ^= (str.charCodeAt(i + 2) & 0xff) << 16; + + case 2: + h ^= (str.charCodeAt(i + 1) & 0xff) << 8; + + case 1: + h ^= str.charCodeAt(i) & 0xff; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + } // Do a few final mixes of the hash to ensure the last few + // bytes are well-incorporated. + + + h ^= h >>> 13; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16); + return ((h ^ h >>> 15) >>> 0).toString(36); +} + +export default murmur2; diff --git a/node_modules/@emotion/hash/package.json b/node_modules/@emotion/hash/package.json new file mode 100644 index 0000000000..8a176e8aa3 --- /dev/null +++ b/node_modules/@emotion/hash/package.json @@ -0,0 +1,57 @@ +{ + "_from": "@emotion/hash@^0.8.0", + "_id": "@emotion/hash@0.8.0", + "_inBundle": false, + "_integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==", + "_location": "/@emotion/hash", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "@emotion/hash@^0.8.0", + "name": "@emotion/hash", + "escapedName": "@emotion%2fhash", + "scope": "@emotion", + "rawSpec": "^0.8.0", + "saveSpec": null, + "fetchSpec": "^0.8.0" + }, + "_requiredBy": [ + "/@material-ui/styles" + ], + "_resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", + "_shasum": "bbbff68978fefdbe68ccb533bc8cbe1d1afb5413", + "_spec": "@emotion/hash@^0.8.0", + "_where": "/Users/saeedkhan/git/React-Github-User-Card/node_modules/@material-ui/styles", + "browser": { + "./dist/hash.cjs.js": "./dist/hash.browser.cjs.js", + "./dist/hash.esm.js": "./dist/hash.browser.esm.js" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "A MurmurHash2 implementation", + "devDependencies": { + "dtslint": "^0.3.0" + }, + "files": [ + "src", + "dist", + "types" + ], + "license": "MIT", + "main": "dist/hash.cjs.js", + "module": "dist/hash.esm.js", + "name": "@emotion/hash", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/emotion-js/emotion/tree/master/packages/hash" + }, + "scripts": { + "test:typescript": "dtslint types" + }, + "types": "types/index.d.ts", + "version": "0.8.0" +} diff --git a/node_modules/@emotion/hash/src/index.js b/node_modules/@emotion/hash/src/index.js new file mode 100644 index 0000000000..23ca179456 --- /dev/null +++ b/node_modules/@emotion/hash/src/index.js @@ -0,0 +1,64 @@ +// @flow +/* eslint-disable */ +// Inspired by https://github.com/garycourt/murmurhash-js +// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86 + +export default function murmur2(str: string) { + // 'm' and 'r' are mixing constants generated offline. + // They're not really 'magic', they just happen to work well. + + // const m = 0x5bd1e995; + // const r = 24; + + // Initialize the hash + + var h = 0; + + // Mix 4 bytes at a time into the hash + + var k, + i = 0, + len = str.length; + for (; len >= 4; ++i, len -= 4) { + k = + (str.charCodeAt(i) & 0xff) | + ((str.charCodeAt(++i) & 0xff) << 8) | + ((str.charCodeAt(++i) & 0xff) << 16) | + ((str.charCodeAt(++i) & 0xff) << 24); + + k = + /* Math.imul(k, m): */ + (k & 0xffff) * 0x5bd1e995 + (((k >>> 16) * 0xe995) << 16); + k ^= /* k >>> r: */ k >>> 24; + + h = + /* Math.imul(k, m): */ + ((k & 0xffff) * 0x5bd1e995 + (((k >>> 16) * 0xe995) << 16)) ^ + /* Math.imul(h, m): */ + ((h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0xe995) << 16)); + } + + // Handle the last few bytes of the input array + + switch (len) { + case 3: + h ^= (str.charCodeAt(i + 2) & 0xff) << 16; + case 2: + h ^= (str.charCodeAt(i + 1) & 0xff) << 8; + case 1: + h ^= str.charCodeAt(i) & 0xff; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0xe995) << 16); + } + + // Do a few final mixes of the hash to ensure the last few + // bytes are well-incorporated. + + h ^= h >>> 13; + h = + /* Math.imul(h, m): */ + (h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0xe995) << 16); + + return ((h ^ (h >>> 15)) >>> 0).toString(36); +} diff --git a/node_modules/@emotion/hash/types/index.d.ts b/node_modules/@emotion/hash/types/index.d.ts new file mode 100644 index 0000000000..872aa0beff --- /dev/null +++ b/node_modules/@emotion/hash/types/index.d.ts @@ -0,0 +1 @@ +export default function murmurhash2_32_gc(str: string): string diff --git a/node_modules/@emotion/hash/types/tests.ts b/node_modules/@emotion/hash/types/tests.ts new file mode 100644 index 0000000000..fe6444e8a5 --- /dev/null +++ b/node_modules/@emotion/hash/types/tests.ts @@ -0,0 +1,15 @@ +import hash from '@emotion/hash' + +// $ExpectType string +hash('color: hotpink;') + +// $ExpectError +hash() +// $ExpectError +const hashed2: number = hash('color: hotpink;') +// $ExpectError +hash(42) +// $ExpectError +hash({}) +// $ExpectError +hash('color: hotpink;', 'background-color: #fff;') diff --git a/node_modules/@emotion/hash/types/tsconfig.json b/node_modules/@emotion/hash/types/tsconfig.json new file mode 100644 index 0000000000..9ff7ed2897 --- /dev/null +++ b/node_modules/@emotion/hash/types/tsconfig.json @@ -0,0 +1,26 @@ +{ + "compilerOptions": { + "baseUrl": "../", + "forceConsistentCasingInFileNames": true, + "lib": [ + "es6", + "dom" + ], + "module": "commonjs", + "noEmit": true, + "noImplicitAny": true, + "noImplicitThis": true, + "strict": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "target": "es5", + "typeRoots": [ + "../" + ], + "types": [] + }, + "include": [ + "./*.ts", + "./*.tsx" + ] +} diff --git a/node_modules/@emotion/hash/types/tslint.json b/node_modules/@emotion/hash/types/tslint.json new file mode 100644 index 0000000000..b9706ef702 --- /dev/null +++ b/node_modules/@emotion/hash/types/tslint.json @@ -0,0 +1,25 @@ +{ + "extends": "dtslint/dtslint.json", + "rules": { + "array-type": [ + true, + "generic" + ], + "import-spacing": false, + "semicolon": false, + "whitespace": [ + true, + "check-branch", + "check-decl", + "check-operator", + "check-module", + "check-rest-spread", + "check-type", + "check-typecast", + "check-type-operator", + "check-preblock" + ], + + "no-unnecessary-generics": false + } +} diff --git a/node_modules/@material-ui/core/Accordion/Accordion.d.ts b/node_modules/@material-ui/core/Accordion/Accordion.d.ts new file mode 100644 index 0000000000..d541d1b716 --- /dev/null +++ b/node_modules/@material-ui/core/Accordion/Accordion.d.ts @@ -0,0 +1,57 @@ +import * as React from 'react'; +import { StandardProps } from '..'; +import { TransitionProps } from '../transitions/transition'; +import { PaperProps } from '../Paper'; + +export interface AccordionProps extends StandardProps { + /** + * The content of the accordion. + */ + children: NonNullable; + /** + * If `true`, expands the accordion by default. + */ + defaultExpanded?: boolean; + /** + * If `true`, the accordion will be displayed in a disabled state. + */ + disabled?: boolean; + /** + * If `true`, expands the accordion, otherwise collapse it. + * Setting this prop enables control over the accordion. + */ + expanded?: boolean; + /** + * Callback fired when the expand/collapse state is changed. + * + * @param {object} event The event source of the callback. + * @param {boolean} expanded The `expanded` state of the accordion. + */ + onChange?: (event: React.ChangeEvent<{}>, expanded: boolean) => void; + /** + * The component used for the collapse effect. + * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component. + */ + TransitionComponent?: React.ComponentType< + TransitionProps & { children?: React.ReactElement } + >; + /** + * Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element. + */ + TransitionProps?: TransitionProps; +} + +export type AccordionClassKey = 'root' | 'rounded' | 'expanded' | 'disabled'; + +/** + * + * Demos: + * + * - [Accordion](https://material-ui.com/components/accordion/) + * + * API: + * + * - [Accordion API](https://material-ui.com/api/accordion/) + * - inherits [Paper API](https://material-ui.com/api/paper/) + */ +export default function Accordion(props: AccordionProps): JSX.Element; diff --git a/node_modules/@material-ui/core/Accordion/Accordion.js b/node_modules/@material-ui/core/Accordion/Accordion.js new file mode 100644 index 0000000000..a169ab97fd --- /dev/null +++ b/node_modules/@material-ui/core/Accordion/Accordion.js @@ -0,0 +1,255 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _toArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toArray")); + +var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _reactIs = require("react-is"); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _utils = require("@material-ui/utils"); + +var _Collapse = _interopRequireDefault(require("../Collapse")); + +var _Paper = _interopRequireDefault(require("../Paper")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _AccordionContext = _interopRequireDefault(require("./AccordionContext")); + +var _useControlled3 = _interopRequireDefault(require("../utils/useControlled")); + +var styles = function styles(theme) { + var transition = { + duration: theme.transitions.duration.shortest + }; + return { + /* Styles applied to the root element. */ + root: { + position: 'relative', + transition: theme.transitions.create(['margin'], transition), + '&:before': { + position: 'absolute', + left: 0, + top: -1, + right: 0, + height: 1, + content: '""', + opacity: 1, + backgroundColor: theme.palette.divider, + transition: theme.transitions.create(['opacity', 'background-color'], transition) + }, + '&:first-child': { + '&:before': { + display: 'none' + } + }, + '&$expanded': { + margin: '16px 0', + '&:first-child': { + marginTop: 0 + }, + '&:last-child': { + marginBottom: 0 + }, + '&:before': { + opacity: 0 + } + }, + '&$expanded + &': { + '&:before': { + display: 'none' + } + }, + '&$disabled': { + backgroundColor: theme.palette.action.disabledBackground + } + }, + + /* Styles applied to the root element if `square={false}`. */ + rounded: { + borderRadius: 0, + '&:first-child': { + borderTopLeftRadius: theme.shape.borderRadius, + borderTopRightRadius: theme.shape.borderRadius + }, + '&:last-child': { + borderBottomLeftRadius: theme.shape.borderRadius, + borderBottomRightRadius: theme.shape.borderRadius, + // Fix a rendering issue on Edge + '@supports (-ms-ime-align: auto)': { + borderBottomLeftRadius: 0, + borderBottomRightRadius: 0 + } + } + }, + + /* Styles applied to the root element if `expanded={true}`. */ + expanded: {}, + + /* Styles applied to the root element if `disabled={true}`. */ + disabled: {} + }; +}; + +exports.styles = styles; +var Accordion = /*#__PURE__*/React.forwardRef(function Accordion(props, ref) { + var childrenProp = props.children, + classes = props.classes, + className = props.className, + _props$defaultExpande = props.defaultExpanded, + defaultExpanded = _props$defaultExpande === void 0 ? false : _props$defaultExpande, + _props$disabled = props.disabled, + disabled = _props$disabled === void 0 ? false : _props$disabled, + expandedProp = props.expanded, + onChange = props.onChange, + _props$square = props.square, + square = _props$square === void 0 ? false : _props$square, + _props$TransitionComp = props.TransitionComponent, + TransitionComponent = _props$TransitionComp === void 0 ? _Collapse.default : _props$TransitionComp, + TransitionProps = props.TransitionProps, + other = (0, _objectWithoutProperties2.default)(props, ["children", "classes", "className", "defaultExpanded", "disabled", "expanded", "onChange", "square", "TransitionComponent", "TransitionProps"]); + + var _useControlled = (0, _useControlled3.default)({ + controlled: expandedProp, + default: defaultExpanded, + name: 'Accordion', + state: 'expanded' + }), + _useControlled2 = (0, _slicedToArray2.default)(_useControlled, 2), + expanded = _useControlled2[0], + setExpandedState = _useControlled2[1]; + + var handleChange = React.useCallback(function (event) { + setExpandedState(!expanded); + + if (onChange) { + onChange(event, !expanded); + } + }, [expanded, onChange, setExpandedState]); + + var _React$Children$toArr = React.Children.toArray(childrenProp), + _React$Children$toArr2 = (0, _toArray2.default)(_React$Children$toArr), + summary = _React$Children$toArr2[0], + children = _React$Children$toArr2.slice(1); + + var contextValue = React.useMemo(function () { + return { + expanded: expanded, + disabled: disabled, + toggle: handleChange + }; + }, [expanded, disabled, handleChange]); + return /*#__PURE__*/React.createElement(_Paper.default, (0, _extends2.default)({ + className: (0, _clsx.default)(classes.root, className, expanded && classes.expanded, disabled && classes.disabled, !square && classes.rounded), + ref: ref, + square: square + }, other), /*#__PURE__*/React.createElement(_AccordionContext.default.Provider, { + value: contextValue + }, summary), /*#__PURE__*/React.createElement(TransitionComponent, (0, _extends2.default)({ + in: expanded, + timeout: "auto" + }, TransitionProps), /*#__PURE__*/React.createElement("div", { + "aria-labelledby": summary.props.id, + id: summary.props['aria-controls'], + role: "region" + }, children))); +}); +process.env.NODE_ENV !== "production" ? Accordion.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The content of the accordion. + */ + children: (0, _utils.chainPropTypes)(_propTypes.default.node.isRequired, function (props) { + var summary = React.Children.toArray(props.children)[0]; + + if ((0, _reactIs.isFragment)(summary)) { + return new Error("Material-UI: The Accordion doesn't accept a Fragment as a child. " + 'Consider providing an array instead.'); + } + + if (! /*#__PURE__*/React.isValidElement(summary)) { + return new Error('Material-UI: Expected the first child of Accordion to be a valid element.'); + } + + return null; + }), + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * If `true`, expands the accordion by default. + */ + defaultExpanded: _propTypes.default.bool, + + /** + * If `true`, the accordion will be displayed in a disabled state. + */ + disabled: _propTypes.default.bool, + + /** + * If `true`, expands the accordion, otherwise collapse it. + * Setting this prop enables control over the accordion. + */ + expanded: _propTypes.default.bool, + + /** + * Callback fired when the expand/collapse state is changed. + * + * @param {object} event The event source of the callback. + * @param {boolean} expanded The `expanded` state of the accordion. + */ + onChange: _propTypes.default.func, + + /** + * If `true`, rounded corners are disabled. + */ + square: _propTypes.default.bool, + + /** + * The component used for the collapse effect. + * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component. + */ + TransitionComponent: _propTypes.default.elementType, + + /** + * Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element. + */ + TransitionProps: _propTypes.default.object +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiAccordion' +})(Accordion); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Accordion/AccordionContext.js b/node_modules/@material-ui/core/Accordion/AccordionContext.js new file mode 100644 index 0000000000..c6747aca24 --- /dev/null +++ b/node_modules/@material-ui/core/Accordion/AccordionContext.js @@ -0,0 +1,23 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var React = _interopRequireWildcard(require("react")); + +/** + * @ignore - internal component. + * @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>} + */ +var AccordionContext = React.createContext({}); + +if (process.env.NODE_ENV !== 'production') { + AccordionContext.displayName = 'AccordionContext'; +} + +var _default = AccordionContext; +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Accordion/index.d.ts b/node_modules/@material-ui/core/Accordion/index.d.ts new file mode 100644 index 0000000000..72fa885794 --- /dev/null +++ b/node_modules/@material-ui/core/Accordion/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './Accordion'; +export * from './Accordion'; diff --git a/node_modules/@material-ui/core/Accordion/index.js b/node_modules/@material-ui/core/Accordion/index.js new file mode 100644 index 0000000000..580088ee7d --- /dev/null +++ b/node_modules/@material-ui/core/Accordion/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _Accordion.default; + } +}); + +var _Accordion = _interopRequireDefault(require("./Accordion")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/Accordion/package.json b/node_modules/@material-ui/core/Accordion/package.json new file mode 100644 index 0000000000..8c619471e0 --- /dev/null +++ b/node_modules/@material-ui/core/Accordion/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/Accordion/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionActions/AccordionActions.d.ts b/node_modules/@material-ui/core/AccordionActions/AccordionActions.d.ts new file mode 100644 index 0000000000..f6f4c3cee7 --- /dev/null +++ b/node_modules/@material-ui/core/AccordionActions/AccordionActions.d.ts @@ -0,0 +1,28 @@ +import * as React from 'react'; +import { StandardProps } from '..'; + +export interface AccordionActionsProps + extends StandardProps, AccordionActionsClassKey> { + /** + * The content of the component. + */ + children?: React.ReactNode; + /** + * If `true`, the actions do not have additional margin. + */ + disableSpacing?: boolean; +} + +export type AccordionActionsClassKey = 'root' | 'spacing'; + +/** + * + * Demos: + * + * - [Accordion](https://material-ui.com/components/accordion/) + * + * API: + * + * - [AccordionActions API](https://material-ui.com/api/accordion-actions/) + */ +export default function AccordionActions(props: AccordionActionsProps): JSX.Element; diff --git a/node_modules/@material-ui/core/AccordionActions/AccordionActions.js b/node_modules/@material-ui/core/AccordionActions/AccordionActions.js new file mode 100644 index 0000000000..4e9d07cfda --- /dev/null +++ b/node_modules/@material-ui/core/AccordionActions/AccordionActions.js @@ -0,0 +1,84 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var styles = { + /* Styles applied to the root element. */ + root: { + display: 'flex', + alignItems: 'center', + padding: 8, + justifyContent: 'flex-end' + }, + + /* Styles applied to the root element if `disableSpacing={false}`. */ + spacing: { + '& > :not(:first-child)': { + marginLeft: 8 + } + } +}; +exports.styles = styles; +var AccordionActions = /*#__PURE__*/React.forwardRef(function AccordionActions(props, ref) { + var classes = props.classes, + className = props.className, + _props$disableSpacing = props.disableSpacing, + disableSpacing = _props$disableSpacing === void 0 ? false : _props$disableSpacing, + other = (0, _objectWithoutProperties2.default)(props, ["classes", "className", "disableSpacing"]); + return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({ + className: (0, _clsx.default)(classes.root, className, !disableSpacing && classes.spacing), + ref: ref + }, other)); +}); +process.env.NODE_ENV !== "production" ? AccordionActions.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The content of the component. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * If `true`, the actions do not have additional margin. + */ + disableSpacing: _propTypes.default.bool +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiAccordionActions' +})(AccordionActions); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionActions/index.d.ts b/node_modules/@material-ui/core/AccordionActions/index.d.ts new file mode 100644 index 0000000000..f5b4b351fc --- /dev/null +++ b/node_modules/@material-ui/core/AccordionActions/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './AccordionActions'; +export * from './AccordionActions'; diff --git a/node_modules/@material-ui/core/AccordionActions/index.js b/node_modules/@material-ui/core/AccordionActions/index.js new file mode 100644 index 0000000000..b66c0c33d1 --- /dev/null +++ b/node_modules/@material-ui/core/AccordionActions/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _AccordionActions.default; + } +}); + +var _AccordionActions = _interopRequireDefault(require("./AccordionActions")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionActions/package.json b/node_modules/@material-ui/core/AccordionActions/package.json new file mode 100644 index 0000000000..01179a0a10 --- /dev/null +++ b/node_modules/@material-ui/core/AccordionActions/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/AccordionActions/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionDetails/AccordionDetails.d.ts b/node_modules/@material-ui/core/AccordionDetails/AccordionDetails.d.ts new file mode 100644 index 0000000000..9ec9ddd204 --- /dev/null +++ b/node_modules/@material-ui/core/AccordionDetails/AccordionDetails.d.ts @@ -0,0 +1,24 @@ +import * as React from 'react'; +import { StandardProps } from '..'; + +export interface AccordionDetailsProps + extends StandardProps, AccordionDetailsClassKey> { + /** + * The content of the accordion details. + */ + children?: React.ReactNode; +} + +export type AccordionDetailsClassKey = 'root'; + +/** + * + * Demos: + * + * - [Accordion](https://material-ui.com/components/accordion/) + * + * API: + * + * - [AccordionDetails API](https://material-ui.com/api/accordion-details/) + */ +export default function AccordionDetails(props: AccordionDetailsProps): JSX.Element; diff --git a/node_modules/@material-ui/core/AccordionDetails/AccordionDetails.js b/node_modules/@material-ui/core/AccordionDetails/AccordionDetails.js new file mode 100644 index 0000000000..dfc454d97c --- /dev/null +++ b/node_modules/@material-ui/core/AccordionDetails/AccordionDetails.js @@ -0,0 +1,71 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var styles = function styles(theme) { + return { + /* Styles applied to the root element. */ + root: { + display: 'flex', + padding: theme.spacing(1, 2, 2) + } + }; +}; + +exports.styles = styles; +var AccordionDetails = /*#__PURE__*/React.forwardRef(function AccordionDetails(props, ref) { + var classes = props.classes, + className = props.className, + other = (0, _objectWithoutProperties2.default)(props, ["classes", "className"]); + return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({ + className: (0, _clsx.default)(classes.root, className), + ref: ref + }, other)); +}); +process.env.NODE_ENV !== "production" ? AccordionDetails.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The content of the accordion details. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiAccordionDetails' +})(AccordionDetails); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionDetails/index.d.ts b/node_modules/@material-ui/core/AccordionDetails/index.d.ts new file mode 100644 index 0000000000..cca795adb3 --- /dev/null +++ b/node_modules/@material-ui/core/AccordionDetails/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './AccordionDetails'; +export * from './AccordionDetails'; diff --git a/node_modules/@material-ui/core/AccordionDetails/index.js b/node_modules/@material-ui/core/AccordionDetails/index.js new file mode 100644 index 0000000000..12fbb724a8 --- /dev/null +++ b/node_modules/@material-ui/core/AccordionDetails/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _AccordionDetails.default; + } +}); + +var _AccordionDetails = _interopRequireDefault(require("./AccordionDetails")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionDetails/package.json b/node_modules/@material-ui/core/AccordionDetails/package.json new file mode 100644 index 0000000000..1c2048c47b --- /dev/null +++ b/node_modules/@material-ui/core/AccordionDetails/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/AccordionDetails/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionSummary/AccordionSummary.d.ts b/node_modules/@material-ui/core/AccordionSummary/AccordionSummary.d.ts new file mode 100644 index 0000000000..adff3c43cc --- /dev/null +++ b/node_modules/@material-ui/core/AccordionSummary/AccordionSummary.d.ts @@ -0,0 +1,54 @@ +import * as React from 'react'; +import { ExtendButtonBase, ExtendButtonBaseTypeMap } from '../ButtonBase'; +import { IconButtonProps } from '../IconButton'; +import { OverrideProps } from '../OverridableComponent'; + +export type AccordionSummaryTypeMap< + P = {}, + D extends React.ElementType = 'div' +> = ExtendButtonBaseTypeMap<{ + props: P & { + /** + * The content of the accordion summary. + */ + children?: React.ReactNode; + /** + * The icon to display as the expand indicator. + */ + expandIcon?: React.ReactNode; + /** + * Props applied to the `IconButton` element wrapping the expand icon. + */ + IconButtonProps?: Partial; + }; + defaultComponent: D; + classKey: AccordionSummaryClassKey; +}>; + +/** + * + * Demos: + * + * - [Accordion](https://material-ui.com/components/accordion/) + * + * API: + * + * - [AccordionSummary API](https://material-ui.com/api/accordion-summary/) + * - inherits [ButtonBase API](https://material-ui.com/api/button-base/) + */ +declare const AccordionSummary: ExtendButtonBase; + +export type AccordionSummaryClassKey = + | 'root' + | 'expanded' + | 'focused' + | 'disabled' + | 'content' + | 'expandIcon'; + +export type AccordionSummaryProps< + D extends React.ElementType = AccordionSummaryTypeMap['defaultComponent'], + P = {} +> = OverrideProps, D>; + +export default AccordionSummary; diff --git a/node_modules/@material-ui/core/AccordionSummary/AccordionSummary.js b/node_modules/@material-ui/core/AccordionSummary/AccordionSummary.js new file mode 100644 index 0000000000..d6fb6dc18b --- /dev/null +++ b/node_modules/@material-ui/core/AccordionSummary/AccordionSummary.js @@ -0,0 +1,215 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _ButtonBase = _interopRequireDefault(require("../ButtonBase")); + +var _IconButton = _interopRequireDefault(require("../IconButton")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _AccordionContext = _interopRequireDefault(require("../Accordion/AccordionContext")); + +/* eslint-disable jsx-a11y/aria-role */ +var styles = function styles(theme) { + var transition = { + duration: theme.transitions.duration.shortest + }; + return { + /* Styles applied to the root element. */ + root: { + display: 'flex', + minHeight: 8 * 6, + transition: theme.transitions.create(['min-height', 'background-color'], transition), + padding: theme.spacing(0, 2), + '&:hover:not($disabled)': { + cursor: 'pointer' + }, + '&$expanded': { + minHeight: 64 + }, + '&$focused': { + backgroundColor: theme.palette.action.focus + }, + '&$disabled': { + opacity: theme.palette.action.disabledOpacity + } + }, + + /* Pseudo-class applied to the root element, children wrapper element and `IconButton` component if `expanded={true}`. */ + expanded: {}, + + /* Pseudo-class applied to the root element if `focused={true}`. */ + focused: {}, + + /* Pseudo-class applied to the root element if `disabled={true}`. */ + disabled: {}, + + /* Styles applied to the children wrapper element. */ + content: { + display: 'flex', + flexGrow: 1, + transition: theme.transitions.create(['margin'], transition), + margin: '12px 0', + '&$expanded': { + margin: '20px 0' + } + }, + + /* Styles applied to the `IconButton` component when `expandIcon` is supplied. */ + expandIcon: { + transform: 'rotate(0deg)', + transition: theme.transitions.create('transform', transition), + '&:hover': { + // Disable the hover effect for the IconButton, + // because a hover effect should apply to the entire Expand button and + // not only to the IconButton. + backgroundColor: 'transparent' + }, + '&$expanded': { + transform: 'rotate(180deg)' + } + } + }; +}; + +exports.styles = styles; +var AccordionSummary = /*#__PURE__*/React.forwardRef(function AccordionSummary(props, ref) { + var children = props.children, + classes = props.classes, + className = props.className, + expandIcon = props.expandIcon, + IconButtonProps = props.IconButtonProps, + onBlur = props.onBlur, + onClick = props.onClick, + onFocusVisible = props.onFocusVisible, + other = (0, _objectWithoutProperties2.default)(props, ["children", "classes", "className", "expandIcon", "IconButtonProps", "onBlur", "onClick", "onFocusVisible"]); + + var _React$useState = React.useState(false), + focusedState = _React$useState[0], + setFocusedState = _React$useState[1]; + + var handleFocusVisible = function handleFocusVisible(event) { + setFocusedState(true); + + if (onFocusVisible) { + onFocusVisible(event); + } + }; + + var handleBlur = function handleBlur(event) { + setFocusedState(false); + + if (onBlur) { + onBlur(event); + } + }; + + var _React$useContext = React.useContext(_AccordionContext.default), + _React$useContext$dis = _React$useContext.disabled, + disabled = _React$useContext$dis === void 0 ? false : _React$useContext$dis, + expanded = _React$useContext.expanded, + toggle = _React$useContext.toggle; + + var handleChange = function handleChange(event) { + if (toggle) { + toggle(event); + } + + if (onClick) { + onClick(event); + } + }; + + return /*#__PURE__*/React.createElement(_ButtonBase.default, (0, _extends2.default)({ + focusRipple: false, + disableRipple: true, + disabled: disabled, + component: "div", + "aria-expanded": expanded, + className: (0, _clsx.default)(classes.root, className, disabled && classes.disabled, expanded && classes.expanded, focusedState && classes.focused), + onFocusVisible: handleFocusVisible, + onBlur: handleBlur, + onClick: handleChange, + ref: ref + }, other), /*#__PURE__*/React.createElement("div", { + className: (0, _clsx.default)(classes.content, expanded && classes.expanded) + }, children), expandIcon && /*#__PURE__*/React.createElement(_IconButton.default, (0, _extends2.default)({ + className: (0, _clsx.default)(classes.expandIcon, expanded && classes.expanded), + edge: "end", + component: "div", + tabIndex: null, + role: null, + "aria-hidden": true + }, IconButtonProps), expandIcon)); +}); +process.env.NODE_ENV !== "production" ? AccordionSummary.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The content of the accordion summary. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * The icon to display as the expand indicator. + */ + expandIcon: _propTypes.default.node, + + /** + * Props applied to the `IconButton` element wrapping the expand icon. + */ + IconButtonProps: _propTypes.default.object, + + /** + * @ignore + */ + onBlur: _propTypes.default.func, + + /** + * @ignore + */ + onClick: _propTypes.default.func, + + /** + * @ignore + */ + onFocusVisible: _propTypes.default.func +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiAccordionSummary' +})(AccordionSummary); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionSummary/index.d.ts b/node_modules/@material-ui/core/AccordionSummary/index.d.ts new file mode 100644 index 0000000000..601ebf5487 --- /dev/null +++ b/node_modules/@material-ui/core/AccordionSummary/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './AccordionSummary'; +export * from './AccordionSummary'; diff --git a/node_modules/@material-ui/core/AccordionSummary/index.js b/node_modules/@material-ui/core/AccordionSummary/index.js new file mode 100644 index 0000000000..771ce0f38a --- /dev/null +++ b/node_modules/@material-ui/core/AccordionSummary/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _AccordionSummary.default; + } +}); + +var _AccordionSummary = _interopRequireDefault(require("./AccordionSummary")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/AccordionSummary/package.json b/node_modules/@material-ui/core/AccordionSummary/package.json new file mode 100644 index 0000000000..2017e8f976 --- /dev/null +++ b/node_modules/@material-ui/core/AccordionSummary/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/AccordionSummary/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/AppBar/AppBar.d.ts b/node_modules/@material-ui/core/AppBar/AppBar.d.ts new file mode 100644 index 0000000000..70b73cd4c2 --- /dev/null +++ b/node_modules/@material-ui/core/AppBar/AppBar.d.ts @@ -0,0 +1,39 @@ +import { PropTypes, StandardProps } from '..'; +import { PaperProps } from '../Paper'; + +export interface AppBarProps extends StandardProps { + /** + * The color of the component. It supports those theme colors that make sense for this component. + */ + color?: PropTypes.Color | 'transparent'; + /** + * The positioning type. The behavior of the different options is described + * [in the MDN web docs](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Positioning). + * Note: `sticky` is not universally supported and will fall back to `static` when unavailable. + */ + position?: 'fixed' | 'absolute' | 'sticky' | 'static' | 'relative'; +} + +export type AppBarClassKey = + | 'root' + | 'positionFixed' + | 'positionAbsolute' + | 'positionSticky' + | 'positionStatic' + | 'positionRelative' + | 'colorDefault' + | 'colorPrimary' + | 'colorSecondary'; + +/** + * + * Demos: + * + * - [App Bar](https://material-ui.com/components/app-bar/) + * + * API: + * + * - [AppBar API](https://material-ui.com/api/app-bar/) + * - inherits [Paper API](https://material-ui.com/api/paper/) + */ +export default function AppBar(props: AppBarProps): JSX.Element; diff --git a/node_modules/@material-ui/core/AppBar/AppBar.js b/node_modules/@material-ui/core/AppBar/AppBar.js new file mode 100644 index 0000000000..ca942faedf --- /dev/null +++ b/node_modules/@material-ui/core/AppBar/AppBar.js @@ -0,0 +1,168 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _capitalize = _interopRequireDefault(require("../utils/capitalize")); + +var _Paper = _interopRequireDefault(require("../Paper")); + +var styles = function styles(theme) { + var backgroundColorDefault = theme.palette.type === 'light' ? theme.palette.grey[100] : theme.palette.grey[900]; + return { + /* Styles applied to the root element. */ + root: { + display: 'flex', + flexDirection: 'column', + width: '100%', + boxSizing: 'border-box', + // Prevent padding issue with the Modal and fixed positioned AppBar. + zIndex: theme.zIndex.appBar, + flexShrink: 0 + }, + + /* Styles applied to the root element if `position="fixed"`. */ + positionFixed: { + position: 'fixed', + top: 0, + left: 'auto', + right: 0, + '@media print': { + // Prevent the app bar to be visible on each printed page. + position: 'absolute' + } + }, + + /* Styles applied to the root element if `position="absolute"`. */ + positionAbsolute: { + position: 'absolute', + top: 0, + left: 'auto', + right: 0 + }, + + /* Styles applied to the root element if `position="sticky"`. */ + positionSticky: { + // ⚠️ sticky is not supported by IE 11. + position: 'sticky', + top: 0, + left: 'auto', + right: 0 + }, + + /* Styles applied to the root element if `position="static"`. */ + positionStatic: { + position: 'static' + }, + + /* Styles applied to the root element if `position="relative"`. */ + positionRelative: { + position: 'relative' + }, + + /* Styles applied to the root element if `color="default"`. */ + colorDefault: { + backgroundColor: backgroundColorDefault, + color: theme.palette.getContrastText(backgroundColorDefault) + }, + + /* Styles applied to the root element if `color="primary"`. */ + colorPrimary: { + backgroundColor: theme.palette.primary.main, + color: theme.palette.primary.contrastText + }, + + /* Styles applied to the root element if `color="secondary"`. */ + colorSecondary: { + backgroundColor: theme.palette.secondary.main, + color: theme.palette.secondary.contrastText + }, + + /* Styles applied to the root element if `color="inherit"`. */ + colorInherit: { + color: 'inherit' + }, + + /* Styles applied to the root element if `color="transparent"`. */ + colorTransparent: { + backgroundColor: 'transparent', + color: 'inherit' + } + }; +}; + +exports.styles = styles; +var AppBar = /*#__PURE__*/React.forwardRef(function AppBar(props, ref) { + var classes = props.classes, + className = props.className, + _props$color = props.color, + color = _props$color === void 0 ? 'primary' : _props$color, + _props$position = props.position, + position = _props$position === void 0 ? 'fixed' : _props$position, + other = (0, _objectWithoutProperties2.default)(props, ["classes", "className", "color", "position"]); + return /*#__PURE__*/React.createElement(_Paper.default, (0, _extends2.default)({ + square: true, + component: "header", + elevation: 4, + className: (0, _clsx.default)(classes.root, classes["position".concat((0, _capitalize.default)(position))], classes["color".concat((0, _capitalize.default)(color))], className, position === 'fixed' && 'mui-fixed'), + ref: ref + }, other)); +}); +process.env.NODE_ENV !== "production" ? AppBar.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The content of the component. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * The color of the component. It supports those theme colors that make sense for this component. + */ + color: _propTypes.default.oneOf(['default', 'inherit', 'primary', 'secondary', 'transparent']), + + /** + * The positioning type. The behavior of the different options is described + * [in the MDN web docs](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Positioning). + * Note: `sticky` is not universally supported and will fall back to `static` when unavailable. + */ + position: _propTypes.default.oneOf(['absolute', 'fixed', 'relative', 'static', 'sticky']) +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiAppBar' +})(AppBar); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/AppBar/index.d.ts b/node_modules/@material-ui/core/AppBar/index.d.ts new file mode 100644 index 0000000000..db3a04f5cf --- /dev/null +++ b/node_modules/@material-ui/core/AppBar/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './AppBar'; +export * from './AppBar'; diff --git a/node_modules/@material-ui/core/AppBar/index.js b/node_modules/@material-ui/core/AppBar/index.js new file mode 100644 index 0000000000..b2cd21f51b --- /dev/null +++ b/node_modules/@material-ui/core/AppBar/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _AppBar.default; + } +}); + +var _AppBar = _interopRequireDefault(require("./AppBar")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/AppBar/package.json b/node_modules/@material-ui/core/AppBar/package.json new file mode 100644 index 0000000000..51f7ae14a6 --- /dev/null +++ b/node_modules/@material-ui/core/AppBar/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/AppBar/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/Avatar/Avatar.d.ts b/node_modules/@material-ui/core/Avatar/Avatar.d.ts new file mode 100644 index 0000000000..9e5c90f041 --- /dev/null +++ b/node_modules/@material-ui/core/Avatar/Avatar.d.ts @@ -0,0 +1,70 @@ +import * as React from 'react'; +import { OverridableComponent, OverrideProps } from '../OverridableComponent'; + +export interface AvatarTypeMap

{ + props: P & { + /** + * Used in combination with `src` or `srcSet` to + * provide an alt attribute for the rendered `img` element. + */ + alt?: string; + /** + * Used to render icon or text elements inside the Avatar if `src` is not set. + * This can be an element, or just a string. + */ + children?: React.ReactNode; + /** + * Attributes applied to the `img` element if the component is used to display an image. + * It can be used to listen for the loading error event. + */ + imgProps?: React.ImgHTMLAttributes; + /** + * The `sizes` attribute for the `img` element. + */ + sizes?: string; + /** + * The `src` attribute for the `img` element. + */ + src?: string; + /** + * The `srcSet` attribute for the `img` element. + * Use this attribute for responsive image display. + */ + srcSet?: string; + /** + * The shape of the avatar. + */ + variant?: 'circle' | 'circular' | 'rounded' | 'square'; + }; + defaultComponent: D; + classKey: AvatarClassKey; +} + +/** + * + * Demos: + * + * - [Avatars](https://material-ui.com/components/avatars/) + * + * API: + * + * - [Avatar API](https://material-ui.com/api/avatar/) + */ +declare const Avatar: OverridableComponent; + +export type AvatarClassKey = + | 'root' + | 'colorDefault' + | 'circle' + | 'circular' + | 'rounded' + | 'square' + | 'img' + | 'fallback'; + +export type AvatarProps< + D extends React.ElementType = AvatarTypeMap['defaultComponent'], + P = {} +> = OverrideProps, D>; + +export default Avatar; diff --git a/node_modules/@material-ui/core/Avatar/Avatar.js b/node_modules/@material-ui/core/Avatar/Avatar.js new file mode 100644 index 0000000000..2974bb5bf2 --- /dev/null +++ b/node_modules/@material-ui/core/Avatar/Avatar.js @@ -0,0 +1,270 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _utils = require("@material-ui/utils"); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _Person = _interopRequireDefault(require("../internal/svg-icons/Person")); + +var styles = function styles(theme) { + return { + /* Styles applied to the root element. */ + root: { + position: 'relative', + display: 'flex', + alignItems: 'center', + justifyContent: 'center', + flexShrink: 0, + width: 40, + height: 40, + fontFamily: theme.typography.fontFamily, + fontSize: theme.typography.pxToRem(20), + lineHeight: 1, + borderRadius: '50%', + overflow: 'hidden', + userSelect: 'none' + }, + + /* Styles applied to the root element if not `src` or `srcSet`. */ + colorDefault: { + color: theme.palette.background.default, + backgroundColor: theme.palette.type === 'light' ? theme.palette.grey[400] : theme.palette.grey[600] + }, + + /* Styles applied to the root element if `variant="circle"`. */ + circle: {}, + + /* Styles applied to the root element if `variant="circular"`. */ + circular: {}, + + /* Styles applied to the root element if `variant="rounded"`. */ + rounded: { + borderRadius: theme.shape.borderRadius + }, + + /* Styles applied to the root element if `variant="square"`. */ + square: { + borderRadius: 0 + }, + + /* Styles applied to the img element if either `src` or `srcSet` is defined. */ + img: { + width: '100%', + height: '100%', + textAlign: 'center', + // Handle non-square image. The property isn't supported by IE 11. + objectFit: 'cover', + // Hide alt text. + color: 'transparent', + // Hide the image broken icon, only works on Chrome. + textIndent: 10000 + }, + + /* Styles applied to the fallback icon */ + fallback: { + width: '75%', + height: '75%' + } + }; +}; + +exports.styles = styles; + +function useLoaded(_ref) { + var src = _ref.src, + srcSet = _ref.srcSet; + + var _React$useState = React.useState(false), + loaded = _React$useState[0], + setLoaded = _React$useState[1]; + + React.useEffect(function () { + if (!src && !srcSet) { + return undefined; + } + + setLoaded(false); + var active = true; + var image = new Image(); + image.src = src; + image.srcSet = srcSet; + + image.onload = function () { + if (!active) { + return; + } + + setLoaded('loaded'); + }; + + image.onerror = function () { + if (!active) { + return; + } + + setLoaded('error'); + }; + + return function () { + active = false; + }; + }, [src, srcSet]); + return loaded; +} + +var Avatar = /*#__PURE__*/React.forwardRef(function Avatar(props, ref) { + var alt = props.alt, + childrenProp = props.children, + classes = props.classes, + className = props.className, + _props$component = props.component, + Component = _props$component === void 0 ? 'div' : _props$component, + imgProps = props.imgProps, + sizes = props.sizes, + src = props.src, + srcSet = props.srcSet, + _props$variant = props.variant, + variant = _props$variant === void 0 ? 'circle' : _props$variant, + other = (0, _objectWithoutProperties2.default)(props, ["alt", "children", "classes", "className", "component", "imgProps", "sizes", "src", "srcSet", "variant"]); + var children = null; // Use a hook instead of onError on the img element to support server-side rendering. + + var loaded = useLoaded({ + src: src, + srcSet: srcSet + }); + var hasImg = src || srcSet; + var hasImgNotFailing = hasImg && loaded !== 'error'; + + if (hasImgNotFailing) { + children = /*#__PURE__*/React.createElement("img", (0, _extends2.default)({ + alt: alt, + src: src, + srcSet: srcSet, + sizes: sizes, + className: classes.img + }, imgProps)); + } else if (childrenProp != null) { + children = childrenProp; + } else if (hasImg && alt) { + children = alt[0]; + } else { + children = /*#__PURE__*/React.createElement(_Person.default, { + className: classes.fallback + }); + } + + return /*#__PURE__*/React.createElement(Component, (0, _extends2.default)({ + className: (0, _clsx.default)(classes.root, classes.system, classes[variant], className, !hasImgNotFailing && classes.colorDefault), + ref: ref + }, other), children); +}); +process.env.NODE_ENV !== "production" ? Avatar.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * Used in combination with `src` or `srcSet` to + * provide an alt attribute for the rendered `img` element. + */ + alt: _propTypes.default.string, + + /** + * Used to render icon or text elements inside the Avatar if `src` is not set. + * This can be an element, or just a string. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: (0, _utils.chainPropTypes)(_propTypes.default.object, function (props) { + var classes = props.classes; + + if (classes == null) { + return null; + } + + if (classes.circle != null && // 2 classnames? one from withStyles the other must be custom + classes.circle.split(' ').length > 1) { + throw new Error("Material-UI: The `circle` class was deprecated. Use `circular` instead."); + } + + return null; + }), + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * The component used for the root node. + * Either a string to use a HTML element or a component. + */ + component: _propTypes.default + /* @typescript-to-proptypes-ignore */ + .elementType, + + /** + * Attributes applied to the `img` element if the component is used to display an image. + * It can be used to listen for the loading error event. + */ + imgProps: _propTypes.default.object, + + /** + * The `sizes` attribute for the `img` element. + */ + sizes: _propTypes.default.string, + + /** + * The `src` attribute for the `img` element. + */ + src: _propTypes.default.string, + + /** + * The `srcSet` attribute for the `img` element. + * Use this attribute for responsive image display. + */ + srcSet: _propTypes.default.string, + + /** + * The shape of the avatar. + */ + variant: (0, _utils.chainPropTypes)(_propTypes.default.oneOf(['circle', 'circular', 'rounded', 'square']), function (props) { + var variant = props.variant; + + if (variant === 'circle') { + throw new Error('Material-UI: `variant="circle"` was deprecated. Use `variant="circular"` instead.'); + } + + return null; + }) +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiAvatar' +})(Avatar); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Avatar/index.d.ts b/node_modules/@material-ui/core/Avatar/index.d.ts new file mode 100644 index 0000000000..0f9f50f3c2 --- /dev/null +++ b/node_modules/@material-ui/core/Avatar/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './Avatar'; +export * from './Avatar'; diff --git a/node_modules/@material-ui/core/Avatar/index.js b/node_modules/@material-ui/core/Avatar/index.js new file mode 100644 index 0000000000..7e788e9cea --- /dev/null +++ b/node_modules/@material-ui/core/Avatar/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _Avatar.default; + } +}); + +var _Avatar = _interopRequireDefault(require("./Avatar")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/Avatar/package.json b/node_modules/@material-ui/core/Avatar/package.json new file mode 100644 index 0000000000..ec96a075a7 --- /dev/null +++ b/node_modules/@material-ui/core/Avatar/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/Avatar/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/Backdrop/Backdrop.d.ts b/node_modules/@material-ui/core/Backdrop/Backdrop.d.ts new file mode 100644 index 0000000000..b67c50f60d --- /dev/null +++ b/node_modules/@material-ui/core/Backdrop/Backdrop.d.ts @@ -0,0 +1,44 @@ +import * as React from 'react'; +import { Omit, StandardProps } from '..'; +import { FadeProps } from '../Fade'; +import { TransitionProps } from '../transitions/transition'; + +export interface BackdropProps + extends StandardProps< + React.HTMLAttributes & Partial>, + BackdropClassKey + > { + /** + * The content of the component. + */ + children?: React.ReactNode; + /** + * If `true`, the backdrop is invisible. + * It can be used when rendering a popover or a custom select component. + */ + invisible?: boolean; + /** + * If `true`, the backdrop is open. + */ + open: boolean; + /** + * The duration for the transition, in milliseconds. + * You may specify a single timeout for all transitions, or individually with an object. + */ + transitionDuration?: TransitionProps['timeout']; +} + +export type BackdropClassKey = 'root' | 'invisible'; + +/** + * + * Demos: + * + * - [Backdrop](https://material-ui.com/components/backdrop/) + * + * API: + * + * - [Backdrop API](https://material-ui.com/api/backdrop/) + * - inherits [Fade API](https://material-ui.com/api/fade/) + */ +export default function Backdrop(props: BackdropProps): JSX.Element; diff --git a/node_modules/@material-ui/core/Backdrop/Backdrop.js b/node_modules/@material-ui/core/Backdrop/Backdrop.js new file mode 100644 index 0000000000..fdb69122ba --- /dev/null +++ b/node_modules/@material-ui/core/Backdrop/Backdrop.js @@ -0,0 +1,117 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _Fade = _interopRequireDefault(require("../Fade")); + +var styles = { + /* Styles applied to the root element. */ + root: { + // Improve scrollable dialog support. + zIndex: -1, + position: 'fixed', + display: 'flex', + alignItems: 'center', + justifyContent: 'center', + right: 0, + bottom: 0, + top: 0, + left: 0, + backgroundColor: 'rgba(0, 0, 0, 0.5)', + WebkitTapHighlightColor: 'transparent' + }, + + /* Styles applied to the root element if `invisible={true}`. */ + invisible: { + backgroundColor: 'transparent' + } +}; +exports.styles = styles; +var Backdrop = /*#__PURE__*/React.forwardRef(function Backdrop(props, ref) { + var children = props.children, + classes = props.classes, + className = props.className, + _props$invisible = props.invisible, + invisible = _props$invisible === void 0 ? false : _props$invisible, + open = props.open, + transitionDuration = props.transitionDuration, + _props$TransitionComp = props.TransitionComponent, + TransitionComponent = _props$TransitionComp === void 0 ? _Fade.default : _props$TransitionComp, + other = (0, _objectWithoutProperties2.default)(props, ["children", "classes", "className", "invisible", "open", "transitionDuration", "TransitionComponent"]); + return /*#__PURE__*/React.createElement(TransitionComponent, (0, _extends2.default)({ + in: open, + timeout: transitionDuration + }, other), /*#__PURE__*/React.createElement("div", { + className: (0, _clsx.default)(classes.root, className, invisible && classes.invisible), + "aria-hidden": true, + ref: ref + }, children)); +}); +process.env.NODE_ENV !== "production" ? Backdrop.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The content of the component. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * If `true`, the backdrop is invisible. + * It can be used when rendering a popover or a custom select component. + */ + invisible: _propTypes.default.bool, + + /** + * If `true`, the backdrop is open. + */ + open: _propTypes.default.bool.isRequired, + + /** + * The duration for the transition, in milliseconds. + * You may specify a single timeout for all transitions, or individually with an object. + */ + transitionDuration: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.shape({ + appear: _propTypes.default.number, + enter: _propTypes.default.number, + exit: _propTypes.default.number + })]) +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiBackdrop' +})(Backdrop); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Backdrop/index.d.ts b/node_modules/@material-ui/core/Backdrop/index.d.ts new file mode 100644 index 0000000000..bb384d566a --- /dev/null +++ b/node_modules/@material-ui/core/Backdrop/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './Backdrop'; +export * from './Backdrop'; diff --git a/node_modules/@material-ui/core/Backdrop/index.js b/node_modules/@material-ui/core/Backdrop/index.js new file mode 100644 index 0000000000..adddfd8b4f --- /dev/null +++ b/node_modules/@material-ui/core/Backdrop/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _Backdrop.default; + } +}); + +var _Backdrop = _interopRequireDefault(require("./Backdrop")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/Backdrop/package.json b/node_modules/@material-ui/core/Backdrop/package.json new file mode 100644 index 0000000000..c6a7e26bf1 --- /dev/null +++ b/node_modules/@material-ui/core/Backdrop/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/Backdrop/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/Badge/Badge.d.ts b/node_modules/@material-ui/core/Badge/Badge.d.ts new file mode 100644 index 0000000000..e30b1a0e68 --- /dev/null +++ b/node_modules/@material-ui/core/Badge/Badge.d.ts @@ -0,0 +1,85 @@ +import * as React from 'react'; +import { OverridableComponent, OverrideProps } from '../OverridableComponent'; + +export interface BadgeOrigin { + vertical: 'top' | 'bottom'; + horizontal: 'left' | 'right'; +} + +export interface BadgeTypeMap

{ + props: P & { + /** + * The anchor of the badge. + */ + anchorOrigin?: BadgeOrigin; + /** + * Wrapped shape the badge should overlap. + */ + overlap?: 'rectangle' | 'circle'; + /** + * The content rendered within the badge. + */ + badgeContent?: React.ReactNode; + /** + * The badge will be added relative to this node. + */ + children?: React.ReactNode; + /** + * The color of the component. It supports those theme colors that make sense for this component. + */ + color?: 'primary' | 'secondary' | 'default' | 'error'; + /** + * If `true`, the badge will be invisible. + */ + invisible?: boolean; + /** + * Max count to show. + */ + max?: number; + /** + * Controls whether the badge is hidden when `badgeContent` is zero. + */ + showZero?: boolean; + /** + * The variant to use. + */ + variant?: 'standard' | 'dot'; + }; + defaultComponent: D; + classKey: BadgeClassKey; +} + +export type BadgeClassKey = + | 'root' + | 'badge' + | 'colorPrimary' + | 'colorSecondary' + | 'colorError' + | 'dot' + | 'anchorOriginTopRightRectangle' + | 'anchorOriginBottomRightRectangle' + | 'anchorOriginTopLeftRectangle' + | 'anchorOriginBottomLeftRectangle' + | 'anchorOriginTopRightCircle' + | 'anchorOriginBottomRightCircle' + | 'anchorOriginTopLeftCircle' + | 'invisible'; +/** + * + * Demos: + * + * - [Avatars](https://material-ui.com/components/avatars/) + * - [Badges](https://material-ui.com/components/badges/) + * + * API: + * + * - [Badge API](https://material-ui.com/api/badge/) + */ +declare const Badge: OverridableComponent; + +export type BadgeProps< + D extends React.ElementType = BadgeTypeMap['defaultComponent'], + P = {} +> = OverrideProps, D>; + +export default Badge; diff --git a/node_modules/@material-ui/core/Badge/Badge.js b/node_modules/@material-ui/core/Badge/Badge.js new file mode 100644 index 0000000000..12f2154967 --- /dev/null +++ b/node_modules/@material-ui/core/Badge/Badge.js @@ -0,0 +1,312 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _capitalize = _interopRequireDefault(require("../utils/capitalize")); + +var RADIUS_STANDARD = 10; +var RADIUS_DOT = 4; + +var styles = function styles(theme) { + return { + /* Styles applied to the root element. */ + root: { + position: 'relative', + display: 'inline-flex', + // For correct alignment with the text. + verticalAlign: 'middle', + flexShrink: 0 + }, + + /* Styles applied to the badge `span` element. */ + badge: { + display: 'flex', + flexDirection: 'row', + flexWrap: 'wrap', + justifyContent: 'center', + alignContent: 'center', + alignItems: 'center', + position: 'absolute', + boxSizing: 'border-box', + fontFamily: theme.typography.fontFamily, + fontWeight: theme.typography.fontWeightMedium, + fontSize: theme.typography.pxToRem(12), + minWidth: RADIUS_STANDARD * 2, + lineHeight: 1, + padding: '0 6px', + height: RADIUS_STANDARD * 2, + borderRadius: RADIUS_STANDARD, + zIndex: 1, + // Render the badge on top of potential ripples. + transition: theme.transitions.create('transform', { + easing: theme.transitions.easing.easeInOut, + duration: theme.transitions.duration.enteringScreen + }) + }, + + /* Styles applied to the root element if `color="primary"`. */ + colorPrimary: { + backgroundColor: theme.palette.primary.main, + color: theme.palette.primary.contrastText + }, + + /* Styles applied to the root element if `color="secondary"`. */ + colorSecondary: { + backgroundColor: theme.palette.secondary.main, + color: theme.palette.secondary.contrastText + }, + + /* Styles applied to the root element if `color="error"`. */ + colorError: { + backgroundColor: theme.palette.error.main, + color: theme.palette.error.contrastText + }, + + /* Styles applied to the root element if `variant="dot"`. */ + dot: { + borderRadius: RADIUS_DOT, + height: RADIUS_DOT * 2, + minWidth: RADIUS_DOT * 2, + padding: 0 + }, + + /* Styles applied to the root element if `anchorOrigin={{ 'top', 'right' }} overlap="rectangle"`. */ + anchorOriginTopRightRectangle: { + top: 0, + right: 0, + transform: 'scale(1) translate(50%, -50%)', + transformOrigin: '100% 0%', + '&$invisible': { + transform: 'scale(0) translate(50%, -50%)' + } + }, + + /* Styles applied to the root element if `anchorOrigin={{ 'bottom', 'right' }} overlap="rectangle"`. */ + anchorOriginBottomRightRectangle: { + bottom: 0, + right: 0, + transform: 'scale(1) translate(50%, 50%)', + transformOrigin: '100% 100%', + '&$invisible': { + transform: 'scale(0) translate(50%, 50%)' + } + }, + + /* Styles applied to the root element if `anchorOrigin={{ 'top', 'left' }} overlap="rectangle"`. */ + anchorOriginTopLeftRectangle: { + top: 0, + left: 0, + transform: 'scale(1) translate(-50%, -50%)', + transformOrigin: '0% 0%', + '&$invisible': { + transform: 'scale(0) translate(-50%, -50%)' + } + }, + + /* Styles applied to the root element if `anchorOrigin={{ 'bottom', 'left' }} overlap="rectangle"`. */ + anchorOriginBottomLeftRectangle: { + bottom: 0, + left: 0, + transform: 'scale(1) translate(-50%, 50%)', + transformOrigin: '0% 100%', + '&$invisible': { + transform: 'scale(0) translate(-50%, 50%)' + } + }, + + /* Styles applied to the root element if `anchorOrigin={{ 'top', 'right' }} overlap="circle"`. */ + anchorOriginTopRightCircle: { + top: '14%', + right: '14%', + transform: 'scale(1) translate(50%, -50%)', + transformOrigin: '100% 0%', + '&$invisible': { + transform: 'scale(0) translate(50%, -50%)' + } + }, + + /* Styles applied to the root element if `anchorOrigin={{ 'bottom', 'right' }} overlap="circle"`. */ + anchorOriginBottomRightCircle: { + bottom: '14%', + right: '14%', + transform: 'scale(1) translate(50%, 50%)', + transformOrigin: '100% 100%', + '&$invisible': { + transform: 'scale(0) translate(50%, 50%)' + } + }, + + /* Styles applied to the root element if `anchorOrigin={{ 'top', 'left' }} overlap="circle"`. */ + anchorOriginTopLeftCircle: { + top: '14%', + left: '14%', + transform: 'scale(1) translate(-50%, -50%)', + transformOrigin: '0% 0%', + '&$invisible': { + transform: 'scale(0) translate(-50%, -50%)' + } + }, + + /* Styles applied to the root element if `anchorOrigin={{ 'bottom', 'left' }} overlap="circle"`. */ + anchorOriginBottomLeftCircle: { + bottom: '14%', + left: '14%', + transform: 'scale(1) translate(-50%, 50%)', + transformOrigin: '0% 100%', + '&$invisible': { + transform: 'scale(0) translate(-50%, 50%)' + } + }, + + /* Pseudo-class to the badge `span` element if `invisible={true}`. */ + invisible: { + transition: theme.transitions.create('transform', { + easing: theme.transitions.easing.easeInOut, + duration: theme.transitions.duration.leavingScreen + }) + } + }; +}; + +exports.styles = styles; +var Badge = /*#__PURE__*/React.forwardRef(function Badge(props, ref) { + var _props$anchorOrigin = props.anchorOrigin, + anchorOrigin = _props$anchorOrigin === void 0 ? { + vertical: 'top', + horizontal: 'right' + } : _props$anchorOrigin, + badgeContent = props.badgeContent, + children = props.children, + classes = props.classes, + className = props.className, + _props$color = props.color, + color = _props$color === void 0 ? 'default' : _props$color, + _props$component = props.component, + ComponentProp = _props$component === void 0 ? 'span' : _props$component, + invisibleProp = props.invisible, + _props$max = props.max, + max = _props$max === void 0 ? 99 : _props$max, + _props$overlap = props.overlap, + overlap = _props$overlap === void 0 ? 'rectangle' : _props$overlap, + _props$showZero = props.showZero, + showZero = _props$showZero === void 0 ? false : _props$showZero, + _props$variant = props.variant, + variant = _props$variant === void 0 ? 'standard' : _props$variant, + other = (0, _objectWithoutProperties2.default)(props, ["anchorOrigin", "badgeContent", "children", "classes", "className", "color", "component", "invisible", "max", "overlap", "showZero", "variant"]); + var invisible = invisibleProp; + + if (invisibleProp == null && (badgeContent === 0 && !showZero || badgeContent == null && variant !== 'dot')) { + invisible = true; + } + + var displayValue = ''; + + if (variant !== 'dot') { + displayValue = badgeContent > max ? "".concat(max, "+") : badgeContent; + } + + return /*#__PURE__*/React.createElement(ComponentProp, (0, _extends2.default)({ + className: (0, _clsx.default)(classes.root, className), + ref: ref + }, other), children, /*#__PURE__*/React.createElement("span", { + className: (0, _clsx.default)(classes.badge, classes["".concat(anchorOrigin.horizontal).concat((0, _capitalize.default)(anchorOrigin.vertical), "}")], classes["anchorOrigin".concat((0, _capitalize.default)(anchorOrigin.vertical)).concat((0, _capitalize.default)(anchorOrigin.horizontal)).concat((0, _capitalize.default)(overlap))], color !== 'default' && classes["color".concat((0, _capitalize.default)(color))], invisible && classes.invisible, variant === 'dot' && classes.dot) + }, displayValue)); +}); +process.env.NODE_ENV !== "production" ? Badge.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The anchor of the badge. + */ + anchorOrigin: _propTypes.default.shape({ + horizontal: _propTypes.default.oneOf(['left', 'right']).isRequired, + vertical: _propTypes.default.oneOf(['bottom', 'top']).isRequired + }), + + /** + * The content rendered within the badge. + */ + badgeContent: _propTypes.default.node, + + /** + * The badge will be added relative to this node. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * The color of the component. It supports those theme colors that make sense for this component. + */ + color: _propTypes.default.oneOf(['default', 'error', 'primary', 'secondary']), + + /** + * The component used for the root node. + * Either a string to use a HTML element or a component. + */ + component: _propTypes.default + /* @typescript-to-proptypes-ignore */ + .elementType, + + /** + * If `true`, the badge will be invisible. + */ + invisible: _propTypes.default.bool, + + /** + * Max count to show. + */ + max: _propTypes.default.number, + + /** + * Wrapped shape the badge should overlap. + */ + overlap: _propTypes.default.oneOf(['circle', 'rectangle']), + + /** + * Controls whether the badge is hidden when `badgeContent` is zero. + */ + showZero: _propTypes.default.bool, + + /** + * The variant to use. + */ + variant: _propTypes.default.oneOf(['dot', 'standard']) +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiBadge' +})(Badge); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Badge/index.d.ts b/node_modules/@material-ui/core/Badge/index.d.ts new file mode 100644 index 0000000000..dcb875afff --- /dev/null +++ b/node_modules/@material-ui/core/Badge/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './Badge'; +export * from './Badge'; diff --git a/node_modules/@material-ui/core/Badge/index.js b/node_modules/@material-ui/core/Badge/index.js new file mode 100644 index 0000000000..9361f1bf7a --- /dev/null +++ b/node_modules/@material-ui/core/Badge/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _Badge.default; + } +}); + +var _Badge = _interopRequireDefault(require("./Badge")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/Badge/package.json b/node_modules/@material-ui/core/Badge/package.json new file mode 100644 index 0000000000..2687a90a52 --- /dev/null +++ b/node_modules/@material-ui/core/Badge/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/Badge/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/BottomNavigation/BottomNavigation.d.ts b/node_modules/@material-ui/core/BottomNavigation/BottomNavigation.d.ts new file mode 100644 index 0000000000..6c30b0c9ac --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigation/BottomNavigation.d.ts @@ -0,0 +1,49 @@ +import * as React from 'react'; +import { OverridableComponent, OverrideProps } from '../OverridableComponent'; + +export interface BottomNavigationTypeMap

{ + props: P & { + /** + * The content of the component. + */ + children?: React.ReactNode; + /** + * Callback fired when the value changes. + * + * @param {object} event The event source of the callback. + * @param {any} value We default to the index of the child. + */ + onChange?: (event: React.ChangeEvent<{}>, value: any) => void; + /** + * If `true`, all `BottomNavigationAction`s will show their labels. + * By default, only the selected `BottomNavigationAction` will show its label. + */ + showLabels?: boolean; + /** + * The value of the currently selected `BottomNavigationAction`. + */ + value?: any; + }; + defaultComponent: D; + classKey: BottomNavigationClassKey; +} +/** + * + * Demos: + * + * - [Bottom Navigation](https://material-ui.com/components/bottom-navigation/) + * + * API: + * + * - [BottomNavigation API](https://material-ui.com/api/bottom-navigation/) + */ +declare const BottomNavigation: OverridableComponent; + +export type BottomNavigationClassKey = 'root'; + +export type BottomNavigationProps< + D extends React.ElementType = BottomNavigationTypeMap['defaultComponent'], + P = {} +> = OverrideProps, D>; + +export default BottomNavigation; diff --git a/node_modules/@material-ui/core/BottomNavigation/BottomNavigation.js b/node_modules/@material-ui/core/BottomNavigation/BottomNavigation.js new file mode 100755 index 0000000000..ab34024dee --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigation/BottomNavigation.js @@ -0,0 +1,127 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _reactIs = require("react-is"); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var styles = function styles(theme) { + return { + /* Styles applied to the root element. */ + root: { + display: 'flex', + justifyContent: 'center', + height: 56, + backgroundColor: theme.palette.background.paper + } + }; +}; + +exports.styles = styles; +var BottomNavigation = /*#__PURE__*/React.forwardRef(function BottomNavigation(props, ref) { + var children = props.children, + classes = props.classes, + className = props.className, + _props$component = props.component, + Component = _props$component === void 0 ? 'div' : _props$component, + onChange = props.onChange, + _props$showLabels = props.showLabels, + showLabels = _props$showLabels === void 0 ? false : _props$showLabels, + value = props.value, + other = (0, _objectWithoutProperties2.default)(props, ["children", "classes", "className", "component", "onChange", "showLabels", "value"]); + return /*#__PURE__*/React.createElement(Component, (0, _extends2.default)({ + className: (0, _clsx.default)(classes.root, className), + ref: ref + }, other), React.Children.map(children, function (child, childIndex) { + if (! /*#__PURE__*/React.isValidElement(child)) { + return null; + } + + if (process.env.NODE_ENV !== 'production') { + if ((0, _reactIs.isFragment)(child)) { + console.error(["Material-UI: The BottomNavigation component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n')); + } + } + + var childValue = child.props.value === undefined ? childIndex : child.props.value; + return /*#__PURE__*/React.cloneElement(child, { + selected: childValue === value, + showLabel: child.props.showLabel !== undefined ? child.props.showLabel : showLabels, + value: childValue, + onChange: onChange + }); + })); +}); +process.env.NODE_ENV !== "production" ? BottomNavigation.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The content of the component. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * The component used for the root node. + * Either a string to use a HTML element or a component. + */ + component: _propTypes.default + /* @typescript-to-proptypes-ignore */ + .elementType, + + /** + * Callback fired when the value changes. + * + * @param {object} event The event source of the callback. + * @param {any} value We default to the index of the child. + */ + onChange: _propTypes.default.func, + + /** + * If `true`, all `BottomNavigationAction`s will show their labels. + * By default, only the selected `BottomNavigationAction` will show its label. + */ + showLabels: _propTypes.default.bool, + + /** + * The value of the currently selected `BottomNavigationAction`. + */ + value: _propTypes.default.any +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiBottomNavigation' +})(BottomNavigation); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/BottomNavigation/index.d.ts b/node_modules/@material-ui/core/BottomNavigation/index.d.ts new file mode 100644 index 0000000000..24a0304da2 --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigation/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './BottomNavigation'; +export * from './BottomNavigation'; diff --git a/node_modules/@material-ui/core/BottomNavigation/index.js b/node_modules/@material-ui/core/BottomNavigation/index.js new file mode 100644 index 0000000000..9d35929fa8 --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigation/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _BottomNavigation.default; + } +}); + +var _BottomNavigation = _interopRequireDefault(require("./BottomNavigation")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/BottomNavigation/package.json b/node_modules/@material-ui/core/BottomNavigation/package.json new file mode 100644 index 0000000000..f54f4d7c28 --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigation/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/BottomNavigation/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/BottomNavigationAction/BottomNavigationAction.d.ts b/node_modules/@material-ui/core/BottomNavigationAction/BottomNavigationAction.d.ts new file mode 100644 index 0000000000..72dbf68c8c --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigationAction/BottomNavigationAction.d.ts @@ -0,0 +1,64 @@ +import * as React from 'react'; +import { ButtonBaseTypeMap, ExtendButtonBase, ExtendButtonBaseTypeMap } from '../ButtonBase'; +import { OverrideProps } from '../OverridableComponent'; + +export type BottomNavigationActionTypeMap< + P, + D extends React.ElementType +> = ExtendButtonBaseTypeMap<{ + props: P & { + /** + * This prop isn't supported. + * Use the `component` prop if you need to change the children structure. + */ + children?: React.ReactNode; + /** + * The icon element. + */ + icon?: React.ReactNode; + /** + * The label element. + */ + label?: React.ReactNode; + onChange?: (event: React.ChangeEvent<{}>, value: any) => void; + onClick?: React.ReactEventHandler; + selected?: boolean; + /** + * If `true`, the `BottomNavigationAction` will show its label. + * By default, only the selected `BottomNavigationAction` + * inside `BottomNavigation` will show its label. + */ + showLabel?: boolean; + /** + * You can provide your own value. Otherwise, we fallback to the child position index. + */ + value?: any; + }; + defaultComponent: D; + classKey: BottomNavigationActionClassKey; +}>; + +/** + * + * Demos: + * + * - [Bottom Navigation](https://material-ui.com/components/bottom-navigation/) + * + * API: + * + * - [BottomNavigationAction API](https://material-ui.com/api/bottom-navigation-action/) + * - inherits [ButtonBase API](https://material-ui.com/api/button-base/) + */ +declare const BottomNavigationAction: ExtendButtonBase>; + +export type BottomNavigationActionClassKey = 'root' | 'selected' | 'iconOnly' | 'wrapper' | 'label'; + +export type BottomNavigationActionProps< + D extends React.ElementType = ButtonBaseTypeMap['defaultComponent'], + P = {} +> = OverrideProps, D>; + +export default BottomNavigationAction; diff --git a/node_modules/@material-ui/core/BottomNavigationAction/BottomNavigationAction.js b/node_modules/@material-ui/core/BottomNavigationAction/BottomNavigationAction.js new file mode 100644 index 0000000000..90f30f5816 --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigationAction/BottomNavigationAction.js @@ -0,0 +1,181 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _ButtonBase = _interopRequireDefault(require("../ButtonBase")); + +var _unsupportedProp = _interopRequireDefault(require("../utils/unsupportedProp")); + +var styles = function styles(theme) { + return { + /* Styles applied to the root element. */ + root: { + transition: theme.transitions.create(['color', 'padding-top'], { + duration: theme.transitions.duration.short + }), + padding: '6px 12px 8px', + minWidth: 80, + maxWidth: 168, + color: theme.palette.text.secondary, + flex: '1', + '&$iconOnly': { + paddingTop: 16 + }, + '&$selected': { + paddingTop: 6, + color: theme.palette.primary.main + } + }, + + /* Pseudo-class applied to the root element if selected. */ + selected: {}, + + /* Pseudo-class applied to the root element if `showLabel={false}` and not selected. */ + iconOnly: {}, + + /* Styles applied to the span element that wraps the icon and label. */ + wrapper: { + display: 'inline-flex', + alignItems: 'center', + justifyContent: 'center', + width: '100%', + flexDirection: 'column' + }, + + /* Styles applied to the label's span element. */ + label: { + fontFamily: theme.typography.fontFamily, + fontSize: theme.typography.pxToRem(12), + opacity: 1, + transition: 'font-size 0.2s, opacity 0.2s', + transitionDelay: '0.1s', + '&$iconOnly': { + opacity: 0, + transitionDelay: '0s' + }, + '&$selected': { + fontSize: theme.typography.pxToRem(14) + } + } + }; +}; + +exports.styles = styles; +var BottomNavigationAction = /*#__PURE__*/React.forwardRef(function BottomNavigationAction(props, ref) { + var classes = props.classes, + className = props.className, + icon = props.icon, + label = props.label, + onChange = props.onChange, + onClick = props.onClick, + selected = props.selected, + showLabel = props.showLabel, + value = props.value, + other = (0, _objectWithoutProperties2.default)(props, ["classes", "className", "icon", "label", "onChange", "onClick", "selected", "showLabel", "value"]); + + var handleChange = function handleChange(event) { + if (onChange) { + onChange(event, value); + } + + if (onClick) { + onClick(event); + } + }; + + return /*#__PURE__*/React.createElement(_ButtonBase.default, (0, _extends2.default)({ + ref: ref, + className: (0, _clsx.default)(classes.root, className, selected ? classes.selected : !showLabel && classes.iconOnly), + focusRipple: true, + onClick: handleChange + }, other), /*#__PURE__*/React.createElement("span", { + className: classes.wrapper + }, icon, /*#__PURE__*/React.createElement("span", { + className: (0, _clsx.default)(classes.label, selected ? classes.selected : !showLabel && classes.iconOnly) + }, label))); +}); +process.env.NODE_ENV !== "production" ? BottomNavigationAction.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * This prop isn't supported. + * Use the `component` prop if you need to change the children structure. + */ + children: _unsupportedProp.default, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * The icon element. + */ + icon: _propTypes.default.node, + + /** + * The label element. + */ + label: _propTypes.default.node, + + /** + * @ignore + */ + onChange: _propTypes.default.func, + + /** + * @ignore + */ + onClick: _propTypes.default.func, + + /** + * @ignore + */ + selected: _propTypes.default.bool, + + /** + * If `true`, the `BottomNavigationAction` will show its label. + * By default, only the selected `BottomNavigationAction` + * inside `BottomNavigation` will show its label. + */ + showLabel: _propTypes.default.bool, + + /** + * You can provide your own value. Otherwise, we fallback to the child position index. + */ + value: _propTypes.default.any +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiBottomNavigationAction' +})(BottomNavigationAction); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/BottomNavigationAction/index.d.ts b/node_modules/@material-ui/core/BottomNavigationAction/index.d.ts new file mode 100644 index 0000000000..13c318914b --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigationAction/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './BottomNavigationAction'; +export * from './BottomNavigationAction'; diff --git a/node_modules/@material-ui/core/BottomNavigationAction/index.js b/node_modules/@material-ui/core/BottomNavigationAction/index.js new file mode 100644 index 0000000000..0d6858b9b0 --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigationAction/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _BottomNavigationAction.default; + } +}); + +var _BottomNavigationAction = _interopRequireDefault(require("./BottomNavigationAction")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/BottomNavigationAction/package.json b/node_modules/@material-ui/core/BottomNavigationAction/package.json new file mode 100644 index 0000000000..8673f03f85 --- /dev/null +++ b/node_modules/@material-ui/core/BottomNavigationAction/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/BottomNavigationAction/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/Box/Box.d.ts b/node_modules/@material-ui/core/Box/Box.d.ts new file mode 100644 index 0000000000..2eb664df6c --- /dev/null +++ b/node_modules/@material-ui/core/Box/Box.d.ts @@ -0,0 +1,46 @@ +import * as React from 'react'; +import { + borders, + ComposedStyleFunction, + display, + flexbox, + grid, + palette, + positions, + shadows, + sizing, + spacing, + typography, + PropsFor, +} from '@material-ui/system'; +import { Omit } from '..'; + +type BoxStyleFunction = ComposedStyleFunction< + [ + typeof borders, + typeof display, + typeof flexbox, + typeof grid, + typeof palette, + typeof positions, + typeof shadows, + typeof sizing, + typeof spacing, + typeof typography + ] +>; + +type SystemProps = PropsFor; +type ElementProps = Omit, keyof SystemProps>; + +export interface BoxProps extends ElementProps, SystemProps { + // styled API + component?: React.ElementType; + clone?: boolean; + // workaround for https://github.com/mui-org/material-ui/pull/15611 + css?: SystemProps; +} + +declare const Box: React.ComponentType; + +export default Box; diff --git a/node_modules/@material-ui/core/Box/Box.js b/node_modules/@material-ui/core/Box/Box.js new file mode 100644 index 0000000000..7bb4f67b55 --- /dev/null +++ b/node_modules/@material-ui/core/Box/Box.js @@ -0,0 +1,24 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styleFunction = void 0; + +var _system = require("@material-ui/system"); + +var _styled = _interopRequireDefault(require("../styles/styled")); + +var styleFunction = (0, _system.css)((0, _system.compose)(_system.borders, _system.display, _system.flexbox, _system.grid, _system.positions, _system.palette, _system.shadows, _system.sizing, _system.spacing, _system.typography)); +/** + * @ignore - do not document. + */ + +exports.styleFunction = styleFunction; +var Box = (0, _styled.default)('div')(styleFunction, { + name: 'MuiBox' +}); +var _default = Box; +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Box/index.d.ts b/node_modules/@material-ui/core/Box/index.d.ts new file mode 100644 index 0000000000..38ce2fc4f2 --- /dev/null +++ b/node_modules/@material-ui/core/Box/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './Box'; +export * from './Box'; diff --git a/node_modules/@material-ui/core/Box/index.js b/node_modules/@material-ui/core/Box/index.js new file mode 100644 index 0000000000..97d26db752 --- /dev/null +++ b/node_modules/@material-ui/core/Box/index.js @@ -0,0 +1,21 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _Box.default; + } +}); +Object.defineProperty(exports, "styleFunction", { + enumerable: true, + get: function get() { + return _Box.styleFunction; + } +}); + +var _Box = _interopRequireWildcard(require("./Box")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/Box/package.json b/node_modules/@material-ui/core/Box/package.json new file mode 100644 index 0000000000..15ef729ec7 --- /dev/null +++ b/node_modules/@material-ui/core/Box/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/Box/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/Breadcrumbs/BreadcrumbCollapsed.js b/node_modules/@material-ui/core/Breadcrumbs/BreadcrumbCollapsed.js new file mode 100644 index 0000000000..91bfdbef67 --- /dev/null +++ b/node_modules/@material-ui/core/Breadcrumbs/BreadcrumbCollapsed.js @@ -0,0 +1,80 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _colorManipulator = require("../styles/colorManipulator"); + +var _MoreHoriz = _interopRequireDefault(require("../internal/svg-icons/MoreHoriz")); + +var _ButtonBase = _interopRequireDefault(require("../ButtonBase")); + +var styles = function styles(theme) { + return { + root: { + display: 'flex', + marginLeft: theme.spacing(0.5), + marginRight: theme.spacing(0.5), + backgroundColor: theme.palette.grey[100], + color: theme.palette.grey[700], + borderRadius: 2, + cursor: 'pointer', + '&:hover, &:focus': { + backgroundColor: theme.palette.grey[200] + }, + '&:active': { + boxShadow: theme.shadows[0], + backgroundColor: (0, _colorManipulator.emphasize)(theme.palette.grey[200], 0.12) + } + }, + icon: { + width: 24, + height: 16 + } + }; +}; +/** + * @ignore - internal component. + */ + + +function BreadcrumbCollapsed(props) { + var classes = props.classes, + other = (0, _objectWithoutProperties2.default)(props, ["classes"]); + return /*#__PURE__*/React.createElement(_ButtonBase.default, (0, _extends2.default)({ + component: "li", + className: classes.root, + focusRipple: true + }, other), /*#__PURE__*/React.createElement(_MoreHoriz.default, { + className: classes.icon + })); +} + +process.env.NODE_ENV !== "production" ? BreadcrumbCollapsed.propTypes = { + /** + * @ignore + */ + classes: _propTypes.default.object.isRequired +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'PrivateBreadcrumbCollapsed' +})(BreadcrumbCollapsed); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Breadcrumbs/Breadcrumbs.d.ts b/node_modules/@material-ui/core/Breadcrumbs/Breadcrumbs.d.ts new file mode 100644 index 0000000000..db07d6b752 --- /dev/null +++ b/node_modules/@material-ui/core/Breadcrumbs/Breadcrumbs.d.ts @@ -0,0 +1,58 @@ +import * as React from 'react'; +import { OverridableComponent, OverrideProps } from '../OverridableComponent'; + +export interface BreadcrumbsTypeMap

{ + props: P & { + /** + * The breadcrumb children. + */ + children?: React.ReactNode; + /** + * Override the default label for the expand button. + * + * For localization purposes, you can use the provided [translations](/guides/localization/). + */ + expandText?: string; + /** + * If max items is exceeded, the number of items to show after the ellipsis. + */ + itemsAfterCollapse?: number; + /** + * If max items is exceeded, the number of items to show before the ellipsis. + */ + itemsBeforeCollapse?: number; + /** + * Specifies the maximum number of breadcrumbs to display. When there are more + * than the maximum number, only the first `itemsBeforeCollapse` and last `itemsAfterCollapse` + * will be shown, with an ellipsis in between. + */ + maxItems?: number; + /** + * Custom separator node. + */ + separator?: React.ReactNode; + }; + defaultComponent: D; + classKey: BreadcrumbsClassKey; +} + +/** + * + * Demos: + * + * - [Breadcrumbs](https://material-ui.com/components/breadcrumbs/) + * + * API: + * + * - [Breadcrumbs API](https://material-ui.com/api/breadcrumbs/) + */ +declare const Breadcrumbs: OverridableComponent; + +export type BreadcrumbsClassKey = 'root' | 'ol' | 'li' | 'separator'; + +export type BreadcrumbsProps< + D extends React.ElementType = BreadcrumbsTypeMap['defaultComponent'], + P = {} +> = OverrideProps, D>; + +export default Breadcrumbs; diff --git a/node_modules/@material-ui/core/Breadcrumbs/Breadcrumbs.js b/node_modules/@material-ui/core/Breadcrumbs/Breadcrumbs.js new file mode 100644 index 0000000000..43d2cce27f --- /dev/null +++ b/node_modules/@material-ui/core/Breadcrumbs/Breadcrumbs.js @@ -0,0 +1,213 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _reactIs = require("react-is"); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _Typography = _interopRequireDefault(require("../Typography")); + +var _BreadcrumbCollapsed = _interopRequireDefault(require("./BreadcrumbCollapsed")); + +var styles = { + /* Styles applied to the root element. */ + root: {}, + + /* Styles applied to the ol element. */ + ol: { + display: 'flex', + flexWrap: 'wrap', + alignItems: 'center', + padding: 0, + margin: 0, + listStyle: 'none' + }, + + /* Styles applied to the li element. */ + li: {}, + + /* Styles applied to the separator element. */ + separator: { + display: 'flex', + userSelect: 'none', + marginLeft: 8, + marginRight: 8 + } +}; +exports.styles = styles; + +function insertSeparators(items, className, separator) { + return items.reduce(function (acc, current, index) { + if (index < items.length - 1) { + acc = acc.concat(current, /*#__PURE__*/React.createElement("li", { + "aria-hidden": true, + key: "separator-".concat(index), + className: className + }, separator)); + } else { + acc.push(current); + } + + return acc; + }, []); +} + +var Breadcrumbs = /*#__PURE__*/React.forwardRef(function Breadcrumbs(props, ref) { + var children = props.children, + classes = props.classes, + className = props.className, + _props$component = props.component, + Component = _props$component === void 0 ? 'nav' : _props$component, + _props$expandText = props.expandText, + expandText = _props$expandText === void 0 ? 'Show path' : _props$expandText, + _props$itemsAfterColl = props.itemsAfterCollapse, + itemsAfterCollapse = _props$itemsAfterColl === void 0 ? 1 : _props$itemsAfterColl, + _props$itemsBeforeCol = props.itemsBeforeCollapse, + itemsBeforeCollapse = _props$itemsBeforeCol === void 0 ? 1 : _props$itemsBeforeCol, + _props$maxItems = props.maxItems, + maxItems = _props$maxItems === void 0 ? 8 : _props$maxItems, + _props$separator = props.separator, + separator = _props$separator === void 0 ? '/' : _props$separator, + other = (0, _objectWithoutProperties2.default)(props, ["children", "classes", "className", "component", "expandText", "itemsAfterCollapse", "itemsBeforeCollapse", "maxItems", "separator"]); + + var _React$useState = React.useState(false), + expanded = _React$useState[0], + setExpanded = _React$useState[1]; + + var renderItemsBeforeAndAfter = function renderItemsBeforeAndAfter(allItems) { + var handleClickExpand = function handleClickExpand(event) { + setExpanded(true); // The clicked element received the focus but gets removed from the DOM. + // Let's keep the focus in the component after expanding. + + var focusable = event.currentTarget.parentNode.querySelector('a[href],button,[tabindex]'); + + if (focusable) { + focusable.focus(); + } + }; // This defends against someone passing weird input, to ensure that if all + // items would be shown anyway, we just show all items without the EllipsisItem + + + if (itemsBeforeCollapse + itemsAfterCollapse >= allItems.length) { + if (process.env.NODE_ENV !== 'production') { + console.error(['Material-UI: You have provided an invalid combination of props to the Breadcrumbs.', "itemsAfterCollapse={".concat(itemsAfterCollapse, "} + itemsBeforeCollapse={").concat(itemsBeforeCollapse, "} >= maxItems={").concat(maxItems, "}")].join('\n')); + } + + return allItems; + } + + return [].concat((0, _toConsumableArray2.default)(allItems.slice(0, itemsBeforeCollapse)), [/*#__PURE__*/React.createElement(_BreadcrumbCollapsed.default, { + "aria-label": expandText, + key: "ellipsis", + onClick: handleClickExpand + })], (0, _toConsumableArray2.default)(allItems.slice(allItems.length - itemsAfterCollapse, allItems.length))); + }; + + var allItems = React.Children.toArray(children).filter(function (child) { + if (process.env.NODE_ENV !== 'production') { + if ((0, _reactIs.isFragment)(child)) { + console.error(["Material-UI: The Breadcrumbs component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n')); + } + } + + return /*#__PURE__*/React.isValidElement(child); + }).map(function (child, index) { + return /*#__PURE__*/React.createElement("li", { + className: classes.li, + key: "child-".concat(index) + }, child); + }); + return /*#__PURE__*/React.createElement(_Typography.default, (0, _extends2.default)({ + ref: ref, + component: Component, + color: "textSecondary", + className: (0, _clsx.default)(classes.root, className) + }, other), /*#__PURE__*/React.createElement("ol", { + className: classes.ol + }, insertSeparators(expanded || maxItems && allItems.length <= maxItems ? allItems : renderItemsBeforeAndAfter(allItems), classes.separator, separator))); +}); +process.env.NODE_ENV !== "production" ? Breadcrumbs.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The breadcrumb children. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * The component used for the root node. + * Either a string to use a HTML element or a component. + */ + component: _propTypes.default + /* @typescript-to-proptypes-ignore */ + .elementType, + + /** + * Override the default label for the expand button. + * + * For localization purposes, you can use the provided [translations](/guides/localization/). + */ + expandText: _propTypes.default.string, + + /** + * If max items is exceeded, the number of items to show after the ellipsis. + */ + itemsAfterCollapse: _propTypes.default.number, + + /** + * If max items is exceeded, the number of items to show before the ellipsis. + */ + itemsBeforeCollapse: _propTypes.default.number, + + /** + * Specifies the maximum number of breadcrumbs to display. When there are more + * than the maximum number, only the first `itemsBeforeCollapse` and last `itemsAfterCollapse` + * will be shown, with an ellipsis in between. + */ + maxItems: _propTypes.default.number, + + /** + * Custom separator node. + */ + separator: _propTypes.default.node +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiBreadcrumbs' +})(Breadcrumbs); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Breadcrumbs/index.d.ts b/node_modules/@material-ui/core/Breadcrumbs/index.d.ts new file mode 100644 index 0000000000..d447c988bb --- /dev/null +++ b/node_modules/@material-ui/core/Breadcrumbs/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './Breadcrumbs'; +export * from './Breadcrumbs'; diff --git a/node_modules/@material-ui/core/Breadcrumbs/index.js b/node_modules/@material-ui/core/Breadcrumbs/index.js new file mode 100644 index 0000000000..9edf5eb3c4 --- /dev/null +++ b/node_modules/@material-ui/core/Breadcrumbs/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _Breadcrumbs.default; + } +}); + +var _Breadcrumbs = _interopRequireDefault(require("./Breadcrumbs")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/Breadcrumbs/package.json b/node_modules/@material-ui/core/Breadcrumbs/package.json new file mode 100644 index 0000000000..ce5abf6607 --- /dev/null +++ b/node_modules/@material-ui/core/Breadcrumbs/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/Breadcrumbs/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/Button/Button.d.ts b/node_modules/@material-ui/core/Button/Button.d.ts new file mode 100644 index 0000000000..c8b13a3ca4 --- /dev/null +++ b/node_modules/@material-ui/core/Button/Button.d.ts @@ -0,0 +1,111 @@ +import { PropTypes } from '..'; +import { ExtendButtonBase, ExtendButtonBaseTypeMap } from '../ButtonBase'; +import { OverrideProps } from '../OverridableComponent'; + +export type ButtonTypeMap< + P = {}, + D extends React.ElementType = 'button' +> = ExtendButtonBaseTypeMap<{ + props: P & { + /** + * The content of the button. + */ + children?: React.ReactNode; + /** + * The color of the component. It supports those theme colors that make sense for this component. + */ + color?: PropTypes.Color; + /** + * If `true`, the button will be disabled. + */ + disabled?: boolean; + /** + * If `true`, no elevation is used. + */ + disableElevation?: boolean; + /** + * If `true`, the keyboard focus ripple will be disabled. + */ + disableFocusRipple?: boolean; + /** + * Element placed after the children. + */ + endIcon?: React.ReactNode; + /** + * If `true`, the button will take up the full width of its container. + */ + fullWidth?: boolean; + /** + * The URL to link to when the button is clicked. + * If defined, an `a` element will be used as the root node. + */ + href?: string; + /** + * The size of the button. + * `small` is equivalent to the dense button styling. + */ + size?: 'small' | 'medium' | 'large'; + /** + * Element placed before the children. + */ + startIcon?: React.ReactNode; + /** + * The variant to use. + */ + variant?: 'text' | 'outlined' | 'contained'; + }; + defaultComponent: D; + classKey: ButtonClassKey; +}>; + +/** + * + * Demos: + * + * - [Button Group](https://material-ui.com/components/button-group/) + * - [Buttons](https://material-ui.com/components/buttons/) + * + * API: + * + * - [Button API](https://material-ui.com/api/button/) + * - inherits [ButtonBase API](https://material-ui.com/api/button-base/) + */ +declare const Button: ExtendButtonBase; + +export type ButtonProps< + D extends React.ElementType = ButtonTypeMap['defaultComponent'], + P = {} +> = OverrideProps, D>; + +export type ButtonClassKey = + | 'root' + | 'label' + | 'text' + | 'textPrimary' + | 'textSecondary' + | 'outlined' + | 'outlinedPrimary' + | 'outlinedSecondary' + | 'contained' + | 'containedPrimary' + | 'containedSecondary' + | 'disableElevation' + | 'focusVisible' + | 'disabled' + | 'colorInherit' + | 'textSizeSmall' + | 'textSizeLarge' + | 'outlinedSizeSmall' + | 'outlinedSizeLarge' + | 'containedSizeSmall' + | 'containedSizeLarge' + | 'sizeSmall' + | 'sizeLarge' + | 'fullWidth' + | 'startIcon' + | 'endIcon' + | 'iconSizeSmall' + | 'iconSizeMedium' + | 'iconSizeLarge'; + +export default Button; diff --git a/node_modules/@material-ui/core/Button/Button.js b/node_modules/@material-ui/core/Button/Button.js new file mode 100644 index 0000000000..33efd8497b --- /dev/null +++ b/node_modules/@material-ui/core/Button/Button.js @@ -0,0 +1,461 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _colorManipulator = require("../styles/colorManipulator"); + +var _ButtonBase = _interopRequireDefault(require("../ButtonBase")); + +var _capitalize = _interopRequireDefault(require("../utils/capitalize")); + +var styles = function styles(theme) { + return { + /* Styles applied to the root element. */ + root: (0, _extends2.default)({}, theme.typography.button, { + boxSizing: 'border-box', + minWidth: 64, + padding: '6px 16px', + borderRadius: theme.shape.borderRadius, + color: theme.palette.text.primary, + transition: theme.transitions.create(['background-color', 'box-shadow', 'border'], { + duration: theme.transitions.duration.short + }), + '&:hover': { + textDecoration: 'none', + backgroundColor: (0, _colorManipulator.fade)(theme.palette.text.primary, theme.palette.action.hoverOpacity), + // Reset on touch devices, it doesn't add specificity + '@media (hover: none)': { + backgroundColor: 'transparent' + }, + '&$disabled': { + backgroundColor: 'transparent' + } + }, + '&$disabled': { + color: theme.palette.action.disabled + } + }), + + /* Styles applied to the span element that wraps the children. */ + label: { + width: '100%', + // Ensure the correct width for iOS Safari + display: 'inherit', + alignItems: 'inherit', + justifyContent: 'inherit' + }, + + /* Styles applied to the root element if `variant="text"`. */ + text: { + padding: '6px 8px' + }, + + /* Styles applied to the root element if `variant="text"` and `color="primary"`. */ + textPrimary: { + color: theme.palette.primary.main, + '&:hover': { + backgroundColor: (0, _colorManipulator.fade)(theme.palette.primary.main, theme.palette.action.hoverOpacity), + // Reset on touch devices, it doesn't add specificity + '@media (hover: none)': { + backgroundColor: 'transparent' + } + } + }, + + /* Styles applied to the root element if `variant="text"` and `color="secondary"`. */ + textSecondary: { + color: theme.palette.secondary.main, + '&:hover': { + backgroundColor: (0, _colorManipulator.fade)(theme.palette.secondary.main, theme.palette.action.hoverOpacity), + // Reset on touch devices, it doesn't add specificity + '@media (hover: none)': { + backgroundColor: 'transparent' + } + } + }, + + /* Styles applied to the root element if `variant="outlined"`. */ + outlined: { + padding: '5px 15px', + border: "1px solid ".concat(theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)'), + '&$disabled': { + border: "1px solid ".concat(theme.palette.action.disabledBackground) + } + }, + + /* Styles applied to the root element if `variant="outlined"` and `color="primary"`. */ + outlinedPrimary: { + color: theme.palette.primary.main, + border: "1px solid ".concat((0, _colorManipulator.fade)(theme.palette.primary.main, 0.5)), + '&:hover': { + border: "1px solid ".concat(theme.palette.primary.main), + backgroundColor: (0, _colorManipulator.fade)(theme.palette.primary.main, theme.palette.action.hoverOpacity), + // Reset on touch devices, it doesn't add specificity + '@media (hover: none)': { + backgroundColor: 'transparent' + } + } + }, + + /* Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */ + outlinedSecondary: { + color: theme.palette.secondary.main, + border: "1px solid ".concat((0, _colorManipulator.fade)(theme.palette.secondary.main, 0.5)), + '&:hover': { + border: "1px solid ".concat(theme.palette.secondary.main), + backgroundColor: (0, _colorManipulator.fade)(theme.palette.secondary.main, theme.palette.action.hoverOpacity), + // Reset on touch devices, it doesn't add specificity + '@media (hover: none)': { + backgroundColor: 'transparent' + } + }, + '&$disabled': { + border: "1px solid ".concat(theme.palette.action.disabled) + } + }, + + /* Styles applied to the root element if `variant="contained"`. */ + contained: { + color: theme.palette.getContrastText(theme.palette.grey[300]), + backgroundColor: theme.palette.grey[300], + boxShadow: theme.shadows[2], + '&:hover': { + backgroundColor: theme.palette.grey.A100, + boxShadow: theme.shadows[4], + // Reset on touch devices, it doesn't add specificity + '@media (hover: none)': { + boxShadow: theme.shadows[2], + backgroundColor: theme.palette.grey[300] + }, + '&$disabled': { + backgroundColor: theme.palette.action.disabledBackground + } + }, + '&$focusVisible': { + boxShadow: theme.shadows[6] + }, + '&:active': { + boxShadow: theme.shadows[8] + }, + '&$disabled': { + color: theme.palette.action.disabled, + boxShadow: theme.shadows[0], + backgroundColor: theme.palette.action.disabledBackground + } + }, + + /* Styles applied to the root element if `variant="contained"` and `color="primary"`. */ + containedPrimary: { + color: theme.palette.primary.contrastText, + backgroundColor: theme.palette.primary.main, + '&:hover': { + backgroundColor: theme.palette.primary.dark, + // Reset on touch devices, it doesn't add specificity + '@media (hover: none)': { + backgroundColor: theme.palette.primary.main + } + } + }, + + /* Styles applied to the root element if `variant="contained"` and `color="secondary"`. */ + containedSecondary: { + color: theme.palette.secondary.contrastText, + backgroundColor: theme.palette.secondary.main, + '&:hover': { + backgroundColor: theme.palette.secondary.dark, + // Reset on touch devices, it doesn't add specificity + '@media (hover: none)': { + backgroundColor: theme.palette.secondary.main + } + } + }, + + /* Styles applied to the root element if `disableElevation={true}`. */ + disableElevation: { + boxShadow: 'none', + '&:hover': { + boxShadow: 'none' + }, + '&$focusVisible': { + boxShadow: 'none' + }, + '&:active': { + boxShadow: 'none' + }, + '&$disabled': { + boxShadow: 'none' + } + }, + + /* Pseudo-class applied to the ButtonBase root element if the button is keyboard focused. */ + focusVisible: {}, + + /* Pseudo-class applied to the root element if `disabled={true}`. */ + disabled: {}, + + /* Styles applied to the root element if `color="inherit"`. */ + colorInherit: { + color: 'inherit', + borderColor: 'currentColor' + }, + + /* Styles applied to the root element if `size="small"` and `variant="text"`. */ + textSizeSmall: { + padding: '4px 5px', + fontSize: theme.typography.pxToRem(13) + }, + + /* Styles applied to the root element if `size="large"` and `variant="text"`. */ + textSizeLarge: { + padding: '8px 11px', + fontSize: theme.typography.pxToRem(15) + }, + + /* Styles applied to the root element if `size="small"` and `variant="outlined"`. */ + outlinedSizeSmall: { + padding: '3px 9px', + fontSize: theme.typography.pxToRem(13) + }, + + /* Styles applied to the root element if `size="large"` and `variant="outlined"`. */ + outlinedSizeLarge: { + padding: '7px 21px', + fontSize: theme.typography.pxToRem(15) + }, + + /* Styles applied to the root element if `size="small"` and `variant="contained"`. */ + containedSizeSmall: { + padding: '4px 10px', + fontSize: theme.typography.pxToRem(13) + }, + + /* Styles applied to the root element if `size="large"` and `variant="contained"`. */ + containedSizeLarge: { + padding: '8px 22px', + fontSize: theme.typography.pxToRem(15) + }, + + /* Styles applied to the root element if `size="small"`. */ + sizeSmall: {}, + + /* Styles applied to the root element if `size="large"`. */ + sizeLarge: {}, + + /* Styles applied to the root element if `fullWidth={true}`. */ + fullWidth: { + width: '100%' + }, + + /* Styles applied to the startIcon element if supplied. */ + startIcon: { + display: 'inherit', + marginRight: 8, + marginLeft: -4, + '&$iconSizeSmall': { + marginLeft: -2 + } + }, + + /* Styles applied to the endIcon element if supplied. */ + endIcon: { + display: 'inherit', + marginRight: -4, + marginLeft: 8, + '&$iconSizeSmall': { + marginRight: -2 + } + }, + + /* Styles applied to the icon element if supplied and `size="small"`. */ + iconSizeSmall: { + '& > *:first-child': { + fontSize: 18 + } + }, + + /* Styles applied to the icon element if supplied and `size="medium"`. */ + iconSizeMedium: { + '& > *:first-child': { + fontSize: 20 + } + }, + + /* Styles applied to the icon element if supplied and `size="large"`. */ + iconSizeLarge: { + '& > *:first-child': { + fontSize: 22 + } + } + }; +}; + +exports.styles = styles; +var Button = /*#__PURE__*/React.forwardRef(function Button(props, ref) { + var children = props.children, + classes = props.classes, + className = props.className, + _props$color = props.color, + color = _props$color === void 0 ? 'default' : _props$color, + _props$component = props.component, + component = _props$component === void 0 ? 'button' : _props$component, + _props$disabled = props.disabled, + disabled = _props$disabled === void 0 ? false : _props$disabled, + _props$disableElevati = props.disableElevation, + disableElevation = _props$disableElevati === void 0 ? false : _props$disableElevati, + _props$disableFocusRi = props.disableFocusRipple, + disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, + endIconProp = props.endIcon, + focusVisibleClassName = props.focusVisibleClassName, + _props$fullWidth = props.fullWidth, + fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, + _props$size = props.size, + size = _props$size === void 0 ? 'medium' : _props$size, + startIconProp = props.startIcon, + _props$type = props.type, + type = _props$type === void 0 ? 'button' : _props$type, + _props$variant = props.variant, + variant = _props$variant === void 0 ? 'text' : _props$variant, + other = (0, _objectWithoutProperties2.default)(props, ["children", "classes", "className", "color", "component", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"]); + var startIcon = startIconProp && /*#__PURE__*/React.createElement("span", { + className: (0, _clsx.default)(classes.startIcon, classes["iconSize".concat((0, _capitalize.default)(size))]) + }, startIconProp); + var endIcon = endIconProp && /*#__PURE__*/React.createElement("span", { + className: (0, _clsx.default)(classes.endIcon, classes["iconSize".concat((0, _capitalize.default)(size))]) + }, endIconProp); + return /*#__PURE__*/React.createElement(_ButtonBase.default, (0, _extends2.default)({ + className: (0, _clsx.default)(classes.root, classes[variant], className, color === 'inherit' ? classes.colorInherit : color !== 'default' && classes["".concat(variant).concat((0, _capitalize.default)(color))], size !== 'medium' && [classes["".concat(variant, "Size").concat((0, _capitalize.default)(size))], classes["size".concat((0, _capitalize.default)(size))]], disableElevation && classes.disableElevation, disabled && classes.disabled, fullWidth && classes.fullWidth), + component: component, + disabled: disabled, + focusRipple: !disableFocusRipple, + focusVisibleClassName: (0, _clsx.default)(classes.focusVisible, focusVisibleClassName), + ref: ref, + type: type + }, other), /*#__PURE__*/React.createElement("span", { + className: classes.label + }, startIcon, children, endIcon)); +}); +process.env.NODE_ENV !== "production" ? Button.propTypes = { + // ----------------------------- Warning -------------------------------- + // | These PropTypes are generated from the TypeScript type definitions | + // | To update them edit the d.ts file and run "yarn proptypes" | + // ---------------------------------------------------------------------- + + /** + * The content of the button. + */ + children: _propTypes.default.node, + + /** + * Override or extend the styles applied to the component. + * See [CSS API](#css) below for more details. + */ + classes: _propTypes.default.object, + + /** + * @ignore + */ + className: _propTypes.default.string, + + /** + * The color of the component. It supports those theme colors that make sense for this component. + */ + color: _propTypes.default.oneOf(['default', 'inherit', 'primary', 'secondary']), + + /** + * The component used for the root node. + * Either a string to use a HTML element or a component. + */ + component: _propTypes.default + /* @typescript-to-proptypes-ignore */ + .elementType, + + /** + * If `true`, the button will be disabled. + */ + disabled: _propTypes.default.bool, + + /** + * If `true`, no elevation is used. + */ + disableElevation: _propTypes.default.bool, + + /** + * If `true`, the keyboard focus ripple will be disabled. + */ + disableFocusRipple: _propTypes.default.bool, + + /** + * If `true`, the ripple effect will be disabled. + * + * ⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure + * to highlight the element by applying separate styles with the `focusVisibleClassName`. + */ + disableRipple: _propTypes.default.bool, + + /** + * Element placed after the children. + */ + endIcon: _propTypes.default.node, + + /** + * @ignore + */ + focusVisibleClassName: _propTypes.default.string, + + /** + * If `true`, the button will take up the full width of its container. + */ + fullWidth: _propTypes.default.bool, + + /** + * The URL to link to when the button is clicked. + * If defined, an `a` element will be used as the root node. + */ + href: _propTypes.default.string, + + /** + * The size of the button. + * `small` is equivalent to the dense button styling. + */ + size: _propTypes.default.oneOf(['large', 'medium', 'small']), + + /** + * Element placed before the children. + */ + startIcon: _propTypes.default.node, + + /** + * @ignore + */ + type: _propTypes.default.oneOfType([_propTypes.default.oneOf(['button', 'reset', 'submit']), _propTypes.default.string]), + + /** + * The variant to use. + */ + variant: _propTypes.default.oneOf(['contained', 'outlined', 'text']) +} : void 0; + +var _default = (0, _withStyles.default)(styles, { + name: 'MuiButton' +})(Button); + +exports.default = _default; \ No newline at end of file diff --git a/node_modules/@material-ui/core/Button/index.d.ts b/node_modules/@material-ui/core/Button/index.d.ts new file mode 100644 index 0000000000..d5d566838e --- /dev/null +++ b/node_modules/@material-ui/core/Button/index.d.ts @@ -0,0 +1,2 @@ +export { default } from './Button'; +export * from './Button'; diff --git a/node_modules/@material-ui/core/Button/index.js b/node_modules/@material-ui/core/Button/index.js new file mode 100644 index 0000000000..62c4078130 --- /dev/null +++ b/node_modules/@material-ui/core/Button/index.js @@ -0,0 +1,15 @@ +"use strict"; + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "default", { + enumerable: true, + get: function get() { + return _Button.default; + } +}); + +var _Button = _interopRequireDefault(require("./Button")); \ No newline at end of file diff --git a/node_modules/@material-ui/core/Button/package.json b/node_modules/@material-ui/core/Button/package.json new file mode 100644 index 0000000000..7fefb370a1 --- /dev/null +++ b/node_modules/@material-ui/core/Button/package.json @@ -0,0 +1,5 @@ +{ + "sideEffects": false, + "module": "../esm/Button/index.js", + "typings": "./index.d.ts" +} \ No newline at end of file diff --git a/node_modules/@material-ui/core/ButtonBase/ButtonBase.d.ts b/node_modules/@material-ui/core/ButtonBase/ButtonBase.d.ts new file mode 100644 index 0000000000..abca5b994b --- /dev/null +++ b/node_modules/@material-ui/core/ButtonBase/ButtonBase.d.ts @@ -0,0 +1,113 @@ +import * as React from 'react'; +import { TouchRippleProps } from './TouchRipple'; +import { OverrideProps, OverridableComponent, OverridableTypeMap } from '../OverridableComponent'; + +export interface ButtonBaseTypeMap

{ + props: P & { + /** + * A ref for imperative actions. + * It currently only supports `focusVisible()` action. + */ + action?: React.Ref; + /** + * @ignore + * + * Use that prop to pass a ref to the native button component. + * @deprecated Use `ref` instead. + */ + buttonRef?: React.Ref; + /** + * If `true`, the ripples will be centered. + * They won't start at the cursor interaction position. + */ + centerRipple?: boolean; + /** + * The content of the component. + */ + children?: React.ReactNode; + /** + * If `true`, the base button will be disabled. + */ + disabled?: boolean; + /** + * If `true`, the ripple effect will be disabled. + * + * ⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure + * to highlight the element by applying separate styles with the `focusVisibleClassName`. + */ + disableRipple?: boolean; + /** + * If `true`, the touch ripple effect will be disabled. + */ + disableTouchRipple?: boolean; + /** + * If `true`, the base button will have a keyboard focus ripple. + */ + focusRipple?: boolean; + /** + * This prop can help a person know which element has the keyboard focus. + * The class name will be applied when the element gain the focus through a keyboard interaction. + * It's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo). + * The rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md). + * A [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components + * if needed. + */ + focusVisibleClassName?: string; + /** + * Callback fired when the component is focused with a keyboard. + * We trigger a `onFocus` callback too. + */ + onFocusVisible?: React.FocusEventHandler; + // @types/react is stricter + tabIndex?: string | number; + /** + * Props applied to the `TouchRipple` element. + */ + TouchRippleProps?: Partial; + }; + defaultComponent: D; + classKey: ButtonBaseClassKey; +} + +/** + * utility to create component types that inherit props from ButtonBase. + * This component has an additional overload if the `href` prop is set which + * can make extension quite tricky + */ +export interface ExtendButtonBaseTypeMap { + props: M['props'] & ButtonBaseTypeMap['props']; + defaultComponent: M['defaultComponent']; + classKey: M['classKey']; +} + +export type ExtendButtonBase = (( + props: { href: string } & OverrideProps, 'a'> +) => JSX.Element) & + OverridableComponent>; + +/** + * `ButtonBase` contains as few styles as possible. + * It aims to be a simple building block for creating a button. + * It contains a load of style reset and some focus/ripple logic. + * Demos: + * + * - [Buttons](https://material-ui.com/components/buttons/) + * + * API: + * + * - [ButtonBase API](https://material-ui.com/api/button-base/) + */ +declare const ButtonBase: ExtendButtonBase; + +export type ButtonBaseProps< + D extends React.ElementType = ButtonBaseTypeMap['defaultComponent'], + P = {} +> = OverrideProps, D>; + +export type ButtonBaseClassKey = 'root' | 'disabled' | 'focusVisible'; + +export interface ButtonBaseActions { + focusVisible(): void; +} + +export default ButtonBase; diff --git a/node_modules/@material-ui/core/ButtonBase/ButtonBase.js b/node_modules/@material-ui/core/ButtonBase/ButtonBase.js new file mode 100644 index 0000000000..94b4ac5366 --- /dev/null +++ b/node_modules/@material-ui/core/ButtonBase/ButtonBase.js @@ -0,0 +1,521 @@ +"use strict"; + +var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); + +var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = exports.styles = void 0; + +var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); + +var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); + +var React = _interopRequireWildcard(require("react")); + +var _propTypes = _interopRequireDefault(require("prop-types")); + +var ReactDOM = _interopRequireWildcard(require("react-dom")); + +var _clsx = _interopRequireDefault(require("clsx")); + +var _utils = require("@material-ui/utils"); + +var _useForkRef = _interopRequireDefault(require("../utils/useForkRef")); + +var _useEventCallback = _interopRequireDefault(require("../utils/useEventCallback")); + +var _withStyles = _interopRequireDefault(require("../styles/withStyles")); + +var _useIsFocusVisible2 = _interopRequireDefault(require("../utils/useIsFocusVisible")); + +var _TouchRipple = _interopRequireDefault(require("./TouchRipple")); + +var styles = { + /* Styles applied to the root element. */ + root: { + display: 'inline-flex', + alignItems: 'center', + justifyContent: 'center', + position: 'relative', + WebkitTapHighlightColor: 'transparent', + backgroundColor: 'transparent', + // Reset default value + // We disable the focus ring for mouse, touch and keyboard users. + outline: 0, + border: 0, + margin: 0, + // Remove the margin in Safari + borderRadius: 0, + padding: 0, + // Remove the padding in Firefox + cursor: 'pointer', + userSelect: 'none', + verticalAlign: 'middle', + '-moz-appearance': 'none', + // Reset + '-webkit-appearance': 'none', + // Reset + textDecoration: 'none', + // So we take precedent over the style of a native element. + color: 'inherit', + '&::-moz-focus-inner': { + borderStyle: 'none' // Remove Firefox dotted outline. + + }, + '&$disabled': { + pointerEvents: 'none', + // Disable link interactions + cursor: 'default' + }, + '@media print': { + colorAdjust: 'exact' + } + }, + + /* Pseudo-class applied to the root element if `disabled={true}`. */ + disabled: {}, + + /* Pseudo-class applied to the root element if keyboard focused. */ + focusVisible: {} +}; +/** + * `ButtonBase` contains as few styles as possible. + * It aims to be a simple building block for creating a button. + * It contains a load of style reset and some focus/ripple logic. + */ + +exports.styles = styles; +var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) { + var action = props.action, + buttonRefProp = props.buttonRef, + _props$centerRipple = props.centerRipple, + centerRipple = _props$centerRipple === void 0 ? false : _props$centerRipple, + children = props.children, + classes = props.classes, + className = props.className, + _props$component = props.component, + component = _props$component === void 0 ? 'button' : _props$component, + _props$disabled = props.disabled, + disabled = _props$disabled === void 0 ? false : _props$disabled, + _props$disableRipple = props.disableRipple, + disableRipple = _props$disableRipple === void 0 ? false : _props$disableRipple, + _props$disableTouchRi = props.disableTouchRipple, + disableTouchRipple = _props$disableTouchRi === void 0 ? false : _props$disableTouchRi, + _props$focusRipple = props.focusRipple, + focusRipple = _props$focusRipple === void 0 ? false : _props$focusRipple, + focusVisibleClassName = props.focusVisibleClassName, + onBlur = props.onBlur, + onClick = props.onClick, + onFocus = props.onFocus, + onFocusVisible = props.onFocusVisible, + onKeyDown = props.onKeyDown, + onKeyUp = props.onKeyUp, + onMouseDown = props.onMouseDown, + onMouseLeave = props.onMouseLeave, + onMouseUp = props.onMouseUp, + onTouchEnd = props.onTouchEnd, + onTouchMove = props.onTouchMove, + onTouchStart = props.onTouchStart, + onDragLeave = props.onDragLeave, + _props$tabIndex = props.tabIndex, + tabIndex = _props$tabIndex === void 0 ? 0 : _props$tabIndex, + TouchRippleProps = props.TouchRippleProps, + _props$type = props.type, + type = _props$type === void 0 ? 'button' : _props$type, + other = (0, _objectWithoutProperties2.default)(props, ["action", "buttonRef", "centerRipple", "children", "classes", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "onBlur", "onClick", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "onDragLeave", "tabIndex", "TouchRippleProps", "type"]); + var buttonRef = React.useRef(null); + + function getButtonNode() { + // #StrictMode ready + return ReactDOM.findDOMNode(buttonRef.current); + } + + var rippleRef = React.useRef(null); + + var _React$useState = React.useState(false), + focusVisible = _React$useState[0], + setFocusVisible = _React$useState[1]; + + if (disabled && focusVisible) { + setFocusVisible(false); + } + + var _useIsFocusVisible = (0, _useIsFocusVisible2.default)(), + isFocusVisible = _useIsFocusVisible.isFocusVisible, + onBlurVisible = _useIsFocusVisible.onBlurVisible, + focusVisibleRef = _useIsFocusVisible.ref; + + React.useImperativeHandle(action, function () { + return { + focusVisible: function focusVisible() { + setFocusVisible(true); + buttonRef.current.focus(); + } + }; + }, []); + React.useEffect(function () { + if (focusVisible && focusRipple && !disableRipple) { + rippleRef.current.pulsate(); + } + }, [disableRipple, focusRipple, focusVisible]); + + function useRippleHandler(rippleAction, eventCallback) { + var skipRippleAction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : disableTouchRipple; + return (0, _useEventCallback.default)(function (event) { + if (eventCallback) { + eventCallback(event); + } + + var ignore = skipRippleAction; + + if (!ignore && rippleRef.current) { + rippleRef.current[rippleAction](event); + } + + return true; + }); + } + + var handleMouseDown = useRippleHandler('start', onMouseDown); + var handleDragLeave = useRippleHandler('stop', onDragLeave); + var handleMouseUp = useRippleHandler('stop', onMouseUp); + var handleMouseLeave = useRippleHandler('stop', function (event) { + if (focusVisible) { + event.preventDefault(); + } + + if (onMouseLeave) { + onMouseLeave(event); + } + }); + var handleTouchStart = useRippleHandler('start', onTouchStart); + var handleTouchEnd = useRippleHandler('stop', onTouchEnd); + var handleTouchMove = useRippleHandler('stop', onTouchMove); + var handleBlur = useRippleHandler('stop', function (event) { + if (focusVisible) { + onBlurVisible(event); + setFocusVisible(false); + } + + if (onBlur) { + onBlur(event); + } + }, false); + var handleFocus = (0, _useEventCallback.default)(function (event) { + // Fix for https://github.com/facebook/react/issues/7769 + if (!buttonRef.current) { + buttonRef.current = event.currentTarget; + } + + if (isFocusVisible(event)) { + setFocusVisible(true); + + if (onFocusVisible) { + onFocusVisible(event); + } + } + + if (onFocus) { + onFocus(event); + } + }); + + var isNonNativeButton = function isNonNativeButton() { + var button = getButtonNode(); + return component && component !== 'button' && !(button.tagName === 'A' && button.href); + }; + /** + * IE 11 shim for https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/repeat + */ + + + var keydownRef = React.useRef(false); + var handleKeyDown = (0, _useEventCallback.default)(function (event) { + // Check if key is already down to avoid repeats being counted as multiple activations + if (focusRipple && !keydownRef.current && focusVisible && rippleRef.current && event.key === ' ') { + keydownRef.current = true; + event.persist(); + rippleRef.current.stop(event, function () { + rippleRef.current.start(event); + }); + } + + if (event.target === event.currentTarget && isNonNativeButton() && event.key === ' ') { + event.preventDefault(); + } + + if (onKeyDown) { + onKeyDown(event); + } // Keyboard accessibility for non interactive elements + + + if (event.target === event.currentTarget && isNonNativeButton() && event.key === 'Enter' && !disabled) { + event.preventDefault(); + + if (onClick) { + onClick(event); + } + } + }); + var handleKeyUp = (0, _useEventCallback.default)(function (event) { + // calling preventDefault in keyUp on a + + - + + + - + + + ``` + +### Docs + +- [blog] Post survey results 2020 (#21555) @mnajdova +- [docs] Add new gold sponsor @oliviertassinari +- [docs] CodeFund is shutting down (#21632) @oliviertassinari +- [docs] Enable next.material-ui.com sub-domain @oliviertassinari +- [docs] Fix ad issues @oliviertassinari +- [docs] Fix version in localized urls (#21442) @tchmnn +- [docs] Sync translations (#21445) @oliviertassinari +- [docs] Sync translations (#21535) @oliviertassinari + +### Core + +- [core] Batch small changes (#21419) @oliviertassinari +- [core] Fix react next patch and prevent regression (#21482) @eps1lon + +## 4.10.2 +###### *June 11, 2020* + +⚠️ This release marks the end of the active development on the v4.x versions, after 18 months of development. +We are moving all ongoing efforts to v5 (`next` branch) ✨. +This means a feature freeze on v4. The development of this version will be limited to important bug fixes, security patches, and easing the upgrade path to v5. + +You can follow our progress on the [v5 milestone](https://github.com/mui-org/material-ui/milestone/35). We will make the documentation of the v5 alpha releases available under https://next.material-ui.com/, starting next week (weekly releases, as usual). + +Big thanks to the 19 contributors who made this release possible. Here are some highlights ✨: + +- Introduce a new Timeline component (#21331) @mnajdova. + timeline + You can find the component in the [lab](http://material-ui.com/components/timeline/). + +- Simplify the theme overrides with TypeScript for the components in the lab (#21279) @CarsonF. + + In order to benefit from the [CSS overrides](/customization/globals/#css) with the theme and the lab components, TypeScript users need to import the following types. Internally, it uses [module augmentation](/guides/typescript/#customization-of-theme) to extend the default theme structure with the extension components available in the lab. + + ```tsx + // 1. augment the theme + import type '@material-ui/lab/themeAugmentation'; + + // 2. override + const theme = createMuiTheme({ + overrides: { + MuiTimeline: { + root: { + backgroundColor: 'red', + }, + }, + }, + }); + ``` + +- Minify error messages in production (#21214) @eps1lon. + + Using the [React error decoder](https://reactjs.org/docs/error-decoder.html/) as inspiration, the exceptions thrown by Material-UI in production are now minified. + You will be redirected to the documentation to [decode the error](https://material-ui.com/production-error/?code=4&args%5B%5D=500). + +### `@material-ui/core@v4.10.2` + +- [Checkbox] Fix custom icon fontSize prop support (#21362) @kn1ves +- [Dialog] Fix dialog children being announced as clickable (#21285) @eps1lon +- [Select] Improve native validation, autofill, and testability (#21192) @netochaves +- [Stepper] Always pass state props to connector (#21370) @baterson +- [Stepper] Only render label container if a label exists (#21322) @Floriferous + +### `@material-ui/lab@v4.0.0-alpha.56` + +- [Autocomplete] Fix scroll reset after unselect the only option (#21280) @svikhristyuk +- [Autocomplete] Prevent default event for disabled options (#21390) @GregoryAndrievskiy +- [SpeedDial] Improve tooltip work break (#21359) @SugiKent +- [Timeline] Introduce new component (#21331) @mnajdova +- [TypeScript] Allow lab components to have overrides in theme (#21279) @CarsonF + +### `@material-ui/utils@v4.10.2` + +- [core] Minify error messages in production (#21214) @eps1lon + +### Docs + +- [docs] Add palette TypeScript override example (#21319) @WillSquire +- [docs] Always consider code as left-to-right (#21386) @eps1lon +- [docs] Correct the name of a prop in the Table docs (#21384) @fedde-s +- [docs] Improve CONTRIBUTING.md (#21303) @pedrooa +- [docs] Improve ad display (#21246) @oliviertassinari +- [docs] Improve legibility of required star (#21369) @eps1lon +- [docs] List all the Tab components under the API section (#21241) @emretapci +- [docs] Move more prop docs into IntelliSense (#21002) @eps1lon +- [docs] Move more prop docs into IntelliSense (#21368) @eps1lon +- [docs] Move more prop docs into IntelliSense (#21375) @eps1lon +- [docs] Sync translations (#21336) @oliviertassinari +- [docs] Update builderbook.org image in showcase (#21360) @klyburke +- [docs] Update builderbook.org showcase (#21274) @klyburke +- [docs] Update minimum TypeScript version to 3.2 (#21197) @NMinhNguyen +- [docs] Use rem in responsive font sizes chart (#21373) @thewidgetsmith + +### Core + +- [test] Speed up slow TablePagination tests (#21374) @eps1lon +- [test] Type-test event handlers on ListItem (#21298) @eps1lon +- [core] Batch small changes (#21335) @oliviertassinari +- [core] Don't ship type tests (#21300) @eps1lon +- [core] Minify error messages in production (#21214) @eps1lon +- [core] Switch from `$ExpectError` to `@ts-expect-error` (#21308) @eps1lon +- [core] Use custom $ExpectType assertion (#21309) @eps1lon + +## 4.10.1 +###### *June 1, 2020* + +Big thanks to the 21 contributors who made this release possible. + +### `@material-ui/core@v4.10.1` + +- [CircularProgress] Fix IE 11 wobbling (#21248) @AmirAhrari +- [l10n] Improve Ukrainian translation (#21239) @goodwin64 +- [LinearProgress] Set aria-valuemin and aria-valuemax (#21195) @eps1lon +- [List] Add ‘alignItemsFlexStart’ to ListItemIconClassKey #21256) @YoonjiJang +- [Slider] Fix missing type definitions (#21244) @konekoya +- [Stepper] Add focus ripple to StepButton (#21223) @mnajdova +- [SvgIcon] Add displayName in react-devtools (#21134) @gndplayground +- [Table] Add React node support to TablePagination.labelRowsPerPage (#21226) @oliviertassinari +- [TextField] Fix missing autofill events (#21237) @maksimgm +- [Tooltip] Improve arrow customization (#21203) @mnajdova +- [Transition] Prevent passing undefined argument to callbacks (#21158) @iamhosseindhv + +### `@material-ui/lab@v4.0.0-alpha.55` + +- [Autocomplete] Document how to use a 3rd party input (#21257) @maksimgm +- [Autocomplete] Fix dynamic changes of multiple={boolean} (#21194) @weizhi9958 +- [Autocomplete] Improve getOptionLabel usage warning (#21207) @rhuanbarreto +- [Skeleton] Improve component (#21255) @oliviertassinari +- [Skeleton] Improve contrast on light themes (#21122) @eps1lon +- [Pagination] Fix selected item style (#21252) @svikhristyuk + +### Docs + +- [docs] Adapt CONTRIBUTING.md for https instead of SSH git clone (#21187) @cjoecker +- [docs] Add Progress value label examples (#21190) @cjoecker +- [docs] Document the onClick handler on Button (#21234) @hoop71 +- [docs] English improvements in api.md (#21159) @dandv +- [docs] Fix typo in default palette value (#21243) @dbgb +- [docs] Fix typo, principals -> principles (#21160) @dandv +- [docs] Improve ad display (#21219) @oliviertassinari +- [docs] Mention laying out radio buttons horizontally (#21186) @dandv +- [docs] Replace typefaces with fontsource (#21153) @DecliningLotus +- [docs] Simplify CONTRIBUTING.md (#21196) @NMinhNguyen +- [docs] Small grammar fix (#21161) @dandv +- [docs] Sync translations (#21275) @oliviertassinari +- [docs] Track pixel ratio (#21209) @eps1lon + +### Core + +- [TrapFocus] Make an unstable version public (#21201) @dmtrKovalenko +- [test] Track size of `@material-ui/utils` (#21240) @eps1lon +- [core] Batch small changes (#21156) @oliviertassinari +- [core] Batch small changes (#21249) @oliviertassinari + +## 4.10.0 +###### *May 23, 2020* + +Big thanks to the 30 contributors who made this release possible. + +Here are some highlights ✨: + +- 🦴 Allow Skeleton to infer its dimensions from the children (#21097) @mikew. + In the following example, the skeleton will take the size of the avatar. + ```jsx + + ``` + Follow [the docs to learn more](http://material-ui.com/components/skeleton/#inferring-dimensions). +- ♿️ Add tabs accessibility docs section (#20965) @eps1lon. + The behavior of the [keyboard navigation](http://material-ui.com/components/tabs/#keyboard-navigation) can be customized with the `selectionFollowsFocus` prop. +- ℹ Improve tooltip arrow customizability (#21095) @sakulstra. + The arrow background color and border can now be customized independently. + +- 🔘 Add vertical support to the ToggleButton component (#21051) @xiaomaini +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.10.0` + +- [AppBar] Fix z-index issue on Firefox (#21063) @pedrooa +- [Avatar] Fix group positioning (#21141) @CarsonF +- [Button] Fix disableFocusRipple prop description (#21116) @umairfarooq44 +- [CircularProgress] Improve custom bar demo (#21005) @id0Sch +- [l10n] Add new keys to Finnish (fi-FI) locale (#21087) @SampsaKaskela +- [l10n] Prepare iteration on number formatting (#20656) @oliviertassinari +- [Popper] Remove duplicate handleOpen call from effect (#21106) @inomdzhon +- [Select] Fix possible crash when clicking on the label (#21047) @eps1lon +- [Slide] Fix double negation in CSS translate (#21115) @scristall +- [Snackbar] Explain how to place the snackbar (#21052) @dandv +- [Snackbar] Fix double click issue on demos (#21059) @joshwooding +- [Tabs] Add a11y docs section (#20965) @eps1lon +- [theme] Fix types, reject undefined coefficient in darken, lighten (#21006) @dellink +- [Tooltip] Add PopperComponent prop (#21039) @joshwooding +- [Tooltip] Improve arrow customizability (#21095) @sakulstra + +### `@material-ui/styles@v4.10.0` + +- [styles] Increase counter only for non global styles (#21003) @jantimon + +### `@material-ui/lab@v4.0.0-alpha.54` + +- [Autocomplete] Improve value type inference (#20949) @kanoshin +- [Autocomplete] Fix autoHighlight for dynamic options (#21090) @mstykow +- [Autocomplete] Fix iOS double tap (#21060) @kaplantm +- [Pagination] Document difference with TablePagination (#21107) @hoop71 +- [Skeleton] Allow children to influence width and height (#21097) @mikew +- [Skeleton] Reduce SkeletonChildren test flakyness (#21121) @eps1lon +- [TabPanel] Allow flow content (#21017) @eps1lon +- [ToggleButton] Add orientation prop (#21051) @xiaomaini +- [TreeView] Add test for undesired behavior (#21043) @eps1lon + +### Docs + +- [docs] Add CssBaseline to auto dark mode example (#21094) @fantasyui-com +- [docs] Add new twitter quotes to the homepage (#21061) @mbrookes +- [docs] Fix anchor link to using inline vs. classes (#21151) @dandv +- [docs] Fix autocomplete attributes (#21138) @socsieng +- [docs] Fix typo in Modal accessibility description (#21062) @arthur-melo +- [docs] Improve mui-treasury integration (#21054) @siriwatknp +- [docs] Improve text based sizing for larger font scales (#21131) @eps1lon +- [docs] Keep the same header between locales (#21041) @jaironalves +- [docs] Minor fixes in theming, link to Context (#21149) @dandv +- [docs] Recommend no-restricted-imports to catch treeshake issues (#21035) @eps1lon +- [docs] Reduce confusion around higher order component (#21056) @ravshansbox +- [docs] Show font smoothing override (#21057) @mattstobbs +- [docs] Sort ways to support MUI; clarify clsx (#21150) @dandv +- [docs] Sync translations (#21155) @oliviertassinari + +### Core + +- [core] Add issue template for material design issues (#21120) @eps1lon +- [core] Batch small changes (#20980) @oliviertassinari +- [core] Explicitly declare children (#21014) @eps1lon +- [core] Narrow type definition for useControlled hook (#21027) @EdwardSalter +- [core] Small changes (#21064) @oliviertassinari +- [Security] Bump handlebars from 4.5.3 to 4.7.6 (#21033) @dependabot-preview +- [test] Fix react next patch (#21109) @eps1lon +- [test] Improve isolation of tests using mount() (#21034) @eps1lon +- [test] Isolate transition tests (#21032) @eps1lon +- [test] Migrate some tests to testing-library (#21058) @joshwooding + +## 4.9.14 +###### *May 11, 2020* + +Big thanks to the 19 contributors who made this release possible. + +Here are some highlights ✨: + +- 🗂 An experimental extension of the Tab API (#20806) @eps1lon. +- ⚛️ An improved version of unstable strict mode support (#20952, #20985) @eps1lon @DrewVartanian. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.14` + +- [l10n] Add Hindi (hi-IN) locale (#20916) @chandan-singh +- [Popper] Fix keepMounted visibility (#20937) @weslenng +- [Select] Focus labelled element on click (#20833) @qkdreyer +- [Slider] Fix center label in IE 11 (#20942) @Uneetpatel7 +- [Tabs] Add `selectionFollowsFocus` (#20936) @eps1lon +- [Tabs] Forward aria-label* attributes to tablist (#20986) @eps1lon +- [TextField] Fix typography inheritance issue (#20908) @esseswann +- [theme] Fix missing args to createMuiStrictModeTheme (#20985) @DrewVartanian +- [theme] Add support #rrggbbaa pattern in hexToRgb function (#20931) @dellink +- [theme] Fix override breakpoints (#20901) @JasonHK +- [Tooltip] Fix arrow placement overlap (#20900) @esseswann + +### `@material-ui/styles@v4.9.14` + +- [styles] Return simpler type from ComponentCreator (#20854) @vlazh + +### `@material-ui/system@v4.9.14` + +- [system] Add csstype as dependency to material-ui-system (#20922) @govizlora + +### `@material-ui/lab@v4.0.0-alpha.53` + +- [Autocomplete] Add new handleHomeEndKeys prop (#20910) @p00000001 +- [Autocomplete] Fix Google Map demo warnings (#20983) @oliviertassinari +- [Autocomplete] Fix onHighlightChange when filtering (#20923) @marcosvega91 +- [Tabs] Add new experimental Tabs API (#20806) @eps1lon +- [ToggleButton] Reduce gap with ButtonGroup (#20967) @rehanmohiuddin + +### `@material-ui/types@v5.1.0` + +- [types] Add OverridableStringUnion helper (#20901) @JasonHK + +### Docs + +- [docs] Add missing spot do DiamondSponsors (#20958) @eps1lon +- [docs] Fix leaking lazy stylesheets (#20903) @eps1lon +- [docs] Label accessibility for native select (#20876) @mkesavan13 +- [docs] Reduce likelyhood of overflow in ToC (#20961) @eps1lon +- [docs] Remove redirection to v0 (#17637) (#20902) @dellink +- [docs] Sychronize translations (#20982) @oliviertassinari + +### Core + +- [test] Improve assertion mismatch messages (#20964) @eps1lon +- [test] Migrate all Table components to testing-library (#20914) @marcosvega91 +- [test] Migrate CircularProgress and Collapse to testing-library (#20789) @marcosvega91 +- [test] Prepare patch for `react@next` (#20966) @eps1lon +- [test] Use actual element over document.activeElement (#20945) @eps1lon +- [core] Remove unstable_StrictMode transition components (#20952) @eps1lon +- [core] Fix typo in internal ScrollbarSize (#20934) @liujiajun +- [core] Fix typo in test description (#20943) @kunal-mandalia + +## 4.9.13 +###### *May 4, 2020* + +Big thanks to the 27 contributors who made this release possible. + +Here are some highlights ✨: + +- 💎 A new diamond sponsor: [Sencha](https://sencha.com/), thank you! +- ⚛️ More tests migrated from enzyme to testing-library @marcosvega91. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.13` + +- [AvatarGroup] Improve limit display (#20793) @let-aurn +- [ClickAwayListener] Remove misleading code comment (#20743) @eps1lon +- [l10n] Improve es-ES locale (#20794) @eloyrubinos +- [Modal] Should propagate event if disableEscapeKeyDown (#20786) @weslenng +- [Pagination] Refactor boundaryCount (#20826) @mbrookes +- [Select] Fix height overflow (#20822) @esseswann +- [Slider] Fix RTL support (#20851) @weslenng +- [Tabs] Implement keyboard navigation (#20781) @eps1lon +- [Tabs] Improve customizability of the scroll buttons (#20783) @netochaves +- [TextField] Fix caret color in autofill dark theme (#20857) @CarsonF +- [Tooltip] Fix disableTouchListener behavior (#20807) @weslenng +- [unstable_TrapFocus] Guard against dropped memo cache (#20848) @eps1lon + +### `@material-ui/styles@v4.9.13` + +- [styles] Fix wording in indexCounter comment (#20874) @iamclaytonray +- [styles] Improve component props inference of styled (#20830) @vlazh + +### `@material-ui/system@v4.9.13` + +- [system] Improve breakpoints types (#20753) @nodeTempest + +### `@material-ui/lab@v4.0.0-alpha.52` + +- [Autocomplete] Display loading feedback with freeSolo (#20869) @weslenng +- [Autocomplete] Fix support for limitTags={0} (#20850) @tykdn +- [Skeleton] Fix z-index elevation issue (#20803) @luminaxster +- [SpeedDial] Fix direct dependency on react-transition-group (#20847) @squirly +- [TreeView] Add onIconClick and onLabelClick (#20657) @tonyhallett + +### Docs + +- [sponsors] Add diamond Sencha (#20875) @oliviertassinari +- [docs] Add collapsible table demo (#19795) @LorenzHenk +- [docs] Fix "Find the source" link in localization.md (#20791) @ValentinH +- [docs] Fix emojis/html being included in toc (#20841) @eps1lon +- [docs] Fix groups name in autocomplete virtualization example (#20898) @Uneetpatel7 +- [docs] Fix header and row shift on pagination click (#20873) @ankitasingh170190 +- [docs] Fix incorrect signature of createStyles (#20866) @eps1lon +- [docs] Fix table zebra customization demo (#20870) @rkrueger11 +- [docs] Fix typo in Select type definitions (#20817) @qkdreyer +- [docs] Implement keyboard navigation for demo toolbar (#20798) @eps1lon +- [docs] Improve svgr documentation (#20893) @tavantzo +- [docs] Make CSS interoperability examples easier to use (#20860) @weisk +- [docs] Use mathematical interval notation for breakpoints (#20843) @eps1lon +- [examples] Add next.js SSG clarification comment (#20810) @sospedra + +### Core + +- [test] Migrate colorManipulator from assert to expect (#20792) @marcosvega91 +- [test] Migrate from assert to expect (#20799) @oliviertassinari +- [test] Replace all assert with expect (#20853) @marcosvega91 +- [core] Batch small changes (#20823) @oliviertassinari +- [core] Batch small changes (#20877) @oliviertassinari + +## 4.9.12 +###### *Apr 27, 2020* + +Big thanks to the 32 contributors who made this release possible. + +Here are some highlights ✨: + +- ⚛️ A first module written in TypeScript (#20685) @eps1lon. +- 🇧🇷 A documentation fully translated in Brazilian (@jaironalves). +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.12` + +- [ButtonBase] Fix ripple size when clientX or clientY is 0 (#20654) @jin60641 +- [ButtonGroup] Add disableElevation prop (#20747) @Andrew5569 +- [ClickAwayListener] Fix support of leading edge (#20647) @oliviertassinari +- [ExpansionPanel] Increase contrast for focus state (#20720) @petermikitsh +- [l10n] Document how far Material-UI should go (#20737) @eloyrubinos +- [l10n] Improve az-AZ locale (#20659) @rommelmamedov +- [l10n] Improve bg-BG locale (#20668) @panayotoff +- [l10n] Improve cs-CZ locale (#20670) @char0n +- [l10n] Improve de-DE locale (#20684) @eps1lon +- [l10n] Improve et-EE locale (#20682) @villuv +- [l10n] Improve hu-HU locale (#20658) @vgaborabs +- [l10n] Improve it-IT locale (#20674) @Angelk90 +- [l10n] Improve pl-PL locale (#20672) @eXtreme +- [l10n] Improve pt-BR locale (#20734) @jaironalves +- [l10n] Improve pt-PT locale (#20673) @hrafaelveloso +- [l10n] Improve ro-RO locale (#20681) @raduchiriac +- [l10n] Improve tr-TR locale (#20754) @yunusemredilber +- [l10n] Port locale to TypeScript (#20685) @eps1lon +- [Modal] Prevent focus steal from other windows (#20694) @eps1lon +- [Popper] Add ref type definition (#20688) @takakobem +- [Select] Fix height inconsistency between input and select (#20780) @esseswann +- [Select] Pass onClick to menuItem (#20739) @marcosvega91 +- [Slider] Fix focus after click (#20651) @davidcalhoun +- [Snackbar] Improve consecutive demos (#20721) @calbatr0ss +- [Tabs] Use a native element for the tabpanel role (#20648) @oliviertassinari +- [TextField] Fix required outlined label space with no asterisk (#20715) @eps1lon +- [TextField] Use aria-hidden on required asterisk (#20742) @alorek +- [Tooltip] Fix flip invalid CSS property error (#20745) @j-mendez +- [useScrollTrigger] Fix out of sync trigger (#20678, #20680) @ohlr @marcosvega91. + +### `@material-ui/lab@v4.0.0-alpha.51` + +#### Breaking changes + +- [Autocomplete] Remove startAfter props (#20729) @marcosvega91 + +#### Change + +- [Autocomplete] Add new onHighlightChange callback (#20691) @marcosvega91 +- [Autocomplete] Fix "fixed tags" demo (#20687) @kthyer +- [Autocomplete] Fix popup open logic when non empty (#20732) @marcosvega91 +- [Autocomplete] Remove dead code (#20663) @oliviertassinari +- [TreeView] Update firstCharMap when a TreeItem is removed (#20085) @tonyhallett + +### `@material-ui/utils@v4.9.12` + +- [core] Avoid test with instanceof HTMLElement (#20646) @oliviertassinari + +### Docs + +- [docs] Add "Persian" to the list of RTL languages (#20679) @mirismaili +- [docs] Add "reset focus" control to demo tools (#20724) @eps1lon +- [docs] Allow default actions of nested elements (#20777) @eps1lon +- [docs] Batch small changes (#20644) @oliviertassinari +- [docs] English fix: fewer boilerplate -> less boilerplate (#20775) @dandv +- [docs] Fix dropped iframe content in firefox (#20686) @eps1lon +- [docs] Fix typo in vision.md (#20649) @Flavyoo +- [docs] Fix warning and crash in dev mode (#20623) @oliviertassinari +- [docs] Improve infrastructure (#20751) @oliviertassinari +- [docs] Modernize DemoFrame (#20664) @eps1lon +- [docs] Never transition preview if not shown (#20784) @eps1lon +- [docs] Parse markdown on mount (#20601) @eps1lon +- [docs] Replace react-frame-component with concurrent safe impl (#20677) @eps1lon +- [docs] Sync translations (#20779) @oliviertassinari +- [material-ui-docs] Fix missing/extraneous dependencies (#20771) @eps1lon + +### Core + +- [AppBar] Migrate to testing-library (#20693) @marcosvega91 +- [Avatar] Migrate to testing-library (#20697) @marcosvega91 +- [Badge] Migrate to testing-library (#20710) @marcosvega91 +- [BottomNavigation] Migrate to testing-library (#20728) @marcosvega91 +- [Box] Migrate to testing-library (#20736) @marcosvega91 +- [Card] Migrate to testing-library (#20773) @marcosvega91 +- [core] Bump `@material-ui/react-transition-group` (#20699) @eps1lon +- [core] Force visibility on a few components in ink save print mode (#20749) @coktopus +- [test] Improve textToHash test (#20770) @eps1lon +- [test] Relax lint rules in test (#20702) @eps1lon + +## 4.9.11 +###### *Apr 18, 2020* + +Big thanks to the 25 contributors who made this release possible. + +### `@material-ui/core@v4.9.11` + +- [Backdrop] Document Fade inherited component (#20500) @Josh-Weston +- [Checkbox] Add test showcase for checked checkbox (#20571) @eps1lon +- [ExpansionPanel] Unify paddings with ListItem and similar components (#20586) @esseswann +- [l10n] Improve persian (fa-IR) locale (#20543) @ali4heydari +- [List] Fix ListItemIcon `children` type from element to Node (#20577) @alielkhateeb +- [Popper] Fix support for TypeScript 3.2 (#20550) @NMinhNguyen +- [react] Add createMuiStrictModeTheme (#20523) @eps1lon +- [SwitchBase] Prepare v5 removal of the second argument of onChange (#20541) @samuliasmala +- [Tabs] Fix the types of the color props (#20595) @sirajalam049 +- [TextareaAutosize] Fix height inconsistency for empty last row (#20575) @benwiley4000 +- [TextField] Fix long label scrollbar (#20535) @Uzwername +- [theme] Allow palette tonalOffset light and dark values (#20567) @TidyIQ + +### `@material-ui/lab@v4.0.0-alpha.50` + +- [Autocomplete] Add fullWidth prop (#20538) @Uzwername +- [Autocomplete] Add test cases for createFilterOptions (#20499) @netochaves +- [Autocomplete] Fix autoHighlight behavior (#20606) @qkdreyer +- [Autocomplete] Fix correcy core peer-dependency @oliviertassinari +- [Autocomplete] Fix missing startAfter type (#20542) @dohomi +- [Autocomplete] Fix reset input on blur for freeSolo mode too (#20603) @goffioul +- [Pagination] Fix missing renderItem types (#20592) @ankitasingh170190 + +### Docs + +- [blog] Q1 2020 Update (#20536) @oliviertassinari +- [docs] Add link for help on creating a custom transition (#20524) @zeckdude +- [docs] Correct "row" to "col" in Table (#20566) @sdpaulsen +- [docs] Fix command to start docs server (#20612) @plug-n-play +- [docs] Fix filerOption typo in autocomplete (#20572) @qkdreyer +- [docs] Fix punctuation and english grammar (#20596) @samisnotinsane +- [docs] Fix small typo in Container (#20589) @plug-n-play +- [docs] Improve a11y of the chip array example (#20294) @m4theushw +- [docs] Refactor markdown parsing (#20549) @eps1lon +- [docs] Remove old workarounds (#20587) @eps1lon +- [docs] Remove unnecessary webpack loaders (#20563) @eps1lon +- [docs] Sync translations (#20498) @oliviertassinari +- [docs] Use reactStrictMode over custom switch (#20522) @eps1lon + +### Core + +- [test] Add StrictMode compat layer test (#20547) @eps1lon +- [test] Use method calls over property access expressions (#20545) @eps1lon + +## 4.9.10 +###### *Apr 11, 2020* + +Big thanks to the 20 contributors who made this release possible. + +Here are some highlights ✨: + +- ⚛️ Migrate more descriptions of the props to TypeScript (#20342) @eps1lon. + + The coverage has increased from 50 to 75 components. We are working on migrating the 48 missing components. + +- 🦋 Fix support for portals and dropped events with ClickAwayListener (#20406, #20409) @NMinhNguyen, @seare-kidane. +- ♿️ Fix 3 accessibility issues (#20489, #20432, #20475) @arturbien, @ShehryarShoukat96. +- And many more 🐛 bug fixes and 📚 improvements. + +Over the last 3 months, we have focused exclusively on making patch releases. +We have done 11 so far. We have optimized for stability. +In the coming weeks, we will initiate our work on the [next major: v5](https://github.com/mui-org/material-ui/issues/20012). +You can expect the following: + +- A feature freeze on v4. +- The introduction of deprecation messages in the next v4 minors. These messages will help developers upgrade to v5. +- A progressive bug fixes freeze on v4, to the exception of security issues and important bugs. +- At least 6 months of work on v5 to get to a stable release (probably more). You can follow our [milestone](https://github.com/mui-org/material-ui/milestone/35). We will look for hiring a new full-time member on the core team to move faster. + +### `@material-ui/core@v4.9.10` + +- [Breadcrumbs] Keep focus in the component after expanding (#20489) @ShehryarShoukat96 +- [ButtonBase] Warn with wrong component prop (#20401) @oliviertassinari +- [ClickAwayListener] Fix support for portal (#20406) @NMinhNguyen +- [ClickAwayListener] Fix support for removed DOM node (#20409) @seare-kidane +- [CssBaseline] Add limitation for ScopedCssBaseline (#20481) @newrice +- [CssBaseline] Fix typings for `@global` override (#20454) @eps1lon +- [Dialog] Fix TypeScript type for `children` (#20450) @NMinhNguyen +- [Popper] Fix links to popper.js (#20464) @eps1lon +- [Popper] Fix outdated TypeScript props docs (#20465) @eps1lon +- [Popper] Fix popper.js deprecation npm warning (#20433) @oliviertassinari +- [Select] Add aria-disabled attribute (#20432) @arturbien +- [Select] Add new test for onChange (#20444) @arturbien +- [Slider] Allow individual mark customization (#17057) @mstrugo +- [Table] Add role if the default role of elements can't be used (#20475) @arturbien +- [TextareaAutosize] Update rows/rowMax to use number for better clarity (#20469) @esemeniuc +- [theme] Fix typings to pass array for spacing (#20486) @denys-pavlenko +- [theme] Fix typings for theme.spacing (#20435) @m4theushw +- [theme] Support string args in theme.spacing (#20408) @m4theushw +- [TypeScript] Move more prop docs into IntelliSense (#20342) @eps1lon +- [TypeScript] Fix support for TypeScript 3.2 (#20443) @NMinhNguyen +- [TypeScript] Fix TypeScript type for optional `children` (#20458) @NMinhNguyen + +### `@material-ui/styles@4.9.10` + +- [TypeScript] Fix support for TypeScript 3.2 (#20443) @NMinhNguyen + +### `@material-ui/system@4.9.10` + +- [TypeScript] Fix support for TypeScript 3.2 (#20443) @NMinhNguyen + +### `@material-ui/types@5.0.1` + +- [TypeScript] Fix support for TypeScript 3.2 (#20443) @NMinhNguyen + +### `@material-ui/lab@v4.0.0-alpha.49` + +- [Alert] Fix support for nested elements (#20490) @developerKumar +- [Autocomplete] Improve virtualization example (#20496) @galkadaw +- [Autocomplete] Warn when mixing controlled/uncontrolled inputValue states (#20403) @vileppanen +- [Rating] Warn if precision prop is below 0.1 (#20491) @AlexAndriyanenko +- [ToggleButton] Don't set default for disableRipple prop (#20493) @cp + +### Docs + +- [examples] Fix Next.js AMP support (#20463) @timneutkens +- [examples] Fix Next.js prop-type (#20474) @Izhaki +- [docs] Material-UI Developer Survey 2020 @oliviertassinari +- [docs] Add Component name section to API docs (#20434) @Josh-Weston +- [docs] Fix various issues with heading structure (#20389) @eps1lon +- [docs] Synchronize translations (#20405) @oliviertassinari + +### Core + +- [core] Introduce useId hook (#20407) @NMinhNguyen +- [test] Fix broken tests in `react@next` (#20472) @eps1lon +- [test] Use .checkPropTypes instead of render + propTypes (#20451) @eps1lon + +## 4.9.9 +###### *Apr 4, 2020* + +Big thanks to the 20 contributors who made this release possible. + +### `@material-ui/core@v4.9.9` + +- [Card] Fix TypeScript not recognizing "component" prop (#20179) @rart +- [Chip] Fix input integration (#20368) @chaudharykiran +- [Drawer] Fix clipped scroll overflow (#20396) @maksimgm +- [ExpansionPanel] Use theme.spacing in summary (#20344) @eps1lon +- [MenuItem] Fix prop ListItemClasses (#20377) @netochaves +- [Select] Fix onChange fired with current value (#20361) @ksrb +- [Select] Fix validator.w3.org error (#20356) @mfsjr +- [Slide] Fix `direction` as optional in TypeScript (#20338) @maksimgm +- [styles] Fix missing export of ThemeProviderProps (#20390) @TomekStaszkiewicz +- [TextField] Fix line-height and height that cut text (#20363) @fyodorovandrei + +### `@material-ui/lab@v4.0.0-alpha.48` + +- [Autocomplete] Fix blurOnSelect consistency for keyboard (#20314) @alexbarkin +- [Autocomplete] Fix multiselect regression (#20315) @oliviertassinari +- [Autocomplete] Go back to the initial groupBy tradeoff (#20376) @oliviertassinari +- [TreeView] Allow TreeItem to have conditional child (#20238) @tonyhallett +- [TreeView] Correct visibleNodes on re-render (#20157) @tonyhallett +- [TreeView] Fix move focus when pressing a modifier key + letter (#20309) @m4theushw + +### Docs + +- [examples] Move Copyright into its own component (#20383) @HaNdTriX +- [blog] Introducing Material-UI for Sketch (#20295) @oliviertassinari +- [docs] Batch small changes (#20312) @oliviertassinari +- [docs] Explain mini-theme example (#20339) @maksimgm +- [docs] Fix Tidelift UTM parameters (#20348) @phated +- [docs] Fix grammer: a -> they (#20336) @nainardev +- [docs] Fix masked text field bug (#20397) @mattcorner +- [docs] Improve _app usage in nextjs examples (#20381) @HaNdTriX +- [docs] Improve analytics (#20337) @oliviertassinari +- [docs] Sync translations (#20316) @oliviertassinari +- [docs] Next.js: Remove unused config files (#20382) @HaNdTriX + +### Core + +- [core] Add TextField `focused` prop (#20276) @dmtrKovalenko +- [core] Add missing test case for restricted-path-imports (#20350) @NMinhNguyen +- [core] Batch of small changes (#20349) @oliviertassinari +- [core] Export core utils modules from barrel (#20354) @NMinhNguyen +- [core] Improve out-of-date PR story (#20341) @eps1lon +- [core] Remove createSvgIcon duplication (#20308) @oliviertassinari + +## 4.9.8 +###### *Mar 28, 2020* + +Big thanks to the 24 contributors who made this release possible. + +Here are some highlights ✨: + +- ⚛️ Improve the DX, migrate a couple of props' descriptions to TypeScript (#20298, #20171, #20264) @eps1lon. + + ![typescript](https://user-images.githubusercontent.com/3165635/77828342-1f376080-711b-11ea-8c9d-c1c245fb17b0.png) + + The coverage has increase from 17 to 50 components. We are working on migrating the 94 missing components. +- ⚛️ Improve the DX, add debug information when using hooks (#19515) @eps1lon. + + For instance, with the `useMediaQuery` hook + + ![useMediaQuery](https://user-images.githubusercontent.com/3165635/77828448-bf8d8500-711b-11ea-881a-e9cc09c7d9ee.png) + +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.8` + +- [DX] Add debug values to various hooks (#19515) @eps1lon +- [ListItem] Add component prop to primaryTypographyProps and… (#19155) @fyodore82 +- [MenuList] Include disabled items in keyboard navigation (#19967) @scottander +- [MenuList] Remove if-statement that is always true (#20270) @CptWesley +- [Popover] Fix resize event leak (#20272) @skmail +- [Select] Fix disabled color to the icon (#20287) @HenryLie +- [SvgIcon] Remove wrong role (#20307) @oliviertassinari +- [theme] Warn when palette structure is wrong (#20253) @oliviertassinari +- [Tooltip] Fix TextField integration (#20252) @ShehryarShoukat96 +- [Tooltip] Remove superfluous argument in handleBlur call (#20271) @CptWesley +- [TypeScript] Enable module augmentation of CommonColors (#20212) @eps1lon +- [TypeScript] Add JSDOC to ListItem TypeScript props (#20171) @eps1lon +- [TypeScript] Fix Checkbox and Radio type propType (#20293) @eps1lon +- [TypeScript] Fix incorrect typings regarding transition components a… (#20306) @eps1lon +- [TypeScript] Link to demos and API in IntelliSense (#20078) @eps1lon +- [TypeScript] Mark context value as nullable for optional providers (#20278) @ianschmitz +- [TypeScript] Move more prop docs into IntelliSense (#20298) @eps1lon +- [TypeScript] Add more props documentation to IntelliSense (#20264) @eps1lon + +### `@material-ui/lab@v4.0.0-alpha.47` + +- [Autocomplete] Add limitTags prop (#20209) @netochaves +- [Autocomplete] Add startAfter option (#20305) @netochaves +- [Autocomplete] Warn when value does not match options (#20235) @igorbrasileiro +- [Pagination] Add RTL support (#20247) @HenryLie +- [TreeView] Correct single-select aria-selected (#20102) @tonyhallett +- [TreeView] Disable all selection when disableSelection (#20146) @tonyhallett +- [TreeView] Fix focus steal (#20232) @tonyhallett +- [TreeView] fix inconsistent focus for programmatically focused treeitem (#20237) @tonyhallett + +### Docs + +- [docs] Add a new site to showcase (google-keep clone) (#20260) @anselm94 +- [docs] Add color preview to default theme tree (#20082) @mlizchap +- [docs] Add demo link (#20262) @esemeniuc +- [docs] Extract landing-only modules (#20187) @eps1lon +- [docs] Fix TablePagination props swap descriptions (#20274) @johncalvinroberts +- [docs] Fix a few WAVE errors (#20304) @oliviertassinari +- [docs] Fix icons + locale (#20213) @oliviertassinari +- [docs] Fix popover anchor playground crash (#20265) @Zaynex +- [docs] Fix wording in backdrop.md (#20190) @matt-savvy +- [docs] Improve demo error boundary (#20177) @eps1lon +- [docs] Improve doc for textField and buttons (#20207) @DDDDDanica +- [docs] Improve loading experience (#20005) @eps1lon +- [docs] Improve material icons installation instructions (#20290) @ArianKrasniqi +- [docs] Mark toolbar for assistive technology (#20158) @eps1lon +- [docs] Page size tracking fixes (#20199) @eps1lon +- [docs] Sync translations (#20210) @oliviertassinari + +### Core + +- [test] Improve regression test suite debugging (#20194) @eps1lon +- [ci] Retry mergable state for 30 minutes (#20269) @eps1lon +- [core] Automatically apply "PR: needs rebase" PR label (#20169) @eps1lon +- [core] Batch small changes (#20255) @oliviertassinari +- [core] Fix docs:start which should start next.js server (#20202) @ro7584 +- [core] Fix maintenance workflow failing on fork PRs (#20195) @eps1lon +- [core] Format all ts files (#20233) @eps1lon + +## 4.9.7 +###### *Mar 19, 2020* + +### `@material-ui/core@v4.9.7` + +- [core] Patch correct dependencies (10bc98f) + +## 4.9.6 +###### *Mar 18, 2020* + +Big thanks to the 39 contributors who made this release possible. + +Here are some highlights ✨: + +- ⚛️ Improve the DX in Visual Studio Code (#20079, #19962, #19280) @eps1lon @jedwards1211. + - Preview the colors in right in the editor + ![](https://user-images.githubusercontent.com/12292047/76473891-2b70ad80-63fa-11ea-8afe-38ceee43eeaa.png) + ![](https://user-images.githubusercontent.com/12292047/76473890-2ad81700-63fa-11ea-9bb3-005f79a195e7.png) + - Preview the purpose of each theme.spacing arguments right in the editor + ![](https://user-images.githubusercontent.com/12292047/75786858-31192400-5d66-11ea-9382-94dd74c42985.png) + - Leverage code snippets to save time with [this extension](https://marketplace.visualstudio.com/items?itemName=vscodeshift.material-ui-snippets). +- 🔍 12 patches on the Autocomplete component. +- 💄 Polish on the Pagination component (#19933, #19964, #19966, #19987) @pvdstel @eps1lon @mbrookes. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.6` + +- [Chip] Prevent event default when onDelete is triggered (#20051) @eps1lon +- [Container] Reset display block (#19971) @oliviertassinari +- [DatePicker] Fix codesandbox demo (#19926) @netochaves +- [Drawer] Add a comment for clarity on the styling of height of the toolbar (#19934) @smerriman18 +- [Grid] Fix row-reverse typo (#20048) @jhthompson +- [Link] Fix color mismatch with Typography component (#19949) Weslen do Nascimento +- [ListItemText] Fix display block issue (#20039) @psdr03 +- [Select] Simplify the demos (remove ref) (#20076) @captain-yossarian +- [TablePagination] Out of range warning when "count={-1}" (#19874) @dbarabashdev +- [TextField] Avoid outline label CSS leak (#19937) @ivoiv +- [TextField] Fix outlined render gap if label = empty string (#19722) @captain-yossarian +- [TextField] Minimize usage of z-index (#19547)" (#20016) @piotros +- [theme] Describe what each argument of theme.spacing affects (#19962) @eps1lon +- [theme] Array reject on spacing transformation fixed (#19900) Weslen do Nascimento +- [Tooltip] Fix useMemo dependency (#19899) @NMinhNguyen +- [Tooltip] Reduce enterDelay to 100ms (#19898) @oliviertassinari + +### `@material-ui/styles@v4.9.6` + +- [styles] Fix theme default props overriden by Component default (#20091) @adridavid +- [styles] Name anonymous function type (#19996) @eps1lon + +### `@material-ui/system@v4.9.6` + +- [theme] Array reject on spacing transformation fixed (#19900) Weslen do Nascimento + +### `@material-ui/utils@v4.9.6` + +- [core] Fix deepmerge of DOM elements (#20100) @ValentinH + +### `@material-ui/lab@v4.0.0-alpha.46` + +#### Breaking Changes + +- [Autocomplete] Improvement popup open logic (#19901) @haseebdaone + +#### Changes + +- [Autocomplete] Add more details in the onChange event (#19959) @akharkhonov +- [Autocomplete] Add scrollbar support in IE11 (#19969) @SergeyUstinovich +- [Autocomplete] Better synchronize the highlight with the value (#19923) @captain-yossarian +- [Autocomplete] Document listbox limitation (#20101) @zatine +- [Autocomplete] Fix clearOnEscape + multiple combination (#20065) @chaudharykiran +- [Autocomplete] Fix GitHub's demo behavior (#19928) @hasanozacar +- [Autocomplete] Fix typo in prop description (#20086) @vince1995 +- [Autocomplete] Make categories more obvious (#20142) @embeddedt +- [Autocomplete] Simplify error for wrong getOptionLabel (#20103) @oliviertassinari +- [Autocomplete] Update onChange API @oliviertassinari +- [Autocomplete] Use getOptionLabel over stringify (#19974) @a-type +- [AvatarGroup] Add max avatar prop (#19853) @GFynbo +- [Pagination] Add TypeScript types (#19933) @pvdstel +- [Pagination] Fix prop forwarding of `onChange` and `page` (#19964) @eps1lon +- [Pagination] Leverage `@default` over default values (#19966) @eps1lon +- [Pagination] Remove children prop (#19987) @mbrookes +- [Rating] Fix text alignment inheritance (#20055) @mlizchap +- [Skeleton] Fix SkeletonClassKey type (#20047) @100terres +- [Skeleton] Improve wave dark mode support (#20112) @oliviertassinari + +### Docs + +- [docs] Add radio error demo (#19599) @mbrookes +- [docs] Bump next to latest (#19995) @eps1lon +- [docs] Display color preview in IntelliSense (#20079) @eps1lon +- [docs] Document typescript:transpile script (#19951) @eps1lon +- [docs] Fix @material-ui/styles release version number (#19939) @jkjustjoshing +- [docs] Fix OutlinedLabel typo (#20006) @ljcooke +- [docs] Fix SEO issues (#20108) @oliviertassinari +- [docs] Fix Sketch link (#19944) @mbrookes +- [docs] Fix grammar in autocomplete doc (#20066) @dandv +- [docs] Fix incorrect type for fontWeight @eps1lon +- [docs] Fix missing OutlinedLabel#label link in Select API docs (#19993) @eps1lon +- [docs] Flexbox, add element for show the good effect (#19956) @tbredillet +- [docs] Flexbox: update item number (#19954) @tbredillet +- [docs] Improve font size scaling of some demos (#19950) @eps1lon +- [docs] Remove premium support offerings (#19972) @mbrookes +- [docs] Simplify checkbox examples (#20052) @tacigar +- [docs] Simplify some demos (#19608) @mbrookes +- [docs] Track bundle size of pages (#19978) @eps1lon +- [docs] Upgrade to next 9 (#18441) @eps1lon +- [docs] Simplify drawer examples (#20040) @TommyJackson85 +- [examples] Fix typo in gatsby readme (#19998) @eps1lon + +### Core + +- [test] Match against messages not args on console methods (#20046) @eps1lon +- [test] Resize screenshots with sharp (#19979) @oliviertassinari +- [test] Run snapshot tests on the a11y tree (#20019) @eps1lon +- [ci] Fix azure not running (#20127) @eps1lon +- [ci] Fix incorre pr number for experimental scripts (#20021) @eps1lon +- [ci] Let failed types-next jobs pass (#20007) @eps1lon +- [ci] Let failed types-next jobs pass (#20017) @eps1lon +- [core] Add missing properties to TypeAction (#20075) @timonweber +- [core] Add spacing after prettier command (#20073) @dandv +- [core] Batch small changes (#20111) @oliviertassinari +- [core] Fix typos in code comments (#19999) @eps1lon +- [core] Improve the DX when iterating on components (#20128) @oliviertassinari +- [core] Use Babel 7 version of transform-react-constant-elements (#20015) @merceyz +- [security] Bump acorn from 5.7.3 to 5.7.4 (#20105) @dependabot-preview +- [core] Batch small changes (#19896) @oliviertassinari +- [core] Update type defs to use OverridableComponent (#20110) @theGirrafish +- [core] Fix docs:api cleaning the wrong directory #20164 @ro7584 + +## 4.9.5 +###### *Feb 29, 2020* + +Big thanks to the 15 contributors who made this release possible. + +Here are some highlights ✨: + +- 💄 Add selection (and multi-selection) support to tree view (#18357) @joshwooding +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.5` + +- [ButtonBase] Fix when changing enableRipple prop from false to true (#19667) @dmtrKovalenko +- [l10n] Add Armenian (hy-AM) locale (#19844) @vgevorgyan +- [l10n] Add Hebrew (he-IL) locale (#19850) @boazberman +- [Popper] Fix deep merge of PopperProps (#19851) @valgrindMaster +- [RadioGroup] Random default name (#19890) @dfernandez-asapp +- [Slider] Add explicit types for slider callbacks (#19867) @deymundson +- [Step] Add missing expanded prop to step TypeScript (#19873) @countableSet + +### `@material-ui/lab@v4.0.0-alpha.45` + +- [Autocomplete] Fix list of countries (#19862) @FottyM +- [TreeView] Fix conditional nodes support (#19849) @joshwooding +- [Treeview] Add node selection support (#18357) @joshwooding + +### Docs + +- [docs] Fix broken link to jss-nested plugin (#19837) @Izhaki +- [docs] Fix typo on supported-platforms.md (#19841) @vferdiansyah +- [docs] Move store to a subfolder (#19822) @oliviertassinari + +### Core + +- [ci] Enable re-run of azure pipelines (#19823) @eps1lon +- [ci] Fix heap out of memory in azure pipelines (#19825) @eps1lon +- [core] Migrate to import * as React from 'react' (#19802) @TrySound +- [test] Fix defaultProps overriding props (#19858) @eps1lon +- [test] Test against typescript nightlies (#19857) @eps1lon + +## 4.9.4 +###### *Feb 23, 2020* + +Big thanks to the 18 contributors who made this release possible. + +Here are some highlights ✨: + +- ♿️ Improve the accessibility support of the Breadcrumbs and ButtonBase (#19724, #19784) @captain-yossarian. +- 💄 Polish the new Pagination component (#19758) @zettca. +- 🐛 Fix Preact support of the swipeable drawer (#19782) @TommyJackson85. +- 💅 Introduce a small delay in the appearance of the tooltip (#19766) @Ritorna. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.4` + +- [Breadcrumbs] Fix expand/collapsed Breadcrumbs via keyboard (#19724) @captain-yossarian +- [ButtonBase] Fix space handling for non native button elements (#19784) @captain-yossarian +- [CardMedia] Fix propTypes to allow `component` prop (#19790) @stevenmusumeche +- [CssBaseline] Change of children type to ReactNode (#19770) @dfernandez-asapp +- [Framer] Release v1.1.0 (#19800) @mbrookes +- [SwipeableDrawer] Improve Preact support (#19782) @TommyJackson85 +- [SwipeableDrawer] Support global theme changes (#19771) @TommyJackson85 +- [TextareaAutosize] Prevent "Maximum update depth exceeded" (#19743) @SofianeDjellouli +- [theme] Built-in convertLength method (#19720) @oliviertassinari +- [Tooltip] Add enterNextDelay prop (#19766) @Ritorna + +### `@material-ui/lab@v4.0.0-alpha.44` + +- [Autocomplete] Built-in fullWidth (#19805) @oliviertassinari +- [Autocomplete] Fix stuck with open popup (#19794) @hasanozacar +- [Autocomplete] Warn when using wrong getOptionSelected (#19699) @ahmad-reza619 +- [AvatarGroup] Add spacing prop (#19761) @GFynbo +- [Pagination] Fix activatedOpacity typo (#19758) @zettca + +### Docs + +- [docs] Fix typo in Autocomplete (#19775) @aurnik +- [docs] Add Data Driven Forms to the list of libraries (#19747) @rvsia +- [docs] Improve wording of bundle size guide (#19768) @larsenwork +- [docs] Sync translations.json @oliviertassinari +- [docs] Update the translations (#19741) @mbrookes + +### Core + +- [core] Export ThemeOptions (#19789) @dbarabashdev +- [core] Small fixes (#19803) @oliviertassinari +- [core] Update getDisplayName to handle React.memo (#19762) @dantman + +## 4.9.3 +###### *Feb 16, 2020* + +Big thanks to the 18 contributors who made this release possible. + +### `@material-ui/core@v4.9.3` + +- [l10n] Add Estonian (et-EE) locale (#19707) @villuv +- [ScopedCssBaseline] Allow css to be only applied on children (#19669) @TomPradat + +### `@material-ui/system@v4.9.3` + +- [system] Add boxSizing to sizing styled system (#19684) @mesteche + +### `@material-ui/lab@v4.0.0-alpha.43` + +- [Autocomplete] Improve freeSolo UX (#19663) @itelofilho +- [Autocomplete] Make options required (#19648) @alexandesigner +- [Pagination] Second iteration (#19612) @oliviertassinari + +### Docs + +- [TreeView] Add recursive demo (#19636) @captain-yossarian +- [docs] Encourage mui-rff (#19676) @lookfirst +- [docs] Fix missing import in auto-dark theme palette example (#19694) @vinyldarkscratch +- [docs] Fix typo in sticky footer template (#19695) @bryndyment +- [docs] List default attributes first (#19693) @amcasey +- [docs] Revamp the notifications (#19615) @mbrookes +- [docs] Revert sidebar scrolling (#19678) @kristenmills +- [docs] Switch to cross-fetch (#19644) @eps1lon +- [docs] Update codemod documentation (#19661) @larsenwork +- [docs] What's the lab about? (#19611) @jcafiero + +### Core + +- [core] Export TypographyVariant type (#19598) @aleccaputo +- [core] Host normalize-scroll-left (#19638) @oliviertassinari +- [core] Misc dependency fixes (#19643) @eps1lon +- [core] Batch small changes (#19639) @oliviertassinari +- [core] Batch small changes (#19717) @oliviertassinari + +## 4.9.2 +###### *Feb 9, 2020* + +Big thanks to the 24 contributors who made this release possible. + +### `@material-ui/core@v4.9.2` + +- [AppBar] Add color transparent support (#19393) @lexskir +- [Divider] Fix height for vertical divider in a flexbox (#19614) @captain-yossarian +- [Modal] Fix zoom out on iOS (#19548) @TommyJackson85 +- [MobileStepper] Fix TypeScript props not aligning with prop-types (#19594) @illusionalsagacity +- [Tabs] Add missing updateScrollButtons type in TabActions (#19570) @notsidney +- [TextField] Fix blurry text on label (#19547) @chybisov +- [TextField] Fix label notch for custom htmlFontSize (#19558) @kusmierz +- [Typography] Add missing classes to TypographyClassKey (#19588) @galechus +- [l10n] Add Hungarian (hu-HU) locale (#19566) @vgaborabs +- [l10n] Add Icelandic (is-IS) locale (#19538) @axelbjornsson + +### `@material-ui/lab@v4.0.0-alpha.42` + +- [Autocomplete] Fix unexpected clearing (#19511) @captain-yossarian +- [Autocomplete] Support limiting the amount of options (#19539) @govizlora +- [Pagination] Introduce new component (#19049) @mbrookes + +### Docs + +- [docs] Add ToggleButton demo for not accepting null value (#19582) @LorenzHenk +- [docs] Add blocks section to related-projects (#19562) @alexandre-lelain +- [docs] Add generic props usage examples (#19341) @fyodore82 +- [docs] Add links to sandbox option in examples readme files (#19592) @garethx +- [docs] Add new starting template (#19604) @dunky11 +- [docs] Add post-update to examples so they run on CodeSandbox (#19605) @garethx +- [docs] Fix typo in the Avatar docs (#19544) @UltimateForm +- [docs] Improve entry points for issue repros (#19501) @eps1lon +- [docs] Link a VSCode extension for working with Material-UI (#19280) @jedwards1211 +- [docs] Notification blog post @oliviertassinari +- [docs] Refactor EnchancedTable demo (#19560) @ahmad-reza619 +- [docs] The error style rule is a pseudo-class (#19555) @TommyJackson85 +- [docs] Update link to example for adding a new demo (#19590) @LorenzHenk + +### Core + +- [company] Polish the job post (#19593) @oliviertassinari +- [core] Ignore `@date-ui/` updates (#19633) @eps1lon + +## 4.9.1 +###### *Feb 2, 2020* + +Big thanks to the 39 contributors who made this release possible. + +Here are some highlights ✨: + +- 🐛 Clean and synchronize the material icons with Google (#19483, #19485) @timmydoza. +- 🐛 Fix outline input regressions (#19389, #19409, #19495) @Alexeyun1k, @kusmierz, @cadrimiranda. +- 🐛 Fix IME support of the Autocomplete, important for Chinese, Japanese, and Korean (#19499) @teramotodaiki. +- 📚 Improve the Style Library Interoperability docs section (#19457) @oliviertassinari. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.1` + +- [Container] Fix mismatch between Container and Toolbar gutters (#19505) @koistya +- [FormControl] Add `fullWidth` prop to `FormControl` context (#19369) @EsoterikStare +- [l10n] Add Catalan (ca-ES) locale (#19428) @yyuri +- [l10n] Add Finnish (fi-FI) locale (#19471) @SampsaKaskela +- [l10n] Add Vietnamese (vi-VN) locale (#19439) @imcvampire +- [ListItemAvatar] Add "children" prop (#19509) @srghma +- [Select] Right click opens select menu (#19434) @fyodore82 +- [Slider] Support marks={false} (#19350) @embeddedt +- [SwitchBase] Fix ignoring disabled from FormControl (#19319) @rostislavbobo +- [TablePagination] Support unknown total count (#19494) @Domino987 +- [TextField] Declare global mui-auto-fill(-cancel) keyframes (#19497) @martinjlowm +- [TextField] Fix label notch for custom htmlFontSize (#19409) @kusmierz +- [TextField] Handle leaky global styles of Bootstrap (#19495) @cadrimiranda +- [TextField] Prevent overriding legend display styles (#19389) @Alexeyun1k +- [TextField] Reduce helper text height to match spec (#19390) @suliskh + +### `@material-ui/icons@v4.9.1` + +- [icons] Remove extraneous path (#19483) @timmydoza +- [icons] Synchronize components with Google (#19485) @oliviertassinari + +### `@material-ui/system@v4.9.1` + +- [system] Add grid support (#17326) @Lavoaster + +### `@material-ui/lab@v4.0.0-alpha.41` + +- [Alert] Improve dark theme coloring (#19105) @ahtcx +- [Autocomplete] Fix autoSelect logic (#19384) @SerhiiBilyk +- [Autocomplete] Should not fire change until IME is confirmed (#19499) @teramotodaiki +- [Autocomplete] Update docs for defaultValue prop (#19431) @willwill96 +- [Rating] Fix readOnly + precision combination (#19414) @TommyJackson85 + +### Framer + +- [framer] Support Framer color tokens for ThemeProvider (#19451) @iKettles + +### Docs + +- [example] Add @types/node dependency (#19383) @AlexanderVishnevsky +- [blog] 2019 in review and beyond (#19478) @oliviertassinari +- [blog] Improve the layout (#19385) @oliviertassinari +- [docs] Add SwipeableTextMobileStepper demo (#18503) @eps1lon +- [docs] Add cinemaPlus to showcase (#19502) @georgesimos +- [docs] Fix /versions GitHub API rate limitation (#19223) @hiteshkundal +- [docs] Fix a small typo ("idea" ==> "ID") (#19366) @markdoliner +- [docs] Fix some typos and correct a grammar mistake (#19324) @konekoya +- [docs] Fix typo (#19492) @Blechkelle +- [docs] Fix typo in Autocomplete CSS API (#19503) @DenrizSusam +- [docs] Improve Style Library Interoperability (#19457) @oliviertassinari +- [docs] Include more info on RMUIF v2.2.0 (#19410) @phoqe +- [docs] Increase button variant demos consistency (#19392) @theswerd +- [docs] Refresh the home page (#19430) @mbrookes +- [docs] Remove `@ts-ignore` usage (#19504) @eps1lon +- [docs] Replace switch with checkbox and radio (#19440) @rostislavbobo +- [docs] Separate ButtonGroup and Fab pages from Button page (#19381) @mbrookes +- [docs] Update the translations (#19514) @mbrookes +- [docs] makeStyles doesn't have access to the component's name (#19474) @hesto2 + +### Core + +- [test] Check exhaustive deps of useEnhancedEffect (#19417) @eps1lon +- [test] Misc polish (#19425) @eps1lon +- [test] Test type libs in docs (#19375) @eps1lon +- [test] Exclude inaccessible elements by default in browser tests (#19380) @eps1lon +- [core] Batch small changes (#19416) @oliviertassinari +- [core] cross-os jsonlint (#19377) @eps1lon +- [core] Fix mixins not being assignable as JSS styles (#19491) @ririvas +- [core] Misc dependency fixes (#19412) @eps1lon + +## 4.9.0 +###### *Jan 22, 2020* + +Big thanks to the 43 contributors who made this release possible. + +Here are some highlights ✨: + +- 🐛 Change the outlined input notch implementation to rely 100% on CSS (#17680) @eps1lon. +- 🔍 11 patches on the Autocomplete component. +- 📚 Simplify the usage of "copy demo" action (#19291) @theswerd. +- 📚 Warn when defaultValue changes (#19070) @m4theushw. +- 💅 Slight updates to better match the Material Design spec (#19277, #19342) @elmeerr. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.9.0` + +- [Breadcrumbs] Remove private separator component (#19234) @hiteshkundal +- [ButtonBase] Fix potential memory leak for multi-touch devices (#19333) @eps1lon +- [DialogContentText] Fix component prop (#19102) @fyodore82 +- [l10n] Add Bulgarian (pg-BG) locale (#19138) @panayotoff +- [l10n] Improve it-IT locale (#19143) @keul +- [RadioGroup] Fix useRadioGroup.d.ts (#19001) @NMinhNguyen +- [Slider] Add a custom scale support (#19158) @netochaves +- [Slider] Center the value label (#19330) @LorenzHenk +- [StepButton] Fix prop-types warning regarding `expanded` (#19332) @eps1lon +- [Stepper] Add support for expanding all the steps (#19200) @hiteshkundal +- [Tab] Remove font-size media-query (#19342) @elmeerr +- [TableRow] Improve hover/selected styles (#19277) @elmeerr +- [TextField] Fix outline offscreen label strikethrough (#17680) @eps1lon +- [TextField] Improve transitions (#19228) @oliviertassinari +- [TextField] Support padding for helperText (#19198) @hiteshkundal +- [Tooltip] Fix popper.js re-instantiation (#19304) @netochaves + +### `@material-ui/styles@v4.9.0` + +- [styles] Overload function signature instead of conditional (#19320) @eps1lon + +### `@material-ui/types@v5.0.0` + +#### Breaking Changes + +- [types] Overload function signature instead of conditional (#19320) @eps1lon + Or, And, IsAny and IsEmptyInterface have been removed. +- [types] Remove CoerceEmptyInterface (#19259) @eps1lon + +### `@material-ui/lab@v4.0.0-alpha.40` + +- [Alert] Improve Transition demo (#19283) @theswerd +- [Alert] Use alert severity in demos (#19123) @sviande +- [Rating] Add default value prop (#19103) @oliviertassinari +- [Skeleton] Use span element (#19278) @oliviertassinari +- [Autocomplete] Add missing 'clear' to onInputChange typing (#19286) @mvestergaard +- [Autocomplete] Decrease padding when icon buttons aren't rendered (#19257) @jedwards1211 +- [Autocomplete] Document how to disable chrome autofill (#19126) @goleary +- [Autocomplete] Don't delete tag if exists (in freesolo mode) (#19215) @adica +- [Autocomplete] Extend support to textarea (#19232) @justtol +- [Autocomplete] Fix group labels hiding items during keybd navigation (#19305) @aisamu +- [Autocomplete] Fix misleading warning (#19177) @embeddedt +- [Autocomplete] Fix option grouping (#19121) @liangchunn +- [Autocomplete] Improve typings (#18854) @testarossaaaaa +- [Autocomplete] Polish CustomizedHook demo (#19287) @JeremiAnastaziak +- [Autocomplete] Add selectOnFocus prop (#19281) @Bebersohl + +### Docs + +- [blog] December 2019 Update (#19119) @oliviertassinari +- [docs] Add "material-ui-confirm" to the related projects (#19237) @jonatanklosko +- [docs] Add a new site to showcase (hifivework) (#19129) @lau-sam +- [docs] Add a new site to showcase (tradenba) (#19307) @zachrdz +- [docs] Add links to mui-treasury (#19334) @siriwatknp +- [docs] Fix "Edit this page" link (#19170) @neletdev +- [docs] Fix a tiny mistake in Chips playground (#19172) @OrBin +- [docs] Fix broken TypeScript hash link in CONTRIBUTING.md (#19236) @hiteshkundal +- [docs] Fix link in switches.md (#19256) @TurnerB24 +- [docs] Fix typo in the accessible table demo (#19321) @carbonid1 +- [docs] Improve EnhancedTable.tsx demo (#19266) @sdgluck +- [docs] Improve draggable dialog demo (#19339) @konekoya +- [docs] Improve the demos copy experience (#19291) @theswerd +- [docs] Improve the documentation of the dark theme (#19122) @m4theushw +- [docs] Improve transition documentation (#19201) @hiteshkundal +- [docs] Improve typography documentation (#19216) @kevin-lindsay-1 +- [docs] Merge brand.png and logo.png @oliviertassinari +- [docs] Minor typo (#19219) @sourabhbagrecha +- [docs] Minor typo fix in testing docs (#19146) @Ardeshir81 +- [docs] Remove Glamor link (#19178) @terryBaz +- [docs] Update the translations (#19111) @mbrookes +- [docs] Use button in backdrop demo (#19282) @theswerd +- [docs] Use reasonable unitless line-height for Box (#19260) @minikomi + +### Core + +- [test] Improve visual regression tests (#19175) @oliviertassinari +- [core] Batch small changes (#19097) @oliviertassinari +- [core] Batch small changes (#19174) @oliviertassinari +- [core] Distinguish JSSProperties and CSSProperties (#19263) @eps1lon +- [core] Fix TypographyStyle not allowing media queries and allowing unsafe undefined access (#19269) @eps1lon +- [core] Ignore a few flaky visual tests (#19226) @oliviertassinari +- [core] Remove unecessary exports from styles/transitions.js (#19337) @JonKrone +- [core] Simplify types of styled (#19243) @eps1lon +- [core] Use node 10 in every CI/CD pipeline (#19301) @eps1lon +- [core] Warn when defaultValue changes (#19070) @m4theushw +- [build] Clarify transform-runtime, runtime version (#18512) @eps1lon + +## 4.8.3 +###### *Jan 6, 2020* + +Big thanks to the 19 contributors who made this release possible. + +Here are some highlights since 4.8.0 ✨: + +- 💄 Introduce a new Alert component in the lab (#18702) @dimitropoulos. +- 💄 Improve skeleton animation, add wave support (#18913, #19014) @bowann, @oliviertassinari. +- 🔍 13 patches on the Autocomplete component. +- 🌎 Add 6 new locales (ko-KR, az-AZ, cs-CZ, sk-SK, uk-UA, pt-PT). +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.8.3` + +- [Badge] Improve demos (#18981) @ypresto +- [Collapse] Add `hidden` class key to Collapse typings (#19044) @pvdstel +- [Grid] Update TypeScript classes definitions (#19050) @Rikpat +- [Popover] Fix position when changing state or updated (#19046) @SandraMarcelaHerreraArriaga +- [Snackbar] Improve accessibility (#19043) @oliviertassinari +- [theme] Support breakpoints.between(a, b) with number (#19003) @ulises-lara + +### `@material-ui/lab@v4.0.0-alpha.39` + +- [Alert] Introduce new component (#18702) @dimitropoulos +- [Autocomplete] Fix disabled + multiple combination support (#19041) @cvanem +- [Autocomplete] Fix form submit with freeSolo and multiple (#19072) @haseebdaone +- [Autocomplete] Warn when mixing uncontrolled and controlled (#19060) @m4theushw +- [Rating] Fix hover state stuck (#19071) @fyodore82 + +### Docs + +- [example] Make sure next.js Links can accept url objects as href (#19073) @Janpot +- [docs] Add company page (#18964) @oliviertassinari +- [docs] Add hexToRgb rename to v3 to v4 changelog (#19058) @zettca +- [docs] Disable in-context translations (#19056) @mbrookes +- [docs] Fix grammar (#19062) @RDIL +- [docs] Improve Next.js usage (#19075) @chrisweb +- [docs] Improve theme.breakpoints description (#19065) @littleee + +### Core + +- [core] Fix missing type peer deps (#17211) @eps1lon + +## 4.8.2 +###### *Dec 30, 2019* + +Big thanks to the 22 contributors who made this release possible. + +### `@material-ui/core@v4.8.2` + +- [Badge] Fix doc about anchorOrigin (#18982) @ypresto +- [DialogContent] Add missing `dividers` class types (#18984) @NickCis +- [RadioGroup] Add useRadioGroup Hook (#18920) @NMinhNguyen +- [Slider] Fix discrete mark highlighting (#18993) @ulises-lara +- [Slider] Improve the pointer event logic (#19010) @oliviertassinari +- [TablePagination] Fix duplicate key error (#18988) @afzalsayed96 +- [TableSortLabel] Relax IconComponent prop requirements in TypeScript (#18936) @Igorbek +- [TableSortLabel] Sort asc by default (#19013) @oliviertassinari +- [l10n] Add Portuguese (pt-PT) locale (#18987) @hrafaelveloso + +### `@material-ui/styles@v4.8.2` + +- [styles] Fix jss StyleSheet attach() call (#19042) @mceIdo + +### `@material-ui/lab@v4.0.0-alpha.38` + +#### Breaking Changes + +- [Skeleton] Add wave animation support (#19014) @oliviertassinari + + ```diff + - + + + ``` + +#### Change + +- [Autocomplete] Fix option height border-box (#19000) @MariyaVdovenko +- [Autocomplete] Zero (0) integer key display throws (#18994) @hoop71 +- [Rating] Clear value if selected value is clicked (#18999) @ivowork +- [Rating] Add a demo with different icons (#19004) @hoop71 + +### Docs + +- [docs] Add TS demo for MenuPopupState (#18998) @eps1lon +- [docs] Add yarn install instructions in CONTRIBUTING.md (#18970) @hiteshkundal +- [docs] Clarify not all components have 'component' prop (#19015) @JamieS1211 +- [docs] Fix syntax error in palette customization example (#19008) @mumairofficial +- [docs] Fix typo in toggle-button.md (#19002) @noahbenham +- [docs] Update showcase lists (#19039) @typekev +- [docs] Fix url address in modules/watrerfall/Batcher.js (#18997) @hiteshkundal + +### Core + +- [core] Don't force a remote when listing prettier changes (#18794) @Janpot +- [core] Bump handlebars from 4.1.2 to 4.5.3 (#18989) @dependabot-preview +- [core] Batch small changes (#19016) @oliviertassinari +- [core] Batch small changes (#19012) @mbrookes + +## 4.8.1 +###### *Dec 24, 2019* + +Big thanks to the 24 contributors who made this release possible. + +### `@material-ui/core@v4.8.1` + +- [Drawer] Fix PaperProps className merge (#18866) @kristenmills +- [InputBase] Add rowsMin to typings (#18922) @lcswillems +- [Paper] Add a variant prop (#18824) @netochaves +- [Popover] Fix bug open animation (#18896) @KevinAsher +- [Select] Fix bug on focus in controlled open (#18857) @netochaves +- [TextField] onBlur event argument can be undefined (#18867) @abnersajr +- [Typography] Improve custom component types support (#18868) @fyodore82 +- [theme] Add warning, success and info colors to the palette (#18820) @r3dm1ke +- [l10n] Add Korean (ko-KR) locale (#18952) @inspiredjw +- [l10n] Add Azerbaijan (az-AZ) locale (#18859) @rommelmamedov +- [l10n] Add Czech (cs-CZ) and Slovak (sk-SK) locales (#18876) @char0n +- [l10n] Add Ukrainian (uk-UA) locale (#18832) @EvgenBabenko + +### `@material-ui/lab@v4.0.0-alpha.37` + +- [Skeleton] Delay the animation by 500ms (#18913) @bowann +- [TreeView] Improve RTL support (#18855) @eladex +- [TreeView] Support input in item child (#18894) @eggbread +- [Autocomplete] Add ListboxProps prop (#18887) @ChrisWiles +- [Autocomplete] Add blurOnSelect prop (#18827) @m4theushw +- [Autocomplete] Add forcePopupIcon prop (#18886) @SandraMarcelaHerreraArriaga +- [Autocomplete] Call onInputChange before onChange (#18897) @MarinePicaut +- [Autocomplete] Fix padding to make visual height consistent (#18851) @takutolehr +- [Autocomplete] Pass ListboxProps (#18916) @ChrisWiles +- [Autocomplete] Prevent focusing control / opening dropdown on clear (#18889) @Monbrey +- [Autocomplete] Support `ChipProps` prop (#18917) @ChrisWiles + +### Docs + +- [docs] Fix grammar issues in Babel plugin unwrap-createstyles (#18856) @RDIL +- [docs] Update the translations (#18865) @mbrookes + +### Core + +- [core] Batch small changes (#18961) @oliviertassinari + +## 4.8.0 +###### *Dec 14, 2019* + +Big thanks to the 29 contributors who made this release possible. + +Here are some highlights ✨: + +- 💄 Add orientation support to the button group (#18762) @SandraMarcelaHerreraArriaga. +- 💄 Add stacking support to the avatar (#18707) @oliviertassinari. +- 💄 Add disable elevation support to the button (#18744) @netochaves. +- 💄 Add size small support to the radio and checkbox (#18688) @SandraMarcelaHerreraArriaga. +- 🌎 Add 3 new locales (id-Id, ro-RO, nl-NL) @fuadinaqi, @raduchiriac, @JimKoene. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.8.0` + +- [Avatar] Add missing 'fallback' AvatarClassKey (#18717) @kLabz +- [ButtonGroup] Add orientation prop (#18762) @SandraMarcelaHerreraArriaga +- [Button] disableElevation prop (#18744) @netochaves +- [ClickAwayListener] Fix preventDefault logic (#18768) @jayknott +- [Container] Add disableGutters prop (#15872) @divyanshutomar +- [Drawer] Fix PaperProps className merge conflict (#18740) @siriwatknp +- [Modal] Fix scroll jump issue (#18808) @cvara +- [Popper] Fix position when changing state or updated (#18813) @Amagon96 +- [Radio][Checkbox] Add size="small" support (#18688) @SandraMarcelaHerreraArriaga +- [Select] Fix incorrect auto-sizing of native select (#18787) @IvanFrescas +- [Select] Fix listbox closing on Space keyUp (#18754) @eps1lon +- [Table] Add TableContainer component (#18699) @r3dm1ke +- [TextField] Fix missing size prop in TypeScript types @sarpt +- [TextareaAutosize] Add rowsMin prop (#18804) @lcswillems +- [ToggleButton] Add size prop type definition (#18778) @sarfata +- [Tooltip] Add `popperArrow` to `TooltipClassKey` (#18772) @umidbekkarimov +- [Typography] Fix lineHeight for h1-h5 (#18663) @LorenzHenk +- [l10n] Add Indonesian (id-Id) locale (#18817) @fuadinaqi +- [l10n] Add Romanian (roRO) locale (#18825) @raduchiriac +- [l10n] Add dutch translations (#18758) @JimKoene +- [useMediaQuery] Support custom window (#18741) @siriwatknp + +### `@material-ui/lab@v4.0.0-alpha.36` + +- [AvatarGroup] Introduce new component (#18707) @oliviertassinari +- [Autocomplete] Fix double change event issue (#18786) @tplai +- [Autocomplete] Add reason to onInputChange callback (#18796) @Tybot204 +- [Autocomplete] Expand virtualized example to have grouped items (#18763) @Janpot + +### Docs + +- [blog] November 2019 Update (#18805) @oliviertassinari +- [docs] Change `readOnly` to `disabled` in text-fields.md example (#18792) @sterjoski +- [docs] Fix chip outlined variant (#18806) @scotttrinh +- [docs] Improve Avatar fallback description (#18720) @mbrookes +- [docs] Improve homepage accessibility (#18745) @mbrookes +- [docs] Improve table of contents cmd+click (#18765) @Janpot +- [docs] Remove unused dependencies (#18753) @eps1lon +- [docs] Revert hiding duplicate link (#18767) @mbrookes +- [docs] Simplify MiniDrawer demo (#18814) @shc023 + +### Core + +- [core] Fix @material-ui/lab homepage url (#18823) @francisrod01 +- [core] Batch small changes (#18780) @oliviertassinari + +## 4.7.2 +###### *Dec 7, 2019* + +Big thanks to the 18 contributors who made this release possible. + +### `@material-ui/core@v4.7.2` + +- [Tooltip] Add missing classes type definitions (#18645) @dufia +- [Tooltip] Fix arrow placement in RTL languages (#18706) @mosijava +- [Tooltip] Fix onMouseOver event leak (#18687) @r3dm1ke +- [ClickAwayListener] Support other documents (#18701) @Izhaki +- [Avatar] Fallback images when fails to load (#18711) @netochaves +- [Chip] Support text-overflow ellipsis by default (#18708) @suliskh +- [Container] Add missing default theme props Type (#18654) @max10rogerio +- [Modal] Document the 'Focus trap' limitation (#18643) @PutziSan +- [Portal] Support any children node (#18692) @luffywuliao +- [TablePagination] Fix responsive display issue (#18668) @r3dm1ke +- [TextField] InputAdornment shouldn't wrap (#18641) @TrejGun +- [l10n] Add Polish translation (#18685) @eXtreme +- [theme] Fix wrong ResponsiveFontSizesOptions type (#18661) @pstadler +- [useMediaQuery] Fix hydrationCompleted true before hydrated (#18683) @toddmazierski + +### `@material-ui/lab@v4.0.0-alpha.35` + +- [Autocomplete] Add getOptionSelected prop (#18695) @DarkKnight1992 +- [Autocomplete] Add size prop (#18624) @oliviertassinari +- [Autocomplete] Prevent tag overflow (#18662) @fbarbare + +### Docs + +- [docs] Break up blog template into smaller sections (#18627) @mbrookes +- [docs] Update the translations (#18644) @mbrookes +- [docs] `ssrMatchMedia` required for client rending as well (#18680) @moshest + +### Core + +- [core] Batch changes (#18629) @oliviertassinari + +## 4.7.1 +###### *Dec 1, 2019* + +Big thanks to the 27 contributors who made this release possible. + +Here are some highlights ✨: + +- 🌎 Improve localization support. +- ✨ Export all the types from barrel index (#18306) @merceyz. +- 🔍 8 patches on the Autocomplete component. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.7.1` + +- [Backdrop] Comment on z-index use case (#18589) @meebix +- [Select] Improve response, react to mouse down (#17978) @SarthakC +- [l10n] Add Italian translation (#18507) @Angelk90 +- [l10n] Add Turkish translation (#18509) @yunusemredilber +- [l10n] Add svSE translations (Swedish) (#18591) @dluco- +- [l10n] Fix German translation (#18498) @cmfcmf +- [styles] Fix ThemeProvider requiring full theme (#18500) @eps1lon +- [useMediaQuery] Fix ssrMatchMedia requiring listener mixin (#18501) @eps1lon + +### `@material-ui/lab@v4.0.0-alpha.34` + +- [Skeleton] Fix non-breakable space (#18548) @gmltA +- [Rating] Improve mobile support (#18603) @aleccaputo +- [Autocomplete] Document value equality check (#18516) @ChawinTan +- [Autocomplete] Fix CSS specificity issue (#18578) @mr-bjerre +- [Autocomplete] Fix selecting undefined on updated options (#18611) @jellyedwards +- [Autocomplete] Fix typo in test (#18506) @TrejGun +- [Autocomplete] Improve icons display (#18520) @oliviertassinari +- [Autocomplete] Only call .focus() when necessary (#18584) @Davidasg180 +- [Autocomplete] Only trigger onInputChange when the value changes (#18571) @sclavijo93 +- [Autocomplete] Show loading text when there are no options (#18570) @sclavijo93 + +### Docs + +- [docs] Add monday.com to in-house ads (#18598) @mbrookes +- [docs] Fix bug in Popper component's Scroll playground example (#18562) @maprihoda +- [docs] Fix typo in media query docs (#18617) @rajnish307 +- [docs] Fix yarn start command (#18565) @andrestone +- [docs] Improve the SvgIcon documentation (#18560) @oliviertassinari +- [docs] Reduce confusion in picker link (#18566) @BGehrels +- [docs] Include mention to Persian in localization.md (#18513) @uxitten +- [docs] Update v3 migration guide for ExpansionPanel (#18612) @NMinhNguyen + +### Core + +- [test] Assert accessible name (#18609) @eps1lon +- [test] Improve merging tests for createMuiTheme (#18543) @eedrah +- [misc] Batch small changes (#18614) @mbrookes +- [core] Add react-is dependency (#18551) @HeadFox +- [core] Batch small changes (#18539) @oliviertassinari +- [core] Bump `@babel/*` deps (#18552) @eps1lon +- [core] Export everything from the second level (#18306) @merceyz +- [core] Fix dependabot not ignoring babel-plugin-preval (#18553) @eps1lon +- [core] Ignore url-loader >= 3 updates (#18639) @eps1lon + +## 3.9.4 +###### *Nov 28, 2019* + +### `@material-ui/core@v3.9.4` + +- [Portal] Fix circular PortalProps Types (#18602) + + Fix TypeScript 3.7 support + +## 4.7.0 +###### *Nov 22, 2019* + +Big thanks to the 27 contributors who made this release possible. + +Here are some highlights ✨: + +- 🌎 Add localization support (#18219) @soltanloo. +- 🔍 8 patches on the Autocomplete component. +- 💄 Add tooltip arrow support (#18323) @goleary. +- 📚 Display the demos on a white background (#18396) @oliviertassinari. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.7.0` + +- [l10n] Add localization (#18219) @soltanloo +- [l10n] Improve Russian translation (#18422) @gmltA +- [Avatar] Tip about what srcset can be used for (#18366) @uxitten +- [CardMedia] Use propTypes for "at least one"-check (#18384) @eps1lon +- [Chip] Document accessibility (#18271) @eps1lon +- [Collapse] Add support for unitless collapsedHeight (#18461) @weslenng +- [Grid] Infer `displayName` (#18481) @NMinhNguyen +- [HiddenCss] Fix warning when using custom breakpoints (#18382) @eps1lon +- [Modal] Prefer to lock scroll on body than html element (#18445) @andreasheim +- [Popper] Use context for RTL support (#18381) @MisterQH +- [Slider] Increase interaction area (#18429) @oliviertassinari +- [Slider] Make the slider work as intended when max%step !== 0 (#18438) @macfire10 +- [Snackbar] Fix timer restarting when parent component re-render (#18361) @weslenng +- [Tooltip] Add `arrow` prop (#18323) @goleary +- [Tooltip] Use hysteresis with the enterDelay (#18458) @oliviertassinari +- [getContrastText] Throw descriptive exception when passing falsy argument (#18383) @eps1lon + +### `@material-ui/lab@v4.0.0-alpha.33` + +- [Skeleton] Keep the size 1:1 to replaced text content (#18451) @macfire10 +- [SpeedDialIcon] Fix test for react 16.12 (#18379) @eps1lon +- [TreeView] Fix control state error (#18341) @joshwooding +- [Autocomplete] Add popperDisablePortal to classes (#18346) @nullberri +- [Autocomplete] Add tag keyboard navigation test (#18355) @oliviertassinari +- [Autocomplete] Better handle native browsers' autofill and autocomplete (#18376) @IanSmith89 +- [Autocomplete] Fix CreateFilterOptions definition (#18419) @alaumh +- [Autocomplete] Fix bug on disableOpenOnFocus prop (#18380) @netochaves +- [Autocomplete] Fix usage of Home/End keys (#18338) @weslenng +- [Autocomplete] Fix virtualization demo (#18455) @mandrin17299 +- [Autocomplete] Ignore object keys in default filter (#18480) @eggbread +- [lab] Bump material-ui/core version (#18354) @renatoagds + +### Docs + +- [docs] Add related project links (#18035) @MaximKudriavtsev +- [docs] Fix grammar in app-bar.md (#18362) @smilevideo +- [docs] Fix some markdown spec issue (#18428) @eps1lon +- [docs] Fix typo in autocomplete docs (#18343) @thomasdashney +- [docs] Fix useMediaQuery ssr implementation example (#18325) @carloscuesta +- [docs] Increase the contrast of the demos (#18396) @oliviertassinari +- [docs] Reduce .html response size (#18356) @oliviertassinari +- [docs] Remove outdated showcase (#18364) @LorenzHenk +- [docs] Update the translations (#18339) @mbrookes + +### Core + +- [GitHub] Fix fragment on link in PR template (#18370) @twgardner2 +- [Security] Bump https-proxy-agent from 2.2.2 to 2.2.4 (#18440) @dependabot-preview +- [core] Add displayName to contexts (#18468) @eps1lon +- [core] Batch changes (#18395) @oliviertassinari +- [core] Ignore babel-plugin-preval updates (#18415) @dependabot-preview +- [framer] Update after publication (#18340) @mbrookes +- [test] Check a11y tree inclusion in CI only (#18433) @eps1lon +- [test] Improve coverage (#18385) @eps1lon +- [utils] Simplify refType (#18437) @NMinhNguyen + +## 4.6.1 +###### *Nov 12, 2019* + +Big thanks to the 19 contributors who made this release possible. + +Here are some highlights ✨: + +- 🔍 12 patches on the Autocomplete component. +- 👨‍🎤 Add Framer X support (#17797) @mbrookes. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.6.1` + +- Add Framer X wrapper components (#17797) @mbrookes +- [ButtonBase] Fix space calling onClick on keyDown instead of keyUp (#18319) @eps1lon +- [ButtonBase] Test keyboard events of child elements (#18318) @eps1lon +- [ButtonGroup] Fix typings for disabled classes property (#18274) @xZliman +- [Select] Fix id not being present when native (#18257) @eps1lon +- [TextField] Add demo for color prop (#18220) @Studio384 +- [core] Fix createMuiTheme side-effect (#18247) @FabianSellmann +- [core] Increase specificity to get correct style (#18238) @oliviertassinari + +### `@material-ui/lab@v4.0.0-alpha.32` + +#### Breaking Changes + +- [Autocomplete] Fix Multiple tag delete action (#18153) @tkanzakic + +```diff +diff --git a/docs/src/pages/components/autocomplete/FixedTags.js b/docs/src/pages/components/autocomplete/FixedTags.js +index 757d66a97..a4f36edd5 100644 +--- a/docs/src/pages/components/autocomplete/FixedTags.js ++++ b/docs/src/pages/components/autocomplete/FixedTags.js +@@ -11,17 +11,9 @@ export default function FixedTags() { + options={top100Films} + getOptionLabel={option => option.title} + defaultValue={[top100Films[6], top100Films[13]]} +- renderTags={(value, { className, onDelete }) => ++ renderTags={(value, getTagProps) => + value.map((option, index) => ( +- ++ + )) + } + style={{ width: 500 }} +``` + +#### Changes + +- [TreeView] Add controlled API to TreeView (#18165) @joshwooding +- [TreeView] Support empty array (#18259) @tomasbruckner +- [Rating] Add random name when none is provided (#18284) @Vitao18 +- [SpeedDial] Fix crash when using custom style in FabProps (#18320) @weslenng +- [Autocomplete] Add closeIcon and popupIcon props (#18266) @AbdallahElroby +- [Autocomplete] Add controllable input value API (#18285) @oliviertassinari +- [Autocomplete] Add hook customization demo (#18242) @oliviertassinari +- [Autocomplete] Fix Enter key clearing selected option (#18229) @chapmanio +- [Autocomplete] Fix popup placement (#18289) @andreasheim +- [Autocomplete] Fix the errors reported by Wave (#18283) @oliviertassinari +- [Autocomplete] Improve accessibility (#18204) @oliviertassinari +- [Autocomplete] Improve focus logic (#18286) @oliviertassinari +- [Autocomplete] Remove aria-activedescendant (#18281) @oliviertassinari +- [Autocomplete] Fix missing inputValue (#18268) @AbdallahElroby +- [Autocomplete] Handle Opera fullscreen mode (#18275) @xZliman + +### Docs + +- [blog] October 2019 Product Update (#18239) @oliviertassinari +- [examples] Fix Gatsby broken example (#18321) @weslenng +- [docs] Fix error in Select options (#18224) @eedrah +- [docs] Fix show all rows in table pagination (#18260) @markusf1 +- [docs] Improve demo clarity by using form elements (#18241) @jcuenod +- [docs] Replace alert with console.info (#18316) @eps1lon +- [docs] Replace react-inspector with custom TreeView implementation (#17662) @eps1lon + +### Core + +- [core] Add funding entry to manifests (#18250) @eps1lon +- [core] Remove nodemod (#18222) @oliviertassinari +- [test] Misc cleanup (#18261) @eps1lon +- [core] Batch changes (#18264) @oliviertassinari + +## 4.6.0 +###### *Nov 5, 2019* + +Big thanks to the 26 contributors who made this release possible. + +Here are some highlights ✨: + +- 🔍 8 patches on the Autocomplete component that was released last week. + +The positive feedback we had this early version of the component is encouraging. +Developers should be able to rely on it in production within a couple of weeks (from a bug perspective). +We will take more time to stabilize the API, a couple of months. + +- 📚 Split the TextField demos into smaller demos (#17483) @joshwooding +- 💄 Add a color prop to the TextField (#17891) @ValentinH +- 💄 Add square and rounded variant to the Avatar (#18116) @mattdotam +- 🐛 Fix Chip <> Avatar rendering issue (#18156) + +By chance, it's the third year in a row we release on november 5th. +The number of contributors involved, for a similar one-week period, has grown from 12 contributors (2017) to 16 contributors (2018) to 26 contributors (2019). +We are proud of the community. Let's keep this trend going 🚀. + +### `@material-ui/core@v4.6.0` + +- [Avatar] Add square variant and documentation (#18116) @mattdotam +- [Button] Fix horizontal padding on small button with icon (#18118) @vkasraj +- [Chip] Add ripple when clickable (#17829) @Tarun047 +- [Chip] Fix Avatar CSS issue (#18156) @oliviertassinari +- [Drawer] Improve "ResponsiveDrawer" demo (#18045) @gorjan-mishevski +- [ExpansionPanel] Use context instead of cloneElement (#18085) @eps1lon +- [InputBase] Fix onChange event handler callback of inputProps (#18131) @sjsingh85 +- [OutlinedInput] Simplify customizations (#18127) @gregjoeval +- [Slider] Improve UX for pointing device with limited accuracy (#18174) @oliviertassinari +- [Slider] Increase hover hitbox for thumb (#18074) @eps1lon +- [SwipeableDrawer] Only trigger a swipe when appropriate (#17993) @leMaik +- [TextField] Add support for "secondary" color (#17891) @ValentinH +- [TextField] Fix label not being associated with native select (#18141) @eps1lon +- [TextField] Fix typo in FromControl warning (#18129) @xuanvan229 +- [types] Fix IsEmptyInterface with optional members (#18148) @amcasey +- [types] Simplify some of the conditional types (#18128) @amcasey + +### `@material-ui/styles@v4.6.0` + +- [styles] Fix props based styles callback not including defaultProps (#18125) @salmanm + +### `@material-ui/lab@v4.0.0-alpha.31` + +- [Autocomplete] Add disabled prop (#18195) @m4theushw +- [Autocomplete] Fix aria-controls and aria-activedescendant (#18142) @eps1lon +- [Autocomplete] Fix crash with freeSolo and rich options (#18161) @oziniak +- [Autocomplete] Fix disableListWrapp affecting initial focus (#18162) @eps1lon +- [Autocomplete] Fix display in modal (#18160) @oliviertassinari +- [Autocomplete] Fix multiple blur/focus crash (#18117) @itayyehezkel +- [Autocomplete] Fix typo + types (#18096) @NaridaL +- [Autocomplete] Rename autoHightlight prop to autoHighlight (#18137) @tkanzakic +- [TreeView] Change when node map is built (#18154) @joshwooding +- [SpeedDial] Fix fab items alignment (#18084) @itayyehezkel + +### Docs + +- [docs] Add ScaffoldHub to ads and example projects (#18071) @mbrookes +- [docs] Add TagSpaces to the showcase (#18144) @uggrock +- [docs] Add warning disabled button in Safari (#18072) @itayyehezkel +- [docs] Break up TextField demos (#17483) @joshwooding +- [docs] Fix typo (#18090) @mtsmfm +- [docs] Fix various a11y issues reported by lighthouse (#18146) @eps1lon +- [docs] Force usage of block language (#18069) @mtsmfm +- [docs] Improve TypeScript support of Next.js examples (#18088) @Tokenyet +- [docs] Move "TextField" section higher in the "Selects" page (#17643) @croraf +- [docs] Rename interface headCell to HeadCell (#18093) @EngMoathOmar +- [docs] Update notification v4.5.2 @oliviertassinari + +### Core + +- [test] Build all `@material-ui/*` packages for Codesandbox CI (#18100) @eps1lon +- [test] Fix tests failing on subsequent runs in watchmode (#18076) @eps1lon +- [test] Fix tests polluting DOM (#18163) @eps1lon +- [core] Batch small changes (#18041) @oliviertassinari +- [core] Batch small changes (#18155) @oliviertassinari + +## 4.5.2 +###### *Oct 28, 2019* + +Big thanks to the 48 contributors who made this release possible! + +Here are some highlights ✨: + +- 🔍 Introduce a new Autocomplete component in the lab to support the autocomplete, combobox and multi-select use cases (#17037) @dreamsinspace. + + This [new component](https://material-ui.com/components/autocomplete/) will replace the [third-party integration examples](https://material-ui.com/components/integrated-autocomplete/) once it graduates from the lab to the core. + It was one of the [most requested features](https://twitter.com/MaterialUI/status/1148901411180163073) (by number of 👍 on the corresponding issue). + +- 📚 Show the JSX by default for small examples (#17831) @mbrookes. +- ♿️ Improve Gatsby's Modal support (#17972) @sreetej1998. +- 🐛 Better support Preact (#18027) @glromeo. +- 💅 Improve Chrome autofill dark theme support (#17863) @MAkerboom. +- 📚 Add new context menu demo (#17839) @SarthakC. + +### `@material-ui/core@v4.5.2` + +- [Avatar] Revert #17694, correct the API docs, add tests (#18026) @mbrookes +- [Checkbox] Add TS demo for FormControlLabelPosition (#17964) @burtyish +- [Dialog] Fix labelledby and describedby placement (#18032) @eps1lon +- [Dialog] Reduce margins (#17867) @rahulkotha18 +- [ExpansionPanelSummary] Test in StrictMode (#17873) @eps1lon +- [FormControlLabel] Add missing CSS class keys to TS (#17963) @itayyehezkel +- [Link] Warn when using plain function component in `component` (#17825) @Nikhil-Pavan-Sai +- [ListSubheader] Reduce specificity of typescript type (#17715) @sakulstra +- [Menu] Add new context menu demo (#17839) @SarthakC +- [Modal] Fix tabIndex customization (#17939) @Cyrus-d +- [Modal] Improve Gatsby support (#17972) @sreetej1998 +- [Popper] Revert position fix (#17914) @rahulkotha18 +- [Select] Add labelId to implement proper labelling (#17892) @eps1lon +- [Select] Better support Preact (#18027) @glromeo +- [Select] Document how values are compared (#17912) @DustinRobison +- [Slider] Apply the disabled pseudo class on the thumb too (#18011) @hoop71 +- [Slider] Format value passed to ValueLabelComponent (#17985) @hoop71 +- [SnackbarContent] Convert unit tests to testing-library (#17942) @emilyuhde +- [Snackbar] Change default role from 'alertdialog' to 'alert' (#17897) @emilyuhde +- [SwipeableDrawer] Change close swipe behavior and fix touch bug (#17941) @leMaik +- [Switch] Fix hover style on mobile (#18034) @SarthakC +- [Tab] Run tests in StrictMode (#18037) @eps1lon +- [TablePagination] Support display of all rows (#17885) @SarthakC +- [Table] Demo multiple group headers (#17933) @rayy-lo +- [Table] Fix sticky header interaction with checkboxes (#17968) @Lavoaster +- [Table] Improve RTL virtualized demo support (#18038) @FabianKielmann +- [TextField] Improve Chrome autofill dark theme support (#17863) @MAkerboom +- [TextareaAutoSize] Add ref prop (#17835) @Tarun047 + +### `@material-ui/styles@v4.5.2` + +- [styles] Allow ref on withTheme components in TS (#17695) @ianschmitz + +### `@material-ui/system@v4.5.2` + +- [system] Support style.transform return React.CSSProperties (#18030) @yoyooyooo + +### `@material-ui/lab@v4.0.0-alpha.30` + +- [Autocomplete] Introduce new component (#17037) @dreamsinspace + +### Docs + +- [docs] Add TS demo for DynamicCSS (#17994) @netochaves +- [docs] Add TS demo for DynamicCSSVariables (#17983) @netochaves +- [docs] Add TS demo for MaterialTable (#17938) @schapka +- [docs] Add TS demo for WithWidth (#17930) @burtyish +- [docs] Add TS demos for SimpleNoSsr and FrameDeferring (#17913) @ganes1410 +- [docs] Add TS demos for SplitButton in components/buttons (#17862) @rahmatrhd +- [docs] Add demo for actions in ExpansionPanelSummary (#17969) @ayliao +- [docs] Add demo for prominent app bar (#17894) @burtyish +- [docs] Add notification about the date picker survey @oliviertassinari +- [docs] Clarify aria role of Switch (#17870) @eps1lon +- [docs] Document mui-rff (#17943) @lookfirst +- [docs] Explain checks in Contributing (#18033) @eps1lon +- [docs] Fix "Unknown" typo (#17911) @qmertesdorf-terratrue +- [docs] Fix RTL-toggle tooltip bug in app bar (#17865) @flurmbo +- [docs] Fix a typo while reading the doc :) (#18040) @daemonsy +- [docs] Fix grammar in docs (#17889) @DDDDDanica +- [docs] Fix typo in Paperbase theme (#17984) @DavidMoraisFerreira +- [docs] Fix typos and grammar in getting started (#17880) @tonyjmartinez +- [docs] Improve TabelCell description (#17979) @uxitten +- [docs] Improve fixed app bar placement section (#17896) @adeelibr +- [docs] Lazy load landing page images (#17827) @eps1lon +- [docs] Optimize images (#18025) @MichaelDeBoey +- [docs] Prevent layout shift when rendering ads (#17893) @Janpot +- [docs] README: change material design link to use material.io (#17967) @RDIL +- [docs] Remove unused styles in EnhancedTable demo (#17902) @FeynmanDNA +- [docs] Replace negative actions from fab examples (#17926) @nuragic +- [docs] September 2019 Update (#17852) @oliviertassinari +- [docs] Show the JSX by default for small examples (#17831) @mbrookes +- [docs] Update the translations (#18042) @mbrookes +- [docs] Workaround next.js AMP support limitation (#18020) @fbnklmnvds +- [docs] document use of theme.mixins.toolbar & when using Appbar variant fixed (#17878) @adeelibr + +### Core + +- [core] Batch small changes (#17910) @oliviertassinari +- [core] Custom deepmerge implementation (#17982) @oliviertassinari +- [core] Ignore meta, ctrl and alt in keyboard modality detection (#17924) @adeelibr +- [core] Reduce eslint-disables (#17841) @eps1lon +- [core] Remove redundant production check (#17929) @ellisio +- [test] Add codesandbox CI config (#17874) @eps1lon +- [test] Add silent option to CodeSandbox CI config (#18024) @CompuIves +- [test] Only build component packages for codesandbox (#17976) @eps1lon +- [test] Reduce ByRole calls (#18015) @eps1lon +- [test] Run tests periodically with `react@next` (#18008) @eps1lon +- [test] Use Performance implementation of vendors (#18073) @eps1lon + +## 4.5.1 +###### *Oct 12, 2019* + +Big thanks to the 28 contributors who made this release possible! + +Here are some highlights ✨: + +- 📚 Change imports from @material-ui/styles to @material-ui/core/styles (#17447) @mnemanja + + The presence of two almost identical import paths has been a source of confusion: `@material-ui/styles` and `@material-ui/core/styles`. + Starting with v4.5.1, the documentation mentions `@material-ui/core/styles` as much as possible. + + ```diff + -import { makeStyles } from '@material-ui/styles'; + +import { makeStyles } from '@material-ui/core/styles'; + ``` + + This change removes the need to install the `@material-ui/styles` package directly. + It prevents the duplication of `@material-ui/styles` in bundles and avoids confusion. + You can [learn more about the difference](https://material-ui.com/styles/basics/#material-ui-core-styles-vs-material-ui-styles) in the documentation. +- ♿️ Improve the accessibility of the table and select components (#17696, #17773) @adeelibr, @eps1lon. +- 📊 Launch a [developer survey](https://www.surveymonkey.com/r/5XHDL76) as a precursor to a major DatePicker enhancement effort. +- 💄 Add support for different [slider track mode](https://material-ui.com/components/slider/#track) (#17714) @slipmat. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.5.1` + +- [AppBar] Fix display of elevation with position static (#17819) @sreetej1998 +- [Avatar] Allow to set src and children (#17694) @lcswillems +- [BottomNavigationAction] Test in StrictMode (#17837) @eps1lon +- [ButtonBase] Document how to use cursor not-allowed (#17778) @slipmat +- [Button] Add missing class keys for icon sizing (#17677) @mvestergaard +- [Button] Fix duplicate class names (#17690) @netochaves +- [Dialog] Forward the id in example (#17678) @ricsam +- [Modal] Remove mentions of legacy classes (#17798) @eps1lon +- [Popover] Add root class (#17817) @jayesh-kaza +- [Popper] Fix placement update logic (#17781) @hoop71 +- [Portal] Remove redundant circular PortalProps import (#17676) @le0nik +- [Select] Fix opening select requiring double enter with NVDA (#17773) @eps1lon +- [Select] Simplify blur logic (#17299) @eps1lon +- [Select] Add missing y to setDisplaNode (#17716) @sakulstra +- [Select] Warn for unmatched value (#17691) @asownder95 +- [Slider] Add support for removed and inverted track (#17714) @slipmat +- [Slider] Fix drag interruption when leaving browser (#17765) @hoop71 +- [Table] Add aria-label & caption in table demos (#17696) @adeelibr + +### `@material-ui/icons@v4.5.1` + +- [icons] Introduce a new GitHub brand icon + +### `@material-ui/lab@v4.0.0-alpha.29` + +- [SpeedDial] Pass event and reason to onOpen, onClose (#17783) @lsnch + +### `@material-ui/system@v4.5.1` + +- [system] Fallback to value if theme's value is an array and index missing (#17661) @stasiukanya + +### Docs + +- [docs] Add Customization/Components TS demo (#17788) @limatgans +- [docs] Add Media Query TS demo (#17766) @lksilva +- [docs] Add TS demos for guides/interoperability (#17804) @limatgans +- [docs] Add classNames TS demo (#17771) @lksilva +- [docs] Add component demos in ts (#17790) @lksilva +- [docs] Add dynamic class name TS demo (#17793) @lksilva +- [docs] Add useWidth TS demo (#17770) @lksilva +- [docs] Added TS Demos for component/toggle-button (#17822) @limatgans +- [docs] Better strict mode switch (#17684) @eps1lon +- [docs] Change imports from @material-ui/styles to @material-ui/core/styles (#17447) @mnemanja +- [docs] Extend size-snapshot (#17633) @eps1lon +- [docs] Fix react-number-format example for FormattedInputs (#17675) @s-yadav +- [docs] Fix typo (#17698) @Ceejaymar +- [docs] Fix typo and improve consistency (#17821) @stasiukanya +- [docs] Fix typo in versions.md (#17782) @raymondsze +- [docs] Fixed typo in Components/Modal (#17704) @lzhuor +- [docs] Improve contributing guidelines (#17653) @oliviertassinari +- [docs] Mentioned CSS required for disabling transitions (#17802) @burtyish +- [docs] Migrate Globals demo to TypeScript (#17785) @limatgans +- [docs] Migrate Palette demo to TypeScript (#17683) @limatgans +- [docs] Prepare the DatePicker developer survey notification (#17805) @oliviertassinari +- [docs] Update "Who's using" (#17830) @mbrookes +- [docs] Update notification @oliviertassinari +- [docs] Update useMediaQuery example to avoid confusion with print (#17642) @epeicher + +### Core + +- [ci] Fix size comparison sort order (#17800) @eps1lon +- [core] Batch small changes (#17673) @oliviertassinari +- [core] Batch small changes (#17807) @oliviertassinari +- [test] Fix test_browser timing out (#17763) @eps1lon +- [test] Use testing-library for ToggleButton* tests (#17768) @eps1lon + +## 4.5.0 +###### *Oct 2, 2019* + +Big thanks to the 20 contributors who made this release possible! + +Here are some highlights ✨: + +- 💄 Add startIcon and endIcon props for the button (#17600) @mbrookes + + ```jsx + import DeleteIcon from '@material-ui/icons/Delete'; + + + ``` + +- 🔐 Add support for Chrome autofill (#17436, #17552) @croraf +- 💅 Adjust table styles to match spec (#17388) @kybarg +- 💅 Adjust menu styles to match spec (#17332) @damir-sirola +- 💅 Adjust chip styles to match spec (#17584) @oliviertassinari +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.5.0` + +- [theme] Allow an arbitrary number of elevations (#17659) @millnitzluan +- [ButtonGroup] Fix missing divider if background color is set (#17648) @neon98 +- [ButtonGroup] Support text variant (#17529) @Dhruvi16 +- [Button] Add startIcon / endIcon props (#17600) @mbrookes +- [Button] Improve horizontal padding (#17640) @mbrookes +- [Button] Increase elevation on hover when contained (#17537) @eps1lon +- [CardMedia] Add separate rules for Image components (#17591) @neon98 +- [Chip] Update style to match the specification (#17584) @oliviertassinari +- [InputBase] Fix remaining issues with Chrome autofill (#17552) @croraf +- [MenuItem] Update size on desktop to match spec (#17332) @damir-sirola +- [Menu] Fix menu being focused instead of item when opening (#17506) @eps1lon +- [Menulist] Add autoFocusItem for initial focus control (#17571) @eps1lon +- [SwipeableDrawer] Calculate transition duration based on swipe speed (#17533) @dan8f +- [Table] Adjust table styles to the latest specs (#17388) @kybarg +- [Tabs] Add new updateScrollButtonState() action (#17649) @neon98 +- [TextareaAutosize] Improve line computation and avoid infinite loop (#17652) @neon98 + +### `@material-ui/lab@v4.0.0-alpha.28` + +- [Slider] Remove from the lab (#17528) @oliviertassinari + + ```diff + -import { Slider } from '@material-ui/lab'; + +import { Slider } from '@material-ui/core'; + ``` + +### `@material-ui/system@v4.5.0` + +- [system] Fix props being required from `style` function (#17534) @abukurov + +### `@material-ui/codemod@v4.5.0` + +- [styles] Bump jss dependencies to v10.0.0 stable (#17536) @eps1lon + +### `@material-ui/codemod@v4.5.0` + +- [codemod] Fix build importing esm version of babel/runtime (#17561) @merceyz + +### Docs + +- [docs] Batch small fixes (#17527) @oliviertassinari +- [docs] Fix CHANGELOG format @oliviertassinari +- [docs] Fix calculation of height for empty rows (#17657) @Teloah +- [docs] Improve /styles vs /core/styles description (#16473) @bigtone1284 +- [docs] Improve CSP nonce docs (#17594) @johnnyreilly +- [docs] Improve Contributing.md (#17597) @croraf +- [docs] Improve bundle size option 2 advantage wording (#17577) @ilanbm +- [docs] Improve testing readme (#17557) @eps1lon +- [docs] Move GOVERNANCE.md and ROADMAP.md files from root (#17531) @croraf +- [docs] Remove already moved SUPPORT.md file (#17525) @croraf +- [docs] Remove an un-used className in template Blog (#17587) @FeynmanDNA +- [docs] Reword icons page (#17558) @croraf +- [examples] Fix CRA start script (#17598) @lychyi + +### Core + +- [core] Fix missing peer dependency warning (#17632) @eps1lon +- [core] Re-export all the styles modules from core (#17419) @merceyz +- [core] Warn if anchor element is not visible (#17599) @eAmin +- [dependencies] Put dependabot config in vcs (#17651) @eps1lon +- [test] Bump `@testing-library/dom` (#17573) @eps1lon +- [test] Isolate each test case using testing-library (#17394) @eps1lon +- [ci] Use azure aws tasks instead of aws-sdk (#17631) @eps1lon +- [Select] Make internal tests public (#17538) @eps1lon + +## 4.4.3 +###### *Sep 22, 2019* + +Big thanks to the 23 contributors who made this release possible! +This is a stability release. + +### `@material-ui/core@v4.4.3` + +- [TextField] Handle Chrome autofill (#17436) @croraf +- [ButtonBase] Fix blurry text issue (#17453) @chibis0v +- [CircularProgress] Fix centering (#17482) @fiws +- [Chip] Load the right version of Avatar (#17469) @Maxim-Mazurok +- [TablePagination] Merge root classes properly (#17467) @DavidHenri008 +- [Box] Fix demo item name (#17523) @Skaronator +- [Breadcrumbs] Improve API docs (#17468) @eps1lon +- [Menu] Isolate more integration tests (#17490) @eps1lon +- [SelectInput] Use `@testing-library` for test (#17390) @eps1lon + +### `@material-ui/styles@v4.4.3` + +- [styles] Bump jss dependencies to 10.0.0-alpha.25 (#17520) @eps1lon +- [core] Replace warning with manual console.error (#17404) @eps1lon + +### `@material-ui/lab@v4.0.0-alpha.27` + +- [TreeItem] Use the ‘endIcon’ prop where appropriate (#17488) @Chocolatl +- [Skeleton] Make default CSS display mode to block (#17406) @ahtcx +- [SpeedDial] Rework part of the logic (#17301) @hashwin + +### `@material-ui/icons@v4.4.3` + +- [docs] Update README.md + +### `@material-ui/system@v4.4.3` + +- [core] Replace warning with manual console.error (#17404) @eps1lon + +### Docs + +- [examples] Add a Gatsby Theme example (#17411) @hupe1980 +- [docs] Add a customization example with ToggleButton (#17401) @nrkroeker +- [docs] Add a note in disabled tooltip (#17421) @konekoya +- [docs] Add a support page (#17437) @oliviertassinari +- [docs] Add demo for vertical dividers (#17457) @nrkroeker +- [docs] Add synonyms for brand icons (#17455) @mbrookes +- [docs] August Update (#17439) @oliviertassinari +- [docs] Batch small changes (#17435) @oliviertassinari +- [docs] CONTRIBUTING.md reword branch structure, remove Build, Yarn Link (#17501) @croraf +- [docs] Clarify props spread for ListItem when button flag is set (#17466) @rossmmurray +- [docs] Fix Popper demo link typo (#17522) @mbrookes +- [docs] Fix a typo in CONTRIBUTING.md (#17400) @konekoya +- [docs] Fix english language link (#17526) @croraf +- [docs] Fix heading format in CONTRIBUTING.md (#17460) @paras151 +- [docs] Improve in-site search (#17450) @eps1lon +- [docs] Improve the documentation covering react-router (#17343) @MelMacaluso +- [docs] Move BACKERS.md file (#17508) @croraf +- [docs] Remove Access to premium modules from the support page (#17489) @oliviertassinari +- [docs] Spelling mistake (#17500) @jehuamanna +- [docs] Update translations (#17509, #17438) @mbrookes +- [docs] Use Button for language menu (#17487) @mbrookes +- [docs] Use Suspense for lazy loading algolia (#17451) @eps1lon +- [docs] Wrong URL for spacing in PT (#17502) @renatoagds + +### Core + +- [core] Prevent empty useEffect in production (#17420) @merceyz +- [core] Replace warning with manual console.error (#17404) @eps1lon +- [core] Warn when changing between controlled uncontrolled (#17422) @kmhigashioka + +## 4.4.2 +###### *Sep 11, 2019* + +Big thanks to the 7 contributors who made this release possible! +This is a quick release after v4.4.1 to solve 3 regressions. + +### `@material-ui/core@v4.4.2` + +- [Grid] Remove lab import @oliviertassinari +- [Radio] Add zIndex to SwitchBase (#17389) @andokai +- [TextField] Fix incorrect focus handler types for FormControl (#17378) @eps1lon +- [StepButton] Fix overlap with StepContent (#17374) @rossmmurray + +### Docs + +- [docs] Add material-ui-flat-pagination to related projects (#17372) @szmslab +- [docs] Add tubular-react in related project (#17371) @geoperez +- [docs] Add tubular-react to tables related projects (#17382) @geoperez +- [docs] Fix color tool crash (#17380) @jsjain + +### Core + +- [core] Bump `@babel/*` deps (#17363) @eps1lon + +## 4.4.1 +###### *Sep 8, 2019* + +Big thanks to the 21 contributors who made this release possible! + +Here are some highlights ✨: + +- 💄 Introduce 10 new brand icons and 61 new official Material Design icons (#17257, #17274) @colemars and @mbrookes. +- ⚛️ Move a few descriptions of the props to TypeScript (#17300) @merceyz. + This change allows the IDEs to display the props' descriptions in place, without having to go to the documentation. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.4.1` + +- [Badge] Improve shape of 2 digit badge (#17247) @mbrookes +- [Cars] Fix export issue for consistency (#17354) @yikkok-yong +- [Modal] Support theme default props (#17337) @ianschmitz +- [Rating] Fix a few issues (#17270) @oliviertassinari +- [Select] Changes the default input based on variant prop (#17304) @netochaves +- [Select] Follow spec with placement of dropdown icon (#17303) @lonssi +- [Slider] Add getAriaLabel prop (#17240) @city41 +- [SvgIcon] Fix color type definition including default (#17288) @merceyz +- [Table] Fix sticky header table with buttons/inputs (#17285) @Studio384 +- [TextareaAutosize] Show scrollbar when rowsMax is exceeded (#17310) @Shubhamchinda +- [useMediaQuery] Workaround Safari wrong implementation of matchMedia (#17315) @momentpaul + +### `@material-ui/icons@v4.4.1` + +- [icons] Add social icons (#17274) @mbrookes +- [icons] Refresh material icons (#17259) @colemars +- [icons] Update script to use latest json file (#17257) @colemars + +### `@material-ui/styles@v4.4.1` + +- [styles] Fix global classnames being disabled in deserialized themes (#17345) @eps1lon +- [styles] Support augmenting a default theme type (#16777) @merceyz + +### `@material-ui/lab@v4.0.0-alpha.26` + +- [lab] Generate proptypes from type definitions (#17300) @merceyz +- [ToggleButton] Improve accessibility (#17290) @mbrookes +- [ToggleButton] Update TypeScript class keys (#17278) @ljvanschie + +### Docs + +- [misc] Batch small changes (#17316) @oliviertassinari +- [docs] Fix CHANGELOG.md (#17331) @skirunman +- [docs] Add new synonyms for Material Icons (#17272) @mbrookes +- [docs] Add script to merge MD icon tags with synonyms (#17312) @mbrookes +- [docs] Batch small changes (#17268) @oliviertassinari +- [docs] Fix more SEO issue report @oliviertassinari +- [docs] Add typescript version of paperbase theme (#17213) @eps1lon +- [docs] Improve /customization/typography/ (#17307) @meebix +- [docs] Improve grammar in snackbars (#17296) @chaseholdren +- [docs] Notification for v4.4.0 @oliviertassinari +- [docs] Only server-side render the popular languages (#17249) @oliviertassinari +- [docs] Reduce the use of "our", "We"... (#17347) @mbrookes +- [docs] Remove section about modal performance (#17284) @eps1lon +- [docs] Remove unnecessary any cast (#17292) @eps1lon +- [docs] Remove wrong alternate languages (#17311) @oliviertassinari +- [docs] Sync JavaScript version with TypeScript @oliviertassinari +- [docs] Update translations (#17351) @mbrookes +- [docs] Update translations.json (#17266) @mbrookes + +### Core + +- [core] Add ref type to every component (#17286) @eps1lon +- [core] Fix typo contaniners -> containers (#17280) @charlax +- [core] Fix various dependency issues (#17317) @eps1lon +- [core] Generify props with component property (#16487) @ypresto +- [core] Guard against bad Symbol polyfills (#17336) @briandelancey + +## 4.4.0 +###### *Aug 31, 2019* + +Big thanks to the 29 contributors who made this release possible! + +Here are some highlights ✨: + +- ✨ Add fixed Table header Support (#17139) @egerardus. +- 🌳 Accept any label in TreeView (#17080) @oliviertassinari. +- 🏝 Add standalone ToggleButton mode (#17187) @simshaun. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.4.0` + +- [Backdrop] Render children inside div (#17115) @dominictwlee +- [Button] Fix typo in demo text (#17230) @jasonkylefrank +- [Button] Remove code leftover from < v4 (#17232) @sakulstra +- [ButtonGroup] Fix border color when disabled and contained (#17109) @ryanburr +- [CardActionArea] Fix 'border-radius' (#17221) @stasiukanya +- [CircularProgress] Document String format for size prop (#17081) @devsumanmdn +- [Drawer] Include ref when variant=persistent (#17090) (#17091) @ZachStoltz +- [Menu] Include 'list' in class key (#17205) @rbrishabh +- [MenuItem] Add missing dense classkey (#17103) @JapuDCret +- [Popover] Fix anchorEl positioning within popup window (#17128) @zekehernandez +- [Popover] Fix update position action (#17097) @netochaves +- [RadioGroup] Make value accept any (#17132) @cmeeren +- [Slider] Avoid mutating user's value prop (#17085) @elmeerr +- [Switch] Fix rendering in IE 11 and Safari (#17095) @rbrishabh +- [Table] Add sticky header support (#17139) @egerardus +- [TextField] Specs alignment (#17192) @elmeerr +- [TextField] Update outlined label when prop changes (#17217) @Shubhamchinda +- [Tooltip] Fix interactive + enterDelay combination (#17174) @kiransiluveru +- [Typography] noWrap requires display block (#17206) @rbrishabh +- [Badge] Add alignment options to badges (#17204) @ahtcx +- [LinearProgress] Make color adapt to theme type (#17219) @ahtcx + +### `@material-ui/lab@v4.0.0-alpha.25` + +- [ToggleButton] Improve customizability (#17187) @simshaun +- [TreeView] Support node label (#17080) @oliviertassinari +- [Rating] Add Custom prop-type to prop name (#17078) @netochaves +- [Rating] Improve signature in docs (#17093) @cmeeren + +### Docs + +- [docs] Better document the ref props in the API (#17198) @oliviertassinari +- [docs] Fix edit dependencies extraction (#17120) @Shubhamchinda +- [docs] Fix page rendering on Crowdin (#17135) @mbrookes +- [docs] Fix popover demo event.target is null (#17104) @spaceexperiment +- [docs] Fix typo in modal demo (#17122) @Shubhamchinda +- [docs] Implement in-context translation (#17040) @mbrookes +- [docs] Improve custom styles of the demos (#17118) @uxitten +- [docs] Improve enhanced table variable name (#17141) @keiohtani +- [docs] Improve style of the demos (#17218) @uxitten +- [docs] Minor Update to remove "n°" notations (#17200) @skube +- [docs] Missing degree/option symbol (#17189) @skube +- [docs] New translations (#17134) @mbrookes +- [docs] Remove unecessary createStyles in TypeScript Tabs demo (#17164) @Imballinst +- [docs] Require less strict tsconfig (#17214) @eps1lon +- [examples] Fix warning in next.js example (#17133) @Janpot +- [examples] Fix warnings Container in _app.js with Next.js (#17181) @saltyshiomix + +## 4.3.3 +###### *Aug 21, 2019* + +Big thanks to the 22 contributors who made this release possible! + +Here are some highlights ✨: + +- 🔍 Introduce a [material icons search](https://material-ui.com/components/material-icons/) (#16956). +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.3.3` + +- [AppBar] Add back to top demo (#17062) @oliviertassinari +- [CardHeader] Remove mention of children from API docs (#17045) @cmeeren +- [Dialog] Add support for a Dialog without a DialogTitle (#16980) @megos +- [Divider] Add vertical support (#17063) @oliviertassinari +- [Grid] Better support custom theme spacing values (#17005) @Workvictor +- [Modal] Add transition documentation (#17059) @oliviertassinari +- [Select] Hide SVG icon for native multiple select (#16992) @craigmjackson +- [Slider] Fix mouse enter edge case for Firefox (#16986) @Astrantia +- [Slider] Hide mark labels to screen readers (#17024) @Patil2099 +- [Tabs] Fix issue where scrollable tabs auto move to selected tab (#16961) @wereHamster +- [TextareaAutosize] Export component in barrel index.js (#17003) @Shubhamchinda +- [TextareaAutosize] Update spelling in props (umber to number) (#16982) @melwyn001 +- [Tooltip] Fix word wrapping (#17020) @pranshuchittora +- [Tooltip] Improve arrow demo (#17058) @Patil2099 + +### `@material-ui/lab@v4.0.0-alpha.24` + +- [Rating] Improve rendering of arbitrary precision (#17013) @Patil2099 +- [TreeView] Lazy render the tree items (#17046) @Shubhamchinda +- [Skeleton] Add missing exports from the barrel (#16960) @mejackreed + +### `@material-ui/styles@v4.3.3` + +- [styles] Better support right-to-left (#17019) @AminZibayi + +### Docs + +- [docs] Add Typescript example for switch label position (#16959) @nowNick +- [docs] Adjust React + Material-UI + Firebase for v2.0 (#16988) @Phoqe +- [docs] Improve instructions for Babel import plugins (#16993) @lookfirst +- [docs] Make it easier to find material icons (#16956) @oliviertassinari +- [docs] Add synonyms for Material icons (#17021) @mbrookes +- [docs] Migration guide to v4: include change to dense Lists (#17074) @zekehernandez +- [docs] Prefer SVG over font icons in the demos (#17056) @troussos +- [docs] Small changes (#17060) @oliviertassinari +- [example] Remove unused MuiLink declaration (#16991) @colemars + +### Core + +- [core] Classes to hooks (#17061) @oliviertassinari +- [core] Upgrade the dependencies (#16990) @oliviertassinari +- [core] yarn docs:export support for Windows (#17009) @vabole + +## 4.3.2 +###### *Aug 10, 2019* + +Big thanks to the 22 contributors who made this release possible! + +Here are some highlights ✨: + +- 🦴 Introduce a new Skeleton component in the lab (#16786). +- 📦 Reduce bundle size by -10%,-20% of the small helpers like useMediaQuery, Portal, and TextareaAutosize (#16842) @NMinhNguyen. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.3.2` + +- [Box] Forward props into cloned element (#16882) @RostyslavKravchenko +- [ButtonGroup] Allow override of the variant prop (#16946) @nvwebd +- [ButtonGroup] Separate button colors (#16876) @CyanoFresh +- [CssBaseline] Add backdrop base styles (#16880) @yordis +- [Fab] Accept FabProps in theme.props (#16877) @aditya1906 +- [FormControl] Warn if rendered mulitple inputs (#16923) @lemes +- [Popper] Fix ScrollPlayground.js demo (#16948) @pinktig +- [Slider] Update TypeScript demo to cast types to values (#16957) @allypally +- [Stepper] Improve the description of the icon prop (#16916) @mbrookes +- [TextField] How to leverage CSS input validation (#16903) @jonkelling +- [Textfield] Add left property to prevent scrollbars on IE 11 (#16936) @beaudry +- [ToggleButton] Fix horizontal shift (#16861) @wereHamster +- [Transition] Forward isAppearing to onEnter, onEntering, onEntered (#16917) @millerrafi + +### `@material-ui/lab@v4.0.0-alpha.23` + +- [TreeView] Fix the height of the customization demo (#16874) @mbrookes +- [Skeleton] New component (#16786) @oliviertassinari + +### `@material-ui/system@v4.3.3` + +- [system] Avoid `!important` in `borderColor` prop (#16875) @rogerclotet + +### Docs + +- [blog] July 2019 update (#16872) @oliviertassinari +- [docs] Add Material-UI with React course in learning (#16869) @deekshasharma +- [docs] Add error boundary to demos (#16871) @oliviertassinari +- [docs] Add react compatibility in supported platforms (#16863) @pranshuchittora +- [docs] Batch small changes (#16951) @oliviertassinari +- [docs] Fix build on windows (#16870) @merceyz +- [docs] Fix grammatical error in components docs (#16886) @Dasbachc +- [docs] Hide header in DefaultTheme demo (#16937) @rogerclotet +- [docs] Migrate WithTheme demo to Typescript (#16941) @rogerclotet +- [docs] Batch small changes (#16864) @oliviertassinari +- [docs] Batch small changes (#16883) @oliviertassinari + +### Core + +- [benchmark] Fix not running (#16900) @ypresto +- [ci] Ignore dependabot branches (#16893) @eps1lon +- [core] Generate PropTypes from type definitions (#16642) @merceyz +- [core] Optimise destructuring for useState, useReducer (#16842) @NMinhNguyen +- yarn docs:api @oliviertassinari + +## 4.3.1 +###### *Aug 03, 2019* + +Big thanks to the 18 contributors who made this release possible! + +### `@material-ui/core@v4.3.1` + +- [Container] Add missing class key to overrides interface (#16783) @Und3Rdo9 +- [Dialog] Test with testing-library (#16780) @eps1lon +- [Grid] Add 'root' to GridClassKey typing (#16799) @hendrikskevin +- [Modal] Fix Modal default open with disablePortal behavior (#16850) @lmuller18 +- [Popper] Fix handlePopperRefRef.current is not a function (#16807) @darkowic +- [Radio][Switch][Checkbox] Document the `required` prop (#16809) @pranshuchittora +- [Slider] Fix small typo (#16825) @ninjaPixel +- [TextareaAutosize] Add missing export for TextareaAutosize (#16815) @tuxracer +- [Tooltip] Fix tooltips's demo arrow dimensions (#16838) @fillipe-ramos +- [Tooltip] Remove the title attribute when open (#16804) @jamesgeorge007 +- [Transition] Change the default behavior, 0ms duration if prop missing (#16839) @jamesgeorge007 + +### `@material-ui/lab@v4.0.0-alpha.22` + +- [TreeView] Iterate on the component (#16814) @mbrookes +- [TreeView] Add customization demo (#16785) @oliviertassinari + +### Docs + +- [docs] Add missing `(` to withStyle docs (#16816) @SneakyFish5 +- [docs] Fix typo in description of Slider (#16824) @LorenzHenk +- [docs] Improve the issue template (#16836) @pranshuchittora +- [docs] Link react-most-wanted (#16856) @TarikHuber +- [docs] Migrate all public class component to function components (#16693) @bpas247 +- [docs] Small fix for box.md and migration.md (#16806) @DDDDDanica +- [docs] Update `@material-ui/pickers` (#16823) @eps1lon + +## 4.3.0 +###### *July 28, 2019* + +Big thanks to the 23 contributors who made this release possible! + +Here are some highlights ✨: + +- 🌳 Introduce a new Tree View component in the (#14827) @joshwooding. + + This is a first step toward a feature rich tree view component. + We will keep iterate on it to add customization demos, filter, drag and drop, and checkboxes. + You can find the documentation under [this URL](https://material-ui.com/components/tree-view/). +- 💄 Support vertical tabs (#16628) @josephpung. + + You can learn more about it following [this URL](https://material-ui.com/components/tabs/#vertical-tabs). +- 📚 Remove the prop-types from TypeScript demos (#16521) @merceyz. + + The runtime prop-types are often redundant with the static type checks. + We have removed them from the TypeScript demos. +- ⚛️ Add two codemods to improve the imports (#16192) @jedwards1211. + + If you are not familiar with codemods, [check the library out](https://github.com/facebook/codemod). This is a tool tool to assist you with large-scale codebase refactors. + We introduce two new codemods in this release: + + - `optimal-imports`: Material-UI supports tree shaking for modules at 1 level depth maximum. + You shouldn't import any module at a higher level depth. + + ```diff + -import createMuiTheme from '@material-ui/core/styles/createMuiTheme'; + +import { createMuiTheme } from '@material-ui/core/styles'; + ``` + - `top-level-imports`: Converts all @material-ui/core submodule imports to the root module. + + ```diff + -import createMuiTheme from '@material-ui/core/styles/createMuiTheme'; + +import { createMuiTheme } from '@material-ui/core'; + ``` + +- 💄 Support small switch (#16620) @darkowic. + + You can learn more about it following [this URL](https://material-ui.com/components/switches/#sizes). +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.3.0` + +- [FilledInput] Add hiddenLabel prop (#16671) @oliviertassinari +- [Menu] Use strict mode compatible testing API (#16582) @eps1lon +- [Modal] Fix focus not being contained (#16585) @eps1lon +- [Modal] Prevent backdrop to stay open (#16694) @ValentinH +- [Popper] Fix scroll jump when content contains autofocus input (#16740) (#16751) @alirezamirian +- [Portal] Prepare deprecation of onRendered (#16597) @oliviertassinari +- [SelectInput] Fix layout issue with displayEmpty (#16743) @ypresto +- [Select] Implement WAI-ARIA dropdown without label (#16739) @eps1lon +- [useMediaQuery] Improve useWidth demo (#16611) @siriwatknp +- [Step] Add `completed` class key to TypeScript definitions (#16662) @pranshuchittora +- [Stepper] Add cutomization example (#16769) @oliviertassinari +- [Switch] Support small size (#16620) @darkowic +- [Tabs] Improve accessibility (#16384) @mbrookes +- [Tabs] Support vertical tabs (#16628) @josephpung +- [TextField] Rename interface FormControl to FormControlState (#16748) @B3zo0 +- [TextareaAutosize] Fix infinite render loop (#16635) @oliviertassinari +- [TextareaAutosize] Fix infinite render loop (#16708) @mcdougal + +### `@material-ui/lab@v4.0.0-alpha.21` + +- [TreeView] Add new component (#14827) @joshwooding + +### `@material-ui/styles@@4.3.0` + +- [styles] Add typings for font-face (#16639) @merceyz + +### `@material-ui/codemod@v4.3.0` + +- [codemod] Add codemods for optimal tree-shakeable imports (#16192) @jedwards1211 + +### `@material-ui/system@v4.3.2` + +- [core] Import esm babel helpers (#16701) @TrySound + +### Docs + +- [docs] Add CSS to api for TextField (#16659) @m2mathew +- [docs] Apply v1 redirection first @oliviertassinari +- [docs] Batch changes (#16621) @oliviertassinari +- [docs] Display correct version of Material-UI (#16680) @eps1lon +- [docs] Document the global class names (#16770) @oliviertassinari +- [docs] Fix SEO reported by Ahrefs (#16765) @oliviertassinari +- [docs] Fix Typo in modal.md (#16744) @jeffshek +- [docs] Fix dependabot badge (#16725) @eps1lon +- [docs] Fix reset colors crashing app (#16750) @eps1lon +- [docs] Fix typo in typography.md (#16654) @hexium310 +- [docs] Generate prop-types from TypeScript demos (#16521) @merceyz +- [docs] Grammar fix for global class names docs (#16778) @joshwooding +- [docs] Improve SEO (#16724) @oliviertassinari +- [docs] Improve favicon (#16632) @oliviertassinari +- [docs] Improve generated markdown (#16771) @merceyz +- [docs] Link page layouts to premium themes (#16690) @mbrookes +- [docs] Move dependencies/scripts from root into workspace (#16640) @eps1lon +- [docs] Prevent password field blur when adornment clicked (#16672) @ee92 +- [docs] Redirects old v1.5.0 url to v1 subdomain (#16658) @m2mathew +- [docs] Reduce bundle size (#16046) @eps1lon +- [docs] Remove bbb from showcase (#16687) @mbrookes +- [docs] Remove unused imports (#16623) @merceyz +- [docs] Reword unsupported material components notes (#16660) @m2mathew +- [docs] Solve docs 301 redirections (#16705) @oliviertassinari +- [docs] Update translations (#16684) @mbrookes +- [docs] Upgrade next to v9 (#16546) @eps1lon +- [docs] Revert upgrade to next 9 (#16755) @eps1lon +- [docs] Workaround to describe aria-sort (#16767) @mbrookes +- [examples] Remove version next version from the description (#16678) @straxico + +## Core + +- [test] Fix empty visual rergression screenshots (#16702) @eps1lon +- [test] Fix failing test_browser in edge (#16688) @eps1lon +- [core] Batch changes (#16691) @oliviertassinari +- [core] Batch small changes (#16766) @oliviertassinari +- [core] Deduplicate packages (#16608) @merceyz +- [core] Fix type definition for createMuiTheme SpacingOptions (#16624) @dominictwlee +- [core] Import esm babel helpers (#16701) @TrySound +- [core] Introduce dependabot (#16679) @eps1lon +- [core] Remove old JSS v9 animationName property (#16779) @merceyz +- [core] Upgrade babel-plugin-optimize-clsx (#16636) @merceyz +- [core] Upgrade dependencies from yarn audit (#16625) @merceyz +- [core] Upgrade jss (#16668) @TrySound +- [core] Bump babel dependencies to latest (#16699) @eps1lon +- [ci] Merge test_browser and test_production (#16731) @eps1lon +- [ci] Use custom frozen lockfile check (#16677) @eps1lon + +## 4.2.1 +###### *July 17, 2019* + +Big thanks to the 25 contributors who made this release possible! + +Here are some highlights ✨: + +- ♿️ Improve Dialog header accessibility (#16576) @dayander. +- ⚛️ Fix more strict mode warnings (#16525) @eps1lon. +- 🐛 Fix menu dense support (#16510) @sumedhan. +- ⭐️ Introduce a new Rating component in the lab. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.2.1` + +- [Autocomplete] Use placeholder prop (#16568) @himanshupathakpwd +- [DialogTitle] Update default element from h6 to h2 (#16576) @dayander +- [Grid] Generify props with component property (#16590) @JipingWang +- [InputBase] Fix inconsistent filled state (#16526) @eps1lon +- [InputBase] Improve documentation for custom `inputComponent` (#16399) @eps1lon +- [Input] Add missing class keys in TypeScript (#16529) @dskiba +- [MenuItem] Fix dense prop support (#16510) @sumedhan +- [Modal] Use computed key to restore style (#16540) @neeschit +- [Popper] Refactor to more commonly known react patterns (#16613) @eps1lon +- [Ripple] Use custom transition logic (#16525) @eps1lon +- [Slide] Remove gutter (#16533) @User195 +- [TouchRipple] Convert to function component (#16522) @joshwooding +- [Transition] The ref forwarding works (#16531) @oliviertassinari +- [useMediaQuery] Accept function as argument & more (#16343) @merceyz + +### `@material-ui/styles@v4.2.1` + +- [styles] Make theme optional for `styled` components (#16379) (#16478) @akomm +- [core] Upgrade deepmerge (#16520) @TrySound + +### `@material-ui/system@v4.3.1` + +- [core] Upgrade deepmerge (#16520) @TrySound + +### `@material-ui/lab@v4.0.0-alpha.20` + +- [Rating] Add a new component (#16455) @oliviertassinari +- [SpeedDialAction] Convert to hook (#16386) @adeelibr + +### Docs + +- [docs] Add density guide to customizations (#16410) @eps1lon +- [docs] Add sidebar alias to Drawer demo description (#16535) @mbrookes +- [docs] Fix dead link (#16567) @sharils +- [docs] Fix typo (#16561) @siowyisheng +- [docs] Fix typo in advanced styles guide (#16593) @elquimista +- [docs] Fix typo: change lakes to lacks (#16553) @davinakano +- [docs] Remove from nextjs-with-typescript example (#16555) @virzak +- [docs] Remove duplicate alts (#16564) @williammalone +- [docs] Update migration v3 guide, slider in core (#16589) @elquimista +- [docs] Update typo in docs - portals (#16592) @siowyisheng +- [docs] Use LinkProps from next in examples (#16583) @Janpot +- [example] Fix "@zeit/next-typescript" dependency missing (#16603) @nb256 +- [examples] Update to support Next.js v9 (#16519) @Janpot +- [blog] June 2019 Update (#16516) @oliviertassinari + +### Core + +- [core] Fix docs:typescript:check (#16607) @merceyz +- [core] Fix incorrect usage of HtmlHTMLAttributes (#16579) @whitneyit +- [core] Re-export missing typings (#16490) @merceyz +- [core] Remove all .defaultProps usages (#16542) @joshwooding +- [core] Restrict setRef usage to ref callback (#16539) @eps1lon +- [core] Upgrade convert-css-length (#16530) @TrySound +- [core] Upgrade deepmerge (#16520) @TrySound +- [core] Use useFormControl instead of withFormControlState (#16503) @eps1lon +- [core] Batch small changes (#16532) @oliviertassinari +- [test] Run queries on document.body (#16538) @eps1lon +- [test] react-test-renderer coverage (#16523) @dondi +- [ci] Create canaries (#16587) @eps1lon + +## 4.2.0 +###### *July 6, 2019* + +Big thanks to the 24 contributors who made this release possible! + +Here are some highlights ✨: + +- ♿️ Fix the persisting aria-hidden logic of the Modal (#16392) @eps1lon. +- 💄 Move the Slider component to the core (#16416). +- 💄 Introduce a new TextareaAutosize component (#16362). +- ⚛️ Migrate a few components to testing-library. +- 🚀 Remove two dependencies (react-event-listener and debounce). +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.2.0` + +- [Tabs] Use the correct window reference (#16497) @NMinhNguyen +- [Breadcrumbs] Add li to BreadcrumbsClassKey type (#16425) @le0nik +- [ButtonBase] Fix anchors with href having a button role (#16397) @eps1lon +- [ButtonBase] Improve test coverage (#16361) @eps1lon +- [CardMedia] Change prop requirements to conform html picture semantics (#16396) @maeertin +- [ClickAwayListener] Don't miss any click away events (#16446) @NMinhNguyen +- [FormControl] Add useFormControlState (#16467) @eps1lon +- [ListItemIcon] Add margin to line up when using flex-start (#16398) @slim-hmidi +- [ListItemSecondaryAction] Add missing types for props spread (#16411) @nsams +- [MenuItem] Fix type deceleration not using MenuItemClassKey (#16358) @merceyz +- [Menu] Fix autoFocus to work correctly with keepMounted (#16450) @ryancogswell +- [Modal] Fix persisting aria-hidden (#16392) @eps1lon +- [Modal] Make the modal demo style more "agnostic" (#16385) @oliviertassinari +- [Select] Fix node reference (#16401) @ffjanhoeck +- [Slider] Fix small step regression (#16395) @alitaheri +- [Slider] Fix textAlign prop affecting Slider rail (#16440) @mohan-cao +- [Slider] Move to core (#16416) @oliviertassinari +- [Tabs] Migrate to hooks (#16427) @oliviertassinari +- [TextareaAutosize] Fix one possible case of infinite render loop (#16387) @ZYinMD +- [TextareaAutosize] New public component (#16362) @oliviertassinari +- [Tooltip] Fix arrow demos (#16412) @Favna + +### `@material-ui/styles@v4.2.0` + +- [styles] Add test for removing styles via `overrides` (#16420) @eps1lon +- [styles] Handle props of type any in styled (#16356) @merceyz +- [styles] Support augmenting CSS properties (#16333) @merceyz + +### `@material-ui/lab@v4.0.0-alpha.19` + +- [Slider] Move to core (#16416) @oliviertassinari + +### Docs + +- [docs] Fix typo in TypeScript doc (#16365) @DDDDDanica +- [docs] Add missing page title for translations (#16375) @jaironalves +- [docs] Correct spelling imporant -> important (#16388) @rlfarman +- [docs] Fix typo in customizing components (#16404) @YipinXiong +- [docs] Fix typo in docs server (#16406) @thanasis00 +- [docs] Fixed link to Button API in FAQ (#16370) @kxlow +- [docs] Improve example of Custom Pagination Actions Table (#16472) @bigtone1284 +- [docs] Minor improvements (#16423) @eps1lon +- [docs] Reduce the headers font-size (#16433) @oliviertassinari +- [docs] Remove compose helper (#16429) @oliviertassinari +- [docs] Remove outdated references to the @next release (#16428) @davidoffyuy +- [docs] Replace hardcoded content with translation (#16380) @eps1lon +- [docs] Small ad information icon (#16438) @oliviertassinari +- [docs] Update displayEmpty prop description in Select API docs (#16376) @bigtone1284 +- [docs] Update testing guide (#16368) @eps1lon +- [docs] Use full text of the code of conduct (#16417) @mbrookes +- [docs] [TableCell] Fix padding and size property descriptions (#16378) @the-question + +### Core + +- [test] Simpler createClientRender (#16461) @eps1lon +- [ci] Move TypeScript tests into separate job (#16405) @eps1lon +- [ci] Persist/Report only if previous steps succeeded (#16432) @eps1lon +- [core] Improve test coverage (#16453) @eps1lon +- [core] Speed-up typechecking (#16413) @merceyz + +## 4.1.3 + +###### *June 25, 2019* + +Big thanks to the 4 contributors who made this release possible! +This is a quick release after a regression that occurred in 4.1.2. + +### `@material-ui/core@v4.1.3` + +- [core] Revert strict mode compatible transition components (#16348) @eps1lon +- [theme] Validate fontSize in createTypography (#16321) @merceyz + +### `@material-ui/lab@v4.0.0-alpha.18` + +- [Slider] Fix label contrast color (#16350) @oliviertassinari + +### Docs + +- [docs] Improve colors reliably (#16324) @oliviertassinari +- [docs] Migrate batch of demos to hooks/typescript (#16334) @merceyz +- [docs] Some fixes to the Link component page (#16345) @kyarik +- [docs] Use latest size snapshot from master (#16342) @eps1lon + +## 4.1.2 +###### *June 23, 2019* + +Big thanks to the 30 contributors who made this release possible! + +Here are some highlights ✨: + +- ♿️ Fix Select and Menu keyboard behavior (#16323). +- 🚀 Reduce the Modal bundle size by -22% (5 kB) (#15839, #16254, #16262). +- 💄 Remove noise from the material.io generated icons (#16258). +- ⚛️ Extend StrictMode compatiblity to 25 more components (#16283). +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.1.2` + +- [ButtonBase] Fix dragging issue (#16250) @LukasMirbt +- [Dialog] Prepare deprecation of withMobileDialog (#14992) @oliviertassinari +- [Divider] Add aria role if it's not implicit (#16256) @eps1lon +- [Grow][Zoom] Remove transform value when entered (#16297) @gijsbotje +- [MenuList] Fix keyboard a11y when no item is focused when opening (#16323) @eps1lon +- [Menu] Add missing `autoFocus` TypeScript types (#16289) @BassT +- [Modal] Fix aria-hidden restore logic (#15839) @mackersD +- [Modal] Migrate to hooks (#16254) @oliviertassinari +- [Modal] Refactor tests to remove internal accesses (#16262) @oliviertassinari +- [Select] Fix autowidth not working with open controlled (#16214) @jobpaardekooper +- [Select] Fix display when no value is selected (#16294) @ianschmitz +- [Select] Fix forward ref logic (#16296) @ffjanhoeck +- [Select] Fix specificity issue (#16137) @aditya1906 +- [Slide] Remove the transform property once open (#16281) @gijsbotje +- [Snackbar] Fix type definition of autoHideDuration prop (#16257) @brunomonteirosud +- [TextField] Fix media hover specificity issue (#16266) @arminydy +- [TextField] Reduce specificity of notchedOutline (#16304) @romanr +- [Textarea] Update height when maxRows prop changes (#16298) @tasinet +- [TouchRipple] Fix ripple staying on fast updates (#16291) @eps1lon + +### `@material-ui/icons@v4.2.1` + +- [icons] Remove noise from Google source (#16258) @oliviertassinari + +### `@material-ui/system@v4.3.0` + +- [system] Add support for marginX, marginY, paddingX, and paddingY (#16169) @dimitropoulos +- [system] Add visibility property to display (#16231) @aditya1906 + +### `@material-ui/lab@v4.0.0-alpha.17` + +- [Slider] Fix onChangeCommitted firing on mouseenter (#16329) @cdcasey +- [Slider] Fix various tick mark issues (#16275) @eps1lon +- [Slider] Mitigate floating point errors (#16252) @joaosilvalopes + +### `@material-ui/styles@v4.1.2` + +- [styles] Make StyleRules backwards compatible (#16200) @merceyz +- [styles] Only run the check on the client-side (#16284) @oliviertassinari +- [styles] Remove withTheme type from makeStyles options (#16217) @merceyz + +### Docs + +- [docs] Add docs for Overflow, TextOverflow, WhiteSpace (#16170) @aditya1906 +- [docs] Batch of fixes (#16229) @oliviertassinari +- [docs] Better react-router-dom version comment (#16335) @kyarik +- [docs] Convert SideEffects to hooks (#16197) @eps1lon +- [docs] Fix IE 11 rendering issue on the pickers page (#16246) @oliviertassinari +- [docs] Fix code example (#16279) @maslowproject +- [docs] Fix links that point to the next branch (#16326) @Maxim-Mazurok +- [docs] Fix outdated react-transition-group docs link (#16274) @eps1lon +- [docs] Improve codevariant switch perf (#16211) @eps1lon +- [docs] Include and explain value type change in migration guide (#16226) @eps1lon +- [docs] Instapaper, fix contained+secondary button border (#16236) @patelnav +- [docs] Material Sense is only using v3 (#16267) @josiahbryan +- [docs] Migrate batch of demos to hooks/typescript (#16322) @merceyz +- [docs] Remove import if there are no specifiers left (#16199) @merceyz +- [docs] Fix a typo emooji -> emoji (#16286) @sabrinaluo +- [example] Hooks are standards now, no need to mention it (#16288) @obedparla +- [examples] Fix the styled-jsx integration of the Next.js examples (#16268) @lifeiscontent + +### Core + +- [types] Explicitly use react types (#16230) @kdy1 +- [test] Introduce @testing-library/react (#15732) @eps1lon +- [core] Add MuiCardActionArea prop (#16235) @aditya1906 +- [core] Add missing MuiTableHead and MuiTableBody type to theme.props (#16220) @merceyz +- [core] Add missing exports from styles in core (#16311) @fzaninotto +- [core] Change <> to (#16225) @aditya1906 +- [core] Extend StrictMode compatiblity (#16283) @eps1lon +- [core] Move size tracking to azure pipelines (#16182) @eps1lon +- [core] Remove string from SpacingArgument in theme.spacing (#16290) @merceyz +- [ci] Build packages in parallel for size snapshot (#16261) @eps1lon +- [ci] Run azure on master (#16207) @eps1lon +- [ci] Use sinon browser build (#16208) @eps1lon + +## 4.1.1 +###### *June 13, 2019* + +Big thanks to the 10 contributors who made this release possible! + +Here are some highlights ✨: + +- 🐛 Fix react-hot-loader regression (#16195). +- 🐛 Fix TypeScript icons regression (#16139) @MayhemYDG. +- 🐛 Fix withWidth regression (#16196). +- 💄 Add Slider range support (#15703). +- And many more 📚 improvements. + +### `@material-ui/core@v4.1.1` + +- [ButtonBase] Fix riple not stoping on mouse up (#16142) @joaosilvalopes +- [useMediaQuery] Defensive logic against matchMedia not available (#16196) @oliviertassinari +- [Typography] Fix variantMapping rejecting partial type (#16187) @eps1lon + +### `@material-ui/styles@v4.1.1` + +- [styles] Fix react-hot-loader regression (#16195) @oliviertassinari + +### `@material-ui/icons@v4.2.0` + +- [icons] Fix generated index.d.ts (#16139) @MayhemYDG +- [icons] Update and clean the icons (#16166) @oliviertassinari + +### `@material-ui/lab@v4.0.0-alpha.16` + +- [Slider] Support range (#15703) @oliviertassinari + +### `@material-ui/system@v4.2.0` + +- [system] Add overflow, textOverflow, whiteSpace properties (#16129) @aditya1906 +- [system] Add remaining flexbox properties (#16164) @aditya1906 + +### Docs + +- [docs] Add 700 font weight support (#16141) @aditya1906 +- [docs] Change http to https part 2 (#16171) @aditya1906 +- [docs] Fix build on windows (#16154) @merceyz +- [docs] Fix small typos in v3->v4 migration guide (#16174) @charlax +- [docs] Improve the CssBaseline description (#16148) @levigunz +- [docs] Lowercase text to demo text-transform (#16160) @blmoore +- [docs] Pseudo-class: the style rules that require an increase of specificity (#16120) @oliviertassinari +- [docs] Remove `CSS to MUI webpack Loader` (#16175) @sabrinaluo +- [docs] import Omit Type from @material-ui/types (#16157) @aditya1906 + +### Core + +- [core] Add TypeScript types for styled (#16133) @merceyz +- [core] Fix withStyles not including props (#16134) @merceyz +- [core] Fix yarn docs:api removing
tags on windows (#16165) @merceyz +- [core] Remove bootstrap v4-alpha (#16177) @aditya1906 + +## 4.1.0 +###### *June 10, 2019* + +A big thanks to the 26 contributors who made this release possible! + +Here are some highlights ✨: + +- 💄 A new ButtonGroup component (#15744) @mbrookes. +- 💄 New system props (flex, fontStyle, letterSpacing, lineHeight) (#16045, #16109) @ljvanschie, @aditya1906. +- 📚 Fix the documentation notification spam (#16070). +- 💄 A new fontWeightBold typography theme value (#16036) @aditya1906. +- 🚀 Reduce TypeScript compile time when using the icons (#16083) @phryneas. +- And many more 🐛 bug fixes and 📚 improvements. + +### `@material-ui/core@v4.1.0` + +- [ButtonGroup] New component (#15744) @mbrookes +- [TextField] Improve dense height to better match the specification (#16087) @Ritorna +- [Popper] Add popperRef prop (#16069) @oliviertassinari +- [theme] Add fontWeightBold to theme.typography (#16036) @aditya1906 +- [LinearProgress] Fix direction issue in RTL (#16009) @mkermani144 +- [Dialog] Fix double scroll issue (#16108) @williamsdyyz +- [Popper] Fix anchorEl prop types (#16004) @dan8f +- [Snackbar] Fix wrong event call (#16070) @oliviertassinari +- [SwipeableDrawer] Convert to function component (#15947) @joshwooding +- [Tab] Improve the textColor description (#16085) @sPaCeMoNk3yIam +- [withWidth] Migrate to hooks (#15678) @jacobbogers + +### `@material-ui/system@v4.1.0` + +- [system] Add flex to FlexboxProps type definitions (#16045) @ljvanschie +- [system] Add fontStyle, letterSpacing, lineHeight props (#16109) @aditya1906 +- [system] Fix breakpoints TypeScript types (#15720) @Kujawadl + +### `@material-ui/styles@v4.1.0` + +- [styles] Allow CSS properties to be functions (#15546) @merceyz +- [styles] Fix styled type definition not including properties (#15548) @merceyz +- [styles] Upgrade jss (#16121) @eps1lon + +### `@material-ui/icons@v4.1.0` + +- [icons] Simplify generated index.d.ts to reduce TS compile time (#16083) @phryneas + +### Docs + +- [blog] May 2019 Update (#16117) @oliviertassinari +- [docs] Minor typo correction (#16115) @tonytino +- [docs] Add AdaptingHook TypeScript demo (#16131) @merceyz +- [docs] Add global override demos (#16067) @oliviertassinari +- [docs] Add redirect for typography migration (#16077) @eps1lon +- [docs] Add system example for prop + theme key (#16099) @peteruithoven +- [docs] Batch of small fixes (#16061) @oliviertassinari +- [docs] Bump material-table and @material-ui/pickers versions (#16039) @eps1lon +- [docs] Change http to https (#16056) @aditya1906 +- [docs] Fix bundle doc typos (#16054) @DDDDDanica +- [docs] Fix chip array removal (#16086) @joaosilvalopes +- [docs] Fix grammar in migration doc (#16064) @DDDDDanica +- [docs] Fix some warnings/regressions (#16106) @eps1lon +- [docs] Fix spelling and usage of MuiCssBaseline (#16098) @tschaub +- [docs] Fix typo in the Gatsby example (#16130) @bernardwang +- [docs] Make demos linkable (#16063) @eps1lon +- [docs] Migrate Popover demo to Hooks (#16074) @nikhilem +- [docs] Migrate batch of demos to hooks/typescript (#16003) @merceyz +- [docs] Move the themes to themes.material-ui.com (#15983) @oliviertassinari +- [docs] Remove duplicate font icons instruction (#16066) @hubgit +- [docs] Remove extraneous link to migration helper (#16082) @charlax +- [docs] Remove unsupported textDense styles (#16057) @sadika9 +- [docs] Revert unreleased changes to the useMediaQuery API (#16127) @oliviertassinari +- [docs] Update translations (#16125) @mbrookes +- [docs] Upgrade notistack and migrate the demo to hooks (#16124) @merceyz +- [docs] Use immediate export in MenuAppBar.js (#16032) @aditya1906 +- [docs] Use immediate export when there is no HOC part 2 (#16038) @merceyz + +### Core + +- [core] Fix incorrect typings for hexToRgb (#16059) @whitneyit +- [core] Fix type definition for theme.spacing (#16031) @merceyz +- [core] Remove direct type dependency to jss/csstype (#16071) @eps1lon +- [core] Remove export of describeConformance (#16048) @eps1lon +- [core] Use only up to second level path imports (#16002) @eps1lon +- [test] Bump karma-webpack (#16119) @eps1lon + +## 4.0.2 +###### *June 3, 2019* + +A big thanks to the 30 contributors who made this release possible! + +Here are some highlights ✨: + +- 🐛 A second stability release after the release of v4.0.0. +- 💄 Add a new size="small" prop to the Chip component (#15751) @mbrookes. +- 🐛 Fix three IE 11 issues (#15921, #15952, #15967) @eps1lon, @rupert-ong, @ryancogswell +- And many more 📚 improvements. + +### `@material-ui/core@v4.0.2` + +- [Box] Fix prop-types and TypeScript warnings (#15884) @eps1lon +- [Breadcrumbs] Add theme props and override TypeScript definitions (#15950) @chrislambe +- [Chip] Add size prop for small option (#15751) @mbrookes +- [Container] Document the classes API (#15919) @divyanshutomar +- [Dialog] Improve scroll=body CSS logic (#15896) @DominikSerafin +- [Link] Better support of component="button" (#15863) @ianschmitz +- [Popover] Convert to function component (#15623) @joshwooding +- [Portal] Synchronously call onRendered (#15943) @Arlevoy +- [Radio] Fix dot misalignment in IE11 (#15952) @rupert-ong +- [theme] Return default value for spacing when no args provided (#15891) @mbrookes +- [TrapFocus] Fix error restoring focus when activeElement is null (#15967) @ryancogswell +- [core] Export useMediaQuery & useScrollTrigger in index.js (#15958) @adeelibr +- [core] Migrate extend ButtonBaseProps typings (#15869) @joshwooding + +### `@material-ui/styles@v4.0.2` + +- [styles] Remove warning when component with no displayName is provided (#15913) @eps1lon +- [styles] Fix createStyles for TypeScript v3.5 (#15990) @merceyz + +### `@material-ui/system@v4.0.2` + +- [system] Fix typing for flexDirection prop (#15987) @rhmoller + +### `@material-ui/lab@v4.0.0-alpha.15` + +- [lab] Consume correct core utils in lab (#15995) @TrySound + +### `@material-ui/codemod@v4.0.2` + +- [codemod] Improve theme codemod to handle destructured theme.spacing (#15916) @sviande + +### Docs + +- [docs] Add React + Material-UI + Firebase as an example project (#15915) @Phoqe +- [docs] Batch of fixes (#15996) @oliviertassinari +- [docs] Fix a typo within pricing page layout example (#15978) @sdornan +- [docs] Fix broken JSS links (#15972) @timkindberg +- [docs] Fix most lighthouse a11y issues in input demos (#15780) @eps1lon +- [docs] Fix typo (#15975) @rick-software +- [docs] Fix wrong variable name (styles => useStyles) (#15908) @hiromoon +- [docs] Icon TypeScript demos (#15965) @goldins +- [docs] Improve dark mode (#15944) @eps1lon +- [docs] Improve interactive performance (#15874) @eps1lon +- [docs] Improve lighthouse a11y score in demos (#15901) @eps1lon +- [docs] Mention Virtuoso as a possible virtualization integration (#15934) @petyosi +- [docs] Migrate Grid demos to hooks (#15970) @merceyz +- [docs] Migrate Hidden demos to hooks (#15989) @merceyz +- [docs] SignIn -> SignUp typo (#15966) @Hatko +- [docs] Update FUNDING.yml with Tidelift string (#15981) @jeffstern +- [docs] Update the translations (#15991) @mbrookes +- [docs] v4 Migration doc slight clean up (#15886) @mlenser +- [example] Fix ssr example to work on Windows (#15949) @petervaldesii +- [example] Fix theme palette value (#15977) @vaidehi27 +- [docs] Fix syntax error in v3 migration guide (#16010) @zhuangya +- [docs] Use immediate export when there is no HOC (#16005) @merceyz + +### Core + +- [core] Add dependency react>=16.3.0 requested by @emotion/core and react-js (#15982) @marco-silva0000 +- [core] Fix IE 11 crashes related to Object.assign (#15921) @eps1lon +- [core] Minor fixes (#15875) @joshwooding +- [core] Remove export of internal test-utils (#15895) @eps1lon +- [core] Update babel-plugin-optimize-clsx (#15894) @merceyz +- [core] Upgrade rollup and related plugins (#15939) @merceyz +- [ci] Move static tests into separate job (#15890) @eps1lon +- [core] Upgrade dependencies with esm support (#16000) @TrySound + +## 4.0.1 +###### *May 27, 2019* + +A big thanks to the 23 contributors who made this release possible! + +Here are some highlights ✨: + +- 🐛 A stability release after the release of v4.0.0. +- 🤖 A new codemod to migrate the theme.spacing.unit API (#15782) @joshwooding. +- 🐛 Fix IE 11 crash (#15856) @aditya1906. +- 📚 Clean up the documentation after the next -> master migration. + +### `@material-ui/core@v4.0.1` + +- [Buttons] Consolidate ripple props type declarations (#15843) @lychyi +- [IconButton] Add disable ripple props (#15864) @lychyi +- [ListItemText] Update classes type definitions (#15822) @davjo664 +- [Tabs] Hide scrollbar on MacOS (#15762) @Umerbhat +- [Tooltip] Fix alignment issues (#15811) @pkmnct +- [styles] Add MuiLink to ComponentsPropsList (#15814) @stuartgrigg + +### `@material-ui/icons@v4.0.1` + +- [icons] Fix the TypeScript definition of createSvgIcon (#15861) @alexkirsz + +### `@material-ui/codemod@v4.0.1` + +- [codemod] Create spacing api codemod (#15782) @joshwooding + +### `@material-ui/styles@v4.0.1` + +- [styles] Fix Symbol() usage in IE11 (#15856) @aditya1906 + +### `@material-ui/lab@v4.0.0-alpha.14` + +- [lab] Add missing clsx calls (#15809) @merceyz + +### Docs + +- [docs] Add SECURITY.md (#15804) @oliviertassinari +- [docs] Add Transitions header in the dialogs page (#15847) @prasook-jain +- [docs] Add extendedFab migration (#15866) @chanand +- [docs] Add missing Breadcrumbs CSS API (#15813) @joshwooding +- [docs] Correctly fix the Google Ad issue @oliviertassinari +- [docs] Fix Boolan -> Boolean (#15880) @jaironalves +- [docs] Fix Link import (#15871) @bennyn +- [docs] Fix deploy command @oliviertassinari +- [docs] Fix empty v4 blog post link (#15831) @drac +- [docs] Fix typo in styles advanced guide (#15844) @mgvparas +- [docs] Follow the documentation, my bad @oliviertassinari +- [docs] Global at rule is called font-face (#15865) @aditya1906 +- [docs] Hide the Ad fallback to Google (#15815) @oliviertassinari +- [docs] Improve SEO structure @oliviertassinari +- [docs] Improve lighthouse performance score (#15758) @eps1lon +- [docs] Let's take our time, we don't need to rush v5 (#15826) @oliviertassinari +- [docs] Minor fixes (#15836) @mbrookes +- [docs] Minor improvements to codesandbox demos and examples (#15857) @eps1lon +- [docs] Move links to the master branch (#15830) @oliviertassinari +- [docs] Redirect next.material-ui.com to material-ui.com (#15838) @mbrookes +- [docs] Update Installation.md for v4.0.0 (#15818) @hinsxd +- [docs] Update the translations (#15807) @mbrookes +- [docs] Update the v4 blog post (#15862) @mbrookes +- [docs] Update translations (#15841) @mbrookes +- [docs] Use makeStyles from core in layout examples (#15845) @divyanshutomar +- [docs] Fix typo in README (#15817) @ammaristotle +- [example] Update gatsby-plugin-material-ui dependency (#15810) @hupe1980 + +### Core + +- [core] Add cross-env to docs:size-why (#15816) @merceyz +- [core] Change the top package name so we get the number of dependents packages @oliviertassinari +- [core] Fix not appearing in github used/dependents (#15859) @eps1lon +- [core] Prepare focus visible polyfill in ref phase (#15851) @eps1lon +- [core] Remove babel-node for server/shared modules (#15764) @cvanem +- [core] Remove dependency on workspace (#15849) @eps1lon +- Create FUNDING.yml @oliviertassinari +- [test] Remove FontAwesome from screenshot tests (#15853) @eps1lon + +## 4.0.0 +###### *May 23, 2019* + +[Material-UI v4 is out 🎉](https://medium.com/material-ui/material-ui-v4-is-out-4b7587d1e701) + +Some statistics with v4 compared to the release of v1 one year ago: + +- From 300k downloads/month to 2M downloads/month on npm +- From 90k users/month to 350k users/month on the documentation + +### `@material-ui/lab@v4.0.0-alpha.13` + +- [ToggleButtonGroup] Added missing size prop to type declarations (#15785) @CoolCyberBrain + +### `@material-ui/system@v4.0.0` + +- [system] Add missing TypeScript types for flexbox and shadows (#15781) @willbamford + +### Docs + +- [docs] Add remaining TypeScript component demos (#15755) @eps1lon +- [docs] Fix Nav components subsections to be open by default (#15749) @mbrookes +- [docs] Fix some gramma in testing doc (#15776) @DDDDDanica +- [docs] Fix some grammar in right to left guide (#15789) @DDDDDanica +- [docs] Fix typo (#15792) @retyui +- [docs] Material-UI v4 is out (#15766) @oliviertassinari +- [docs] Reference the article with it's full name in icon doc (#15796) @DDDDDanica +- [docs] Revert the marked change (#15797) @oliviertassinari + +### Core + +- [core] Change cssutils responsiveProperty unit type (#15783) @eddiemonge + +## 4.0.0-rc.0 +###### *May 20, 2019* + +A big thanks to the 17 contributors who made this release possible! + +We have done the very last breaking changes (nothing significant). +The release of v4 is imminent, stay tuned! + +### `@material-ui/core@v4.0.0-rc.0` + +### Breaking changes + +- [ClickAwayListener] Fix scrollbar interaction (#15743) @Umerbhat + + ```diff + - + + + ``` + + We recommend the default value since `mouseup` will be triggered by clicks + on scrollbars. + +- [Tabs] Hide scrollbar buttons when possible (#15676) @whitneymarkov + + ```diff + - + + + ``` + +- [Tabs] Remove deprecated fullWidth and scrollable props (#15670) @mbrookes + + ```diff + - + + + ``` + +### Changes + +- [ButtonBase] Convert to function component (#15716) @eps1lon +- [CssBaseline] Fix wrong default font weight (#15747) @oliviertassinari +- [InputBase] Convert to function component (#15446) @adeelibr +- [Popups] Allow Element as anchor el (#15707) @eps1lon +- [Portal] Fix disablePortal not working (#15701) @imdaveead +- [Radio] Animate the check state change (#15671) @imdaveead +- [Tabs] Remove deprecated fullWidth and scrollable props (#15670) @mbrookes +- [Tabs] Update rendering of auto-scrollable buttons (#15676) @whitneymarkov +- [Tabs] Update onChange docs to match types (#15672) @jharrilim +- [ToggleButtonGroup] Add size prop (#15644) @isaacblinder + +### `@material-ui/icons@v4.0.0-rc.0` + +- [icons] Forward ref (#15683) @eps1lon + +### `@material-ui/lab@v4.0.0-alpha.12` + +- [SpeedDial] Convert to function component (#15737) @jeongsd + +### Docs + +- [docs] Add showcase criteria (#15686) @cvanem +- [docs] Document if a component is StrictMode compatible (#15718) @eps1lon +- [docs] Fix "enebles" typo on Palette page (#15719) @sbward +- [docs] Fix a typo (#15709) @designorant +- [docs] Fix Algolia top level duplication (#15738) @oliviertassinari +- [docs] Fix typo and formatting in app-bar demo (#15723) @flying-sheep +- [docs] Overhaul bundle size guide (#15739) @eps1lon +- [docs] Persist the side nav scroll (#15704) @oliviertassinari +- [docs] Port blog to next (#15711) @mbrookes +- [docs] Simplify /related-projects (#15702) @pinturic +- [docs] Use pickers from material-ui namespace (#15691) @eps1lon +- [docs] Warn about ButtonBase#disableRipple and a11y (#15740) @eps1lon +- [docs] Add ClickAwayListener breaking change (#15753) @eps1lon +- [docs] Core a11y improvements (#15748) @eps1lon +- [docs] Fix some apostrophe in TypeScript doc (#15757) @DDDDDanica + +### Core + +- [test] Colocate shadow root test for focus visible with implementation (#15712) @eps1lon +- [test] Extend StrictMode tests (#15714) @eps1lon +- [core] Add missing fontStyle type to TypographyStyle (#15733) @merceyz + +## 4.0.0-beta.2 +###### *May 13, 2019* + +A big thanks to the 13 contributors who made this release possible! + +This is a stability release preparing v4. + +### `@material-ui/core@v4.0.0-beta.2` + +- [Box] Add export to barrel (index.js) (#15602) @ljvanschie +- [ButtonBase] Extend error message for invalid `component` prop (#15627) @eps1lon +- [Select] Add to docs that options must be direct descendants (#15619) @bh1505 +- [SwipeableDrawer] Remove internal accesses in the tests (#15469) @joshwooding +- [Tabs] scrollButtons have an empty button error in compliance tools (#15646) @elnikolinho +- [useScrollTrigger] Enhance trigger, improve tests (#15634) @cvanem + +### `@material-ui/styles@v4.0.0-beta.2` + +- [styles] Fix warning false positive (#15595) @oliviertassinari +- [styles] Keep MuiThemeProvider for backward compatibility (#15650) @oliviertassinari + +### `@material-ui/system@v4.0.0-beta.2` + +- [system] Fix css function rejecting certain prop types (#15611) @eps1lon + +### `@material-ui/lab@v4.0.0-alpha.11` + +- [SpeedDial] Fix classname override logic (#15652) @janhesters + +### Docs + +- [docs] Add custom default props handler (#15473) @eps1lon +- [docs] Add next page link (#15656) @mbrookes +- [docs] Add QuintoAndar in the showcase (#15622) @oliviertassinari +- [docs] Fix dead David DM badges in README (#15667) @mbrookes +- [docs] Fix few grammar issues (#15643) @DDDDDanica +- [docs] Fix plural spelling (#15613) @cvanem +- [docs] Fix some dev-only warnings (#15640) @eps1lon +- [docs] Fix the adapting makeStyles based on props example syntax (#15621) @devarsh +- [docs] Improve installation instructions for running the docs locally (#15608) @andreawaxman +- [docs] Improve v3 migration guide (#15615) @eps1lon +- [docs] Link edit page button to github editor (#15659) @mbrookes +- [docs] Miscellaneous polish (#15665) @eps1lon +- [docs] Reorganize the structure (#15603) @mbrookes +- [docs] Update the translations (#15653) @mbrookes + +### Core + +- [core] Drop partial chrome 41 support (#15630) @eps1lon +- [core] Optimize clsx usage (#15589) @merceyz +- [core] Remove react-event-listener from function components (#15633) @joshwooding +- [core] Upgrade the dev dependencies (#15590) @oliviertassinari + +## 4.0.0-beta.1 +###### *May 5, 2019* + +A big thanks to the 19 contributors who made this release possible! + +Here are some highlights ✨: + +- 🐛 Many bug fixes based on people migrating from v3 to v4. +- 💄 Responsive font sizes (#14573) @n-batalha. +- 💄 AppBar scroll behavior (#15522) @cvanem. +- ♿️ Better Button and Tooltip keyboard behavior (#15398, #15484) @eps1lon. +- And many more 🔍 TypeScript fixes and 📚 documentation improvements. + +### `@material-ui/core@v4.0.0-beta.1` + +### Bug fixes / Breaking changes + +- [ListItem][ExpansionPanel] Follow the style convention (#15534) @oliviertassinari + Fix a CSS override issue. +- [Tooltip] Display only on keyboard focus (#15398) @eps1lon + Fix an accessibility issue. + +### Changes + +- [AppBar] Hide and Elevate on Scroll (#15522) @cvanem +- [Box] Add to core index TypeScript definitions (#15576) @ljvanschie +- [ButtonBase] Use fork of focus-visible polyfill (#15484) @eps1lon +- [Menu] Add 'variant' prop TypeScript declaration (#15556) @kunimart +- [MenuList] Ignore disableListWrap for text focus navigation (#15555) @ryancogswell +- [Portal] Migrate to React hooks (#15399) @gautam-pahuja +- [TableCell] Fix TypeScript declaration of the 'padding' prop (#15516) @kunimart +- [TableCell] Update TypeScript definitions (#15541) @ljvanschie +- [TablePagination] Use OverridableComponent in TypeScript declarations (#15517) @kunimart +- [Tabs] Fix aria-label issue on the demos (#15507) @amangalvedhekar +- [theme] Responsive font sizes (#14573) @n-batalha +- [Transition] Fix false-positive ref warning (#15526) @eps1lon +- [Badge] Handle undefined badgeContent rendering empty bubble (#15581) @Naismith + +### `@material-ui/styles@v4.0.0-beta.1` + +- [styles] Create a new JSS instance with injectFirst (#15560) @oliviertassinari +- [core] Set default theme type for makeStyles (#15549) @merceyz +- [core] Set default theme type for useTheme (#15538) @merceyz + +### `@material-ui/types@v4.0.0-beta.2` + +- [types] Add @material-ui/types package (#15577) @eps1lon + +### `@material-ui/system@v4.0.0-beta.1` + +- [system] Test types (#15575) @eps1lon + +### `@material-ui/lab@v4.0.0-alpha.10` + +- [Slider] Save focus after click (#15439) @jztang + +### Docs + +- [example] Fix TypeScript compilation error (#15550) @emmtqg +- [docs] Add DelayingApperance TypeScript demo (#15551) @merceyz +- [docs] Convert react-autosuggest demo to TypeScript (#15485) @nareshbhatia +- [docs] Document v4 theme.spacing.unit deprecation (#15571) @cvanem +- [docs] Extract inherited component from test (#15562) @eps1lon +- [docs] Fix Draggable Dialog interactions with the content (#15552) @devdanco +- [docs] Fix outdated links & demos (#15521) @oliviertassinari +- [docs] Fix typechecking (#15501) @merceyz +- [docs] Fix typography demo in dark mode (#15591) @jztang +- [docs] Improve v3 migration guide (#15527) @janhesters +- [docs] Migrate more demos to hooks (#15494) @merceyz +- [docs] Remove NoSsr where possible (#15510) @oliviertassinari +- [docs] Simplify wording for customization demo descriptions (#15539) @mbrookes +- [docs] Update Changelog (#15567) @oliviertassinari +- [docs] Updated v3 Migration guide (#15518) @vkasraj + +### Core + +- [core] Add additional warnings when attaching ref to function elements (#15519) @eps1lon +- [core] Add ref prop to transition components (#15520) @eps1lon +- [core] Better handle theme.overrides pseudo-classes (#15578) @oliviertassinari +- [core] Fix createStyles not being defined (#15547) @pvdstel + +## 4.0.0-beta.0 +###### *Apr 28, 2019* + +A big thanks to the 21 contributors who made this release possible! + +Here are some highlights ✨: + +- ♿️ Significantly improve the keyboard behavior of the menu (#15360, #15495) @ryancogswell. +- 💅 Generate global class names (#15140) @oliviertassinari. +- 📦 Add example integration with Preact (#15401). +- 🔥 Continue the TypeScript and hook demos migration @merceyz, @bh1505, @donigianrp, @eluchsinger, @eps1lon, @lksilva. +- 🎀 4 more core components migrated from Classes to Hooks @joshwooding. +- 📦 Reduce the cost of using the Modal by -74% standalone (#15466). +- And many more 🐛 bug fixes and 💄 improvements. + +The library has entered the beta phase of v4. +We are grateful to all the contributors that have helped us so far. +We will focus or effort on the stability of the library for the next two weeks. +We don't plan more breaking changes, at the exception of changes that are required to fix bugs or that have minor impacts. +We hope we can release v4 on May 15th, one year after v1. + +Please try the beta out! You can find an [upgrade guide](https://material-ui.com/guides/migration-v3/) to ease the transition. +You will learn more about v4 in the final release blog post and our plans for the future. + +### `@material-ui/core@v4.0.0-beta.0` + +#### Breaking Changes + +- [styles] Generate global class names (#15140) @oliviertassinari + Remove the dangerouslyUseGlobalCSS options (makes it the default behavior). +- [Modal] -74% bundle size reduction when used standalone (#15466) @oliviertassinari + Remove the classes customization API for the Modal component. +- [core] Remove RootRef usage (#15347) @joshwooding + The Modal and Dialog child needs to be able to hold a ref. + + ```diff + class Component extends React.Component { + render() { + return

+ } + } + -const MyComponent = props =>
+ +const MyComponent = React.forwardRef((props, ref) =>
); + + +
+ ``` + +- [ClickAwayListener] Hide react-event-listener (#15420) @oliviertassinari +- [Slide] Convert to function component (#15344) @joshwooding + The child needs to be able to hold a ref. + + ```diff + class Component extends React.Component { + render() { + return
+ } + } + -const MyComponent = props =>
+ +const MyComponent = React.forwardRef((props, ref) =>
); + + +
+ ``` + +#### Changes + +- [TextField] Update labelWidth for outline variant if required is updated (#15386) @dmiller9911 +- [Breadcrumbs] Fix types and enable component generic props (#15414) @Atralbus +- [TextField] Pass rowsMin prop to underlying abstractions (#15411) @pachuka +- [SelectInput] Convert to function component (#15410) @joshwooding +- [Link] Improve TypeScript integration with react-router (#15412) @pachuka +- [ButtonBase] Remove dead style (#15503) @koshea +- [Menu] Improve performance and add support for variants (#15360) @ryancogswell +- [MenuList] Add text keyboard focus navigation (#15495) @ryancogswell +- [Modal] -74% bundle size reduction (#15466) @oliviertassinari +- [Paper] Fix color inheritance issue using nested themes (#15465) @mustafahlvc +- [Popper] Convert to function component (#15405) @joshwooding +- [Radio][Checkbox] Revert breaking changes (#15483) @oliviertassinari +- [Select] Display 0 as a valid value, fix a propType warning (#15468) @Princezhm +- [Slider] Add Customized Slider Demo (#15478) @bh1505 +- [Snackbar] Convert to function component (#15504) @adeelibr +- [Textarea] Fix cursor jump (#15436) @oliviertassinari +- [Textarea] Remove rowsMin prop (#15430) @pachuka + +### `@material-ui/styles@v4.0.0-beta.0` + +- [styles] Add type test for withStyles + ref (#15383) @eps1lon +- [styles] Warn if @material-ui/styles is duplicated (#15422) @oliviertassinari +- [styles] Generate global class names (#15140) @oliviertassinari + +### Docs + +- [docs] Add Button + react-router TypeScript demo (#15382) @eps1lon +- [docs] Add CustomizedSwitches TypeScript demo (#15424) @donigianrp +- [docs] Add Interactive List TypeScript demos (#15416) @lksilva +- [docs] Add Nested List and Switch List Secondary TypeScript demos (#15493) @bh1505 +- [docs] Add ref vs dom node prop explanation (#15458) @eps1lon +- [docs] Add Selected List Item to TypeScript demos (#15417) @lksilva +- [docs] Add SkipNav (#15409) @mbrookes +- [docs] Add some Selection-Controls TypeScript demos (#15408) @bh1505 +- [docs] Add switches TypeScript demo (#15384) @JarkEMones +- [docs] Add TypeScript demo for hook+props based styling (#15459) @eps1lon +- [docs] Document Tooltip breaking changes (#15403) @joshwooding +- [docs] Fix modal demo jumping on cursor move (#15462) @eps1lon +- [docs] Improve CSS Grid documentation (#15477) @dmwyatt +- [docs] Improved demo transpiling (#15438) @merceyz +- [docs] material-table demo: persist the changes (#15392) @mbrn +- [docs] Migrate Divider demos to hooks (#15490) @merceyz +- [docs] Migrate Drawer demos to hooks (#15487) @merceyz +- [docs] Migrate List demos to hooks (#15488) @merceyz +- [docs] Migrate Paper demos to hooks (#15489) @merceyz +- [docs] Migrate picker demos to hooks (#15390) @merceyz +- [docs] Migrate Table demos to hooks (#15486) @merceyz +- [docs] Migrate TextField demos to hooks (#15434) @merceyz +- [docs] Remove unused imports and declarations (#15479) @merceyz +- [docs] Separate out selection controls to own pages (#15427) @mbrookes +- [docs] Small grammar fix for Menu (#15475) @mbrookes +- [docs] Transfer List TypeScript Demo (#15419) @eluchsinger +- [example] Add preact-next example (#15401) @oliviertassinari +- [example] Fix gatsby-next (#15406) @TheHolyWaffle + +### Core + +- [core] Fix the CI fail (#15428) @oliviertassinari +- [ci] Fail when demos are only available in TS (#15460) @eps1lon +- [core] Fix useLayoutEffect warnings on the server (#15463) @eps1lon +- [core] Minor nitpicks (#15432) @joshwooding +- [core] Use terser for minification in umd bundle (#15491) @eps1lon +- [test] Conform components forward ref to root component (#15425) @eps1lon +- [test] Fix a flaky test (#15445) @oliviertassinari +- [test] Keep track of the bundle size of TrapFocus (#15453) @oliviertassinari + +## 4.0.0-alpha.8 +###### *Apr 17, 2019* + +A big thanks to the 27 contributors who made this release possible! + +Here are some highlights ✨: + +- 🔥 Many new TypeScript & hook demos @donigianrp, @sperry94, @jasondashwang, @cahilfoley, @bh1505 and @kenzhemir +- 🎀 5 more core components migrated from Classes to Hooks @joshwooding, @oliviertassiari. +- 📐 Update the List to better match the Material Design specification. +- 🎁 Add new TransferList component @mbrookes. +- And many more 🐛 bug fixes and 💄 improvements. + +We hope the next release can be 4.0.0-beta.0. +Here are the last breaking changes we want to introduce: + +- Remove the `dangerouslyUseGlobalCSS` option (make it the default behavior) (#15140) +- Require the Slide and Modal child element to be able to hold a ref (#15344, #15347) +- Hide the EventListener dependency of ClickAwayListener (#15126) + +We have done a lot of changes in the alpha phase. +The beta phase will be used to stabilize the library, we might have introduced bugs. +We will encourage people to try the beta out. We hope the migration will be smooth [with the upgrade guide](https://material-ui.com/guides/migration-v3/). + +We hope 2-3 weeks of beta will be enough. We plan on releasing v4 stable in May. + +### `@material-ui/core@v4.0.0-alpha.8` + +#### Breaking Changes + +- [Paper] Reduce the default elevation (#15243) @oliviertassinari + Change the default Paper elevation to match the Card and the Expansion Panel: + + ```diff + - + + + ``` + +- [List] Update to match the specification (#15339) @oliviertassinari + Rework the list components to match the specification: + + - The usage of the `ListItemAvatar` component is required when using an avatar + - The usage of the `ListItemIcon` component is required when using a left checkbox + - The `edge` property should be set on the icon buttons. + +- [actions] Rename disableActionSpacing to disableSpacing (#15355) @oliviertassinari + + - [CardActions] Rename the `disableActionSpacing` prop `disableSpacing`. + - [CardActions] Remove the `disableActionSpacing` CSS class. + - [CardActions] Rename the `action` CSS class `spacing`. + - [DialogActions] Rename the `disableActionSpacing` prop `disableSpacing`. + - [DialogActions] Rename the `action` CSS class `spacing`. + - [ExpansionPanelActions] Rename the `action` CSS class `spacing`. + +- [Tooltip] Convert to function component (#15291) @joshwooding + The child of the `Tooltip` needs to be able to hold a ref + + ```diff + class Component extends React.Component { + render() { + return
+ } + } + -const MyComponent = props =>
+ +const MyComponent = React.forwardRef((props, ref) =>
); + + +
+ ``` + +#### Changes + +- [ScrollbarSize] Convert to function component (#15233) @joshwooding +- [InputBase] Fix placeholder bug in Edge (#15267) @rodrigolabs +- [TransferList] Add new component (#15232) @mbrookes +- [withMobileDialog] Improve types (#15276) @eps1lon +- [Collapse] Convert to function component (#15248) @joshwooding +- [DialogContent] Add divider prop type for TypeScript (#15273) @sperry94 +- [Tab] Remove outdated classes from the definitions (#15297) @zheeeng +- [Tooltip] Suppress disabled button warning when controlled (#15304) @tasinet +- [typescript] Generic props for FormControl, FormLabel, List (#15292) +- [Select] Fix incorrect event.target type in onChange (#15272) @sperry94 +- [Popper] Fix to defer setting of exited state to Transition component (#15250) @Sharakai +- [Modal] Fix to defer setting of exited state to Transition component (#15266) @Sharakai +- [InputBase] Fix onFilled/onEmpty being called during render (#15319) @eps1lon +- [Tooltip] Convert to function component (#15291) @joshwooding +- [Ripple] Convert to function component (#15345) @joshwooding +- [Textarea] Refactor the implementation (#15331) @oliviertassinari +- [Modal] Add reason parameter to onClose function signature (#15373) @JarkEMones +- [Box] Test props to attributes forwarding (#15365) @eps1lon +- [Container] Add component prop for TypeScript (#15369) @Amere +- [Popper] Fix popperOptions prop (#15359) @jaipe + +### `@material-ui/styles@v4.0.0-alpha.8` + +- Fix dependency duplication issue @oliviertassinari +- [styles] Improve typings for makeStyles (#15366) @geirsagberg + +### `@material-ui/system@v4.0.0-alpha.8` + +- [system] Add types (#15357) @eps1lon + +### `@material-ui/docs@v4.0.0-alpha.8` + +- [NProgressBar] Add types (#15380) @eps1lon + +### Docs + +- [docs] Fix layout glitch when changing sort-by in showcases (#15255) @thomasnordquist +- [docs] Add Checkbox TypeScript demo (#15222) @donigianrp +- [docs] Add CheckboxLabel TypeScript demo (#15237) @donigianrp +- [docs] Adding Most Stepper TypeScript Demos (#15223) @sperry94 +- [docs] Add CustomInputBase TypeScript demo (#15209) @jasondashwang +- [docs] Add most Drawer TypeScript demos (#15119) @cahilfoley +- [docs] Slight grammar changes to color.md (#15257) @raybooysen +- [docs] Document sharing makeStyles between components (#15234) @johnraz +- [docs] Improve the @material-ui/styles documentation (#15236) @oliviertassinari +- [docs] Add CheckboxesGroup TypeScript demo (#15228) @donigianrp +- [docs] Delete legacy lab/layout (#15285) @mbrookes +- [docs] Proof the Styles section (#15268) @mbrookes +- [docs] Enable react profiling in production (#15282) @eps1lon +- [docs] Improve table demos (#15281) @eps1lon +- [docs] Add ClippedDrawer TypeScript demo (#15284) @cahilfoley +- [docs] Add most Dialog TypeScript demos (#15271) @sperry94 +- [docs] Who's using Material-UI? (#15301) @mbrookes +- [examples] Fix HTML end tag (#15293) @raybooysen +- [docs] Update version filter (#15307) @mbrookes +- [docs] Removed styled-components in gatsby-next dependencies (#15313) @tatchi +- [docs] Improve ServerStyleSheets documentation (#15287) @raymondsze +- [docs] Add Select TypeScript demos (#15288) @cahilfoley +- [docs] Fix placeholder position in react-select demo (#15332) @merceyz +- [docs] Add some List TypeScript demos (#15323) @bh1505 +- [docs] Disable the table of content on a few pages (#15338) @oliviertassinari +- [docs] Document ref forwarding (requirements) (#15298) @eps1lon +- [example] Add Reason example (#15340) @Tevinthuku +- [docs] Migrate docs' breadcrumbs page to hooks (#15349) @kenzhemir +- [docs] Provide a definition to root element and component (#15337) @oliviertassinari +- [docs] update FAQ doc (#15356) @gautam-pahuja +- [docs] Expand demo by default instead of duplicating the code (#15364) @eps1lon +- [docs] Promote material-table (#15367) @oliviertassinari +- [docs] Improve the customization demos (#15368) @oliviertassinari +- [docs] Use tsx syntax highlighting (#15385) @eps1lon + +### Core + +- [core] Allow docs:dev access over local network (#15259) @eps1lon +- [core] Type ref for components (#15199) @eps1lon +- [core] Dedupe lockfile (#15260) @eps1lon +- [core] Ref cleanup (#15261) @eps1lon +- [test] Add undesired withStyles + generic props component behavior (#15215) @eps1lon +- [Transition] Update transition tests (#15249) @joshwooding +- [core] Switch from buttonRef to ref usage (#15296) @eps1lon +- [core] Synchronise value and checked prop typing (#15245) @joshwooding +- [test] Use skip instead of testComponentPropWith: false (#15309) @eps1lon +- [core] Reduce calls to actions props (#15312) @eps1lon +- [test] Use actual React.memo (#15321) @eps1lon +- [core] Add `strict` option to createMount (#15317) @eps1lon +- [core] Use implicit children spread (#15354) @oliviertassinari +- [core] Reduce calls to actions prop (#15370) @eps1lon +- [core] Upgrade react-transition-group (#15375) @eps1lon +- [test] Add missing styles tests (#15376) @ellisio +- [test] Add hoc + overrideable component workaround (#15381) @ellisio +- [utils] Fix lazy and memo components issuing forward ref warnings (#15322) @eps1lon + +## 4.0.0-alpha.7 +###### *Apr 8, 2019* + +A big thanks to the 24 contributors who made this release possible! + +Here are some highlights ✨: + +- 🔥 Many new TypeScript & hook demos @Dudrie, @jasondashwang, @sperry94, @Adherentman, @gabrielgene and @Tevinthuku +- 🎀 6 more core components migrated from Classes to Hooks @joshwooding. +- 📐 Update the selection controls and Snackbar to better match the Material Design specification. +- And many more 🐛 bug fixes and 💄 improvements. + +### `@material-ui/core@v4.0.0-alpha.7` + +#### Breaking Changes + +- [Switch][Radio][Checkbox] Improve specification compliance (#15097) @oliviertassinari + + Refactore the implementation to make it easier to override the styles. + Rename the class names to match the specification wording: + + ```diff + -icon + -bar + +thumb + +track + ``` + +- [Snackbar] Match the new specification (#15122) @oliviertassinari + + - Change the dimensions + - Change the default transition to from `Slide` to `Grow`. + +- [TextField] Fix height inconsistency (#15217) @gautam-relayr + + Remove the `inputType` class from `InputBase`. + +#### Changes + +- [Box] Add remaining props to type declaration (#15101) @iamsoorena +- [theme] Prepare the deprecation of theme.mixins.gutters (#15124) @oliviertassinari +- [Switch] Add demo for labels on both sides (#14900) @s7dhansh +- [Zoom] Convert to function component (#15133) @joshwooding +- [Tab] Remove internal indicator prop types (#15143) @sperry94 +- [Grid] Add root class (#15163) @eps1lon +- [Grow] Convert to function component (#15134) @joshwooding +- [CardMedia] Move object-fit to the core (#15166) @gebigoma +- [core] Forward ref in Collapse, Popper and SwipeableDrawer (#15170) @eps1lon +- [Popover] Fix the warning when anchorReference="anchorPosition" (#15182) @xaviergonz +- [styles] Fix getLuminance for hsl (#14391) @strayiker +- [Select] Trigger the open callbacks even when uncontrolled (#15176) @rreznichenko +- [Popover] Add warning when non-ref-holding component is used in Paper (#15181) @eps1lon +- [TablePaginationActions] Convert to function component (#15189) @joshwooding +- [TextField] Add links to Input and Select (#15148) @MrHen +- [CardMedia] Allow generic component in TypeScript (#15098) @Domino987 +- [Button] Improve types with regard to react-router (#15193) @eps1lon +- [NoSsr] Convert to function component (#15167) @joshwooding +- [ClickAwayListener] Remove findDOMNode usage (#15179) @eps1lon +- [FormControl] Convert to function component (#15208) @joshwooding +- [SwitchBase] Convert to function component (#15188) @joshwooding + +### `@material-ui/styles@v4.0.0-alpha.7` + +- [styles] Fix types of ServerStyleSheets.collect (#15156) @evenchange4 +- [styles] Add injectFirst to StylesOptions interface (#15192) @stefanorie +- [styles] Memoize theme to prevent re-rendering (#15201) @jhrdina + +### Docs + +- [docs] SimplePortal example using Hooks (#15125) @ralvs +- [example] Simplify ssr examples (#15127) @oliviertassinari +- [docs] Add Grid List TypeScript demos (#15118) @Dudrie +- [docs] Polish Snackbar demos (#15129) @eps1lon +- [docs] More Table TypeScript demos (#15086) @jasondashwang +- [docs] Add most Progress TypeScript demos (#15104) @sperry94 +- [docs] Flatten /layout/layout (#15120) @oliviertassinari +- [docs] Migrate docs' App Bar page to hooks (#15121) @gabrielgene +- [docs] Migrate docs' Tooltips page to hooks (#15137) @gabrielgene +- [docs] Use Date type instead of any for MUI pickers demo (#15144) @gabrielgene +- [docs] Add virtualized List example (#15149) @joshwooding +- [docs] Update Style Library Interoperability + Container forwardRef (#15147) @oliviertassinari +- [docs] Run the TypeScript demos (#15159) @oliviertassinari +- [docs] Add Breadcrumbs TypeScript demos (#15139) @Adherentman +- [docs] Fix anchor link (#15174) @eps1lon +- [docs] Convert customized select component to use hooks (#15177) @Tevinthuku +- [docs] Add ExpansionPanels TypeScript Demo (#15162) @Adherentman +- [docs] Add ref forwarding to API docs (#15135) @eps1lon +- [docs] Add ImgMediaCard TypeScript demo (#15130) @jasondashwang +- [docs] Link 'React Material-UI Cookbook' (#15211) @oliviertassinari +- [docs] Fix the docs in dev mode for IE 11 (#15230) @oliviertassinari +- [docs] New translations (#15235) @mbrookes +- [examples] Update all the examples + page layout examples (#15219) @nareshbhatia +- [docs] Tidy up moved / deleted translations and update the Crowdin config (#15247) @mbrookes + +### Core + +- [test] Forward ref behavior (#15131) @eps1lon +- [core] Use explicit html entity (#15132) @eps1lon +- [test] Decouple root class from root component (#15168) @eps1lon +- [core] Polish `type` type of button related components (#15158) @eps1lon +- [DialogContentText] Test conformance (#15206) @eps1lon + +## 4.0.0-alpha.6 +###### *Mar 30, 2019* + +A big thanks to the 20 contributors who made this release possible! + +Here are some highlights ✨: + +- 🔥 Many new TypeScript & hook demos @eluchsinger, @sperry94, @Dudrie. +- 🎀 5 more core components migrated from Classes to Hooks @joshwooding. +- ⚛️ A simpler server-side rendering API (#15030). +- 💅 Better typography defaults (#15100) @oliviertassinari +- And many more 🐛 bug fixes and 💄 improvements. + +### `@material-ui/core@v4.0.0-alpha.6` + +#### Breaking Changes + +- [Typography] Better defaults (#15100) @oliviertassinari + + - Change the default variant from `body2` to `body1`. + A font size of 16px is a better default than 14px. + Bootstrap, material.io or even our documentation use 16px as a default font size. + 14px like Ant Design is understandable as Chinese users have a different alphabet. + We document 12px as the default font size for Japanese. + - Remove the default color from the typography variants. + The color should inherit most of the time. It's the default behavior of the web. + - Rename `color="default"` to `color="initial"` following the logic of #13028. + The usage of *default* should be avoided, it lakes semantic. + +- [Container] Move to the core (#15062) @oliviertassinari + +#### Changes + +- [Box] Use the default theme (#15019) @apanizo +- [SwipeableDrawer] Ignore open swipe if it didn't start on the swipe area (#15045) @leMaik +- [Divider] Enable component generic props (#15040) @StevenGodin +- [ListItem] Add type test for button prop (#15049) @eps1lon +- [Button] Fix typing for type-attribute (#15077) @karlbohlmark +- [RadioGroup] Remove cloneElement, use the context (#15069) @oliviertassinari +- [Popover] Add warning to Popover if anchorRef is not visible (#15090) @alexmironof +- [MobileStepper] Support variant "text" (#15108) @AcidRaZor +- [Tabs] Update so that tabs keep equal widths (#15114) @sosaucily + +### `@material-ui/styles@v4.0.0-alpha.6` + +- [styles] Fix IE 11 issue (#15034) @oliviertassinari +- [styles] Use the hook directly in styled() (#15029) @oliviertassinari +- [styles] Add a new injectFirst prop (#15028) @oliviertassinari +- [styles] Go back to index counter (#15044) @oliviertassinari +- [styles] Server-side rendering API (#15030) @oliviertassinari +- [styled] Correct doc and typings for styled with theme (#15004) @sveyret + +### `@material-ui/lab@v4.0.0-alpha.6` + +- [Slider] Fix onChange not being fired on single touch (#14998) @ahockersten + +### Docs + +- [docs] Add keyframes in the v3 -> v4 upgrade guide (#15039) @oliviertassinari +- [docs] Migrate one demo to the hooks (#15031) @oliviertassinari +- [docs] Add TypeScript demos for Dividers (#15037) @eluchsinger +- [docs] Add Chip TypeScript demo for Chip array (#15050) @sperry94 +- [docs] Add MQTT Explorer to showcases (#15033) @thomasnordquist +- [docs] Fix CustomizedTabs demo (#15065) @HaNdTriX +- [docs] Add a new site to showcase (learnseeker) (#15064) @ravishwetha +- [docs] Add Tabs TypeScript demo (#15053) @sperry94 +- [docs] Migrate docs' badge page to hooks (#15109) @apanizo +- [docs] Migrate docs' buttons page to hooks (#15110) @apanizo +- [docs] Add Pickers TypeScript demos (#15103) @sperry94 +- [docs] Migrate Avatar demo page to the hooks (#15116) @rick-mo +- [docs] Add Snackbars TypeScript Demos (#15087) @sperry94 +- [docs] Add Tooltip TypeScript demos (#15061) @Dudrie + +### Core + +- [ToggleButtonGroup] Convert to function component (#15025) @joshwooding +- [ToggleButton] Convert to function component (#14965) @joshwooding +- [Fade] Convert to function component (#15027) @joshwooding +- [performance] Add live pages (#15046) @oliviertassinari +- [ExpansionPanelSummary] Convert to function component (#15043) @joshwooding +- [test] Add conformance suite (#14958) @eps1lon +- [Menu] Convert to function component (#15068) @joshwooding +- [test] Update enzyme (#14987) @eps1lon +- [core] Batch of fixes (#15115) @oliviertassinari + +## 3.9.3 +###### *Mar 28, 2019* + +Big thanks to the 11 contributors who made this release possible! + +This release fixes an important regression with TypeScript: https://github.com/mui-org/material-ui/issues/15076. + +### `@material-ui/core@v3.9.3` + +- [Select] Open select when focused with enter (#14452) @oknechirik +- [Tooltip] Fix children focus detection (#14496) @codeheroics +- [SwipeableDrawer] Ignore open swipe if it didn't start on the swipe area (#15038) @leMaik +- [Button] Narrow type for `type` prop (#15096) @karlbohlmark + +### Docs + +- [docs] Fix hooks codesandbox broken (#14553) @Abbo44 +- [docs] Fix typo in simple breadcrumbs example (#14575) @AndrewUsher +- [blog] Material-UI Developer Survey 2019 (#14614) @oliviertassinari +- [docs] Change Gitter to Spectrum (#14668) @mbrookes +- [docs] Update link to http://cssinjs.org/jss-api/ (#14788) @monicatie +- [docs] Add Algolia metadata (#14835) @oliviertassinari +- [docs] Improve overrides.md wording (#14403) @i0 +- [docs] Grammar fix (#14960) @nateq314 + +### Core + +N/A + +## 4.0.0-alpha.5 +###### *Mar 23, 2019* + +A big thanks to the 23 contributors who made this release possible! + +Here are some highlights ✨: + +- 📝 A new ROADMAP (#14923). +- 📝 Many new TypeScript demos @vitkon, @cojennin, @Dudrie, @rahmatrhd, @jasondashwang. +- And many more 🐛 bug fixes and 💄 improvements. + +### `@material-ui/core@v4.0.0-alpha.5` + +#### Breaking Changes + +- [TextField] Prevent fullwidth textfield expanding the screen (#14988) @FMcIntosh + + Change the default box sizing model of the `InputBase`. It uses the following CSS now: + ```css + box-sizing: border-box; + ``` + It solves issues with the `fullWidth` prop. +- [Modal] Ignore event.defaultPrevented (#14991) @oliviertassinari + + The new logic closes the Modal even if `event.preventDefault()` is called on the key down escape event. + `event.preventDefault()` is meant to stop default behaviors like clicking a checkbox to check it, hitting a button to submit a form, and hitting left arrow to move the cursor in a text input etc. + Only special HTML elements have these default behaviors. + You should use `event.stopPropagation()` if you don't want to trigger an `onClose` event on the modal. + +#### Changes + +- [Popover] Correct warning for tall component (#14925) @vitkon +- [List] Memoize context value (#14934) @mkermani144 +- [Typography] Add a custom, self-hosted font demo (#14928) @johnrichter +- [RadioGroup] Warn for uncontrolled <-> controlled switch (#14878) @manonthemat +- [Slide] Attach ref to child instead of Transition (#14847) @eps1lon +- [Grid] Fix zeroMinWidth proptype warning (#14967) @pmacom +- [TextField] Reduce the specificity (#14953) @oliviertassinari +- [MenuList] Convert to a function component (#14865) @ryancogswell +- [Popper] Add ClickAwayListener documentation (#14986) @charlax +- [RadioGroup] Convert to a function component (#14964) @joshwooding +- [Tab] Enable generic props (#15003) @caroe233 +- [Tooltip] Make enterTouchDelay match the specification (#15008) @devsumanmdn +- [Chip] Support pressing delete to delete a chip (#14978) @keeslinp +- [Box] Improve TypeScript definitions (#15024) @pheuter + +### `@material-ui/styles@v4.0.0-alpha.5` + +- [test] Remove test-only class wrappers for higher-order components (#15017) @eps1lon + +### Docs + +- [docs] Remove flow examples as outdated (#14919) @oliviertassinari +- [docs] Enable German (#14927) @mbrookes +- [docs] Add react-basket to related projects (#14941) @mbrn +- [docs] Update the ROADMAP (#14923) @oliviertassinari +- [docs] Take advantage of the default theme (#14945) @oliviertassinari +- [docs] Improve the styles interpolation documentation (#14940) @oliviertassinari +- [docs] Add Avatar TypeScript demos (#14954) @cojennin +- [docs] Add PaperSheet TypeScript demo (#14952) @vitkon +- [docs] Remove all the .hooks.js files (#14947) @oliviertassinari +- [docs] Add Badge TypeScript demo (#14969) @vitkon +- [docs] Grammar fix in FAQ (#14974) @rtalvarez +- [docs] Document how to nest style selectors (#14957) @cojennin +- [docs] BottomNavigation TypeScript docs (#14979) @vitkon +- [docs] Add some Card TypeScript demos (#15011) @Dudrie +- [docs] Add Badge TypeScript demo for Maximum Value (#15013) @rahmatrhd +- [docs] Add TypeScript demos for Simple and Spanning Table (#14985) @jasondashwang +- [docs] Add note to docs README regarding translations (#15020) @mbrookes +- [docs] Content's max width changed for large displays (#15014) @kenzhemir + +### Core + +- [core] Refactor a subset of components from classes to functions (#14854) @mbrookes +- [benchmark] Use deterministic version tags (#14968) @eps1lon +- [test] Remove test-only class wrappers for higher-order components (#15017) @eps1lon + +## 4.0.0-alpha.4 +###### *Mar 17, 2019* + +A big thanks to the 17 contributors who made this release possible! + +Here are some highlights ✨: + +- Improve the TypeScript definitions of @material-ui/styles @VincentLanglet. +- Prepare the migration of more TypeScript demos (#14896) @eps1lon. +- Complete the i18n support for the documentation (#14838) @oliviertassinari. +- And many more 🐛 bug fixes and 📝 documentation improvements. + +### `@material-ui/core@v4.0.0-alpha.4` + +#### Breaking Changes + +- [ButtonBase] Require host or ref forwarding components (#13664) @eps1lon +- [SvgIcon] Rename nativeColor -> htmlColor (#14863) @oliviertassinari + + React solved the same problem with the `for` HTML attribute, they have decided to call the prop `htmlFor`. This change follows the same reasoning. + + ```diff + - + + + ``` + +- [Divider] Remove the deprecated inset prop (#14826) @joshwooding + + ```diff + - + + + ``` + +- [Box] Remove the unstable prefix & import the right version (#14845) @pheuter + + ```diff + -import { unstable_Box as Box } from '@material-ui/core/Box'; + +import Box from '@material-ui/core/Box'; + ``` + +#### Changes + +- [Grid] Adding missing 'spacing-xs-*' to TypeScript definition (#14859) @scott-martin +- [Tabs] Fix an infinite loop (#14664) @caroe233 +- [NoSsr] Add missing defer prop to TypeScript definition (#14869) @DaleJefferson +- [core] Remove dom-helpers dependency (#14877) @oliviertassinari +- [TextField] Add typing for theme wide props override (#14879) @C-Rodg +- [Autocomplete] Add a downshift variant demo (#14881) @ekoeditaa +- [Popover][Popper] Warn when `anchorEl` is invalid (#13468) @Andarist +- [LinearProgress] Improve customization capability (#14882) @giuliogallerini +- [Popover] Fix PaperProps classname concat (#14902) @vitkon +- [MenuItem] Add buttonRef (and other button props) type (#14772) @VincentLanglet +- [TouchRipple] Remove findDOMNode usage (#14825) @eps1lon +- [ExpansionPanelSummary] Simplify overrides (#14828) @TroySchmidt +- [Popper] Use refs instead of findDOMNode (#14829) @eps1lon +- [Tab] Fix alignment when using multiple children (#14844) @HaNdTriX +- [TextField] Convert to function component (#14833) @eps1lon +- [Table] Fix demo parse rowsPerPage value as an integer (#14848) @SimplyAhmazing + +### `@material-ui/styles@v4.0.0-alpha.4` + +- [styles] Change material-ui/styles folder structure (#14868) @VincentLanglet +- [styles] Add WithThemeCreator typing (#14856) @VincentLanglet +- [styles] Add types for defaultTheme option in makeStyles (#14862) @vitkon +- [styles] Make CSSProperties public (#14802) @VincentLanglet + +### `@material-ui/lab@v4.0.0-alpha.4` + +- [Slider] Fix possible touchstart leak (#14837) @eps1lon + +### Docs + +- [docs] Prepare full TypeScript demos (#14896) @eps1lon +- [docs] Improve documentation for new component + ref behavior (#14883) @eps1lon +- [docs] Add perf section to ExpansionPanel (#14903) @eps1lon +- [docs] Simplify the /examples (#14822) @oliviertassinari +- [docs] Add ssr-next example (#14823) @oliviertassinari +- [docs] Add missing breaking changes from #14795 (#14824) @eps1lon +- [docs] Minor fixes to system demos (#14831) @jo shwooding +- Complete the i18n support for the documentation] Enable the i18n search (#14838) @oliviertassinari +- [docs] Fix babel generator extra line (#14849) @VincentLanglet +- [docs] Remove unnecessary findDOMNode usage (#14836) @eps1lon + +### Core + +- [core] Only import from top or 2nd level (#14888) @eps1lon +- [test] Leaner eslint config (#14901) @eps1lon +- [core] Upgrade the dev dependencies (#14911) @oliviertassinari +- [core] Stop using @types/jss (#14852) @VincentLanglet +- [core] Babel plugin unwrap createStyles now handle material-ui/styles package (#14850) @VincentLanglet +- [test] Fix unwrapCreateStyles tests for windows (#14832) @ryancogswell + +## 4.0.0-alpha.3 +###### *Mar 10, 2019* + +A big thanks to the 14 contributors who made this release possible! + +Here are some highlights ✨: + +- ⚛️ Increase the usage of `React.forwardRef()` (#14714, #14737, #14738, #14775) @eps1lon. +- 💅 Remove the old styles modules (#14767) @oliviertassinari. +- 📝 Migrate many demos to use the hooks API (#14805) @adeelibr. +- And many more 🐛 bug fixes and 📝 documentation improvements. + +### `@material-ui/core@v4.0.0-alpha.3` + +#### Breaking Changes + +- [useMediaQuery] Remove unstable prefix (#14593) + + ```diff + -import { unstable_useMediaQuery as useMediaQuery } from '@material-ui/core/useMediaQuery'; + +import useMediaQuery from '@material-ui/core/useMediaQuery'; + ``` +- [DialogActions] `action` CSS class is applied to root element if `disableActionSpacing={false}` instead of children (#14795) +- [DialogContentText] Use typography variant `body1` instead of `subtitle1` (#14795) + +- [MenuItem] Remove fixed height (#14799) @KyruCabading + Remove the fixed height of the MenuItem. + The padding and line-height are used by the browser to compute the height. + +#### Changes + +- [Tabs] Forward refs (#14714) @eps1lon +- [TextField] New filled variant override example (#14725) @oliviertassinari +- [FilledInput] Simplify border overrides (#14719) @C-Rodg +- [CssBaseline] Apply body2 styling to the body element (#14729) @joshwooding +- [IconButton] Add a size prop (#14649) @leMaik +- [Popover] Forward refs (#14737) @eps1lon +- [Modal] Forward refs (#14738) @eps1lon +- [createSpacing] Narrow return type (#14745) @eps1lon +- [Chip] Correct Chip TypeScript Definition Class Keys (#14750) @cvanem +- [MenuList] Remove focus method and test dependencies on instance methods (#14757) @ryancogswell +- [Dialog] Forward refs (#14775) @eps1lon +- [IconButton] Implement a new edge prop (#14758) @jedwards1211 +- [Dialog] Add a dividers boolean prop (#14795) @oliviertassinari + +### `@material-ui/styles@v4.0.0-alpha.3` + +#### Breaking Changes + +- [styles] Remove the old styles modules (#14767) @oliviertassinari + Isolation of the styling solution of the core components in a dedicated package. + - Remove the `MuiThemeProvider` component: + + ```diff + -import { MuiThemeProvider } from '@material-ui/core/styles'; + +import { ThemeProvider } from '@material-ui/styles'; + ``` + + - Remove the `@material-ui/styles/install` module. + ```diff + -import { install } from '@material-ui/styles'; + -install(); + ``` + +#### Changes + +- [styles] Improve ref forwarding (#13676) @eps1lon +- [styles] Use hoist-non-react-statics (#14722) @oliviertassinari + +### `@material-ui/lab@v4.0.0-alpha.3` + +- [SpeedDial] Change actions background color (#14640) @hburrows +- [SpeedDialAction] Pass onTouchEnd event onto called onClick handler (#14641) @hburrows + +### Docs + +- [docs] Fix Drawer demos accessibility (#14728) @tiagodreis +- [docs] Add "Portals" to the styled components documentation (#14720) @C-Rodg +- [docs] Specify PaletteIntention syntax (#14727) @ozydingo +- [docs] Add button demos in ts (#14739) @eps1lon +- [docs] Document the migration from v3 to v4 (#14741) @oliviertassinari +- [docs] before() is Mocha; beforeEach() is Jest (#14743) @masaok +- [docs] Fix IE 11 build (#14781) @oliviertassinari +- [docs] Kill as many non hook demos as possible (#14805) @oliviertassinari +- [docs] Prepare Google & Algolia i18n search + v3/v4 search (#14806) @oliviertassinari +- [docs] Speed-up pull requests build (#14811) @oliviertassinari + +### Core + +- [test] Ignore the image load issue (#14723) @oliviertassinari +- [icons] Fix builder failing on Windows (#14726) @joshwooding +- [ci] Don't use -browser images (#14779) @eps1lon +- [test] Increase the Codecov threshold (#14796) @oliviertassinari +- [test] Disable the user sandbox security feature (#14804) @oliviertassinari +- [core] Use hoist-non-react-statics (#14722) @oliviertassinari + +## 4.0.0-alpha.2 +###### *Mar 3, 2019* + +A big thanks to the 23 contributors who made this release possible! + +Here are some highlights ✨: + +- Keep working on accessibility (#14465, #14545, #14661) @eps1lon, @oliviertassinari. +- Add the Table dense support (#14561) @leMaik. +- Change the bundle size tracking strategy (copy React) (#14587) @eps1lon. +- Introduce a new Container component & new full layout demos (#14499) @oliviertassinari. +- Start removing the need for findDOMNode() (#14536) @eps1lon. +- And many more 🐛 bug fixes and 📝 documentation improvements. + +### `@material-ui/core@v4.0.0-alpha.2` + +#### Breaking Changes + +- [Tabs] Simplify override (#14638) @oliviertassinari + + We have removed the `labelContainer`, `label` and `labelWrapped` class keys. + We have removed 2 intermediary DOM elements. + You should be able to move the custom styles to the root class key. + ![](https://user-images.githubusercontent.com/3165635/53287870-53a35500-3782-11e9-9431-2d1a14a41be0.png) + +- [Table] Add dense support (#14561) @leMaik + + - We have removed the deprecated numeric property. + ```diff + -{row.calories} + +{row.calories} + ``` + - We have removed the fixed height property on the table row. + The cell height is computed by the browser using the padding and line-height. + - The `dense` mode was promoted to a different property: + ```diff + - + + + ``` + +- Every component except `Dialog`, `MenuList`, `Modal`, `Popover` and `Tabs` forward + their `innerRef` (#14536). + + This is implemented by using `React.forwardRef`. This affects the internal component + tree and display name and therefore might break shallow or snapshot tests. + `innerRef` will no longer return a ref to the instance + (or nothing if the inner component is a function component) but a ref to its root component. + The corresponding API docs list the root component. + +#### Changes + +- [core] Improve a11y for Collapse, ExpansionPanel and Grow (#14598) @eps1lon +- [Transitions] Increase minimal version of react-transition-group to 2.5.3 (#14612) @wilcoschoneveld +- [ExpansionPanelSummary] Update docs (#14606) @ifndefdeadmau5 +- [ExpansionPanel] Add TransitionComponent prop (#14617) @ptbrowne +- [Link] Color property is defined with a wrong type (#14631) @akellan +- [Tooltip] Improve legibility (#14651) @leMaik +- [Tabs] Fix variant missing in Tabs.d.ts (#14659) @Deturium +- [Autocomplete] Improve demo (#14657) @tjmcewan +- [Dialog] Support for print (#14660) @emildatcu +- [TableSortLabel] Increase size and show on hover (#14650) @leMaik +- [Modal] Fix autoFocus support (#14661) @oliviertassinari +- [InputLabel] display: block as default (#14676) @johnloven +- [InputBase] Add missing TypeScript class keys (#14684) @dmtrKovalenko +- [ListItem] Fix listItem focus (#14680) @xs9627 +- [ExpansionPanel] Improve a11y (#14682) @eps1lon + +### `@material-ui/styles@v4.0.0-alpha.2` + +- [styles] Fix the theme update support (#14697) @oliviertassinari + +### `@material-ui/lab@v4.0.0-alpha.2` + +- [Slider] Pass current value to onDragStart/onDragEnd callback (#14475) @rejas +- [Slider] Fix thumb creating scroll overflow (#14689) @xaviergonz +- [Layout] New Container component (#14499) @oliviertassinari +- [Container] Fix two exceptions (#14715) @oliviertassinari + +### `@material-ui/utils@v4.0.0-alpha.2` + +- [utils] Drop componentPropType in favor of PropTypes.elementType (#14602) @eps1lon + +## Docs + +- [MobileStepper] Remove unused classname in example (#14597) @charlax +- [docs] Update the Team (#14613) @oliviertassinari +- [docs] Solve Firefox middle click issue (#14623) @paol +- [docs] Update ScrollDialog Demo for 4k (#14622) @AndrewUsher +- [docs] Fix broken hash link in css-in-js (#14633) @furkle +- [docs] Improve demo source discoverability (#14635) @eps1lon +- [docs] Improve Grid limitations description (#14637) @ryancogswell +- [docs] Fix minor issues with demo action tooltips (#14652) @eps1lon +- [docs] Upgrade react-docgen (#14666) @eps1lon +- [docs] Update bundle size strategy (#14662) @eps1lon +- [docs] Minor next adjustments (#14679) @eps1lon +- [docs] A grammar modification suggestion (#14671) @mataxxx5 +- [docs] Link the mui-tables project in the documentation (#14701) @parkerself22 +- [docs] Generate unique hash (#14703) @oliviertassinari +- [docs] Add simple list TypeScript demo (#14485) @eps1lon +- [docs] Fix wrong source code URLs (#14716) @oliviertassinari + +## Core + +- [core] Fix webstorm autocompletion (#14599) @eps1lon +- [ci] Use dangerJS to report bundle size changes (#14587) @eps1lon +- [ci] Various size snapshot enhancements (#14620) @eps1lon +- [core] Solve Babel dependency issue (#14621) @AndrewUsher +- [core] Add eslint-plugin-react-hooks (#14629) @eps1lon +- [test] Fix size snapshot including peer dependencies (#14636) @eps1lon +- [ci] Speedup and cleanup (#14643) @eps1lon +- [test] Fix how menu items are found in MenuList integration tests (#14654) @ryancogswell +- [core] Add tslint deprecation rule (#14675) @eps1lon +- [typescript] Add regression test for popular hoc interop (#14688) @eps1lon +- [core] Fix .yarnrc syntax (#14704) @joshwooding +- [core] forward innerRef for certain components (#14536) @eps1lon +- [core] Use official prop-type cache invalidation (#14699) @eps1lon + +## 4.0.0-alpha.1 +###### *Feb 20, 2019* + +A big thanks to the 16 contributors who made this release possible! + +Here are some highlights ✨: + +- Important accessibility fixes (#14465, #14545) @eps1lon, @oliviertassinari +- Improve the Gastby integration (we will continue working on it to get something awesome) (#14552) +- Remove the deprecated Typography variants (#14562) @joshwooding +- And many more 🐛 bug fixes and 📝 documentation improvements. + +### `@material-ui/core@v4.0.0-alpha.1` + +#### Breaking Changes + +- [Typography] Remove deprecated Typography variants (#14562) @joshwooding + + - Remove the deprecated typography variants. You can upgrade by performing the following replacements: + - display4 => h1 + - display3 => h2 + - display2 => h3 + - display1 => h4 + - headline => h5 + - title => h6 + - subheading => subtitle1 + - body2 => body1 + - body1 (default) => body2 (default) + - Remove the opinionated `display: block` default typograpghy style. + You can use the new `display?: 'initial' | 'inline' | 'block';` property. + - Rename the `headlineMapping` property to better align with its purpose. + ```diff + - + + + ``` + +- [InputLabel] Remove FormLabelClasses in favor of asterisk class (#14504) @umairfarooq44 + +You should be able to override all the styles of the FormLabel component using the css API of the InputLabel component. We do no longer need the `FormLabelClasses` property. +```diff + + Foo + +``` + +- [TablePagination] Only raise a warning when the page is out of range (#14534) @leMaik + +The `TablePagination` component does no longer try to fix invalid (`page`, `count`, `rowsPerPage`) property combinations. It raises a warning instead. + +### Changes + +- [typescript] Fix theme.spacing to accept up to 4 arguments (#14539) @toshi1127 +- [Transition] Fix hidden children appearing in a11y tree (#14465) @eps1lon +- [TablePagination] Fix style issue with rpp select (#14547) @antokara +- [Modal] Improve the focus logic (#14545) @oliviertassinari + +### `@material-ui/styles@v4.0.0-alpha.1` + +#### Breaking Changes + +- [styles] Change the withTheme API (#14565) @oliviertassinari + +Remove the first option argument of `withTheme()`. The first argument was a placeholder for a potential future option. We have never found a need for it. It's time to remove this argument. It matches the emotion and styled-components API. +```diff +-const DeepChild = withTheme()(DeepChildRaw); ++const DeepChild = withTheme(DeepChildRaw); +``` + +#### Changes + +- [styles] Type ThemeProvider and getThemeProps generic (#14489) @igorbt +- [styles] 100% test coverage (#14566) @oliviertassinari +- [styles] Follow react docs for firstRender flag (#13607) @eps1lon +- [styles] Add react-hot-loader support (#14583) @oliviertassinari +- [styles] Warn if missing ThemeProvider (#14581) @oliviertassinari + +### `@material-ui/icons@v4.0.0-alpha.1` + +- [icons] Remove es folder (#14518) @mgansler + +### Docs + +- [docs] yarn command to add @material-ui/icons (#14502) @Inambe +- [docs] Update CHANGELOG.md (#14516) @saculbr +- [examples] Add lib to tsconfig (#14507) @eps1lon +- [docs] Enable es, fr, pt & ru (#14537) @oliviertassinari +- [docs] Add ts demos for menus, fixes ClickAwayListener onClickAway type (#14535) @eps1lon +- [docs] Update the styling of the TOC (#14520) @mbrookes +- [docs] Update breakpoints.md for clarity (#14527) @matthewjwhitney +- [docs] Fix Horizontal Non-linear Stepper demo (#14551) @SVTerziev +- [docs] Update the branch for Crowdin (#14550) @mbrookes +- [docs] Fix hooks codesandbox broken (#14553) @Abbo44 +- [docs] Fix css anchor link (#14554) @umairfarooq44 +- [examples] Improve the Gastby integration (#14552) @oliviertassinari +- [docs] Add examples of global class names (#14563) @n-batalha +- [docs] Change Gitter to Spectrum (#14558) @mbrookes +- [docs] Add sections about translation contributions (#14571) @eps1lon +- [docs] Localize the table of contents (#14548) @mbrookes + +### Core + +- [core] Convert remaining classNames usage (#14506) @eps1lon +- [core] Fix Prettier on next branch (#14524) @joshwooding +- [core] Fix some peer dependency warnings (#14572) @eps1lon + +## 4.0.0-alpha.0 +###### *Feb 12, 2019* + +This is our first unstable release toward Material-UI v4.0.0. We try to release a major every 6-12 months. +This gives us the opportunity to remove deprecated APIs, upgrade our peer dependencies and more importantly, keep up with the direction the community is taking. + +- You can find the documentation following this URL: https://material-ui.com/. +- You can track our progress following this URL: https://github.com/mui-org/material-ui/milestone/25. + +A big thanks to the 28 contributors who made this release possible! + +Here are some highlights ✨: + +- Increase React peer dependency to v16.8.0 (#14432) @oliviertassinari +- Improve the spacing API (#14099) @ifndefdeadmau5 +- Improve ES modules tree shake-ability (#13391) @eps1lon +- Remove recompose dependency (#14479) +- And many more 🐛 bug fixes and 📝 documentation improvements. + +### `@material-ui/core@v4.0.0-alpha.0` + +#### Breaking Changes + +- [core] Increase React peer dependency to v16.8.0 (#14432) @oliviertassinari + + The upgrade path to React 16.8.0 should be pretty easy for our users. + Introducing this breaking change in v4 enables the following: + - We can remove the recompose dependency and use the new `React.memo()` API. + - Before or after v4 is out, we can gradually migrate the core components to use the Hook API. + +- [Grid] Use a unitless spacing API (#14099) @ifndefdeadmau5 + +In order to support arbitrary spacing values and to remove the need to mentally count by 8, we are changing the spacing API: +```diff + /** + * Defines the space between the type `item` component. + * It can only be used on a type `container` component. + */ +- spacing: PropTypes.oneOf([0, 8, 16, 24, 32, 40]), ++ spacing: PropTypes.oneOf([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]), +``` +Going forward, you can use the theme to implement a custom Grid spacing transformation function: https://material-ui.com/system/spacing/#transformation. + +- [theme] Make theme.palette.augmentColor() pure (#13899) @ryancogswell + +The `theme.palette.augmentColor()` method no longer performs a side effect on its input color. +In order to use it correctly, you have to use the output of this function. + +```diff +-const background = { main: color }; +-theme.palette.augmentColor(background); ++const background = theme.palette.augmentColor({ main: color }); + +console.log({ background }); +``` + +- [core] Change UMD output name to 'MaterialUI' (#13142) @tkrotoff + + This change eases the use of Material-UI with a CDN: + ```diff + const { + Button, + TextField, + -} = window['material-ui']; + +} = MaterialUI; + ``` + + It's consistent with the other projects: + - material-ui => MaterialUI + - react-dom => ReactDOM + - prop-types => PropTypes + +- [Button] Remove deprecated props and styles (#14383) @mbrookes + +Remove the deprecated button flat, raised and fab variants: + +```diff +- ++ +``` + +- [Divider] Add support for middle divider by introducing a `variant` prop (#13574) @joshwooding + +We are introducing a new variant to the divider component: middle. Following our API guideline, we can no longer use a boolean property, it needs to be an enum, hence the introduction of the variant property. + +```diff +import Divider from '@material-ui/core/Divider'; + +- ++ +``` + +#### Changes + +- [FormControlLabel] Fix documentation warnings (#13583) @dsbrutha777 +- [ExpansionPanelSummary] Fix event forwarding (#13582) @jmetev1 +- [Button] Move deprecated variants to the end of the list (#13584) @avetisk +- [FormControl] Use stable context API (#13590) @eps1lon +- [TablePagination] Improve TypeScript definition (#13601) @xiaoyu-tamu +- [SwipeableDrawer] Add `SwipeAreaProps` property (#13592) @SerhiiBilyk +- [ListItem] Add three-line support (#13553) @ntorion +- [Grid] Fix the IE 11 issue in the demo (7d2070fb388295d38806ecc49717006f34393e74) @oliviertassinari +- [Zoom] Correct transition delay value of the example (#13645) @t49tran +- [Tabs] Improve the warning message (#13640) @oliviertassinari +- [Grow] Condense the demo (#13665) @Thyix +- [Tooltip] Fix the property forwarding priority (#13667) @oliviertassinari +- [Modal] Fix the close jump on Windows (#13674) @oliviertassinari +- [Select] Support object value (#13661) @yezhi780625 +- [Menu] Fix wrong condition (#13675) @dolezel + +### `@material-ui/lab@v3.0.0-alpha.24` + +- [Slider] Fix sticky slider when mousing off the window then back in (#13479) @gkjohnson +- [Slider] Fix visual hover state on disabled slider (#13638) @eps1lon +- [Slider] Add missing thumb TypeScript definition (#13650) @dhiroll + +### `@material-ui/styles@v3.0.0-alpha.1` + +- [styles] Add TypeScript declarations (#13612) @eps1lon + +### `@material-ui/docs@v3.0.0-alpha.8` + +- Fix the @material-ui/utils require error. + +### Docs + +- [docs] Add redirect rule for moved page layout examples (#13588) @mbrookes +- [docs] Add the selfeducation.app showcase (#13620) @kulakowka +- [docs] Warn about the Dynamic CSS alpha state (#13619) @WebDeg-Brian +- [docs] Learn Material-UI (#13624) @oliviertassinari +- [docs] Add a Firebase example in the premium-theme section (#13579) @siriwatknp +- [docs] Increase clarity around the usage of font icons (#13628) @JosephMart +- [docs] Add swimmy.io to showcase page (#13637) @uufish +- [docs] Correct typo in comment of snackbar, children (#13651) @kobi +- [docs] Improve Grid limitation description (#13668) @sshevlyagin +- [docs] Fix theme menu link (#13669) @iamhosseindhv +- [docs] Change "e; to ' (#13678) @wiktoriatomzik +- [docs] Restructure the demo based on usage analytics (#13684) @oliviertassinari +- [docs] Fix typo in URL (#13688) @Malvineous + +### Core + +- [core] Update dev dependencies (#13626) @oliviertassinari +- [test] Fix codecov failing on merge commits (#13654) @eps1lon +- [core] Make prettier run programmatically (#13621) @joshwooding +- [test] Run unit/integration test on Chrome 41 (#13642) @eps1lon +- [core] Move unit test commands to their package (#13604) @eps1lon + +## 3.5.1 +###### *Nov 13, 2018* + +Big thanks to the 13 contributors who made this release possible! + +Here are some highlights ✨: + +- Introduce a new `@material-ui/styles` package 💅 (#13503). + +The Material-UI's styling solution has pretty much stayed the same [for the last 12 months](https://github.com/oliviertassinari/a-journey-toward-better-style). +Some interesting CSS-in-JS libraries like styled-components, emotion or linaria have emerged. +This new package is a significant step forward. Some of the key features: + + - Supports 4 different APIs: hooks, styled-components, higher-order components and render props. + - Allow accessing the component's props from within the style object. + - Replace the usage of the old React APIs with the new ones. + - 15.0 KB gzipped. + +Here is an example: https://codesandbox.io/s/vjzn5z4k77. + +```jsx +import Button from '@material-ui/core/Button'; +import React from 'react'; +import { makeStyles } from '@material-ui/core/styles'; + +// Like https://github.com/brunobertolini/styled-by +const styledBy = (property, mapping) => props => mapping[props[property]]; + +const useStyles = makeStyles({ + root: { + background: styledBy('color', { + red: 'linear-gradient(45deg, #FE6B8B 30%, #FF8E53 90%)', + blue: 'linear-gradient(45deg, #2196F3 30%, #21CBF3 90%)', + }), + border: 0, + borderRadius: 3, + boxShadow: styledBy('color', { + red: '0 3px 5px 2px rgba(255, 105, 135, .3)', + blue: '0 3px 5px 2px rgba(33, 203, 243, .3)', + }), + color: 'white', + height: 48, + padding: '0 30px', + }, +}); + +function MyButton(props) { + const { color, ...other } = props; + const classes = useStyles(props); + return